.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: #fff;
}
.footer-top {
  background-color: #111;
  padding: 36px 0;
}
.sv-footer-item .sv-icon {
  float: right;
  width: 80px;
}
.sv-footer-item .sv-info {
  margin-right: 80px;
  color: #aaa;
  padding-top: 6px;
}
.sv-footer-item .sv-info strong {
  display: block;
  font-size: 116.67%;
  margin-bottom: 6px;
}
.sv-footer-item .sv-info p {
  margin: 0;
  font-size: 107.69%;
}
.footer-middle {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.footer-middle .logo-footer {
  float: right;
}
.footer-middle .links-footer {
  float: left;
}
.footer-middle .links-footer ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-middle .links-footer ul li {
  text-transform: uppercase;
  font-size: 116.67%;
  font-weight: 700;
  padding-right: 40px;
  padding-top: 8px;
}
.footer-middle .links-footer ul li a {
  color: #222;
}
.footer-bottom {
  padding: 40px 0 25px;
}
.footer-bottom .add-footer {
  font-size: 107.69%;
  color: #222;
  float: right;
  padding-top: 4px;
}
.footer-bottom address {
  margin: 0 0 10px;
}
.footer-bottom .news-socials {
  float: left;
}
.footer-bottom .ns-content {
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom .social-block-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom .social-block-list ul::after {
  content: "";
  display: block !important;
  clear: both;
}
.footer-bottom .social-block-list ul li {
  float: right;
  margin-right: 10px;
}
.footer-bottom .social-block-list ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3a559f;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.footer-bottom .social-block-list ul li.tw a {
  background-color: #1da1f2;
}
.footer-bottom .social-block-list ul li.pi a {
  background-color: #e60023;
}
.footer-bottom .social-block-list ul li.vi a {
  background-color: #00adef;
}
.footer-bottom .social-block-list ul li.yo a {
  background-color: #fa1a25;
}
.footer-bottom .block-subscribe-footer {
  padding-left: 15px;
}
.footer-bottom .newsletter-content {
  position: relative;
  width: 300px;
}
.footer-bottom .newsletter-content #newsletter-footer {
  height: 50px;
  border: 2px solid #eee;
  padding-left: 55px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.footer-bottom .newsletter-content .action-button button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #222;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.footer-bottom .newsletter-content .action-button button:before {
  content: '\e955';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 24px;
}
.footer-bottom .newsletter-content .action-button button span {
  display: none;
}
@media (max-width: 1199px) {
  .footer-middle .logo-footer {
    float: none;
  }
  .footer-middle .links-footer {
    float: none;
    padding-top: 30px;
  }
  .footer-middle .links-footer ul li {
    padding-right: 0;
    padding-left: 30px;
  }
  .footer-bottom .news-socials {
    float: unset;
    clear: both;
    padding-top: 30px;
  }
  .footer-middle {
    padding: 40px 0 30px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .block-subscribe-footer {
    margin-bottom: 15px;
  }
  .footer-bottom .social-block-list ul li {
    margin-right: 0;
    margin-left: 10px;
  }
  .sv-footer-item {
    padding: 10px 0;
  }
}
