.prise-table{
        max-width: 1160px;
    margin: 0 auto;
    padding: 60px 15px;
}
.prise-table td{border: 1px solid #E5F6F5;font-family: 'Open Sans'; padding:5px}

.footer_contacts{
    color: #000000;
    font-size: 14px;
    font-family: 'Ubuntu';
    line-height: 22px;
    font-weight: 400;
   
}
.contacts_title{
    margin-bottom: 10px;
}
.strong{
    font-weight: 700;      
}
.author{
    color: rgb(196, 196, 196);
    margin-top: 20px;
}
.contacts_mail{
    color: rgb(198, 154, 86);
}
.author a{
     color: rgb(196, 196, 196)!important;
}
.author a:hover{
     color: rgb(198, 154, 86)!important;
}

.footer-links{
    font-family: 'Ubuntu',Arial,sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}
.footer-links-list li a{
    color: rgb(198, 154, 86);
    border-bottom: 1px solid rgb(198, 154, 86);
    text-decoration: none;
}
.footer-links-list{
    list-style-type: none;
    padding-left: 0!important;
    
}
.footer-warning{
 margin-bottom: 1.2em;

}
.footer-copyright{
    margin-top: 1.6em;
}
@media (max-width: 400px){
    .footer-links{
    font-size: 12px;
    line-height: 16px;
    }
    .footer-warning{
 margin-bottom: 1.7em;
 font-size: 12px;

}
        
    
}