.conversion_orange{
	background-color: #F56038 !important;
}

.callback-icon::before{
	background-color: #F56038 !important;
}

.d3d-banner-head-5{
	background-color: #F56038 !important;
}

.main_video_text_container_btn{
	background-color: #F56038 !important;
}

.elfa-form--block .elfa-form__submit,
.elfa-form--calculate .elfa-form__submit{
	background-color: #F56038 !important;
	border-bottom: 2px solid #F56038;
}

.subscribe-block{
	border-top: 1px solid #cbc4bc;
	border-bottom: 1px solid #cbc4bc;
	background-color: #f5f3f2;
}

.subscribe-block-in-cont{
	padding: 32px 0
}

.footer-sub-form-input{
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #777777;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	margin: 0 5px;
	min-width: 270px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footer-sub-form-send{
	margin: 0 5px;
}

.subscribe-block-title{
	line-height: 1.33;
	font-size: 20px;
	margin-bottom: 24px;
	text-align: center;
	text-transform: uppercase;
}

.subscribe-block-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.subscribe-block-personal-data{
	width: 100%;
	margin-top: 24px;
	text-align: center;
	font-size: 14px;
}

.subscribe_form-field_error{
	border: 1px solid #c94d53;
}

@media (max-width: 768px) {
	.footer-sub-form-input{
		margin-bottom: 12px;
	}
	.footer-sub-form-send{
		margin-bottom: 12px;
		max-width: 270px;
	}
}

.mobile-show{
	width: 100%;
	padding: 5px 15px;
	background: #f5f3f2;
	font-size: 14px;
	float: left;
}

.visible-vs{
	display: none;
}

.d3d-banner-overlay{
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.35);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.d3d-banner-container{
	position: fixed;
	z-index: 10000;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	background: #fff;
	top: calc(50% - 250px);
	left: calc(50% - 500px);
	box-shadow: 0 0 3px 1px #000;
	display: none;
}

.d3d-banner-cross{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ea1a3c;
	cursor: pointer;
	font-size: 32px;
	z-index: 2;
}
.d3d-banner-content{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.d3d-banner-head{
	width: 500px;
	height: 500px;
	max-width: 100%;
	padding: 45px 75px;
}

.d3d-banner-head-1{
	font-size: 32px;
	font-weight: bold;
	color: #ea1a3c;
	line-height: normal;
	text-align: center;
}

.d3d-banner-head-2{
	font-size: 44px;
	font-weight: bold;
	color: #ea1a3c;
	line-height: normal;
	text-align: center;
}

.d3d-banner-head-3{
	font-size: 30px;
	font-weight: bold;
	color: #ea1a3c;
	line-height: normal;
	text-align: center;
	margin-bottom: 45px;
}

.d3d-banner-head-4{
	line-height: 1.5;
	margin-bottom: 45px;
}

.d3d-banner-head-5{
	padding: 10px;
	width: 100%;
	max-width: 100%;
	background: #ea1a3c;
	color: #fff !important;
	font-size: 20px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.d3d-banner-image{
	width: 500px;
	height: 500px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.d3d-banner-image img{
	max-width: 100%;
	width: 100%;

}

@media (max-width: 1023px) {
	.d3d-banner-container{
	width: 760px;
	height: auto;
	top: calc(50% - 190px);
	left: calc(50% - 380px);
	}

	.d3d-banner-head{
	padding: 24px;
	width: 380px;
	height: auto;
	}

	.d3d-banner-image{
	width: 380px;
	height: auto;
	}

	.d3d-banner-head-1{
	font-size: 24px;
	}

	.d3d-banner-head-2{
	font-size: 32px;
	}

	.d3d-banner-head-3{
	font-size: 24px;
	margin-bottom: 24px;
	}

	.d3d-banner-head-4{
	margin-bottom: 24px;
	}

	.d3d-banner-head-5{
	font-size: 20px;
	height: 45px;
	}
}

@media (max-width: 767px) {
	.d3d-banner-container{
	width: 380px;
	top: 24px;
	left: calc(50% - 190px);
	}

	.d3d-banner-content{
	flex-direction: column-reverse;
	}

	.d3d-banner-image{
	height: 200px;
	width: 100%;
	}

	.d3d-banner-image img{
	position: absolute;
	width: 100%;
	top: -30px;
	}

	.d3d-banner-head{
	padding: 15px;
	}

	.d3d-banner-head-1{
	font-size: 24px;
	}

	.d3d-banner-head-2{
	font-size: 32px;
	}

	.d3d-banner-head-3{
	font-size: 24px;
	margin-bottom: 12px;
	}

	.d3d-banner-head-4{
	margin-bottom: 12px;
	font-size: 14px;
	}

	.d3d-banner-head-5{
	font-size: 18px;
	height: 40px;
	}
}

@media (max-width: 425px) {
	.d3d-banner-container{
	width: 300px;
	top: 24px;
	left: calc(50% - 150px);
	}

	.d3d-banner-head{
	padding: 12px;
	}

	.d3d-banner-image {
	height: 160px;
	}

	.d3d-banner-head-1 {
	font-size: 20px;
	}

	.d3d-banner-head-2 {
	font-size: 28px;
	}

	.d3d-banner-head-3 {
	font-size: 20px;
	}

	.d3d-banner-head-4 {
	font-size: 13px;
	}
}

@media (max-width: 1200px) and (min-width: 768px) {
	.visible-vs{
		display: block;
	}
}

@media (min-width: 768px) {
	.im-hide{
		display: none !important;
	}
}
