

/* Start:/local/components/dw/sale.geo.positiion/templates/.default/style.css?176898915411794*/
.user-geo-position-label {
	margin-right: 6px;
}

.user-geo-position-label,
.user-geo-position-value {
	vertical-align: middle;
	display: inline-block;
	font-size: 13px;
}

#geo-location-window {
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	color: #000000;
	overflow: auto;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

#geo-location-window.hidden {
	display: none;
}

#geo-location-window a {
	transition: none;
}

#geo-location-window .geo-location-window-container {
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: zoomInLocation;
	animation-name: zoomInLocation;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	min-height: 276px;
	max-height: 500px;
	padding: 0 24px;
	width: 800px;
	left: 50%;
	top: 50%;
}

#geo-location-window .geo-location-window-container-bg {
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	background-color: #ffffff;
}

.geo-location-window-wp {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
	width: 100%;
}

#geo-location-window .geo-location-window-heading {
	border-bottom: 1px solid #e7e8ea;
	background-color: #ffffff;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #000000;
}

#geo-location-window .geo-location-window-list {
	max-height: 180px;
	margin-top: 24px;
	padding: 0 24px;
	overflow: auto;
}

#geo-location-window .geo-location-window-list-item {
	/*text-transform: uppercase;*/
	overflow: hidden;
	float: left;
	width: 25%;
}

#geo-location-window .geo-location-window-list-item a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	line-height: 37px;
	overflow: hidden;
	color: #000000;
	height: 37px;
}

#geo-location-window .geo-location-window-list-item a:active {
	position: relative;
	top: 1px;
}

#geo-location-window .geo-location-window-list-item span {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.geo-location-window-search {
	margin-top: 24px;
	padding: 0 24px;
}

.geo-location-window-search-input {
	background: url(/local/components/dw/sale.geo.positiion/templates/.default/images/geo-search.png) 12px 50% no-repeat #f6f6f6;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 42px;
	font-size: 14px;
	height: 48px;
	width: 100%;
}

.geo-location-window-search-input:focus {
	border: 1px solid #aaaaaa;
}

.geo-location-window-city-container {
	text-align: center;
	margin-top: 24px;
}

.geo-location-window-city-label,
.geo-location-window-city-value {
	display: inline-block;
}

.geo-location-window-button-container {
	margin-bottom: 24px;
	text-align: center;
	margin-top: 18px;
}

.geo-location-window-button {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	color: #ffffff !important;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
	text-align: center;
	position: relative;
	line-height: 50px;
	padding: 0 36px;
	font-size: 14px;
	opacity: 0.9;
	height: 50px;
}

.geo-location-window-button:active {
	position: relative;
	top: 1px;
}

.geo-location-window-button.modifed {
	opacity: 1;
}

.geo-location-window-button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.geo-location-window-button.loading {
	opacity: 0.5;
}

.geo-location-window-button.loading #geo-location-window-fast-loader {
	display: block;
	opacity: 1;
}

.geo-location-window-search-values-cn {
	position: relative;
}

.geo-location-window-search-values {
	position: absolute;
	max-height: 141px;
	overflow: auto;
	z-index: 99;
	width: 100%;
	left: 0px;
	top: 0px;
}

.geo-location-window-search-values .geo-location-list-item {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-top: 1px solid #e6e6e6;
	background-color: #eeeeee;
}

.geo-location-window-search-values .geo-location-list-item:hover {
	background-color: #e1e1e1;
}

.geo-location-window-search-values .geo-location-list-item:first-child {
	border: none;
}

.geo-location-window-search-values .geo-location-list-item a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000 !important;
	text-decoration: none;
	line-height: 35px;
	padding: 0 24px;
	display: block;
	height: 35px;
}

.geo-location-window-search-values .geo-location-list-item a:hover {
	opacity: 0.8;
}

.geo-location-window-search-values .geo-location-list-item a:active {
	position: relative;
	top: 1px;
}

#geo-location-window .geo-location-window-exit {
	position: absolute;
	display: block;
	height: 24px;
	width: 24px;
	right: 24px;
	top: 6px;
}

#geo-location-window .geo-location-window-exit:active span {
	transform: scale(0.9);
}

#geo-location-ref-window {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	box-sizing: border-box;
	position: absolute;
	border-radius: 4px;
	text-align: center;
	line-height: 14px;
	padding: 24px;
	display: none;
	width: 280px;
	z-index: 99;
	right: 0px;
	top: 0px;
}

#geo-location-ref-window.visible {
	display: block;
}

#geo-location-ref-window.centred {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 0px;
	box-shadow: none;
	position: fixed;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#geo-location-ref-window.centred .geo-location-ref-window-city-container {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 4px;
	position: absolute;
	padding: 24px;
	width: 280px;
	left: 50%;
	top: 50%;
}

.geo-location-ref-window-city-label {
	margin-bottom: 12px;
	line-height: normal;
	font-size: 14px;
}

.geo-location-ref-window-city-value {
	margin-bottom: 12px;
	line-height: 21px;
	font-size: 18px;
}

.get-location-ref-window-confirm-button {
	width: 100%;
}

.get-location-ref-window-confirm-button.loading {
	background-image: url(/local/components/dw/sale.geo.positiion/templates/.default/images/loader-38px.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: none;
	opacity: 0.9;
}

.get-location-ref-window-confirm {
	margin-bottom: 12px;
}

@media all and (max-width: 850px) {
	#geo-location-window .geo-location-window-container {
		transform: translateX(0) translateY(-50%);
		width: 100%;
		left: 0px;
	}
}

@media all and (max-width: 700px) {
	#geo-location-window .geo-location-window-list-item {
		width: 33.333%;
	}

	#geo-location-window .geo-location-window-container {
		padding: 0 12px;
	}
}

@media all and (max-width: 500px) {
	#geo-location-window .geo-location-window-list-item {
		width: 50%;
	}
}

@media all and (max-width: 400px) {
	#geo-location-window .geo-location-window-list-item {
		width: 100%;
	}
}

/*loader*/
#geo-location-window-fast-loader {
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	position: absolute;
	transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	margin-left: -24px;
	display: none;
	height: 48px;
	width: 48px;
	opacity: 0;
	left: 50%;
	top: 0px;
}

.f_circleG {
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 9px;
	width: 9px;
	display: block;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	animation-name: f_fadeG;
	-o-animation-name: f_fadeG;
	-ms-animation-name: f_fadeG;
	-webkit-animation-name: f_fadeG;
	-moz-animation-name: f_fadeG;
	animation-duration: 0.522s;
	-o-animation-duration: 0.522s;
	-ms-animation-duration: 0.522s;
	-webkit-animation-duration: 0.522s;
	-moz-animation-duration: 0.522s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#frotateG_01 {
	left: 0;
	top: 19px;
	animation-delay: 0.1995s;
	-o-animation-delay: 0.1995s;
	-ms-animation-delay: 0.1995s;
	-webkit-animation-delay: 0.1995s;
	-moz-animation-delay: 0.1995s;
}

#frotateG_02 {
	left: 6px;
	top: 6px;
	animation-delay: 0.256s;
	-o-animation-delay: 0.256s;
	-ms-animation-delay: 0.256s;
	-webkit-animation-delay: 0.256s;
	-moz-animation-delay: 0.256s;
}

#frotateG_03 {
	left: 19px;
	top: 0;
	animation-delay: 0.3225s;
	-o-animation-delay: 0.3225s;
	-ms-animation-delay: 0.3225s;
	-webkit-animation-delay: 0.3225s;
	-moz-animation-delay: 0.3225s;
}

#frotateG_04 {
	right: 6px;
	top: 6px;
	animation-delay: 0.389s;
	-o-animation-delay: 0.389s;
	-ms-animation-delay: 0.389s;
	-webkit-animation-delay: 0.389s;
	-moz-animation-delay: 0.389s;
}

#frotateG_05 {
	right: 0;
	top: 19px;
	animation-delay: 0.4555s;
	-o-animation-delay: 0.4555s;
	-ms-animation-delay: 0.4555s;
	-webkit-animation-delay: 0.4555s;
	-moz-animation-delay: 0.4555s;
}

#frotateG_06 {
	right: 6px;
	bottom: 6px;
	animation-delay: 0.522s;
	-o-animation-delay: 0.522s;
	-ms-animation-delay: 0.522s;
	-webkit-animation-delay: 0.522s;
	-moz-animation-delay: 0.522s;
}

#frotateG_07 {
	left: 19px;
	bottom: 0;
	animation-delay: 0.5885s;
	-o-animation-delay: 0.5885s;
	-ms-animation-delay: 0.5885s;
	-webkit-animation-delay: 0.5885s;
	-moz-animation-delay: 0.5885s;
}

#frotateG_08 {
	left: 6px;
	bottom: 6px;
	animation-delay: 0.645s;
	-o-animation-delay: 0.645s;
	-ms-animation-delay: 0.645s;
	-webkit-animation-delay: 0.645s;
	-moz-animation-delay: 0.645s;
}

@keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes zoomInLocation {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
		transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
		-moz-transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
		-o-transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomInLocation {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
		transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
		-moz-transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
		-o-transform: translateY(-50%) translateX(-50%) scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

/* End */


/* Start:/local/templates/dw/components/dweb/uni.form/form-type-7/style.css?176901616410647*/
.header-callback .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;
}

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

.header-callback .gUniFormHideScrollBar {
	position: relative;
	width: 120%;
	height: 100%;
	overflow: auto;
}

.header-callback .gUniFormCn100 {
	position: relative;
	width: 100vw;
	height: 100%;
}

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

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

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

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

.header-callback .uLabel {
	margin: 12px 0;
	overflow: hidden;
}

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

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

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

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

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

.header-callback .uError,
.header-callback .uFormGlobalErrors {
	color: #ff0000;
}

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

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

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

.header-callback .gUniForm input,
.header-callback .gUniForm textarea,
.header-callback .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-callback .gUniForm textarea {
	height: 120px;
	padding: 12px 6px;
}

.header-callback .gUniForm select {
	padding: 12px 6px;
}

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

.header-callback .gUniForm .error:focus {
	border: 1px solid #ff0000;
}

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

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

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

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

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

.header-callback .gUniForm .uFormSubmit,
.header-callback .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;
}

.header-callback .gUniForm .uFormSubmit.loading {
	transition: none;
}

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

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

.header-callback .gUniForm .uFormSubmit:active {
	position: relative;
	top: 1px;
}

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

.header-callback .gUniForm .uFormReset {
	color: #888888;
	border: 1px solid #e5e5e5;
}

.header-callback .gUniForm .uFormReset:hover {
	border: 1px solid #cfcfcf;
}

.header-callback .gUniForm .uFormReset:active {
	position: relative;
	top: 1px;
}

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

.header-callback .gUniForm .eFormHidden {
	display: none;
}

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

.header-callback .gUniFormSuccessContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 500px;
	max-width: 100%;
	height: 300px;
	margin-top: -150px;
	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;
}

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

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

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

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

.header-callback .gUniFormButtonContainter {
	text-align: center;
}

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

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

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

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

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

.header-callback .eFormRequired {
	margin-top: 12px;
}

.header-callback .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) {
	.header-callback .gUniFormModalWindowContainer {
		width: 400px;
	}

	.header-callback .gUniFormSuccessContainer {
		width: 300px;
		margin-left: -150px;
	}
}

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

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

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

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

	.header-callback .gUniFormModalWindowContainer {
		width: 300px;
		padding: 12px;
	}

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

	.header-callback .gUniFormModalWindowExit {
		top: 22px;
		right: 12px;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.detail/case-type-1/style.css?176962085532562*/
.case-type-1 {
	margin-top: calc(var(--header-height) * -1);
	overflow: hidden;
	text-wrap: balance;
}

.case-type-1__section {
	box-sizing: border-box;
	padding: 60px 0;
	overflow: hidden;
}

.case-type-1__section-heading {
	font-weight: 900;
	font-size: 2.3rem;
	line-height: 40px;
}

.case-type-1__divider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 0;
}

.case-type-1__divider-inner {
	position: relative;
	z-index: 1;
	padding: 0 4px;
}

.case-type-1__divider::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(2 115 224 / 10%);
	content: "";
}

@media (max-width: 1250px) {
	.case-type-1__section {
		padding: 42px 0;
	}
}

@media (max-width: 760px) {
	.case-type-1__section {
		padding: 30px 0;
	}

	.case-type-1 .case-type-1__section-heading {
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.case-type-1__divider {
		padding: 18px;
	}
}

.case-type-1__hero {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: calc(var(--header-height) + 48px);
	padding-bottom: 24px;
	color: #ffffff;
}

.case-type-1__hero-inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
	align-items: center;
}

.case-type-1__hero-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	max-width: 1100px;
	text-align: center;
}

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

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

.case-type-1__hero-description {
	max-width: 900px;
	margin: 0;
}

.case-type-1__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.case-type-1__hero-screen {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.case-type-1__hero-image-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: min(80%, 1100px);
	overflow: hidden;
	border: 2px solid #2a2a2a;
	border-radius: 20px 20px 0 0;
}

.case-type-1__hero-image-box-inner {
	display: flex;
	align-items: start;
	justify-content: start;
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding: 20px;
	overflow: hidden;
	background-color: #050505;
	border-radius: 20px 20px 0 0;
	aspect-ratio: 5 / 3;
}

.case-type-1__hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	overflow: hidden;
}

.case-type-1__hero-screen-chin {
	display: flex;
	align-items: start;
	width: 100%;
	aspect-ratio: 110 / 3;
}

.case-type-1__hero-control {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #ffffff;
	transition: opacity 0.2s ease-in-out;
}

.case-type-1__hero-control:hover {
	opacity: 0.85;
}

.case-type-1__hero-control:active {
	opacity: 0.5;
}

.case-type-1__hero-control--prev {
	left: 24px;
	text-align: right;
}

.case-type-1__hero-control--next {
	right: 24px;
}

.case-type-1__hero-control-label {
	max-width: 100px;
	text-transform: uppercase;
}

.case-type-1__hero-control-icon {
	font-size: 52px;
}

@media (max-width: 1550px) {
	.case-type-1__hero {
		gap: 36px;
	}

	.case-type-1__hero-controls {
		display: flex;
		gap: 24px;
		justify-content: center;
	}
}

@media (max-width: 1425px) {
	.case-type-1__hero-control {
		top: auto;
		bottom: 0;
	}
}

@media (max-width: 1250px) {
	.case-type-1__hero-header {
		gap: 18px;
	}

	.case-type-1 .case-type-1__hero-heading {
		font-size: 2.5rem;
	}
}

@media (max-width: 1024px) {
	.case-type-1__hero {
		padding-top: calc(var(--header-height) + 30px);
	}

	.case-type-1__hero-controls {
		gap: 18px;
	}
}

@media (max-width: 1000px) {
	.case-type-1__hero-image-box-inner {
		padding: 16px;
	}
}

@media (max-width: 760px) {
	.case-type-1__hero-header {
		align-items: start;
		text-align: left;
	}

	.case-type-1 .case-type-1__hero-heading {
		font-size: 1.8rem;
		line-height: 1.2;
	}

	.case-type-1__hero-actions {
		flex-direction: column;
		width: 100%;
	}

	.case-type-1__hero-image-box-inner {
		padding: 10px;
	}

	.case-type-1__hero-control-icon {
		font-size: 36px;
	}
}

@media (min-width: 1551px) {
	.case-type-1__hero-control {
		position: absolute;
		top: 50%;
		z-index: 1;
		margin-top: 24px;
		transform: translateY(-50%);
	}
}

.case-type-1__prolog-inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.case-type-1__prolog-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__prolog-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__prolog-description {
	margin: 0;
}

.case-type-1__prolog-items-container.splide__track {
	position: relative;
	z-index: 1;
}

.case-type-1__prolog-item {
	box-sizing: border-box;
	padding: 2px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__prolog-item:nth-child(odd) {
	background-color: #ffffff;
}

.case-type-1__prolog-item-inner {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px;
	overflow: hidden;
	text-align: center;
	border-style: dashed;
	border-width: 1px;
	border-radius: 12px;
}

.case-type-1__prolog-item-icon {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
}

.case-type-1__prolog-items-art {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 42px;
	transform: translateY(-50%);
}

.case-type-1__prolog-pages {
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art2.png");
	background-repeat: repeat;
}

.case-type-1__prolog-pages-screen {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	user-select: none;
}

.case-type-1__prolog-pages-screen-inner {
	display: flex;
	flex-direction: column;
	max-width: min(100%, 1150px);
	overflow: hidden;
	background-color: #ffffff;
	border: 4px solid #273040;
	border-radius: 10px;
}

.case-type-1__prolog-pages-screen-tabs {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	color: #ffffff;
	background-color: #273040;
}

.case-type-1__prolog-pages-screen-tab {
	position: relative;
	display: flex;
	flex: 1;
	gap: 12px;
	align-items: center;
	min-width: 50px;
	max-width: 250px;
	height: 40px;
	padding: 0 12px;
	border-radius: 10px 10px 0 0;
}

.case-type-1__prolog-pages-screen-tab[active]::before,
.case-type-1__prolog-pages-screen-tab[active]::after {
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	content: "";
}

.case-type-1__prolog-pages-screen-tab[active]::before {
	left: -12px;
	background: radial-gradient(circle 12px at 0 0, transparent 100%, #ffffff 100%);
}

.case-type-1__prolog-pages-screen-tab[active]::after {
	right: -12px;
	background: radial-gradient(circle 12px at 100% 0, transparent 100%, #ffffff 100%);
}

.case-type-1__prolog-pages-screen-tab[active] {
	color: #000000;
	background-color: #ffffff;
}

.case-type-1__prolog-pages-screen-tab-radius {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 10px;
	height: 10px;
	color: #ffffff;
}

.case-type-1__prolog-pages-screen-tab-radius--before {
	left: 0;
	transform: translateX(-10px);
}

.case-type-1__prolog-pages-screen-tab-radius--after {
	right: 0;
	transform: translateX(10px);
}

.case-type-1__prolog-pages-screen-tab:not([active]) .case-type-1__prolog-pages-screen-tab-radius {
	display: none;
}

.case-type-1__prolog-pages-screen-tab-separator {
	position: absolute;
	right: 0;
	display: flex;
	height: 16px;
	border-right: 1px solid rgb(255 255 255 / 20%);
}

.case-type-1__prolog-pages-screen-tab[active] .case-type-1__prolog-pages-screen-tab-separator {
	display: none;
}

.case-type-1__prolog-pages-screen-tab-value {
	display: block;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case-type-1__prolog-pages-screen-tab-favicon {
	display: flex;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}

.case-type-1__prolog-pages-screen-tab-icon {
	margin-left: auto;
	font-size: 16px;
}

.case-type-1__prolog-pages-screen-tab[active] .case-type-1__prolog-pages-screen-tab-icon--expander {
	display: none;
}

.case-type-1__prolog-pages-screen-tab:not([active])
	.case-type-1__prolog-pages-screen-tab-icon--point {
	display: none;
}

.case-type-1__prolog-page {
	display: flex;
	align-items: start;
	justify-content: start;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden auto;
	/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
	scrollbar-width: thin;
}

.case-type-1__prolog-page-image {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.case-type-1__prolog-pages-screen-tabs {
		overflow: scroll hidden;
		/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
		scrollbar-width: none;
	}

	.case-type-1__prolog-pages-screen-tabs::-webkit-scrollbar {
		display: none;
	}

	.case-type-1__prolog-pages-screen-tab {
		flex-shrink: 0;
		gap: 8px;
		min-width: 100px;
	}
}

@media (max-width: 760px) {
	.case-type-1__prolog-item-inner {
		padding: 18px;
	}

	.case-type-1__prolog-pages-screen-tabs {
		padding: 0 12px;
	}
}

.case-type-1__features-1 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.case-type-1__features-1-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__features-1-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__features-1-description {
	margin: 0;
}

.case-type-1__features-1-items {
	display: grid;
	grid-template: 1fr / repeat(auto-fill, minmax(288px, 1fr));
	gap: 12px;
}

.case-type-1__features-1-item {
	box-sizing: border-box;
	height: 100%;
	padding: 2px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__features-1-item:nth-child(odd) {
	background-color: #ffffff;
}

.case-type-1__features-1-item-inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: start;
	justify-content: start;
	box-sizing: border-box;
	height: 100%;
	padding: 24px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 12px;
}

.case-type-1__features-1-item-description {
	margin: 0;
}

@media (max-width: 760px) {
	.case-type-1__features-1-item-inner {
		padding: 18px;
	}
}

.case-type-1__cta-1 {
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}

.case-type-1__cta-1-inner {
	box-sizing: border-box;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
}

.case-type-1__cta-1-inner-proxy {
	position: relative;
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	min-height: 340px;
	padding: 30px 60px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 20px;
}

.case-type-1__cta-1-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 600px;
}

.case-type-1__cta-1-description {
	margin: 0;
}

.case-type-1__cta-1-media {
	position: relative;
	height: 100%;
}

.case-type-1__cta-1-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	transform: rotate(-30deg) translate(20%, 15%);
}

.case-type-1__cta-1-art {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (max-width: 1260px) {
	.case-type-1__cta-1-inner-proxy {
		min-height: 250px;
		padding: 30px;
	}

	.case-type-1 .case-type-1__cta-1-heading {
		font-size: 1.5rem;
	}
}

@media (max-width: 1000px) {
	.case-type-1__cta-1-inner-proxy {
		grid-template: 1fr / 100%;
	}

	.case-type-1__cta-1-art {
		display: none;
	}

	.case-type-1__cta-1-media {
		display: none;
	}
}

@media (max-width: 760px) {
	.case-type-1__cta-1 {
		padding: 0;
	}

	.case-type-1__cta-1-inner {
		padding: 0;
		border: none;
	}

	.case-type-1__cta-1-inner-proxy {
		min-height: auto;
		padding: 24px 0;
		border: none;
		border-radius: 0;
	}

	.case-type-1 .case-type-1__cta-1-inner-proxy {
		background-color: transparent;
	}
}

.case-type-1__gallery-1 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-1-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-1-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__gallery-1-description {
	margin: 0;
}

.case-type-1__gallery-1-slider-container {
	box-sizing: border-box;
	padding: 42px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art2.png");
	background-repeat: repeat;
}

.case-type-1__gallery-1-item {
	display: flex;
	align-items: start;
	justify-content: start;
}

.case-type-1__gallery-1-item-pair {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.case-type-1__gallery-1-item-image-box {
	display: flex;
	align-items: start;
	justify-content: start;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}

.case-type-1__gallery-1-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 1000px) {
	.case-type-1__gallery-1-item-pair {
		gap: 12px;
	}
}

@media (max-width: 760px) {
	.case-type-1__gallery-1-slider-container {
		padding: 24px 0;
	}
}

.case-type-1__gallery-2 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-2-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-2-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__gallery-2-description {
	margin: 0;
}

.case-type-1__gallery-2-items-container {
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art4.png");
	background-repeat: repeat;
}

.case-type-1__gallery-2-items {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 18px;
	box-sizing: border-box;
	padding: 42px 0;
}

.case-type-1__gallery-2-item {
	display: flex;
	align-items: start;
	justify-content: start;
}

.case-type-1__gallery-2-item-image-box {
	display: flex;
	align-items: start;
	justify-content: start;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}

.case-type-1__gallery-2-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 760px) {
	.case-type-1__gallery-2-items {
		grid-template: 1fr / 100%;
		padding: 24px 0;
	}
}

.case-type-1__cta-2 {
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}

.case-type-1__cta-2-inner {
	box-sizing: border-box;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
}

.case-type-1__cta-2-inner-proxy {
	position: relative;
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 60px;
	align-items: center;
	box-sizing: border-box;
	min-height: 340px;
	padding: 30px 60px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 20px;
}

.case-type-1__cta-2-media {
	position: relative;
}

.case-type-1__cta-2-image {
	position: relative;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
}

.case-type-1__cta-2-image--ghosted {
	position: absolute;
	transform: rotate(-4deg);
	opacity: 0.2;
}

.case-type-1__cta-2-content {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 600px;
}

.case-type-1__cta-2-description {
	margin: 0;
}

.case-type-1__cta-2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.case-type-1__cta-2-action {
	flex-shrink: 0;
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 1425px) {
	.case-type-1__cta-2-inner-proxy {
		grid-template: 1fr / 2fr 3fr;
	}
}

@media (max-width: 1260px) {
	.case-type-1__cta-2-inner-proxy {
		gap: 30px;
		padding: 30px;
	}

	.case-type-1 .case-type-1__cta-2-heading {
		font-size: 1.5rem;
	}
}

@media (max-width: 1000px) {
	.case-type-1__cta-2-inner-proxy {
		grid-template: 1fr / 100%;
	}

	.case-type-1__cta-2-media {
		display: none;
	}

	.case-type-1__cta-2-content {
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	.case-type-1__cta-2-inner {
		padding: 0;
		border: none;
	}

	.case-type-1__cta-2-inner-proxy {
		min-height: auto;
		padding: 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
	}

	.case-type-1__cta-2-actions {
		flex-direction: column;
		width: 100%;
	}
}

.case-type-1__features-2 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__features-2-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__features-2-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__features-2-description {
	margin: 0;
}

.case-type-1__features-2-item {
	box-sizing: border-box;
	padding: 2px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__features-2-item:nth-child(odd) {
	background-color: #ffffff;
}

.case-type-1__features-2-item-inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: start;
	justify-content: start;
	box-sizing: border-box;
	height: 100%;
	padding: 24px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 12px;
}

.case-type-1__features-2-item-description {
	margin: 0;
}

.case-type-1__features-2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.case-type-1__features-2-action {
	flex-shrink: 0;
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 760px) {
	.case-type-1__features-2-actions {
		flex-direction: column;
		width: 100%;
	}
}

.case-type-1__gallery-3 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-3-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-3-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__gallery-3-description {
	margin: 0;
}

.case-type-1__gallery-3-slider-container {
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art2.png");
	background-repeat: repeat;
}

.case-type-1__gallery-3-item {
	display: flex;
	align-items: start;
	justify-content: start;
}

.case-type-1__gallery-3-item-pair {
	display: flex;
	flex-direction: column;
	gap: 60px;
	box-sizing: border-box;
	padding: 42px 18px;
}

.case-type-1__gallery-3-item-pair:nth-child(2n + 1) .case-type-1__gallery-3-item:first-child {
	transform: rotate(-4deg);
}

.case-type-1__gallery-3-item-pair:nth-child(2n + 2) .case-type-1__gallery-3-item:last-child {
	transform: rotate(4deg);
}

.case-type-1__gallery-3-item-image-box {
	display: flex;
	align-items: start;
	justify-content: start;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}

.case-type-1__gallery-3-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 1650px) {
	.case-type-1__gallery-3-item-pair {
		gap: 42px;
		padding: 42px 6px;
	}
}

.case-type-1__gallery-4 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-4-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__gallery-4-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__gallery-4-description {
	margin: 0;
}

.case-type-1__gallery-4-items-container {
	box-sizing: border-box;
	padding: 42px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art4.png");
	background-repeat: repeat;
}

.case-type-1__gallery-4-items {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 18px;
}

.case-type-1__gallery-4-item {
	display: flex;
	align-items: start;
	justify-content: start;
}

.case-type-1__gallery-4-item-image-box {
	display: flex;
	align-items: start;
	justify-content: start;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}

.case-type-1__gallery-4-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

@media (max-width: 760px) {
	.case-type-1__gallery-4-items-container {
		padding: 24px 0;
	}

	.case-type-1__gallery-4-items {
		grid-template: 1fr / 100%;
	}
}

.case-type-1__features-3 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__features-3-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__features-3-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__features-3-description {
	margin: 0;
}

.case-type-1__features-3-items-container {
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art4.png");
	background-repeat: repeat;
}

.case-type-1__features-3-items {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 12px;
	box-sizing: border-box;
	padding: 42px 0;
}

.case-type-1__features-3-item {
	box-sizing: border-box;
	height: 100%;
	padding: 2px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__features-3-item-inner {
	display: grid;
	grid-template: 1fr / 3fr 1fr;
	gap: 24px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 24px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 12px;
}

.case-type-1__features-3-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.case-type-1__features-3-item-description {
	margin: 0;
}

.case-type-1__features-3-order {
	justify-self: end;
	text-align: right;
}

@media (max-width: 1000px) {
	.case-type-1__features-3-items {
		grid-template: 1fr / 100%;
	}
}

@media (max-width: 760px) {
	.case-type-1__features-3-items {
		padding: 24px 0;
	}
}

@media (max-width: 460px) {
	.case-type-1__features-3-item-inner {
		grid-template: 1fr / 100%;
		gap: 12px;
		padding: 18px;
	}

	.case-type-1__features-3-content {
		order: 1;
	}

	.case-type-1__features-3-order {
		justify-self: start;
		text-align: left;
	}
}

.case-type-1__steps-1 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__steps-1-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__steps-1-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__steps-1-description {
	margin: 0;
}

.case-type-1__steps-1-items-container {
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art2.png");
	background-repeat: repeat;
}

.case-type-1__steps-1-items {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 12px;
	box-sizing: border-box;
	padding: 42px 0;
}

.case-type-1__steps-1-item {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding: 2px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__steps-1-item:nth-child(4n + 2),
.case-type-1__steps-1-item:nth-child(4n + 3) {
	background: #ffffff;
}

.case-type-1__steps-1-item-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: start;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 24px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 12px;
}

.case-type-1__steps-1-body {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.case-type-1__steps-1-item-caption {
	display: flex;
	gap: 12px;
	align-items: center;
}

.case-type-1__steps-1-item-caption-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	user-select: none;
}

.case-type-1__steps-1-item-description {
	margin: 0;
}

@media (max-width: 1000px) {
	.case-type-1__steps-1-items {
		grid-template: 1fr / 100%;
		padding: 24px 0;
	}
}

@media (max-width: 760px) {
	.case-type-1__steps-1-items {
		padding: 24px 0;
	}
}

@media (max-width: 460px) {
	.case-type-1__steps-1-item-inner {
		padding: 18px;
	}
}

.case-type-1__review-1 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__review-1-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__review-1-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__review-1-description {
	margin: 0;
}

.case-type-1__review-1-review-container {
	box-sizing: border-box;
	padding: 32px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art5.png");
	background-repeat: repeat;
}

.case-type-1__review-1-review {
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-type-1__review-1-review-inner {
	box-sizing: border-box;
	max-width: 1150px;
	padding: 6px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
}

.case-type-1__review-1-review-inner-proxy {
	display: flex;
	gap: 30px;
	box-sizing: border-box;
	padding: 40px 60px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 20px;
}

.case-type-1__review-1-review-quote {
	display: flex;
	align-items: start;
	justify-content: start;
	width: 62px;
	height: 44px;
}

.case-type-1__review-1-review-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 18px;
}

.case-type-1__review-1-review-text {
	margin: 0;
}

.case-type-1__review-1-review-author {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

@media (max-width: 760px) {
	.case-type-1__review-1-review-inner-proxy {
		flex-direction: column;
		padding: 24px 30px;
	}
}

@media (max-width: 460px) {
	.case-type-1__review-1-review-inner-proxy {
		padding: 18px;
	}

	.case-type-1__review-1-review-author {
		padding: 0;
		border: none;
	}
}

.case-type-1__review-2 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__review-2-header {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__review-2-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

.case-type-1__review-2-description {
	margin: 0;
}

.case-type-1__review-2-review-container {
	box-sizing: border-box;
	padding: 32px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art5.png");
	background-repeat: repeat;
}

.case-type-1__review-2-review {
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-type-1__review-2-review-image-box {
	display: flex;
	align-items: start;
	justify-content: start;
	width: min(100%, 800px);
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 3 / 4;
}

.case-type-1__review-2-review-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 12px;
}

.case-type-1__faq-1-inner {
	box-sizing: border-box;
	padding: 32px 0;
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art4.png");
	background-repeat: repeat;
}

.case-type-1__faq-1-inner-proxy {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 24px;
}

.case-type-1__faq-1-aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__faq-1-description {
	margin: 0;
}

.case-type-1__faq-1-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case-type-1__faq-1-item {
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 16px;
}

.case-type-1__faq-1-item-inner {
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 16px;
}

.case-type-1__faq-1-item-inner-proxy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
	padding: 24px;
}

.case-type-1__faq-1-item-preview {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: start;
}

.case-type-1__faq-1-item-preview-number {
	flex-shrink: 0;
}

.case-type-1__faq-1-item-preview-chevron-container {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
	border-style: dashed;
	border-width: 1px;
	border-radius: 50%;
}

.case-type-1__faq-1-item-inner-proxy[expanded] .case-type-1__faq-1-item-preview-chevron-container {
	transform: rotate(-180deg);
}

.case-type-1__faq-1-item-details {
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__faq-1-item-details-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: start;
	justify-content: start;
	box-sizing: border-box;
	padding: 24px;
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 14px;
}

.case-type-1__faq-1-item-details-text {
	margin: 0;
}

@media (max-width: 1250px) {
	.case-type-1__faq-1-inner-proxy {
		grid-template: 1fr / 100%;
	}

	.case-type-1__faq-1-items {
		gap: 12px;
	}
}

@media (max-width: 760px) {
	.case-type-1__faq-1-item-inner-proxy {
		padding: 18px;
	}

	.case-type-1__faq-1-item-preview-number {
		display: none;
	}

	.case-type-1 .case-type-1__faq-1-item-preview-text {
		font-size: 0.875rem;
		line-height: 1.2;
	}
}

.case-type-1__navigation {
	box-sizing: border-box;
	padding: 30px 0;
	overflow: hidden;
}

.case-type-1__navigation-inner {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 24px;
}

.case-type-1__navigation-link {
	box-sizing: border-box;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-radius: 16px;
}

.case-type-1__navigation-link--next {
	text-align: right;
}

.case-type-1__navigation-link-inner {
	display: flex;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 24px;
	border-style: dashed;
	border-width: 1px;
	border-radius: 16px;
}

.case-type-1__navigation-chevron-container {
	display: flex;
	flex-shrink: 0;
	align-items: start;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.case-type-1__navigation-chevron {
	font-size: 20px;
}

.case-type-1__navigation-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}

@media (max-width: 1000px) {
	.case-type-1__navigation-inner {
		gap: 12px;
	}

	.case-type-1__navigation-link-inner {
		padding: 18px;
	}
}

@media (max-width: 1000px) {
	.case-type-1__navigation-inner {
		grid-template: 1fr / 100%;
	}
}

.case-type-1__epilog {
	background-image: url("/local/templates/dw/components/bitrix/news.detail/case-type-1/images/art2.png");
	background-repeat: repeat;
}

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

.case-type-1__epilog-header {
	display: flex;
	flex-direction: column;
	place-items: center center;
}

.case-type-1__epilog-header-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	text-align: center;
}

.case-type-1__epilog-header-description {
	margin: 0;
}

.case-type-1__epilog-header-like {
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
	color: #0273e0;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}

.case-type-1__epilog-header-like:hover {
	opacity: 0.7;
}

.case-type-1__epilog-header-like:active {
	position: relative;
	top: 1px;
}

.case-type-1__epilog-header-like--active {
	color: #ffffff;
	background-color: #0273e0;
	pointer-events: none;
}

.case-type-1__epilog-header-like--hidden {
	visibility: hidden;
	pointer-events: none;
}

.case-type-1__epilog-header-like--loading {
	opacity: 0.5;
	pointer-events: none;
}

.case-type-1__epilog-header-like-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	border-style: dashed;
	border-width: 1px;
	border-radius: 50%;
}

.case-type-1__epilog-header-like-icon {
	font-size: 30px;
}

.case-type-1__epilog-header-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.case-type-1__epilog-header-action {
	flex-shrink: 0;
}

@media (max-width: 1000px) {
	.case-type-1__epilog-header-inner {
		gap: 18px;
	}

	.case-type-1 .case-type-1__epilog-header-caption {
		font-size: 1.3rem;
	}

	.case-type-1 .case-type-1__epilog-header-heading {
		font-size: 2rem;
		line-height: 1.2;
	}
}

@media (max-width: 460px) {
	.case-type-1__epilog-header-inner {
		gap: 12px;
	}

	.case-type-1 .case-type-1__epilog-header-caption {
		font-size: 1rem;
	}

	.case-type-1 .case-type-1__epilog-header-heading {
		font-size: 1.6rem;
	}

	.case-type-1__epilog-header-actions {
		flex-direction: column;
		width: 100%;
	}
}

/* End */


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

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

.embedded-cases-type-1__item {
	box-sizing: border-box;
	padding: 4px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
}

.embedded-cases-type-1__item-inner {
	overflow: hidden;
	border-style: dashed;
	border-width: 1px;
	border-radius: 20px;
	transition: opacity 0.2s ease-in-out;
}

.embedded-cases-type-1__item-inner:hover {
	opacity: 0.85;
}

.embedded-cases-type-1__item-inner:active {
	position: relative;
	top: 1px;
}

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

/* End */
/* /local/components/dw/sale.geo.positiion/templates/.default/style.css?176898915411794 */
/* /local/templates/dw/components/dweb/uni.form/form-type-7/style.css?176901616410647 */
/* /local/templates/dw/components/bitrix/news.detail/case-type-1/style.css?176962085532562 */
/* /local/templates/dw/components/bitrix/news.list/embedded-cases-type-1/style.css?1769455550725 */
