

/* Start:/bitrix/templates/dw/components/dweb/uni.form/form-type-8/style.css?169300370612005*/
.gUniFormModalWindow{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    line-height: 100vh;
    text-align: center;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormModalWindowContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background-color: #ffffff;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
    border-radius: 14px;
    position: relative;
    line-height: 21px;
    text-align: left;
    padding: 24px;
    width: 500px;
}

.gUniFormModalWindow .gUniFormHideScrollBar{
    position: relative;
    overflow: auto;
    height: 100%;
    width: 120%;
}

.gUniFormModalWindow .gUniFormCn100{
	position: relative;
    height: 100%;
    width: 100vw;
}

.gUniFormModalWindow .gUniFormModalWindowExit{
	-webkit-transition: none;
	-o-transition: none;
	position: absolute;
	transition: none;
	background: none;
	display: block;
	height: 24px;
	right: 24px;
	width: 24px;
	top: 24px;
}

.gUniFormModalWindow .gUniFormModalWindowExit:active{
	transform: scale(0.8);
}

.gUniFormModalWindow .uFormHeading{
	box-sizing: border-box;
	padding-right: 36px;
	padding-left: 36px;
	text-align: center;
	line-height: 28px;
	font-weight: 600;
	font-size: 24px;
}

.gUniFormModalWindow .uFormDescription{
	margin: 6px 0px 12px 0px;
	text-align: center;
	line-height: 21px;
	font-size: 16px;
	color: #222222;
}

.gUniFormModalWindow .uFormDescription{
	text-align: center;
	line-height: 28px;
	margin: 12px 0px;
	font-size: 16px;
	color: #222222;
}

.gUniFormModalWindow .uLabel{
	margin: 12px 0px;
	overflow: hidden;
}

.gUniFormModalWindow .uLabel .uName,
.gUniFormModalWindow .uLabel .uIcon{
	vertical-align: middle;
	display: inline-block;
}

.gUniFormModalWindow .uLabel .uName{
	margin-top: 3px;
}

.gUniFormModalWindow .uLabel .uIcon{
	margin-right: 6px;
}

.gUniFormModalWindow .uLabel .uIcon img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.gUniFormModalWindow .uLabel .uHint{
	margin-top: 3px;
	color: #888888;
	float: right;
}

.gUniFormModalWindow .uError,
.gUniFormModalWindow .uFormGlobalErrors{
	color: #ff0000;
}

.gUniFormModalWindow .uError,
.gUniFormModalWindow .uFormGlobalErrors{
	line-height: 28px;
}

.gUniFormModalWindow .uCaptchaContainer{
	margin-bottom: 12px;
	margin-top: 12px;
	height: 40px;
}

.gUniFormModalWindow .uCaptchaImage{
	max-width: 100%;
	height: 40px;
}

.gUniFormModalWindow .gUniForm input,
.gUniFormModalWindow .gUniForm textarea,
.gUniFormModalWindow .gUniForm select{
	transition: all 0.2s ease-in-out;
	background-color: #fdfdfd;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 14px;
	color: #000000;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.gUniFormModalWindow .gUniForm input:focus,
.gUniFormModalWindow .gUniForm textarea:focus,
.gUniFormModalWindow .gUniForm select:focus{
	border: 1px solid #cccccc;
	background-color: #fcfcfc;
}

.gUniFormModalWindow .gUniForm input[type="text"]{
	padding: 0 6px;
	height: 50px;
}

.gUniFormModalWindow .gUniForm input[type="file"]{
	background-color: transparent;
	margin: 4px;
	border: 0;
}

.gUniFormModalWindow .gUniForm input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin: 0 12px;
	width: auto;
}

.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(/bitrix/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(/bitrix/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;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0px;
	top: 0px;
}

.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{
	padding: 12px 6px;
	height: 120px;
}

.gUniFormModalWindow .gUniForm select{
	padding: 12px 6px;
}

.gUniFormModalWindow .gUniForm .error{
	border: 1px solid #ff0000 !important;
	position: relative;
}

.gUniFormModalWindow .gUniForm .error:focus{
	border: 1px solid #ff0000;
}

.gUniFormModalWindow .gUniForm .uformTools{
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 1px;
}

.gUniFormModalWindow .gUniForm .uFormButton{
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.gUniFormModalWindow .gUniForm .uFormButton:first-child{
	padding-right: 6px;
}

.gUniFormModalWindow .gUniForm .uFormButton:last-child{
	padding-left: 6px;
}

.gUniFormModalWindow .gUniForm .uRequired{
	vertical-align: middle;
	display: inline-block;
	color: #ff0000;
}

.gUniFormModalWindow .gUniForm .uFormSubmit,
.gUniFormModalWindow .gUniForm .uFormReset{
	transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	width: 100%;
}

.gUniFormModalWindow .gUniForm .uFormSubmit.loading{
	transition: none;
}

.gUniFormModalWindow .gUniForm .uFormSubmit{
	background-color: #0d7cca;
	color: #ffffff;
}

.gUniFormModalWindow .gUniForm .uFormSubmit:hover{
    background-color: #068ae6;
}

.gUniFormModalWindow .gUniForm .uFormSubmit:active{
	position: relative;
	top: 1px;
}

.gUniFormModalWindow .gUniForm .uFormSubmit.loading{
	background-image: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-8/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.gUniFormModalWindow .gUniForm .uFormReset{
	border: 1px solid #e5e5e5;
	color: #888888;
}

.gUniFormModalWindow .gUniForm .uFormReset:hover{
	border: 1px solid #cfcfcf;
}

.gUniFormModalWindow .gUniForm .uFormReset:active{
	position: relative;
	top: 1px;
}

.gUniFormModalWindow .gUniForm .uToolsIcon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -1px;
}

.gUniFormModalWindow .gUniForm .eFormHidden{
	display: none;
}

.gUniFormSuccess{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessContainer{
    /*box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);*/
    border: 14px solid rgba(255, 255, 255, 0.12);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -125px;
    position: absolute;
    line-height: 270px;
    max-width: 100%;
    height: 270px;
    width: 500px;
    left: 50%;
    top: 50%;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.gUniFormSuccessHeading{
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	padding: 0 24px;
	font-size: 24px;
}

.gUniFormSuccessText{
	text-align: center;
	line-height: 21px;
	margin-top: 12px;
	padding: 0 24px;
}

.gUniFormButtonContainter{
	text-align: center;
}

.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit{
	-webkit-transition: none;
	-o-transition: none;
	position: absolute;
	transition: none;
	background: none;
	display: block;
	height: 24px;
	right: 24px;
	width: 24px;
	top: 24px;
}

.gUniFormModalWindowExit:active{
	transform: scale(0.8);
}

.gUniFormModalWindow .eFormRequired{
	margin-top: 12px;
}

.gUniFormModalWindow .eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

@-webkit-keyframes zoomIn{

	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}

}

@keyframes zoomIn{

	from{
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	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{
		padding: 0px;
		width: 100%;
	}

	.gUniForm .uFormButton:last-child{
		display: none;
	}

}

@media all and (max-width: 350px){

	.gUniFormModalWindow .uFormDescription{
		display: none;
	}

	.gUniFormModalWindowContainer{
		padding: 12px;
		width: 300px;
	}

	.gUniFormModalWindow .uFormHeading{
		box-sizing: border-box;
		line-height: normal;
		padding-right: 36px;
		margin-top: 6px;
		text-align: left;
	}

	.gUniFormModalWindowExit{
		right: 12px;
		top: 22px;
	}

}
/* End */


/* Start:/bitrix/templates/dw/components/bitrix/news.list/center-block-type-21/style.css?15843861945981*/
.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 0px -12px;
}

.block-type-29 .block-type-29-item{
	box-sizing: border-box;
	padding: 0 12px;
}

.block-type-29 .large-content-item{
	line-height: 634px;
	height: 634px;
}

.block-type-29 .sub-block-item{
	line-height: 305px;
	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{
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}

.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{
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	height: 350px;
}

.block-type-29 .item-link-absolute{
	position: absolute;
	bottom: -48px;
	left: 0px;
}

.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{
		line-height: 312px;
		height: 312px;
	}

	.block-type-29 .large-content-item{
		line-height: 636px;
		height: 635px;
	}

	.block-type-29 .sub-block-item:first-child{
		margin-bottom: 12px;
	}

	.block-type-29 .block-heading{
		line-height: 48px;
		font-size: 48px;
	}

	.block-type-29 .block-type-29-item-container .item-heading span,
	.block-type-29 .sub-block-item-container .item-heading span{
		line-height: 21px;
		font-size: 21px;
	}
}

@media screen and (max-width: 1425px){
	.block-type-29 .block-main-container{
		padding-right: 0;
	}

	.block-type-29 .block-main-container .block-heading{
		line-height: 30px;
		font-size: 30px;
	}

	.block-type-29 .sub-block-item{
		line-height: 324px;
		height: 324px;
	}

	.block-type-29 .large-content-item{
		line-height: 660px;
		height: 660px;
	}

	.block-type-29 .block-type-29-item-container .item-heading span,
	.block-type-29 .sub-block-item-container .item-heading span{
		line-height: 18px;
		font-size: 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{
		line-height: 592px;
		height: 592px;
	}

	.block-type-29 .sub-block-item{
		line-height: 290px;
		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{
		line-height: 588px;
		height: 588px;
	}

	.block-type-29 .sub-block-item{
		line-height: 288px;
		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{
		line-height: 16px;
		font-size: 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-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-29 .large-content-item{
		line-height: 496px;
		height: 496px;
	}

	.block-type-29 .sub-block-item{
		line-height: 242px;
		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{
		line-height: 28px;
		font-size: 28px;
	}

	.block-type-29 .large-content-item{
		line-height: 494px;
		height: 494px;
	}

	.block-type-29 .sub-block-item{
		line-height: 220px;
		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{
		line-height: 20px;
		font-size: 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{
		line-height: 524px;
		height: 524px;
	}

	.block-type-29 .sub-block-item{
		line-height: 230px;
		height: 230px;
	}

	.block-type-29 .block-main-container .block-heading{
		line-height: 24px;
		font-size: 24px;
	}
}

@media screen and (max-width: 350px){
	.block-type-29 .large-content-item{
		line-height: 525px;
		height: 525px;
	}
}
/* End */


/* Start:/bitrix/templates/dw/components/bitrix/news.list/center-block-type-12/style.css?15840213969564*/
.block-type-42{
	background-color: #f5f5f5;
}

.block-type-42 .block-type-42-items{
	margin: 48px -12px 0px -12px;
	padding-left: 25%;
}

.block-type-42 .block-type-42-item{
	margin-bottom: 24px;
	line-height: 348px;
	box-sizing: border-box;
	position: relative;
	padding: 0 12px;
	height: 348px;
}

.block-type-42 .block-type-42-item:first-child{
	position: absolute;
	padding: 0 24px 0 0;
	left: 12px;
}

.block-type-42 .block-type-42-item .block-type-42-item-container{
	line-height: normal;
	position: relative;
	padding: 36px 0 0 36px;
}

.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{
	vertical-align: bottom;
	height: 316px;
}

.block-type-42 .large-content-item{
	line-height: 720px;
	height: 720px;
}

.block-type-42 .block-type-42-item-container{
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	height: 100%;
}

.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{
	vertical-align: middle;
	display: table-cell;
}

.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{
	line-height: 16px;
	font-size: 13px;
}

.block-type-42 .empty-container{
	height: 0px;
	width: 0px;
}

@media screen and (max-width: 1880px){
	.block-type-42 .block-type-42-items .item-heading span{
		line-height: 26px;
		font-size: 23px;
	}

	.block-type-42 .block-type-42-items{
		padding-left: 0;
	}

	.block-type-42 .block-type-42-item,
	.block-type-42 .large-content-item{
		line-height: 245px;
		height: 245px;
	}

	.block-type-42 .block-type-42-item:first-child{
		position: relative;
		overflow: hidden;
		padding: 0 12px;
		left: auto;
	}

	.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{
		margin-top: 0;
		position: absolute;
		bottom: 24px;
	}

	.block-type-42 .big-content-item .snippet-type-2 .snippet-line{
		background-color: inherit;
		border-radius: 12px;
		margin-right: 12px;
		margin-top: 0;
		padding: 5px;
		display: inline-block;
		width: auto;
	}

	.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{
		margin-top: 0;
		display: none;
	}

	.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{
		vertical-align: top;
		display: table-cell;
	}

	.block-type-42 .block-type-42-item:first-child .item-picture{
		width: 40%
	}

	.block-type-42 .item-container-info{
		vertical-align: middle;
		height: 200px;
	}

	.block-type-42 .big-content-item .item-container-info,
	.block-type-42 .big-content-item .large-content-item .block-type-42-item-container{
		vertical-align: top;
		height: auto;
	}

	.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{
		line-height: 22px;
		font-size: 18px;
	}

	.block-type-42 .item-text div{
		line-height: 14px;
		font-size: 13px;
	}
}

@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{
		line-height: 22px;
		font-size: 19px;
	}

	.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{
		line-height: 270px;
		height: 270px;
	}
}

@media screen and (max-width: 1250px){
	.block-type-42 .block-title-spec{
		margin-bottom: -30px;
		line-height: 60px;
		font-size: 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{
		line-height: 245px;
		height: 245px;
	}

	.block-type-42 .item-container-info{
		vertical-align: top;
		height: auto;
	}

	.block-type-42 .block-type-42-item .item-heading span{
		line-height: 16px;
		font-size: 16px;
	}

	.block-type-42 .block-heading span,
	.block-type-42 .block-heading{
		line-height: 26px;
		font-size: 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{
		padding-bottom: 24px;
		padding-top: 24px;
		overflow: hidden;
		height: 398px;
	}

	.block-type-42 .block-heading{
		margin-bottom: 12px;
	}

	.block-type-42 .block-type-42-items{
		white-space: nowrap;
		margin-top: 12px;
		overflow: auto;
		height: 320px;
	}

	.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{
		line-height: 260px;
		height: 260px;
		width: 306px;
	}

	.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{
		vertical-align: top;
		background: #ffffff !important;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
		padding: 12px;
	}

	.block-type-42 .block-type-42-item .item-heading,
	.block-type-42 .block-type-42-item .item-text{
		white-space: break-spaces;
		width: 265px;
	}

	.block-type-42 .snippet-type-2{
		white-space: initial;
		position: relative;
		width: 265px;
	}

	.block-type-42 .big-content-item .snippet-type-2{
		margin-top: 12px;
		position: absolute;
		bottom: auto;
	}

	.block-type-42 .big-content-item .snippet-type-2 .snippet-line{
		background-color: inherit;
		display: block;
		width: auto;
	}

	.block-type-42 .snippet-type-2 .snippet-line{
		line-height: 14px;
		margin-right: 0;
	}
}

@media screen and (max-width: 760px){
	.block-type-42 .block-heading span,
	.block-type-42 .block-heading{
		line-height: 24px;
		font-size: 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{
		line-height: 270px;
		height: 270px;
		width: 285px;
	}

	.block-type-42 .block-type-42-item .item-heading,
	.block-type-42 .block-type-42-item .item-text{
		white-space: break-spaces;
		width: 240px;
	}

	.block-type-42 .snippet-type-2{
		width: 240px;
	}

	.block-type-42 .block-type-42-item .item-heading span{
		line-height: 18px;
		font-size: 16px;
	}
}
/* End */


/* Start:/bitrix/templates/dw/components/dweb/uni.form/form-type-1/style.css?16930035875764*/
.block-type-50{
	background-color: #f5f5f5;
}

.block-type-50 .block-info-column{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}

.block-type-50 .input{
	margin-right: 12px;
	min-width: 175px;
}

.block-type-50 .block-phone{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	line-height: 570px;
	height: 570px;
	width: 570px;
	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{
		line-height: 46px;
		font-size: 46px;
	}

	.block-type-50 .input{
		min-width: 140px;
	}

	.block-type-50 .snippet-type-6 .snippet-circle-wrap{
		height: 380px;
		width: 380px;
	}

	.block-type-50 .block-phone{
		background-size: 60%;
		line-height: 380px;
		height: 380px;
		width: 380px;
		float: right;
	}

}

@media screen and (max-width: 1425px){

	.block-type-50 .empty-block{
		display: none;
	}

	.block-type-50 .snippet-type-6 .snippet-circle-wrap{
		height: 350px;
		width: 350px;
	}

	.block-type-50 .block-phone{
		background-size: 60%;
		line-height: 350px;
		height: 350px;
		width: 350px;
		float: right;
	}

}

@media screen and (max-width: 1250px){

	.block-type-50 .block-info-column:last-child{
		display: none;
	}
	
	.block-type-50{
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-50 .block-heading{
		line-height: 30px;
		font-size: 30px;
	}

	.block-type-50 .block-description{
		line-height: 18px;
		margin-top: 12px;
	}

	.block-type-50 .block-form .form > div{
		margin-top: 12px;
	}

	.block-type-50 .block-phone{
		background-position: 0;
		background-size: 90%;
		line-height: 250px;
		margin-left: 24px;
		height: 250px;
		width: 250px;
		float: none;
	}

	.block-type-50 .snippet-circle-wrap{
		display: none;
	}

}

@media screen and (max-width: 1000px){

	.block-type-50 .block-heading{
		line-height: 30px;
		font-size: 30px;
	}

}

@media screen and (max-width: 760px){

	.block-type-50 .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-50 .block-form .input{
		margin-right: 0;
		margin: 0 auto 12px;
		width: 82%;
	}

	.block-type-50 .block-form .button{
		width: 100%;
		margin: 0 auto;
		padding: 0px;
	}

}

@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{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 5, 10, 0.75);
    position: fixed;
    overflow: auto;
    color: #000000;
    z-index: 1000;
    display: none;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.gUniFormSuccessContainer{
    /*box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);*/
    border: 14px solid rgba(255, 255, 255, 0.12);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 14px;
    margin-left: -250px;
    margin-top: -125px;
    position: absolute;
    line-height: 270px;
    max-width: 100%;
    height: 270px;
    width: 500px;
    left: 50%;
    top: 50%;
}

.gUniFormSuccessBg{
    background-color: #ffffff;
   	border-radius: 4px;
}

.gUniFormSuccessMiddler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.gUniFormSuccessHeading{
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	padding: 0 24px;
	font-size: 28px;
}

.gUniFormSuccessText{
	text-align: center;
	line-height: 21px;
	margin-top: 12px;
	padding: 0 24px;
}

.gUniFormButtonContainter{
	text-align: center;
}

.gUniFormSuccessButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.gUniFormSuccessButton:hover{
	color: #ffffff;
	opacity: 0.85;
}

.gUniFormSuccessButton:active{
	position: relative;
	top: 1px;
}

.gUniFormSuccessExit{
	background: url(/bitrix/templates/dw/components/dweb/uni.form/form-type-1/images/exit.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	display: block;
	right: -24px;
	height: 54px;
	width: 54px;
	top: -24px;
}

.gUniFormSuccessExit:hover{
	background-position: -54px 0px;
}

.gUniFormSuccessExit:active{
	background-position: -108px 0px;
}

.eFormBlur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

.eFormRequired{
	margin-top: 12px;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@media all and (max-width: 650px) {
	.gUniFormSuccessContainer{
		margin-left: -150px;
		width: 300px;
	}
}
/* End */
/* /bitrix/templates/dw/components/dweb/uni.form/form-type-8/style.css?169300370612005 */
/* /bitrix/templates/dw/components/bitrix/news.list/center-block-type-21/style.css?15843861945981 */
/* /bitrix/templates/dw/components/bitrix/news.list/center-block-type-12/style.css?15840213969564 */
/* /bitrix/templates/dw/components/dweb/uni.form/form-type-1/style.css?16930035875764 */
