.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;
}

.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: 2.5rem;
	font-family: 'open_sanslight', sans-serif;
}

.description_block h3 {
	font-weight: 600;
}

.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);
}

.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;
}

@media screen and (max-width: 767px){
	.video_wrapper {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	.description_image {
		min-height: 450px;
	}
}

@media screen and (max-width: 399px){
	.ty-error-body h2{
		font-size: 35px;
		line-height: 40px;
	}
}

@media screen and (min-width: 960px){
.reviews_message {
	min-width: 550px;
}
}

@media screen and (min-width: 1220px){
.reviews_message {
	min-width: 700px;
}
}

.container {
    background: url(../images/back_home.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}