.page-footer {
  background-color: #022344;
  color: #cbcfd3;
}
.ft-block {
  margin-bottom: 30px;
}
.ft-block .ft-title {
  font-weight: 700;
  color: #fff;
  font-size: 142.857%;
  margin-bottom: 22px;
}
.links-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-footer li {
  margin-bottom: 10px;
}
.links-footer a {
  color: #cbcfd3;
}
.text-description {
  margin-bottom: 15px;
}
.contact-footer {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.contact-footer li {
  padding-left: 28px;
  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: 15px;
}
.contact-footer li a {
  color: #cbcfd3;
}
.contact-footer .address:before {
  background: url("../images/icon-images.png") no-repeat -17px -53px;
}
.contact-footer .phone:before {
  background: url("../images/icon-images.png") no-repeat -17px -92px;
}
.contact-footer .email:before {
  background: url("../images/icon-images.png") no-repeat -17px -129px;
}
.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;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom .footer-payment {
  text-align: right;
}
.footer-bottom address {
  margin: 5px 0 0;
}
.footer-bottom address a {
  color: #cbcfd3;
}
.footer-bottom address a:hover {
  color: #fff;
}
.ft-block-social .follow-header {
  display: flex;
  align-items: center;
}
.ft-block-social .follow-header .title {
  color: #cbcfd3;
  padding-right: 10px;
}
.ft-block-social .follow-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-block-social .follow-header ul:before,
.ft-block-social .follow-header ul:after {
  content: "";
  display: block;
  clear: both;
}
.ft-block-social .follow-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .ft-block .ft-title {
    font-size: 133%;
  }
}
@media (max-width: 768px) {
  .footer-bottom .footer-payment {
    text-align: unset;
    margin-top: 10px;
  }
}
