footer.footer {
  background: #050505;
}

.footer__inner {
  padding: 0 1em;
}

.footer__main {
  padding: 86px 15px 0 15px;
}

@media (max-width:1199px) {
  .footer__main {
    padding-top: 35px;
  }
}

@media (max-width:899px) {
  .footer__main {
    padding: 32px 0 0 0;
  }
}

.footer__main_col {
  margin-bottom: 35px;
  padding-left: 2em;
  padding-right: 2em;
}

.footer__main_col:first-child {
  padding-left: 0;
}

.footer__main_col:last-child {
  padding-right: 0;
}

@media (max-width:1299px) {
  .footer__main_col:first-child,
  .footer__main_col:last-child {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.footer__secondary {
  padding: 0 15px;
  margin-top: 0;
}

@media (max-width:899px) {
  .footer__secondary {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.footer__secondary_col {
  border-top: 1px solid #333;
  position: relative;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width:899px) {
  .footer__secondary_col {
    text-align: center;
  }
}

.footer__secondary_col:first-child {
  padding-left: 0;
}

.footer__secondary_col:last-child {
  border: none;
  padding-right: 0;
}

.footer__secondary_col.col-xs-last {
  flex-basis: calc(25% - 80px);
  margin-right: 80px;
  padding-right: 0;
}

@media (max-width:1299px) {
  .footer__secondary_col:first-child,
  .footer__secondary_col:last-child,
  .footer__secondary_col.col-xs-last {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media (max-width:1199px) {
  .footer__secondary_col.col-xs-last {
    flex-basis: calc(25% - 50px);
    margin-right: 50px;
  }
}

@media (max-width:999px) {
  .footer__secondary_col.col-xs-last {
    flex-basis: calc(25% - 30px);
    margin-right: 30px;
  }
}

@media (max-width:899px) {
  .footer__secondary_col:nth-child(3) {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .footer__secondary_col.col-xs-last {
    order: -2;
    flex-basis: 25%;
    margin-right: 0;
  }
}

.footer__secondary_col #sidebar {
  align-self: center;
  width: 100%;
}

.footer .widget .widget-title {
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 32px;
}

@media (max-width:1199px) {
  .footer .widget .widget-title {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.footer .widget .menu {

}

.footer .widget .menu li {
  margin: 1px 0;
}

.footer .widget .menu li a,
.footer .widget .textwidget {
  color: #878787;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

@media (max-width:1199px) {
  .footer .widget .menu li a,
  .footer .widget .textwidget,
  .cookies-setting-link a {
    font-size: 15px;
  }
}

.footer .widget .menu li a:hover,
.footer .widget .textwidget a:hover {
  color: #fff;
}

.footer .widget p {
  line-height: 1.75;
}

.footer .widget p + p {
  margin: 1em 0;
}

.footer-tuv-logo {
  max-width: 50px;
}

@media (max-width:899px) {
  .footer-social {
    margin: 0 auto;
    text-align: center;
  }
}

.footer-social-icon {
  color: #878787;
  font-size: 28px;
  margin-right: 30px;
}

.footer-social-icon:hover {
  color: #fff;
}

@media (max-width:1299px) {
  .footer-social-icon {
    font-size: 24px;
    margin-right: 25px;
  }
}

@media (max-width:1199px) {
  .footer-social-icon {
    font-size: 22px;
    margin-right: 20px;
  }
}

@media (max-width:899px) {
  .footer-social-icon {
    font-size: 32px;
    margin-right: 40px;
  }
}

.footer-social-icon:last-child {
  margin-right: 0;
}
