.button_custom_green {
    background-color: #e0201d;
}

.form_button {
    border: 1px solid #e0201d;
}

.button_custom_green:hover, .button_custom_green:active, .button_custom_green:focus {
    background-color: #898a8d;
}

.form_button:hover {
    border: 1px solid #898a8d;
}

.header.active {
    background: #898a8d;
}

.features {
    background: url(../images/back_punti.jpg) no-repeat center center;
	background-size: cover;
    background-attachment: fixed;
}

.uk-grid i {
	width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    background: none;
    font-size: 56px;
    color: #fff;
    transition: box-shadow 0.5s, background 0.5s;
}

.uk-grid i:hover {
box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.grey_overlay:before {
    background: rgba(0,0,0,0.7);
}

.first_description_image {
	/*background: url(../images/back_dpi.jpg)  !important;*/
	background: none  !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.second_description_image {
	background: url(../images/back_abbigliamento.jpg) no-repeat center center !important;
}

.third_description_image {
	background: url(../images/back_anti.jpg) no-repeat center center !important;
}

.description_text {
	line-height: 30px;
	font-family: 'open_sanslight', sans-serif;
}

.description_block h3 {
	font-weight: 600;
	margin-bottom: 20px !important;
}

.statistic {
    background: url(../images/back_stati.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.promo {
    padding: 180px 0;
    background: url(../images/back_call.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.address_label {
    color: #e0201d;
}

.address_item a {
	color: #898a8d;
	text-decoration: none;
}

.address_item a:hover {
	color: #e0201d;
}

.footer_message a {
	color: #898a8d;
	text-decoration: none;
}

.footer_message a:hover {
	color: #e0201d;
}

.uk-icon-instagram.social_list_item_link:hover {
    background: #c619b8;
    border: 2px solid #c619b8;
}

.overlay_video:before {
    /*background: rgba(0,0,0,0.3);*/
	background: none;
}

.uk-grid-large {
	padding-top: 30px;
}

.container_form .container_title, .container_form .container_subtitle {
    font-size: 45px;
	line-height: 50px;
}

.form-desc {
	color: #fff;
}

.reviews h3 {
	margin-bottom: 30px;
}

body.ty-error{
	min-height: 100vh;
}

body.ty-error .wrapper{
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.ty-error header{
	background: #898a8d;
	box-shadow: 0 5px 5px -3px rgb(0 0 0 / 30%);
	position: static;
}

body.ty-error header .logo_link{
    height: 60px;
    margin-top: 5px;
}

body.ty-error header .header_nav_list_item_link{
    height: 70px;
    line-height: 70px;
}

body.ty-error footer{
	padding: 25px 0;
	border-top: 1px solid #898a8d;
}

.ty-error-body p{
	margin: 15px 0 30px 0;
}

.ty-error-body a{
	background: #e0201d;
	color: #fff;
	padding: 10px 50px;
	font-size: 18px;
	border-radius: 5px;
}

.ty-error-body a:hover{
	text-decoration: none;
	background: #898a8d;
}

form .form-privacy{
	display: flex;
	align-items: center;
}

form .form-privacy input{
	margin: 0;
	width: 25px !important;
	height: 25px !important;
	-webkit-appearance: auto !important;
}

form .form-privacy input:before{
	content: none !important;
}

form .form-privacy p{
	color: #fff;
	margin: 0 0 0 10px;
}

form .form-privacy p a{
	color: #fff;
}

form .form-privacy p a:hover{
	color: #e0201d;
}

form .form-status{
	color: #fff;
	display: block !important;
	font-size: 17px !important;
}

form .form-status.error{
	color: #ff0000;
}

form input[type="text"]{
	display: block !important;
}

form input[type="text"].error,
form input[type="text"].error:focus{
	background: #800000 !important;
    color: #fff;
}

.grecaptcha-badge{
	display: none !important;
}

section.first_description > div img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.container {
    background: url(../images/back_home.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.pt-50px{
	padding-top: 50px;
}

.py-50px{
	padding-top: 50px;
	padding-bottom: 50px;
}

.brand-selector{
	background: none;
	border: none;
	outline: none !important;
    padding: 10px;
    border-radius: 5px;
	border: 1px solid #898a8d;
	cursor: pointer;
	transition: transform .5s;
}

.brand-selector.active{
	border-color: #E0201D;
}

.brand-selector:not(.active):hover{
	transform: scale(1.1,1.1);
	border-color: #E0201D;
}

.brand-logos{
	max-width: 100px;
}

.uk-list > li:not(:last-child){
	margin-bottom: 10px;
}

.custom-btn-green{
	background: #00cc00;
}

.custom-btn-blue{
	background: #3333ff;
}

.custom-btn-yellow{
	background: #FFD500;
}

.custom-btn-gray{
	background: #b1b2b4;
}

.custom-btn-orange{
	background: #F38F00;
}

section.second_description > div > div > div{
	display: flex;
	align-items: center;
	justify-content: center;
}

section.first_description{
	padding: 75px 0 50px 0;
	height: auto;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s;
}

section.first_description:not(.active){
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.pdf-link{
	font-size: 19px;
    color: #444444;
    margin: 25px 0 15px 0;
    display: block;
}

.pdf-link:hover{
    color: #e0201d;
}

.pdf-link i{
	width: unset;
    height: unset;
    line-height: unset;
    border-radius: unset;
    font-size: inherit;
    color: inherit;
    box-shadow: none !important;
	margin-right: 5px;
}

.machine-selector{
	background: #fff;
	outline: none !important;
    padding: 10px;
    border-radius: 5px;
	border: 1px solid #898a8d;
	cursor: pointer;
	transition: transform .5s;
}

.machine-selector:hover{
	transform: scale(1.05,1.05);
}

.machine-selector img{
	margin-bottom: 25px;
    font-size: 17px;
}

.machine-selector h5{
	margin: 0;
    font-size: 17px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.machine-popup-content{
	background: #fff;
    padding: 30px 45px;
    text-align: center;
	max-width: 800px;
    margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 1599px){
	section.first_description > div:not(:last-child){
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 959px) {
	.description_image {
		min-height: 450px;
	}
	
	section.first_description > div:nth-child(odd) > div:first-child{
		order: 2;
	}
	
	section.first_description > div:nth-child(odd) > div:nth-child(2){
		order: 1;
	}
	
	section.first_description .description_image{
		min-height: unset;
		max-height: unset;
		height: unset;
		background: none !important;
	}
}

@media screen and (max-width: 767px){
	.video_wrapper {
		display: none;
	}
}

@media screen and (max-width: 479px){
	.machine-popup-content{
		padding: 30px 15px;
	}
	
	.machine-selector h5{
		min-height: unset;
		display: block;
	}
}

@media screen and (max-width: 399px){
	.ty-error-body h2{
		font-size: 35px;
		line-height: 40px;
	}
}

@media screen and (min-width: 480px){
	.brand-selector{
		min-height: 160px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 960px){
	.reviews_message {
		min-width: 550px;
	}
	
	section.first_description > div img{
		/*display: none;*/
	}
}

@media screen and (min-width: 1220px){
.reviews_message {
	min-width: 700px;
}
}
