/*==========  footer  ==========*/
footer {
  color: #131316;
  line-height: 125.8%;
  background: #E3E6EF;
  padding: 45px 0 74px;
  position: relative; }
  footer .address {
    font-size: 12px;
    font-weight: 500;
    color: rgba(19, 19, 22, 0.6); }
    footer .address:hover {
      color: #254DF1; }

.footer-menu {
  line-height: 22px;
  font-size: 12px; }
  .footer-menu li a {
    color: #131316; }
    .footer-menu li a:hover {
      color: #2B2A52; }
  .footer-menu:first-child {
    margin: 0 65px 0 0; }

.copyright {
  width: 100%;
  line-height: 165.8%;
  font-size: 12px;
  opacity: .4;
  font-weight: 500;
  margin: 30px 0 0; }

.footer-box {
  margin: 0 0 0 110px;
  max-width: 210px;
  opacity: .6;
  font-size: 12px;
  font-weight: 500; }
  .footer-box .phone {
    color: #131316;
    opacity: .5;
    font-family: "formular", sans-serif;
    margin: 10px 0 0; }

.organizations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0 auto; }

.organizations-item {
  margin: 0 0 0 28px; }
  .organizations-item:first-child {
    margin: 0; }

/*==========  footer end  ==========*/
