@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-footer {
  background-color: #ffffff;
  padding: 40px 0;
  font-family: "Mulish", sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  position: relative;
}
.c-footer > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .c-footer {
    padding: 42px 15px;
    background-image: linear-gradient(332deg, #ff4438 105%, #eb0045 1%);
  }
}
@media (max-width: 1199.98px) {
  .c-footer:after {
    content: "";
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.19;
  }
}
.c-footer a {
  color: #343434;
  text-decoration: none;
}
.c-footer a:hover, .c-footer a:active, .c-footer a:focus, .c-footer a:visited {
  color: #343434;
}
@media (max-width: 1199.98px) {
  .c-footer a {
    color: #ffffff;
    color: #ffffff;
  }
  .c-footer a:hover, .c-footer a:active, .c-footer a:focus, .c-footer a:visited {
    color: #ffffff;
  }
}
.c-footer__logo {
  width: 30%;
  margin: 0 0 25px;
}
@media (max-width: 1199.98px) {
  .c-footer__logo {
    width: 100%;
    margin: 0;
    filter: brightness(0) invert(1);
  }
}
.c-footer__logo img {
  max-width: 200px;
}
@media (max-width: 1199.98px) {
  .c-footer__logo img {
    max-width: 160px;
    max-width: none;
  }
}
.c-footer__links-wrapper {
  width: 70%;
  display: flex;
}
@media (max-width: 1199.98px) {
  .c-footer__links-wrapper {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 20px;
  }
}
.c-footer__copyright {
  color: #343434;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 1199.98px) {
  .c-footer__copyright {
    color: #ffffff;
    font-size: 0.875em;
    margin-top: 20px;
  }
}
.c-footer__bottom {
  margin: 0 30px;
}
@media (max-width: 1199.98px) {
  .c-footer__bottom {
    color: #ffffff;
    margin: 0;
  }
}
.c-footer__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .c-footer__top {
    padding: 0;
    border: none;
    display: block;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__menu {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: none;
    border-right: none;
  }
}
.c-footer__menu .menu {
  display: flex;
}
@media (max-width: 1199.98px) {
  .c-footer__menu .menu {
    flex-direction: column;
    padding: 20px 0 8px;
  }
}
.c-footer__menu .menu-item {
  margin: 0 15px;
}
@media (max-width: 1199.98px) {
  .c-footer__menu .menu-item {
    margin: 0 0 12px;
  }
}
.c-footer__social-link {
  margin: 8px 4px 4px 8px;
  display: inline-block;
}
.c-footer__social-link img {
  width: 35px;
}
@media (max-width: 1199.98px) {
  .c-footer__social-link img {
    width: 45px;
  }
}
.c-footer__social {
  display: flex;
  padding-top: 5px;
  justify-content: end;
  flex: 1;
}
@media (max-width: 1199.98px) {
  .c-footer__social {
    justify-content: center;
    display: inline-block;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__social li {
    display: inline-block;
  }
}
.c-footer__phone {
  padding-top: 5px;
  text-align: center;
  flex: 1;
}
@media (max-width: 1199.98px) {
  .c-footer__phone {
    color: #ffffff;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 25px;
    width: fit-content;
    display: inline-block;
  }
}
.c-footer__phone > a {
  font-weight: bold;
  font-size: 1.25em;
  position: relative;
  padding-left: 35px;
  line-height: 36px;
}
.c-footer__phone > a:before {
  content: " ";
  background: url("/wp-content/themes/gougo/img/icons/phone-icon.svg") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199.98px) {
  .c-footer__phone > a:before {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1199.98px) {
  .c-footer__payment-logos {
    margin: 20px 0;
  }
}