@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-faq-widget {
  padding: 0 30px;
  min-height: 100px;
  border-bottom: 1px solid #d4dfe3;
}
@media (max-width: 1199.98px) {
  .c-faq-widget {
    min-height: 80px;
    padding: 0 24px;
  }
}
@media (max-width: 767.98px) {
  .c-faq-widget {
    min-height: 50px;
    padding: 0 20px;
  }
}
.c-faq-widget.opened {
  background-color: #ffffff;
}
.c-faq-widget__header {
  background-image: url("/wp-content/themes/gougo/img/icons/close-icon-red.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 38px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .c-faq-widget__header {
    background-size: 30.4px;
    min-height: 80px;
  }
}
@media (max-width: 767.98px) {
  .c-faq-widget__header {
    background-size: 20px;
    min-height: 50px;
    background-position: center right 0;
  }
}
.c-faq-widget__header.closed {
  background-image: url("../../../img/icons/plus-icon.svg");
}
.c-faq-widget__title {
  font-family: "Roboto", sans-serif;
  color: #ff4438;
  font-size: 1.625em;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 75px;
}
@media (max-width: 1199.98px) {
  .c-faq-widget__title {
    font-size: 1.4em;
  }
}
@media (max-width: 767.98px) {
  .c-faq-widget__title {
    font-size: 0.875em;
    padding-right: 15px;
  }
}
.c-faq-widget__title:hover {
  cursor: pointer;
}
.c-faq-widget__title.collapsed {
  color: #000;
  font-weight: normal;
}
.c-faq-widget__content {
  padding: 0 40px 50px;
  line-height: 1.63;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  color: #000;
}
@media (max-width: 1199.98px) {
  .c-faq-widget__content {
    padding: 20px 0;
    font-size: 0.8em;
  }
}
@media (max-width: 767.98px) {
  .c-faq-widget__content {
    padding: 0 0 10px;
  }
}