@charset "UTF-8";
/* Fonts */
/* /Fonts */
/* Colors */
/* project color */
/* Custom */
/* animation */
/* /Colors */
/* Footer */
.footer {
  padding-top: 25px;
  padding-bottom: 50px;
  position: relative; }
  .footer.__small {
    height: 110px;
    margin-top: -110px;
    box-shadow: none; }

.footer_sections {
  margin-bottom: 55px;
  padding-top: 40px; }
  .footer_sections:after {
    content: "";
    display: table;
    clear: both; }

.footer_sections_block {
  max-width: 300px; }

.footer_lst .ul_i:before {
  padding-top: 0;
  content: '—';
  color: #999; }

.footer .tx {
  font-size: 0.9em; }

.footer .footer_lst .tx {
  font-size: 0.92857em; }

.footer .footer_copyright {
  border-top: 1px solid #cccccc;
  padding-top: 25px; }
  .footer .footer_copyright .tx {
    color: #999; }
  .footer .footer_copyright a {
    text-decoration: none;
    color: #999; }
    .footer .footer_copyright a:hover {
      text-decoration: underline; }

.footer__err-page {
  box-shadow: none;
  height: 110px;
  margin-top: -110px; }
  .footer__err-page .tx {
    font-size: 0.9em; }
  .footer__err-page .footer_copyright {
    border: 0; }

/* /Footer */
