.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-footer {
  background-color: #212227;
}
.footer-top {
  background-color: #262d3d;
  padding: 44px 0 14px 0;
}
.logo-footer {
  margin-bottom: 30px;
}
.subscribe-footer {
  display: flex;
  margin-bottom: 30px;
}
.subscribe-footer .subs-title {
  white-space: nowrap;
  padding-right: 30px;
}
.subscribe-footer .subs-top {
  font-size: 123.076%;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  padding-top: 2px;
}
.subscribe-footer .subs-bottom {
  color: #999;
}
.subscribe-footer .block-subscribe-footer {
  width: 100%;
}
.subscribe-footer .newsletter-content {
  display: flex;
}
.subscribe-footer .input-box {
  width: 100%;
  padding-right: 5px;
}
.subscribe-footer #newsletter-footer {
  border: none;
  height: 44px;
  color: #999;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.subscribe-footer .action-button button {
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-middle {
  background-color: #212227;
  color: #999;
}
.middle-top {
  padding: 50px 0 20px;
  border-bottom: 1px solid #2c2d32;
}
.middle-top .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.middle-top .footer-links li {
  margin: 0 0 5px;
}
.middle-top .footer-links a {
  color: #999;
  display: table;
  padding: 2px 0;
}
.footer-block {
  margin-bottom: 30px;
}
.footer-block .footer-block-title {
  color: #fff;
  font-weight: 700;
  font-size: 123.076%;
  margin-bottom: 15px;
}
.middle-bottom {
  background-color: #1e1f23;
  padding: 50px 0 25px;
  border-bottom: 1px solid #2c2d32;
}
.middle-bottom a {
  color: #fff;
}
.middle-bottom .btn-map {
  padding-top: 10px;
}
.middle-bottom .btn-map a {
  display: table;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.middle-bottom .title-map {
  padding-top: 17px;
  font-size: 276.92%;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.footer-bottom {
  padding: 30px 0;
  color: #999;
}
.footer-bottom a {
  color: #999;
}
.footer-bottom address {
  display: block;
  text-align: right;
  padding-top: 11px;
}
.social-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-footer ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.social-footer ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.social-footer ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #555;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
@media (max-width: 768px) {
  .footer-bottom address {
    text-align: unset;
    padding-bottom: 0;
  }
  .middle-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-footer {
    display: block;
  }
  .subscribe-footer .subs-title {
    padding: 0;
    margin-bottom: 20px;
  }
}
