#footer {
  background: #E6E6E6!important;
  padding: 33px 0 0 0!important;
}
.wrapper-top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 50px!important;
}
.wrapper-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0!important;
}
ul.redux-social-media-list.clearfix {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  margin: 0;
}
ul.redux-social-media-list.clearfix li {
  margin-right: 18px;
}
ul.redux-social-media-list.clearfix li:last-child {
  margin-right: 0;
}
.footer-logo {
  margin-left: 4px;
  text-align: center;
}
#block-25 {
  margin: auto!important;
}
.copyright-wrapper {
  margin-bottom: 20px;
}
.copyright {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.big-button {
  text-align: center!important;
}
.big-button a::after {
  content: none!important;
}
@media only screen and (min-width: 1200px) {
  ul.redux-social-media-list.clearfix {
    padding: 0 80px;
  }
  .desk-tab {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .big-button a {
    font-size: 32px;
    text-align: center;
  }
  .desk-tab {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
  .big-button a {
    font-size: 32px;
    text-align: center;
  }
  .desk-tab {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media only screen and (min-width: 577px) {
  .desk-tab {
    display: block;
  }
  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .wrapper-top {
    max-width: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px!important;
  }
  .footer-logo {
    margin-bottom: 0;
    width: 150px;
    margin: 0 auto 20px;
  }
  .big-button {
    font-size: 32px;
    text-align: center;
  }
  .desk-tab {
    display: none;
  }
  .mobile {
    display: block;
  }
  ul.redux-social-media-list.clearfix {
    justify-content: center;
  }
  .footer-widget:last-child {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  div.wrapper.wrapper-bottom div.c-col-12.footer-widget {
    padding-left: 50px;
    padding-right: 50px;
  }
  div.wrapper.wrapper-bottom div.c-col-12.footer-widget.copyright-wrapper {
    height: 50px;
  }
}
