

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

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

.block-type-50 .input {
	min-width: 160px;
	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: 2.7rem;
		line-height: 2.7rem;
	}

	.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 {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.block-type-50 .block-heading {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}

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

	.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-info-column:last-child {
		display: none;
	}

	.block-type-50 .block-heading {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
}

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

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

@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: 1.25rem;
	vertical-align: middle;
}

.gUniFormSuccessHeading {
	padding: 0 24px;
	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.75rem;
	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: 2.3rem;
	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-2/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 */


/* 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/bitrix/news.list/center-block-type-3/style.css?17690163247321*/
.block-type-8 {
	position: relative;
	overflow: hidden;
}

.block-type-8 .rate-tabs-item {
	display: none;
}

.block-type-8 .rate-tabs-item.selected {
	display: block;
}

.block-type-8 .block-tabs {
	width: 100%;
}

.block-type-8 .block-tabs .block-tab-item {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.block-type-8 .block-tabs .block-tab-item:last-child {
	margin-right: 0;
}

.block-type-8 .block-tabs .block-tab-item.selected a {
	border-color: #ffffff;
}

.block-type-8 .slider-container {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.block-type-8 .dw-slider {
	position: relative;
	height: 960px;
}

.block-type-8 .dw-slider .dw-slide-box {
	display: table;
	height: 100%;
}

.block-type-8 .dw-slider .dw-slide-item {
	display: table-cell;
	float: none !important;
	padding-top: 74px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.block-type-8 .block-type-8-item {
	vertical-align: middle;
}

.block-type-8 .block-type-8-item:nth-child(1),
.block-type-8 .block-type-8-item:nth-child(3) {
	position: relative;
	z-index: 1;
}

.block-type-8 .block-additional-info {
	text-align: right;
}

.block-type-8 .item-picture-container {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	width: 100%;
	text-align: center;
	transform: translate(-50%, 0%);
	pointer-events: none;
}

.block-type-8 .item-picture-container .item-picture {
	display: block;
	margin: auto;
}

.block-type-8 .block-arrows-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.block-type-8 .block-arrows-container .block-arrows,
.block-type-8 .block-arrows-container .middle-wrapper {
	height: 100%;
}

.block-type-8 .block-arrows {
	position: relative;
}

.block-type-8 .block-heading-container {
	position: absolute;
	top: 48px;
	left: 50%;
	z-index: 1;
	width: 100%;
	text-align: center;
	transform: translate(-50%, 0%);
}

.block-type-8 .left-button-arrows,
.block-type-8 .right-button-arrows {
	position: absolute;
	z-index: 1;
	display: block;
}

.block-type-8 .left-button-arrows {
	top: 252px;
}

.block-type-8 .right-button-arrows {
	right: 0;
	bottom: 168px;
}

.block-type-8 .left-button-arrow-item,
.block-type-8 .right-button-arrow-item {
	position: relative;
	display: block;
	width: 1170px;
	height: 1px;
	margin-top: 6px;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-type-8 .left-button-arrow-item {
	left: -1000px;
}

.block-type-8 .left-button-arrow-item:first-child,
.block-type-8 .right-button-arrow-item:first-child {
	margin-top: 0;
}

.block-type-8 .right-button-arrow-item:first-child {
	right: -1008px;
}

.block-type-8 .left-button-arrow-item:nth-child(2) {
	width: 1130px;
}

.block-type-8 .right-button-arrow-item:nth-child(2) {
	right: -1048px;
}

.block-type-8 .left-button-arrow-item:nth-child(3) {
	width: 1090px;
}

.block-type-8 .right-button-arrow-item:nth-child(3) {
	right: -1088px;
}

.block-type-8 .first-slider-button-left,
.block-type-8 .first-slider-button-right {
	position: absolute;
	top: auto;
	width: auto;
	transition: opacity 0.1s ease-in-out;
	pointer-events: auto;
}

.block-type-8 .first-slider-button-left {
	top: 200px;
	left: 0;
}

.block-type-8 .first-slider-button-right {
	right: 0;
	bottom: 200px;
}

.block-type-8 .first-slider-button-left:active,
.block-type-8 .first-slider-button-right:active {
	transform: translate(0, 1px);
}

.block-type-8 .button-arrow-container {
	display: table;
	width: 100%;
}

.block-type-8 .button-arrow-text-block,
.block-type-8 .button-arrow-icon-block {
	display: table-cell;
	vertical-align: middle;
}

.block-type-8 .first-slider-button-left .button-arrow-icon-block {
	padding-right: 6px;
	text-align: left;
}

.block-type-8 .first-slider-button-right .button-arrow-icon-block {
	padding-left: 6px;
	text-align: left;
}

.block-type-8 .button-top-text {
	display: inline-block;
	width: 100%;
}

.block-type-8 .button-arrow-icon-block .sprite {
	display: inline-block;
	vertical-align: middle;
}

.block-type-8 .first-slider-button-right .button-arrow-text-block {
	padding-right: 0;
	padding-left: 6px;
	text-align: left;
}

.block-type-8 .dw-slider .dw-slider-pager-container {
	position: absolute;
	bottom: 148px;
	left: 0;
	font-size: 0;
	letter-spacing: -0.36em;
}

.block-type-8 .dw-slider .dw-slider-pager-container {
	position: absolute;
	bottom: 24px;
	display: inline-block;
	vertical-align: middle;
	pointer-events: auto;
}

.block-type-8 .dw-slider .dw-slider-pager-container li {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	cursor: pointer;
}

.block-type-8 .dw-slider .dw-slider-pager-container li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 1650px) {
	.block-type-8 .first-slider-button-left {
		top: 182px;
	}

	.block-type-8 .item-heading .big-bold {
		font-size: 60px;
		line-height: 48px;
	}

	.block-type-8 .left-button-arrows {
		top: 228px;
	}

	.block-type-8 .dw-slider {
		height: 850px;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-8 .dw-slider {
		height: 740px;
	}

	.block-type-8 .block-heading {
		font-size: 40px;
		line-height: 36px;
	}

	.block-type-8 .item-heading .big-bold {
		font-size: 36px;
		line-height: 36px;
	}

	.block-type-8 .item-picture-container .item-picture {
		max-width: 100%;
		max-height: 710px;
	}

	.block-type-8 .dw-slider .dw-slide-item {
		padding-top: 110px;
	}

	.block-type-8 .first-slider-button-right {
		bottom: 160px;
	}

	.block-type-8 .right-button-arrows {
		bottom: 128px;
	}

	.block-type-8 .item-site .normal-bold {
		font-size: 21px;
		line-height: normal;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-8 .dw-slider {
		height: 640px;
	}

	.block-type-8 .dw-slider .dw-slide-item {
		padding-top: 90px;
	}

	.block-type-8 .button-arrow-container,
	.block-type-8 .right-button-arrows,
	.block-type-8 .left-button-arrows {
		display: none;
	}

	.block-type-8 .item-heading .big-bold {
		font-size: 28px;
		line-height: 28px;
	}

	.block-type-8 .item-picture-container .item-picture {
		max-height: 590px;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-8 .dw-slider {
		height: auto;
	}

	.block-type-8 .block-heading-container {
		display: none;
	}

	.block-type-8 .dw-slider .dw-slide-item {
		padding: 60px 0;
	}

	.block-type-8 .item-picture-container .item-picture {
		max-height: 420px;
	}

	.block-type-8 .block-arrows-container {
		display: none;
	}

	.block-type-8 .item-heading .big-bold {
		font-size: 24px;
		line-height: 24px;
	}

	.block-type-8 .block-type-8-item:last-child {
		display: none;
	}

	.block-type-8 .item-heading {
		max-width: 320px;
	}

	.block-type-8 .item-picture-container {
		left: 70%;
	}
}

@media screen and (max-width: 760px) {
	.block-type-8 .item-picture-container .item-picture {
		max-height: 420px;
	}
}

@media screen and (max-width: 460px) {
	.block-type-8 .dw-slider .dw-slide-item {
		height: 360px;
		padding: 0;
	}

	.block-type-8 .item-description {
		display: none;
	}

	.block-type-8 .item-left-button {
		margin-top: 12px;
	}

	.block-type-8 .item-picture-container {
		left: 50%;
	}

	.block-type-8 .item-picture-container .item-picture {
		max-height: 370px;
	}

	.block-type-8 .item-heading {
		margin-top: 180px;
		text-shadow: 1px 1px 12px rgb(0 0 0 / 20%);
	}
}

/* End */


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

.pricing-type-1__inner {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.pricing-type-1__header {
	display: grid;
	grid-template: 1fr / 1fr 400px;
	gap: 24px;
}

.pricing-type-1__heading {
	max-width: 800px;
}

.pricing-type-1__timer {
	display: flex;
	justify-content: end;
	text-align: center;
}

.pricing-type-1 .special-timer-delimiter-label {
	box-sizing: border-box;
	padding: 0 12px;
}

.pricing-type-1__items {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pricing-type-1__item {
	box-sizing: border-box;
	padding: 48px;
	border-radius: 20px;
}

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

.pricing-type-1__item-header {
	display: grid;
	grid-template: 1fr / 1fr 450px;
	gap: 24px;
}

.pricing-type-1__item-header-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 650px;
}

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

.pricing-type-1__item-header-pricing-extra {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.pricing-type-1__item-header-pricing-markers {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.pricing-type-1__item-header-pricing-marker--primary {
	box-sizing: border-box;
	padding: 4px 8px;
	color: rgb(67 203 244 / 100%);
	font-weight: 700;
	font-size: 12px;
	background-color: rgb(67 203 244 / 10%);
	border-radius: 6px;
}

.pricing-type-1__item-header-pricing-marker--secondary {
	box-sizing: border-box;
	padding: 4px 8px;
	color: rgb(255 0 81 / 100%);
	font-weight: 700;
	font-size: 12px;
	background-color: rgb(255 0 81 / 10%);
	border-radius: 6px;
}

.pricing-type-1__item-short-description {
	margin: 0;
}

.pricing-type-1__item-header-pricing-development-timeline {
	margin: 0;
}

.pricing-type-1__item-header-pricing-price-description {
	margin: 0;
}

.pricing-type-1__item-content-items {
	display: grid;
	grid-template: 1fr / 1fr 1fr;
	gap: 12px;
}

.pricing-type-1__item-content-item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 12px;
}

.pricing-type-1__item-content-item-values,
.pricing-type-1__item-content-item-value {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-type-1__item-content-item-values {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pricing-type-1__item-content-item-value {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pricing-type-1__item-content-item-value-icon {
	flex-shrink: 0;
}

.pricing-type-1__item-footer-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

@media (width >= 1251px) {
	.pricing-type-1 .pricing-type-1__item-header-pricing {
		background-color: transparent;
	}
}

@media (max-width: 1250px) {
	.pricing-type-1__inner {
		gap: 42px;
	}

	.pricing-type-1__item-inner {
		gap: 12px;
	}

	.pricing-type-1__item-header {
		grid-template-columns: 1fr;
	}

	.pricing-type-1__item-header-pricing {
		padding: 24px;
		border-radius: 12px;
	}

	.pricing-type-1 .pricing-type-1__heading {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.pricing-type-1 .special-timer-delimiter-label,
	.pricing-type-1 .special-timer-item-value,
	.pricing-type-1 .block-heading {
		font-size: 2.25rem;
		line-height: 1;
	}

	.pricing-type-1__item-content-items {
		grid-template-columns: 1fr;
	}

	.pricing-type-1__item-content-item {
		padding: 24px;
	}
}

@media (max-width: 1000px) {
	.pricing-type-1__header {
		grid-template-columns: 1fr;
	}

	.pricing-type-1__timer {
		display: none;
		justify-content: start;
		order: -1;
	}
}

@media (max-width: 760px) {
	.pricing-type-1 .pricing-type-1__heading {
		font-size: 2rem;
	}

	.pricing-type-1 .special-timer-delimiter-label,
	.pricing-type-1 .special-timer-item-value,
	.pricing-type-1 .block-heading {
		font-size: 1.5rem;
	}

	.pricing-type-1__inner {
		gap: 24px;
	}

	.pricing-type-1__item {
		padding: 18px;
	}

	.pricing-type-1 .pricing-type-1__item-heading {
		font-size: 1.6rem;
	}

	.pricing-type-1__item-header-pricing {
		padding: 18px;
	}

	.pricing-type-1__item-content-item {
		padding: 18px;
	}

	.pricing-type-1 .pricing-type-1__item-footer-button {
		width: 100%;
	}
}

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

	.pricing-type-1 .pricing-type-1__item-heading {
		font-size: 1.25rem;
	}

	.pricing-type-1 .pricing-type-1__item-header-pricing-actual {
		font-size: 1.3rem;
	}

	.pricing-type-1 .pricing-type-1__item-content-item-value-icon {
		display: none;
	}
}

/* End */


/* Start:/local/templates/dw/components/bitrix/news.list/center-block-type-12/style.css?17690164359212*/
.block-type-42 {
	background-color: #f5f5f5;
}

.block-type-42 .block-type-42-items {
	margin: 48px -12px 0;
	padding-left: 25%;
}

.block-type-42 .block-type-42-item {
	position: relative;
	box-sizing: border-box;
	height: 348px;
	margin-bottom: 24px;
	padding: 0 12px;
	line-height: 348px;
}

.block-type-42 .block-type-42-item:first-child {
	position: absolute;
	left: 12px;
	padding: 0 24px 0 0;
}

.block-type-42 .block-type-42-item .block-type-42-item-container {
	position: relative;
	padding: 36px 0 0 36px;
	line-height: normal;
}

.block-type-42 .block-type-42-item:first-child .block-type-42-item-container {
	padding: 36px;
}

.block-type-42 .block-type-42-item .block-type-42-item-container .m-b-img {
	height: 316px;
	vertical-align: bottom;
}

.block-type-42 .large-content-item {
	height: 720px;
	line-height: 720px;
}

.block-type-42 .block-type-42-item-container {
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	line-height: normal;
	vertical-align: middle;
}

.block-type-42 .block-title-spec {
	margin-bottom: -35px;
}

.block-type-42 .item-container-info,
.block-type-42 .large-content-item .block-type-42-item-container {
	vertical-align: top;
}

.block-type-42 .block-type-42-item:first-child .item-picture {
	display: block;
}

.block-type-42 .block-type-42-item:first-child .item-picture.tc {
	display: block;
	width: 100%;
}

.block-type-42 .items-row:nth-child(2) .block-type-42-item:first-child .item-picture.tc {
	display: table-cell;
	vertical-align: middle;
}

.block-type-42 .large-content-item .item-picture {
	margin-top: 144px;
}

.block-type-42 .item-picture img {
	max-width: 100%;
}

.block-type-42 .item-link-absolute {
	position: absolute;
	bottom: -48px;
	left: 12px;
}

.block-type-42 .snippet-line-text {
	font-size: 13px;
	line-height: 16px;
}

.block-type-42 .empty-container {
	width: 0;
	height: 0;
}

@media screen and (max-width: 1880px) {
	.block-type-42 .block-type-42-items .item-heading span {
		font-size: 23px;
		line-height: 26px;
	}

	.block-type-42 .block-type-42-items {
		padding-left: 0;
	}

	.block-type-42 .block-type-42-item,
	.block-type-42 .large-content-item {
		height: 245px;
		line-height: 245px;
	}

	.block-type-42 .block-type-42-item:first-child {
		position: relative;
		left: auto;
		padding: 0 12px;
		overflow: hidden;
	}

	.block-type-42 .block-type-42-item:first-child .block-type-42-item-container {
		background-size: cover;
	}

	.block-type-42
		.items-row:nth-child(2)
		.block-type-42-item:first-child
		.block-type-42-item-container {
		display: table;
		width: 100%;
	}

	.block-type-42 .block-type-42-item-container .tb {
		margin-top: 0;
	}

	.block-type-42 .block-type-42-item:first-child .block-type-42-item-container,
	.block-type-42 .block-type-42-item .block-type-42-item-container {
		padding: 24px;
	}

	.block-type-42 .big-content-item .snippet-type-2 {
		position: absolute;
		bottom: 24px;
		margin-top: 0;
	}

	.block-type-42 .big-content-item .snippet-type-2 .snippet-line {
		display: inline-block;
		width: auto;
		margin-top: 0;
		margin-right: 12px;
		padding: 5px;
		background-color: inherit;
		border-radius: 12px;
	}

	.block-type-42 .big-content-item .snippet-type-2 .snippet-line {
		background-color: #ffffff;
	}

	.block-type-42 .items-row:nth-child(2) .block-type-42-item:first-child .item-picture.tc,
	.block-type-42 .items-row:nth-child(2) .block-type-42-item:nth-child(1) .item-picture,
	.block-type-42 .items-row:nth-child(2) .block-type-42-item:nth-child(2) .item-picture,
	.block-type-42 .block-type-42-item:nth-child(1) .item-picture,
	.block-type-42 .block-type-42-item:nth-child(2) .item-picture,
	.block-type-42 .block-type-42-item .item-picture {
		display: none;
		margin-top: 0;
	}

	.block-type-42 .block-type-42-item:first-child .item-picture.tc,
	.block-type-42 .block-type-42-item:nth-child(1) .item-picture,
	.block-type-42 .block-type-42-item:nth-child(2) .item-picture,
	.block-type-42 .items-row:nth-child(2) .block-type-42-item:last-child .item-picture,
	.block-type-42 .block-type-42-item:last-child .item-inform,
	.block-type-42 .block-type-42-item:first-child .item-inform {
		display: table-cell;
		vertical-align: top;
	}

	.block-type-42 .block-type-42-item:first-child .item-picture {
		width: 40%;
	}

	.block-type-42 .item-container-info {
		height: 200px;
		vertical-align: middle;
	}

	.block-type-42 .big-content-item .item-container-info,
	.block-type-42 .big-content-item .large-content-item .block-type-42-item-container {
		height: auto;
		vertical-align: top;
	}

	.block-type-42 .item-picture {
		text-align: right;
	}

	.block-type-42 .item-picture img {
		max-width: 75%;
	}

	.block-type-42 .block-type-42-item .item-heading span {
		font-size: 18px;
		line-height: 22px;
	}

	.block-type-42 .item-text div {
		font-size: 13px;
		line-height: 14px;
	}
}

@media screen and (max-width: 1650px) {
	.block-type-42 .block-type-42-item {
		margin-bottom: 12px;
		padding: 0 6px;
	}

	.block-type-42 .block-type-42-items .item-heading span {
		font-size: 19px;
		line-height: 22px;
	}

	.block-type-42 .block-type-42-item:first-child {
		padding: 0 6px;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-42 .block-type-42-item,
	.block-type-42 .large-content-item {
		height: 270px;
		line-height: 270px;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-42 .block-title-spec {
		margin-bottom: -30px;
		font-size: 60px;
		line-height: 60px;
	}

	.block-type-42 .block-type-42-items {
		margin-top: 24px;
	}

	.block-type-42 .block-type-42-item {
		margin-bottom: 12px;
		padding: 0 6px;
	}

	.block-type-42 .block-type-42-item,
	.block-type-42 .large-content-item {
		height: 245px;
		line-height: 245px;
	}

	.block-type-42 .item-container-info {
		height: auto;
		vertical-align: top;
	}

	.block-type-42 .block-type-42-item .item-heading span {
		font-size: 16px;
		line-height: 16px;
	}

	.block-type-42 .block-heading span,
	.block-type-42 .block-heading {
		font-size: 26px;
		line-height: 26px;
	}

	.block-type-42 .block-type-42-item:first-child .item-picture.tc,
	.block-type-42 .block-type-42-item:nth-child(1) .item-picture,
	.block-type-42 .block-type-42-item:nth-child(2) .item-picture,
	.block-type-42 .items-row:nth-child(2) .block-type-42-item:last-child .item-picture {
		display: none;
	}

	.block-type-42 .block-type-42-item .item-list {
		margin-top: 12px;
	}

	.block-type-42 .block-type-42-item .item-text {
		margin-top: 12px;
	}

	.block-type-42 .snippet-line-text {
		line-height: 14px;
	}

	.block-type-42 .block-type-42-item:first-child .block-type-42-item-container,
	.block-type-42 .block-type-42-item .block-type-42-item-container {
		background: linear-gradient(to right, #ffffff, #f2f8ff) !important;
	}

	.block-type-42 .block-type-42-item:first-child .item-inform {
		text-align: left;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-42 {
		height: 398px;
		padding-top: 24px;
		padding-bottom: 24px;
		overflow: hidden;
	}

	.block-type-42 .block-heading {
		margin-bottom: 12px;
	}

	.block-type-42 .block-type-42-items {
		height: 320px;
		margin-top: 12px;
		overflow: auto;
		white-space: nowrap;
	}

	.block-type-42 .block-type-42-item,
	.block-type-42 .block-type-42-item:first-child {
		margin-bottom: 12px;
		padding: 0 6px;
	}

	.block-type-42 .block-type-42-item,
	.block-type-42 .large-content-item {
		width: 306px;
		height: 260px;
		line-height: 260px;
	}

	.block-type-42 .items-row {
		display: inline-block;
		width: auto;
	}

	.block-type-42 .block-title-spec {
		display: none;
	}

	.block-type-42 .block-type-42-item:first-child .block-type-42-item-container,
	.block-type-42 .block-type-42-item .block-type-42-item-container {
		padding: 12px;
		vertical-align: top;
		background: #ffffff !important;
		box-shadow: 0 0 6px rgb(0 0 0 / 6%);
	}

	.block-type-42 .block-type-42-item .item-heading,
	.block-type-42 .block-type-42-item .item-text {
		width: 265px;
		white-space: break-spaces;
	}

	.block-type-42 .snippet-type-2 {
		position: relative;
		width: 265px;
		white-space: initial;
	}

	.block-type-42 .big-content-item .snippet-type-2 {
		position: absolute;
		bottom: auto;
		margin-top: 12px;
	}

	.block-type-42 .big-content-item .snippet-type-2 .snippet-line {
		display: block;
		width: auto;
		background-color: inherit;
	}

	.block-type-42 .snippet-type-2 .snippet-line {
		margin-right: 0;
		line-height: 14px;
	}
}

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

	.block-type-42 .block-heading,
	.block-type-42 .block-description {
		text-align: left;
	}
}

@media screen and (max-width: 460px) {
	.block-type-42 {
		height: 480px;
	}

	.block-type-42 .block-type-42-items {
		height: 340px;
	}

	.block-type-42 .block-type-42-item,
	.block-type-42 .large-content-item {
		width: 285px;
		height: 270px;
		line-height: 270px;
	}

	.block-type-42 .block-type-42-item .item-heading,
	.block-type-42 .block-type-42-item .item-text {
		width: 240px;
		white-space: break-spaces;
	}

	.block-type-42 .snippet-type-2 {
		width: 240px;
	}

	.block-type-42 .block-type-42-item .item-heading span {
		font-size: 16px;
		line-height: 18px;
	}
}

/* End */
/* /local/templates/dw/components/dweb/uni.form/form-type-2/style.css?17690164464852 */
/* /local/templates/dw/components/dweb/uni.form/form-type-8/style.css?176901616410554 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-3/style.css?17690163247321 */
/* /local/templates/dw/components/bitrix/news.list/pricing-type-1/style.css?17690163444587 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-12/style.css?17690164359212 */
