

/* 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-5/style.css?17690163364292*/
.block-type-19 .block-info-picture img {
	max-width: 95%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 1s ease-in-out;
}

.block-type-19 .block-info-picture img:hover {
	transform: scale(1.01);
}

.block-type-19 .block-info-column {
	vertical-align: middle;
}

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

.block-type-19 .dw-slider {
	position: relative;
}

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

.block-type-19 .dw-slider .dw-slide-item {
	display: table-cell;
	float: none !important;
	vertical-align: middle;
}

.block-type-19 .dw-slider .buttons-container {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 0;
	letter-spacing: -0.36em;
	white-space: nowrap;
	transform: translate(-50%, 0%);
}

.block-type-19 .dw-slider .second-slider-button-right,
.block-type-19 .dw-slider .second-slider-button-left {
	display: inline-block;
	vertical-align: middle;
}

.block-type-19 .dw-slider .second-slider-button-left {
	margin-right: 24px;
}

.block-type-19 .dw-slider .second-slider-button-right {
	margin-left: 24px;
}

.block-type-19 .dw-slider .dw-slider-pager-container {
	display: inline-block;
	vertical-align: middle;
}

.block-type-19 .dw-slider .buttons-container li {
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
	cursor: pointer;
}

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

.block-type-19 .block-info-list {
	margin: 0 -12px;
}

.block-type-19 .block-info-list-item {
	position: relative;
	box-sizing: border-box;
	height: 170px;
	margin-top: 24px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 170px;
}

.block-type-19 .block-info-list-item:nth-child(1),
.block-type-19 .block-info-list-item:nth-child(2) {
	margin-top: 0;
}

.block-type-19 .block-item-fixer {
	height: 100%;
}

.block-type-19 .block-item-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 24px;
	line-height: 21px;
	vertical-align: middle;
}

.block-type-19 .block-item-heading {
	position: relative;
	z-index: 1;
}

.block-type-19 .block-item-heading span {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.block-type-19 .block-item-description {
	position: relative;
	z-index: 1;
}

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

	.block-type-19 .block-item-heading {
		font-size: 20px;
		line-height: 20px;
	}

	.block-type-19 .block-info-list-item {
		margin-top: 12px;
		padding-right: 6px;
		padding-left: 6px;
	}

	.block-type-19 .block-item-heading span {
		margin-right: 0;
	}

	.block-type-19 .block-item-heading span + span {
		margin-left: 12px;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-19 .block-heading {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 36px;
	}

	.block-type-19 .block-sub-heading {
		margin-bottom: 12px;
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-19 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

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

	.block-type-19 .block-sub-heading {
		font-size: 24px;
		line-height: 24px;
	}

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

	.block-type-19 .block-item-heading .sprite {
		display: none;
	}

	.block-type-19 .block-item-heading span + span {
		margin-left: 0;
	}

	.block-type-19 .block-item-description {
		line-height: 16px;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-19 {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.block-type-19 .block-heading {
		font-size: 24px;
		line-height: 24px;
	}

	.block-type-19 .block-info-picture {
		display: none;
	}
}

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

	.block-type-19 .block-description {
		line-height: 16px;
	}

	.block-type-19 .block-info-list-item {
		height: 150px;
		line-height: 150px;
	}

	.block-type-19 .block-info-list-item,
	.block-type-19 .block-info-list-item:nth-child(1),
	.block-type-19 .block-info-list-item:nth-child(2) {
		margin-top: 12px;
	}

	.block-type-19 .dw-slider .buttons-container {
		bottom: 12px;
	}
}

/* End */


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

.block-type-46 .block-type-46-items {
	margin: 24px -12px 0;
}

.block-type-46 .block-type-46-item {
	position: relative;
	box-sizing: border-box;
	height: 399px;
	padding: 0 12px;
	line-height: 399px;
}

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

.block-type-46 .item-picture {
	position: relative;
	display: block;
}

.block-type-46 .item-picture::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 154px;
	height: 154px;
	background: url("/local/templates/dw/components/bitrix/news.list/center-block-type-15/images/loopzoom.png") 50% 50% no-repeat transparent;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
}

.block-type-46 .item-picture:hover::before {
	content: "";
}

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

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

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

@media screen and (max-width: 1880px) {
	.block-type-46 {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.block-type-46 .block-type-46-item {
		height: 330px;
		line-height: 330px;
	}
}

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

	.block-type-46 .block-type-46-item {
		height: 285px;
		padding: 0 6px;
		line-height: 285px;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-46 .block-type-46-item {
		height: 260px;
		line-height: 260px;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-46 .block-type-46-items {
		margin-top: 0;
	}

	.block-type-46 .block-type-46-item {
		height: 210px;
		line-height: 210px;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-46 {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.block-type-46 .block-heading {
		font-size: 30px;
	}

	.block-type-46 .block-type-46-item {
		height: 332px;
		margin-top: 12px;
		line-height: 332px;
	}
}

@media screen and (max-width: 760px) {
	.block-type-46 .block-type-46-items {
		margin-right: -6px;
		margin-left: -6px;
	}

	.block-type-46 .block-type-46-item {
		height: 200px;
		line-height: 200px;
	}
}

@media screen and (max-width: 460px) {
	.block-type-46 .block-type-46-item {
		height: 155px;
		margin-top: 12px;
		padding: 0 6px;
		line-height: 155px;
	}

	.block-type-46 .item-picture::before {
		position: absolute;
		display: block;
		width: 108px;
		height: 108px;
		background: url("/local/templates/dw/components/bitrix/news.list/center-block-type-15/images/loopzoom.png") 50% 50% no-repeat transparent;
		background-size: cover;
		transition: all 0.2s ease-in-out;
	}
}

@media screen and (max-width: 350px) {
	.block-type-46 .block-type-46-item {
		height: 140px;
		line-height: 140px;
	}
}

/* End */


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

.block-type-72 .block-type-71-items {
	margin: 48px -12px 0;
}

.block-type-72 .block-type-71-item {
	position: relative;
	box-sizing: border-box;
	padding: 0 12px;
}

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

.block-type-72 .item-picture {
	margin-top: -70px;
}

.block-type-72 .add-cart.added {
	color: #ff0000;
	background-color: transparent;
	border-color: #ff0000;
}

.block-type-72 .item-table table {
	width: 100%;
	border-spacing: 0;
}

.block-type-72 .item-table table tr:first-child td {
	border-left: 0;
}

.block-type-72 .item-table table td {
	padding: 18px 24px;
}

.block-type-72 .item-table table td:not(:first-child) {
	width: 15%;
	text-align: center;
	border-left: 1px #f2f2f2 solid;
}

.block-type-72 .item-table table td:nth-child(4) {
	font-weight: bold;
}

.block-type-72 .item-link {
	position: relative;
}

.block-type-72 .item-link .sprite {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	background-color: #0273e0;
	background-position: -97px -3115px;
	border-radius: 50%;
}

@media screen and (max-width: 1650px) {
	.block-type-72 .block-type-72-items {
		margin-top: 36px;
	}

	.block-type-72 .block-special-timer {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.block-type-72 .special-timer-delimiter-label,
	.block-type-72 .special-timer-item-value,
	.block-type-72 .block-heading {
		font-size: 36px;
		line-height: 36px;
	}

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

	.block-type-72 .item-table table .item-table-price {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1450px) {
	.block-type-72 .item-table table .item-table-price {
		font-size: 18px;
		line-height: 24px;
	}
}

@media screen and (max-width: 1366px) {
	.block-type-72 .item-table table td:not(:first-child) {
		width: 16%;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-72 .special-timer-delimiter-label,
	.block-type-72 .special-timer-item-value,
	.block-type-72 .block-heading {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 1000px) {
	.block-type-72 {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.block-type-72 .special-timer-delimiter-label,
	.block-type-72 .special-timer-item-value,
	.block-type-72 .block-heading {
		font-size: 34px;
		line-height: 34px;
	}

	.block-type-72 .block-description {
		margin-bottom: 24px;
	}

	.block-type-72 .block-info-container,
	.block-type-72 .block-tools-container {
		display: inline-block;
	}

	.block-type-72 .item-table table {
		display: inline-block;
		max-width: 100%;
		overflow-x: auto;
	}

	.block-type-72 .item-table table tr:last-child td:not(:first-child),
	.block-type-72 .item-table table tr:last-child td,
	.block-type-72 .item-table table td {
		padding: 12px;
	}

	.block-type-72 .item-table table tr:first-child {
		font-size: 14px;
		white-space: nowrap;
	}

	.block-type-72 .item-table table tr td {
		white-space: nowrap;
	}

	.block-type-72 .item-table table .item-table-price {
		font-size: 14px;
		line-height: 16px;
	}

	.block-type-72 .item-table table .item-table-discount {
		font-size: 12px;
		line-height: 16px;
	}

	.block-type-72 .item-table table .button {
		height: 36px;
		margin-top: 12px;
		line-height: 36px;
	}
}

@media screen and (max-width: 760px) {
	.block-type-72 .special-timer-delimiter-label,
	.block-type-72 .special-timer-item-value,
	.block-type-72 .block-heading {
		font-size: 28px;
		line-height: 28px;
	}

	.block-type-72 .item-table table tr:not(:first-child) {
		font-size: 13px;
		line-height: 13px;
	}

	.block-type-72 .item-table table tr:last-child td:not(:first-child),
	.block-type-72 .item-table table tr:last-child td,
	.block-type-72 .item-table table td {
		padding: 12px;
	}

	.block-type-72 .item-table table .item-table-discount {
		font-size: 11px;
		line-height: 16px;
	}

	.block-type-72 .item-table table .item-table-price {
		font-size: 13px;
		line-height: 16px;
	}
}

/* End */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gUniForm .eFormHidden {
	display: none;
}

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

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

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

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

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

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

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

.gUniFormButtonContainter {
	text-align: center;
}

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

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

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

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

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

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

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

.eFormRequired {
	margin-top: 12px;
}

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

	50% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 1;
	}
}

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

/* End */
/* /local/templates/dw/components/dweb/uni.form/form-type-8/style.css?176901616410554 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-5/style.css?17690163364292 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-15/style.css?17690164812814 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-26/style.css?17690163564069 */
/* /local/templates/dw/components/dweb/uni.form/form-type-1/style.css?17690164634828 */
