﻿/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
body.dark .line {
  border: 2px solid #fff;
}
body.dark .bottom {
  color: #fff;
  padding: 20px 0;
  background: #142C46;
}

footer {
  position: relative;
  z-index: 2;
}
footer .line {
  width: 100%;
  border: 1px solid #eee;
}
footer .bottom {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #2c3542;
  padding: 20px 0;
  background: #fff;
}
