.page-footer {
  background-color: #222;
  color: #ccc;
}
.page-footer a {
  color: #ccc;
}
.ft-block {
  margin-bottom: 30px;
}
.ft-block .ft-title {
  font-weight: 700;
  color: #fff;
  font-size: 142.857%;
  margin-bottom: 12px;
}
.links-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-footer li {
  margin-bottom: 4px;
}
.contact-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-footer li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}
.contact-footer li:before {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 0;
}
.contact-footer li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-footer .address:before {
  background: url("../images/icon-images.png") no-repeat -73px -9px;
}
.contact-footer .phone:before {
  background: url("../images/icon-images.png") no-repeat -105px -9px;
}
.contact-footer .email:before {
  background: url("../images/icon-images.png") no-repeat -138px -9px;
}
.contact-footer p:first-child {
  margin-bottom: 4px;
  color: #fff;
}
.block-subscribe-footer .newsletter-content {
  display: flex;
}
.block-subscribe-footer .input-box {
  width: 100%;
}
.block-subscribe-footer #newsletter-footer {
  border: none !important;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}
.block-subscribe-footer .action-button button {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
.ft-news-des {
  margin-bottom: 15px;
  max-width: 400px;
}
.ft-socials .social-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-socials .social-items li {
  float: left;
  margin-right: 10px;
}
.ft-socials .social-items .facebook a {
  background: url("../images/icon-images.png") no-repeat -176px -4px;
}
.ft-socials .social-items .twitter a {
  background: url("../images/icon-images.png") no-repeat -217px -4px;
}
.ft-socials .social-items .telegram a {
  background: url("../images/icon-images.png") no-repeat -256px -4px;
}
.ft-socials .social-items .youtube a {
  background: url("../images/icon-images.png") no-repeat -296px -4px;
}
.ft-socials .social-items li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.ft-socials .social-items li a span {
  display: none;
}
.ft-bottom-content {
  border-top: 2px solid #373737;
  padding: 25px 0 15px 0;
  position: relative;
}
.ft-bottom-content .bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-bottom-content .bottom-links:before,
.ft-bottom-content .bottom-links:after {
  content: "";
  display: block;
  clear: both;
}
.ft-bottom-content .bottom-links li {
  float: left;
  margin-right: 40px;
}
.ft-bottom-content address {
  text-align: right;
}
.ft-bottom-content address .copyright {
  font-size: 100%;
}
.ft-bottom-content .col-logo-links {
  position: static;
}
.ft-bottom-content .logo-footer {
  display: inline-block;
  min-width: 217px;
  background: #222;
  position: absolute;
  top: -41px;
  left: 50%;
  padding: 0 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .ft-bottom-content {
    text-align: center;
  }
  .ft-bottom-content .bottom-links {
    padding-top: 20px;
  }
  .ft-bottom-content .bottom-links li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 10px;
  }
  .ft-bottom-content address {
    text-align: unset;
  }
}
