

/* 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/bitrix/news.list/cases-type-1/style.css?17691875072558*/
.cases-type-1 {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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:/bitrix/templates/.default/components/bitrix/news.list/center-block-type-32-color/style.css?16727868014129*/
.block-type-47{
	background-color: #f5f5f5;
}

.block-type-47 .tab-sector-items .tab-sector-item:not(:last-child){
	margin-right: 24px;
}

.block-type-47 .block-tools-container{
	text-align: right;
}

.block-type-47 .tab-sector-item.selected .button{
	border: 2px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
	pointer-events: none;
}

.block-type-47 .tab-sector-item .button{
	background-color: #87d531;
	color: #ffffff;
}

.block-type-47 .block-timer-container{
	display: inline-block;
	text-align: center;
}

.block-type-47 .block-special-timer{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	padding: 18px 24px;
	min-width: 425px;
}

.block-type-47 .special-timer-item-label{
	margin-top: 6px;
}

.block-type-47 .special-timer-delimiter-label{
	box-sizing: border-box;
	padding: 0 12px;
}

.block-type-47 .rate-tabs-item{
	position: relative;
	display: none;
	height: auto;
}

.block-type-47 .rate-tabs-item.selected{
	display: block;
}

.block-type-47 .slide-box{
	box-sizing: border-box;
	left: -24px;
}

.block-type-47 .slide-box-item{
	box-sizing: border-box;
	margin-right: 14px;
	float: left;
}

.block-type-47 .rate-item-sub-heading{}

.block-type-47 .rate-tabs-item-button-left,
.block-type-47 .rate-tabs-item-button-right{
	transform: translate(0%, -50%);
	position: absolute;
	z-index: 2;
	bottom: 0;
	top: auto;
}

.block-type-47 .rate-tabs-item-button-left:active,
.block-type-47 .rate-tabs-item-button-right:active{
	position: absolute;
	top: auto;
}

.block-type-47 .rate-tabs-item-button-left{
	left: 45%;
}

.block-type-47 .rate-tabs-item-button-right{
	right: 45%;
}

.block-type-47 .block-brief-container{
	text-align: center;
}

.block-type-47 .item-picture{
	display: block;
}

.block-type-47 .item-picture:before{
	background: url(/bitrix/templates/.default/components/bitrix/news.list/center-block-type-32-color/images/loopzoom.png) 50% 50% no-repeat transparent;
	transition: all 0.2s ease-in-out;
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
	height: 154px;
	width: 154px;
	left: 50%;
	top: 50%;
}

.block-type-47 .item-picture:hover:before{
	content: '';
}

@media screen and (max-width: 1880px){
	.block-type-47{
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.block-type-47 .rate-item-container img{
		max-width: 100%
	}

	.block-type-47 .rate-tabs-item-button-left{
		left: 44%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 44%;
	}
}

@media screen and (max-width: 1650px){
	.block-type-47 .slide-box-item{
		margin: 0 6px;
	}

	.block-type-47 .rate-tabs-item-button-left{
		left: 43%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 43%;
	}
}

@media screen and (max-width: 1425px){
	.block-type-47 .rate-tabs-item-button-left{
		left: 42.5%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 42.5%;
	}
}

@media screen and (max-width: 1250px){

	.block-type-47 .block-heading{
		margin-bottom: 12px;
		line-height: 26px;
		font-size: 26px;
	}

	.block-type-47 .rate-tabs-item-button-left{
		left: 41%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 41%;
	}

}

@media screen and (max-width: 1000px){

	.block-type-47{
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-47 .rate-tabs-item-button-left{
		left: 37.5%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 37.5%;
	}
}

@media screen and (max-width: 760px){

	.block-type-47 .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-47 .rate-tabs-item-button-left{
		left: 30%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 30%;
	}

}

@media screen and (max-width: 460px){

	.block-type-47 .rate-tabs-item-button-left{
		left: 24%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 24%;
	}
}

@media screen and (max-width: 350px){
	.block-type-47 .rate-tabs-item-button-left{
		left: 20%;
	}

	.block-type-47 .rate-tabs-item-button-right{
		right: 20%;
	}
}
/* End */


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

.block-type-29 .block-main-container {
	text-align: center;
}

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

.block-type-29 .block-type-29-item {
	box-sizing: border-box;
	padding: 0 12px;
}

.block-type-29 .large-content-item {
	height: 634px;
	line-height: 634px;
}

.block-type-29 .sub-block-item {
	height: 305px;
	line-height: 305px;
}

.block-type-29 .sub-block-item:first-child {
	margin-bottom: 24px;
}

.block-type-29 .block-type-29-item-bg,
.block-type-29 .sub-block-item {
	border-radius: 4px;
}

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

.block-type-29 .block-type-29-item-container {
	vertical-align: top;
}

.block-type-29 .large-content-item .block-type-29-item-container {
	vertical-align: top;
}

.block-type-29 .item-image-bg {
	height: 350px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
}

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

.block-type-29 .block-bottom-buttons {
	text-align: center;
}

@media screen and (max-width: 2100px) {
}

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

	.block-type-29 .sub-block-item {
		height: 312px;
		line-height: 312px;
	}

	.block-type-29 .large-content-item {
		height: 635px;
		line-height: 636px;
	}

	.block-type-29 .sub-block-item:first-child {
		margin-bottom: 12px;
	}

	.block-type-29 .block-heading {
		font-size: 48px;
		line-height: 48px;
	}

	.block-type-29 .block-type-29-item-container .item-heading span,
	.block-type-29 .sub-block-item-container .item-heading span {
		font-size: 21px;
		line-height: 21px;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-29 .block-main-container {
		padding-right: 0;
	}

	.block-type-29 .block-main-container .block-heading {
		font-size: 30px;
		line-height: 30px;
	}

	.block-type-29 .sub-block-item {
		height: 324px;
		line-height: 324px;
	}

	.block-type-29 .large-content-item {
		height: 660px;
		line-height: 660px;
	}

	.block-type-29 .block-type-29-item-container .item-heading span,
	.block-type-29 .sub-block-item-container .item-heading span {
		font-size: 18px;
		line-height: 18px;
	}

	.block-type-29 .block-type-29-item-container .item-text div,
	.block-type-29 .sub-block-item-container .item-text div {
		line-height: 16px;
	}
}

@media screen and (max-width: 1366px) {
	.block-type-29 .large-content-item {
		height: 592px;
		line-height: 592px;
	}

	.block-type-29 .sub-block-item {
		height: 290px;
		line-height: 290px;
	}

	.block-type-29 .item-image-bg {
		height: 310px;
	}

	.block-type-29 .snippet-type-2 .snippet-line-icon {
		display: none;
	}

	.block-type-29 .snippet-type-2 .snippet-line-text {
		padding-left: 0;
	}
}

@media screen and (max-width: 1250px) {
	.block-type-29 .large-content-item {
		height: 588px;
		line-height: 588px;
	}

	.block-type-29 .sub-block-item {
		height: 288px;
		line-height: 288px;
	}

	.block-type-29 .block-type-29-item {
		padding: 0 6px;
	}

	.block-type-29 .block-type-29-item:first-child {
		margin-bottom: 12px;
	}

	.block-type-29 .sub-block-item:first-child {
		margin-bottom: 12px;
	}

	.block-type-29 .item-picture img {
		max-width: 25%;
	}

	.block-type-29 .block-type-29-item-container .item-heading,
	.block-type-29 .sub-block-item-container .item-heading {
		margin-top: 6px;
	}

	.block-type-29 .block-type-29-item-container .item-heading span,
	.block-type-29 .sub-block-item-container .item-heading span {
		font-size: 16px;
		line-height: 16px;
	}

	.block-type-29 .block-type-29-item-container .item-text,
	.block-type-29 .sub-block-item-container .item-text {
		margin-top: 6px;
	}
}

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

	.block-type-29 .large-content-item {
		height: 496px;
		line-height: 496px;
	}

	.block-type-29 .sub-block-item {
		height: 242px;
		line-height: 242px;
	}

	.block-type-29 .item-image-bg {
		height: 310px;
	}

	.block-type-29 .block-type-29-item-container .item-heading {
		margin-top: 24px;
	}

	.block-type-29 .snippet-type-2 {
		margin-top: 12px;
	}

	.block-type-29 .snippet-type-2 .snippet-line {
		margin-top: 6px;
	}
}

@media screen and (max-width: 760px) {
	.block-type-29 .block-main-container {
		text-align: left;
	}

	.block-type-29 .block-main-container .block-heading {
		font-size: 28px;
		line-height: 28px;
	}

	.block-type-29 .large-content-item {
		height: 494px;
		line-height: 494px;
	}

	.block-type-29 .sub-block-item {
		height: 220px;
		line-height: 220px;
	}

	.block-type-29 .block-type-29-item:nth-child(3),
	.block-type-29 .large-content-item {
		margin: 12px 0;
	}

	.block-type-29 .large-content-item:first-child {
		margin-top: 0;
	}

	.block-type-29 .block-type-29-item-container .item-heading {
		margin-top: 24px;
	}

	.block-type-29 .block-type-29-item-container .item-heading a,
	.block-type-29 .sub-block-item-container .item-heading a {
		font-size: 20px;
		line-height: 20px;
	}

	.block-type-29 .sub-block-item-container .item-picture {
		display: block;
	}

	.block-type-29 .item-picture img {
		max-width: 15%;
	}
}

@media screen and (max-width: 460px) {
	.block-type-29 .large-content-item {
		height: 524px;
		line-height: 524px;
	}

	.block-type-29 .sub-block-item {
		height: 230px;
		line-height: 230px;
	}

	.block-type-29 .block-main-container .block-heading {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width: 350px) {
	.block-type-29 .large-content-item {
		height: 525px;
		line-height: 525px;
	}
}

/* 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:/bitrix/templates/.default/components/bitrix/news.list/center-block-type-29-2/style.css?16179895551749*/
.block-type-40 .block-type-40-item{
	margin-top: 36px;
	padding: 0 12px;
	line-height: 110px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0px;
	height: 110px;
}

.block-type-40 .item-line-container{
	vertical-align: middle;
	line-height: normal;
	box-sizing: border-box;
	display: inline-block;
}

.block-type-40 .item-picture-link{
	display: block;
	margin-bottom: 12px;
}

.block-type-40 .item-image{
	vertical-align: middle;
	max-width: 100%;
}

@media screen and (max-width: 1425px){

	.block-type-40 .block-heading{
		margin-bottom: 12px;
		line-height: 32px;
		font-size: 32px;
	}

}

@media screen and (max-width: 1250px){

	.block-type-40 .block-main-container .block-heading{
		line-height: 32px;
		font-size: 30px;
	}

}

@media screen and (min-width: 1001px){

	.block-type-40 .block-type-40-item:nth-child(6){
		margin-left: 10%
	}

}

@media screen and (max-width: 1000px){

	.block-type-40{
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.block-type-40 .block-type-40-item{
		line-height: 80px;
		margin-top: 12px;
		height: 80px;
	}

	.block-type-40 .item-picture-link{
		margin-bottom: 0;
	}

	.block-type-40 .item-image{
		max-width: 70%;
	}

	.block-type-40 .button{
		margin-top: 12px;
	}

}

@media screen and (max-width: 760px){

	.block-type-40 .item-image{
		max-width: 100%;
	}

}

@media screen and (max-width: 460px){

	.block-type-40 .block-main-container .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-40 .block-type-40-item:last-child{
		margin-left: 25%
	}

	.block-type-40 .item-picture-link{
		margin-bottom: 0;
	}

	.block-type-40 .button{
		margin-top: 12px;
	}

}
/* End */


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

.block-type-47 .tab-sector-items .tab-sector-item:not(:last-child) {
	margin-right: 24px;
}

.block-type-47 .block-tools-container {
	text-align: right;
}

.block-type-47 .tab-sector-item.selected .button {
	background-color: transparent;
	border: 2px solid rgb(255 255 255 / 40%);
	pointer-events: none;
}

.block-type-47 .tab-sector-item .button {
	color: #ffffff;
	background-color: #87d531;
}

.block-type-47 .block-timer-container {
	display: inline-block;
	text-align: center;
}

.block-type-47 .block-special-timer {
	box-sizing: border-box;
	min-width: 425px;
	padding: 18px 24px;
	border-top: 1px solid rgb(255 255 255 / 20%);
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.block-type-47 .special-timer-item-label {
	margin-top: 6px;
}

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

.block-type-47 .rate-tabs-item {
	position: relative;
	display: none;
	height: auto;
}

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

.block-type-47 .slide-box {
	left: -24px;
	box-sizing: border-box;
}

.block-type-47 .slide-box-item {
	float: left;
	box-sizing: border-box;
	margin-right: 14px;
}

.block-type-47 .rate-item-sub-heading {
}

.block-type-47 .rate-tabs-item-button-left,
.block-type-47 .rate-tabs-item-button-right {
	position: absolute;
	top: auto;
	bottom: 0;
	z-index: 2;
	transform: translate(0%, -50%);
}

.block-type-47 .rate-tabs-item-button-left:active,
.block-type-47 .rate-tabs-item-button-right:active {
	position: absolute;
	top: auto;
}

.block-type-47 .rate-tabs-item-button-left {
	left: 45%;
}

.block-type-47 .rate-tabs-item-button-right {
	right: 45%;
}

.block-type-47 .block-brief-container {
	text-align: center;
}

.block-type-47 .item-picture {
	display: block;
}

.block-type-47 .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-16/images/loopzoom.png") 50% 50% no-repeat transparent;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
}

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

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

	.block-type-47 .rate-item-container img {
		max-width: 100%;
	}

	.block-type-47 .rate-tabs-item-button-left {
		left: 44%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 44%;
	}
}

@media screen and (max-width: 1650px) {
	.block-type-47 .slide-box-item {
		margin: 0 6px;
	}

	.block-type-47 .rate-tabs-item-button-left {
		left: 43%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 43%;
	}
}

@media screen and (max-width: 1425px) {
	.block-type-47 .rate-tabs-item-button-left {
		left: 42.5%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 42.5%;
	}
}

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

	.block-type-47 .rate-tabs-item-button-left {
		left: 41%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 41%;
	}
}

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

	.block-type-47 .rate-tabs-item-button-left {
		left: 37.5%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 37.5%;
	}
}

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

	.block-type-47 .rate-tabs-item-button-left {
		left: 30%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 30%;
	}
}

@media screen and (max-width: 460px) {
	.block-type-47 .rate-tabs-item-button-left {
		left: 24%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 24%;
	}
}

@media screen and (max-width: 350px) {
	.block-type-47 .rate-tabs-item-button-left {
		left: 20%;
	}

	.block-type-47 .rate-tabs-item-button-right {
		right: 20%;
	}
}

/* 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-2/style.css?17690164464852 */
/* /local/templates/dw/components/bitrix/news.list/cases-type-1/style.css?17691875072558 */
/* /local/templates/dw/components/bitrix/news.list/pricing-type-1/style.css?17690163444587 */
/* /bitrix/templates/.default/components/bitrix/news.list/center-block-type-32-color/style.css?16727868014129 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-21/style.css?17690161655733 */
/* /local/templates/dw/components/dweb/uni.form/form-type-8/style.css?176901616410554 */
/* /bitrix/templates/.default/components/bitrix/news.list/center-block-type-29-2/style.css?16179895551749 */
/* /local/templates/dw/components/bitrix/news.list/center-block-type-16/style.css?17690164353948 */
/* /local/templates/dw/components/dweb/uni.form/form-type-1/style.css?17690164634828 */
