/*--- Footer styles ---*/
.l-section--footer {
  background: #232323;
  padding: 0;
}

.l-footer {
  display: flex;
  flex-direction: column;
  padding: 40px 75px 24px;
}

.l-footer__top {
  display: flex;
  align-items: center;
}

.l-footer__divide {
  background: #4b4b55;
  width: 100%;
  height: 1px;
  margin-top: 44px;
  margin-bottom: 24px;
}

.l-footer__logos {
  display: flex;
  align-items: center;
}

.l-footer__logo {
  position: relative;
  width: 32px;
  height: 32px;
  background: rgba(219, 219, 219, 0.4);
  margin-right: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.l-footer__logo:hover {
  transition: 0.4s;
  background: #dbdbdb;
}

.l-footer__logo__link {
  display: block;
  width: 100%;
  height: 100%;
}

.l-footer__logo__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__title {
  margin-left: 18px;
  margin-right: 62px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}

.l-footer__phone,
.l-footer__email {
  white-space: nowrap;
  margin-right: 62px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}
.l-footer__phone a,
.l-footer__email a {
  color: #fff;
  text-decoration: none;
}

.l-footer__copyright {
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #4b4b55;
  margin-left: auto;
}

.l-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-footer__terms {
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: right;
  color: #4b4b55;
  margin-right: 62px;
  text-decoration: none;
}

.l-footer__terms:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .l-section.l-section--footer {
    padding: 0 12px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .l-footer {
    padding: 40px 0;
  }

  .l-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .l-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer__logos {
    margin-bottom: 15px;
  }
  .l-footer__title {
    margin: 0;
    margin-bottom: 15px;
  }
  .l-footer__phone {
    margin-bottom: 15px;
  }
  .l-footer__copyright {
    margin: 0;
    margin-top: 15px;
  }
}

/*--- Footer styles end---*/
