

/* 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-5/style.css?15883395204493*/
.block-type-19 .block-info-picture img{
	transition: all 1s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 95%;
}

.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;
	overflow: hidden;
	height: 100%;
}

.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{
	float: none !important;
	vertical-align: middle;
	display: table-cell;
}

.block-type-19 .dw-slider .buttons-container{
	transform: translate(-50%, 0%);
	letter-spacing: -.36em;
	white-space: nowrap;
	position: absolute;
	font-size: 0;
	bottom: 0px;
	left: 50%;
}

.block-type-19 .dw-slider .second-slider-button-right,
.block-type-19 .dw-slider .second-slider-button-left{
	vertical-align: middle;
	display: inline-block;
}

.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{
	vertical-align: middle;
	display: inline-block;
}

.block-type-19 .dw-slider .buttons-container li{
	vertical-align: middle;
	display: inline-block;
	margin-left: 12px;
	cursor: pointer;
}

.block-type-19 .dw-slider .buttons-container li:first-child{
	margin-left: 0px;
}

.block-type-19 .block-info-list{
	margin: 0px -12px;
}

.block-type-19 .block-info-list-item{
	box-sizing: border-box;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	line-height: 170px;
	margin-top: 24px;
	height: 170px;
}

.block-type-19 .block-info-list-item:nth-child(1),
.block-type-19 .block-info-list-item:nth-child(2){
	margin-top: 0px;
}

.block-type-19 .block-item-fixer{
	height: 100%;
}

.block-type-19 .block-item-container{
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
	padding: 0 24px;
}

.block-type-19 .block-item-heading{
	position: relative;
	z-index: 1;
}

.block-type-19 .block-item-heading span{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
}

.block-type-19 .block-item-description{
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1650px){
	.block-type-19 .block-heading{
		line-height: 44px;
		font-size: 44px;
	}

	.block-type-19 .block-item-heading{
		line-height: 20px;
		font-size: 20px;
	}

	.block-type-19 .block-info-list-item{
		padding-right: 6px;
		padding-left: 6px;
		margin-top: 12px;
	}

	.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;
		line-height: 36px;
		font-size: 36px;
	}

	.block-type-19 .block-sub-heading{
		margin-bottom: 12px;
		line-height: 26px;
		font-size: 26px;
	}
}

@media screen and (max-width: 1250px){
	.block-type-19{
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.block-type-19 .block-heading{
		line-height: 30px;
		font-size: 30px;
	}

	.block-type-19 .block-sub-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-19 .block-item-heading{
		line-height: 18px;
		font-size: 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-bottom: 36px;
		padding-top: 36px;
	}

	.block-type-19 .block-heading{
		line-height: 24px;
		font-size: 24px;
	}

	.block-type-19 .block-info-picture{
		display: none;
	}
}

@media screen and (max-width: 760px){

	.block-type-19 .block-sub-heading{
		line-height: 18px;
		font-size: 18px;
	}

	.block-type-19 .block-description{
		line-height: 16px;
	}

	.block-type-19 .block-info-list-item{
		line-height: 150px;
		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:/bitrix/templates/dw/components/bitrix/news.list/center-block-type-15/style.css?15843101312974*/
.block-type-46{
	background-color: #f5f5f5;
}

.block-type-46 .block-type-46-items{
	margin: 24px -12px 0px -12px;
}

.block-type-46 .block-type-46-item{
	line-height: 399px;
	box-sizing: border-box;
	position: relative;
	padding: 0 12px;
	height: 399px;
}

.block-type-46 .block-type-46-item-container,
.block-type-46 .sub-block-item-container{
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	height: 100%;
}

.block-type-46 .item-picture{
	position: relative;
	display: block;
}

.block-type-46 .item-picture:before{
	transform: translate(-50%, -50%);
	background: url(/bitrix/templates/dw/components/bitrix/news.list/center-block-type-15/images/loopzoom.png) 50% 50% no-repeat transparent;
	transition: all 0.2s ease-in-out;
	position: absolute;
	display: block;
	height: 154px;
	width: 154px;
	left: 50%;
	top: 50%;
}

.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 {
	height: 0px;
	width: 0px;
}

@media screen and (max-width: 1880px){

	.block-type-46{
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.block-type-46 .block-type-46-item{
		line-height: 330px;
		height: 330px;
	}

}

@media screen and (max-width: 1650px){

	.block-type-46 .block-heading{
		margin-bottom: 12px;
		line-height: 36px;
		font-size: 36px;
	}

	.block-type-46 .block-type-46-item{
		line-height: 285px;
		padding: 0 6px;
		height: 285px;
	}

}

@media screen and (max-width: 1425px){

	.block-type-46 .block-type-46-item{
		line-height: 260px;
		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{
		line-height: 210px;
		height: 210px;
	}

}

@media screen and (max-width: 1000px){

	.block-type-46{
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.block-type-46 .block-heading{
		font-size: 30px;
	}

	.block-type-46 .block-type-46-item{
		line-height: 332px;
		margin-top: 12px;
		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{
		line-height: 200px;
		height: 200px;
	}

}

@media screen and (max-width: 460px){

	.block-type-46 .block-type-46-item{
		line-height: 155px;
		margin-top: 12px;
		padding: 0 6px;
		height: 155px;
	}

	.block-type-46 .item-picture:before{
		background: url(/bitrix/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;
		position: absolute;
		display: block;
		height: 108px;
		width: 108px;
	}
}

@media screen and (max-width: 350px){

	.block-type-46 .block-type-46-item{
		line-height: 140px;
		height: 140px;
	}

}
/* End */


/* Start:/bitrix/templates/dw/components/bitrix/news.list/center-block-type-26/style.css?15862570384266*/
.block-type-72{
	background-color: #f5f5f5;
}

.block-type-72 .block-type-71-items{
	margin: 48px -12px 0px -12px;
}

.block-type-72 .block-type-71-item{
	box-sizing: border-box;
	position: relative;
	padding: 0 12px;
}

.block-type-72 .block-type-71-item-container {
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	height: 100%;
}

.block-type-72 .item-picture{
	margin-top: -70px;
}

.block-type-72 .add-cart.added{
	background-color: transparent;
	border-color: #ff0000;
	color: #ff0000;
}

.block-type-72 .item-table table{
	border-spacing: 0;
	width: 100%;
}

.block-type-72 .item-table table tr:first-child td{
	border-left: 0px;
}

.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{
	background-position: -97px -3115px;
	background-color: #0273e0;
	border-radius: 50%;
	display: block;
	height: 28px;
	width: 28px;
	margin: 0 auto;
}

@media screen and (max-width: 1650px){

	.block-type-72 .block-type-72-items{
		margin-top: 36px;
	}

	.block-type-72 .block-special-timer{
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.block-type-72 .special-timer-delimiter-label,
	.block-type-72 .special-timer-item-value,
	.block-type-72 .block-heading{
		line-height: 36px;
		font-size: 36px;
	}

	.block-type-72 .block-heading{
		margin-bottom: 12px;
	}

	.block-type-72 .item-table table .item-table-price{
		line-height: 24px;
		font-size: 20px;
	}

}

@media screen and (max-width: 1450px){

	.block-type-72 .item-table table .item-table-price{
		line-height: 24px;
		font-size: 18px;
	}

}

@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{
		line-height: 40px;
		font-size: 40px;
	}

}

@media screen and (max-width: 1000px){

	.block-type-72{
		padding-bottom: 36px;
		padding-top: 36px;
	}

	.block-type-72 .special-timer-delimiter-label,
	.block-type-72 .special-timer-item-value,
	.block-type-72 .block-heading{
		line-height: 34px;
		font-size: 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;
		overflow-x: auto;
		max-width: 100%;
	}

	.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{
		white-space: nowrap;
		font-size: 14px;
	}

	.block-type-72 .item-table table tr td{
		white-space: nowrap;
	}

	.block-type-72 .item-table table .item-table-price{
		line-height: 16px;
		font-size: 14px;
	}

	.block-type-72 .item-table table .item-table-discount{
		line-height: 16px;
		font-size: 12px;
	}

	.block-type-72 .item-table table .button{
		line-height: 36px;
		margin-top: 12px;
		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{
		line-height: 28px;
		font-size: 28px;
	}

	.block-type-72 .item-table table tr:not(:first-child){
		line-height: 13px;
		font-size: 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{
		line-height: 16px;
		font-size: 11px;
	}

	.block-type-72 .item-table table .item-table-price{
		line-height: 16px;
		font-size: 13px;
	}

}
/* 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-5/style.css?15883395204493 */
/* /bitrix/templates/dw/components/bitrix/news.list/center-block-type-15/style.css?15843101312974 */
/* /bitrix/templates/dw/components/bitrix/news.list/center-block-type-26/style.css?15862570384266 */
/* /bitrix/templates/dw/components/dweb/uni.form/form-type-1/style.css?16930035875764 */
