#wrapper_footer { 
    background-image: url(../images/footer/bg.jpg);
    background-position:left top;
    background-repeat: repeat;
    height: 149px;
    color: #666564;   
    border-top: 7px solid #c4112f;
    z-index: 2;
}

.footer > div {
    padding-top: 25px; 
}

.footer .pict {
    display: block;
    margin: -40px 0 0;
}

.footer    {
    font-size:11px; 
}

.footer strong.phone {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-family: 'PTSans-Bold',Arial,sans-serif;
    white-space: nowrap;
}

.footer .address {
    text-align: right;
}

.footer .phones {
    text-align: right;
}

.footer a {
    display: block; 
    line-height: 1.4em;
    color: #c4112f;
    text-align: right;
    text-decoration: underline;
}

.footer .phones a {
     color: #666564 !important;   
     display: inline-block !important;
     text-decoration: none;
     padding-left: 10px;
} 

.footer .phones a:hover,
.footer .phones a:focus {
    text-decoration: underline;
}

@media (max-width: 768px) { 
    .footer .pict {
        width:100%;
        height:auto;
        margin: 0px; 
    }
    
    footer .phones {
        font-size: 9px;
    }
    
    footer .phones span {
        display: block;
    }
}

@media (max-width:480px) { 
    .footer .phone {
        font-size: 16px !important;
    }
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
	z-index:9999;
    box-shadow: 0px 0px 10px 2px #ddd;

}

#cookie_note p{
    margin: 0 0 0px 0;
    font-size: 12px;
    text-align: left;
    color: #333333;
	    float: left;
    width: 75%;
}

.cookie_accept{
 float: right;
}
@media (min-width: 576px){
    #cookie_note.show{
           display: flex;
    justify-content: space-between;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	
	#cookie_note p{ 
	clear:both !important;
	margin-bottom:15px;
	}
#cookie_note {bottom:40px !important;left:35%;}

.cookie_accept{
clear:both !important;
float:none;
}
}
#cookie_note a {display:inline;}
#cookie_note .button_black {padding-top:0px;}