/* 
В данный файл можно вносить кастомный css
*/

.contact ul{ list-style-type: none; }
.footer_search{ display: flex; flex-direction: row; }
.title-search { width: 65%; }
.title-search input{ width: 100% !important; }
.posad-text p{margin-bottom: 15px;}

@media screen and (max-width: 900px) {
    .footer_search{ flex-direction: column; } 
    .title-search{ width: 100%; }
    .container.nobottommargin{ font-size: 12px; }
}