.site-footer .top {
  background-color: #1D1D1D;
  padding: 25px 0;
  margin-bottom: 20px;
}

.site-footer .top .row {
  display: flex;
  align-items: center;
}

/* social icons */
.social-nav {
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.social-nav li {
  position: relative;
  padding-left: 42px;
  padding-right: 20px;
  margin-right: 20px;
}

.social-nav li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.social-nav svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Contacts */

.contacts {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #fff;
}

.site-footer .contacts__list {
  padding-left: 0;
  list-style: none;
}

.site-footer .contacts__list li,
.contacts__email,
.contacts__phone {
  position: relative;
  padding-left: 40px;
}

.site-footer .contacts__list li p {
  margin-bottom: 0;
}

.site-footer .contacts__list li svg,
.contacts__email svg,
.contacts__phone svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contacts__phone {
  margin-bottom: 20px;
}

.contacts__email,
.site-footer .contacts__list li:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer .contacts__list li:first-child {
  color: #fff;
}

.site-footer .widget-title {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  white-space: nowrap;
}

.site-footer .widget-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #E40000;
}

.site-footer .row > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .before-list-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.site-footer > .container {
    padding-bottom: 62px;
}

/*Additional logo*/

.additional-logo__wrapper {
  display: flex;
  align-items: center;
}

.additional-logo:first-child {
  margin-right: 30px;
  width: 45%;
  object-fit: contain;
}

.additional-logo:last-child {
  width: 55%;
  object-fit: contain;
}

.site-footer .widget-container li {
  position: relative;
  padding-left: 20px;
}

.site-footer .widget-container li:before {
  content: '';
  background-image: url(../img/bullet.svg);
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 12px;
  left: 0;
}

.site-footer .copyright-footer > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 992px) {

  .site-footer {
    background: #212121 !important;
  }

  .site-footer > .container {
    padding-bottom: 0px;
  }

  .site-footer .top {
    filter: drop-shadow(0 5px 8px #000);
  }

  .site-footer .top .row {
    flex-direction: column;
  }

  .site-footer .col-md-3:not(:last-child) {
    margin-bottom: 30px !important;
  }

  .social-nav li:not(:last-child) {
    padding-right: 19px;
    margin-right: 19px;
  }

  .social-nav li:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  .site-footer .social-nav__link span {
    display: none;
  }

  .social-nav li {
    padding-left: 0;
  }

  .social-nav a {
    display: flex;
    align-items: center;
  }

  .social-nav svg {
    position: static;
    transform: none;
  }

  .contacts+.additional-logo__wrapper {
    display: none;
  }

  .site-footer .col-lg-8 {
    columns: 2;
  }

  .site-footer .widget-title:after {
        display: none;
  }

  li#nav_menu-7 {
    margin-top: 0 !important;
  }

  .site-footer .widget-title {
    font-size: 16px;
    white-space: normal;
    margin-bottom: 29px;
  }

  .additional-logo__wrapper {
      display: block;
  }

  .additional-logo:first-child {
    margin-bottom: 19px !important;
  }

  .additional-logo {
    width: 100% !important;
    max-width: 131px;
    margin: 0 !important;
  }

  .copyright-footer .textwidget {
    font-size: 9px;
    line-height: 12px;
  }

}