.common-questions {
  /* END .filters */
}
.common-questions .filters {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  list-style: none;
}
@media only screen and (min-width: 390px) {
  .common-questions .filters {
    padding-top: calc(25px + 20 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .common-questions .filters {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .common-questions .filters {
    margin: 0 -16px;
  }
}
.common-questions .filters .cat {
  padding: 0 10px 14px;
}
.common-questions .filters .cat a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #376452;
  border-radius: 60px;
}
.common-questions .filters .cat a.active, .common-questions .filters .cat a:hover {
  background-color: #FFD000;
  color: #376452;
}
.common-questions .items {
  padding-top: 40px;
}
@media only screen and (min-width: 576px) {
  .common-questions .items {
    padding-top: calc(40px + 30 * (100vw - 576px) / 1344);
  }
}
@media only screen and (min-width: 1920px) {
  .common-questions .items {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .common-questions .items {
    margin: 0 -32px;
  }
}
@media only screen and (max-width: 385px) {
  .common-questions .items {
    margin: 0 -24px;
  }
}
.common-questions .post {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #376452;
}
@media only screen and (min-width: 390px) {
  .common-questions .post {
    padding-top: calc(20px + 12 * (100vw - 390px) / 1050);
    padding-bottom: calc(20px + 12 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .common-questions .post {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .common-questions .post {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 385px) {
  .common-questions .post {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.common-questions .post:first-of-type {
  border-top: 1px solid #376452;
}
.common-questions .post .question {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 390px) {
  .common-questions .post .question {
    font-size: calc(20px + 12 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .common-questions .post .question {
    font-size: 32px;
  }
}
.common-questions .post .question span {
  width: calc(100% - 60px);
  transition: 0.4s ease;
}
@media (hover: hover) {
  .common-questions .post .question span:hover {
    color: #D11363;
  }
}
.common-questions .post .question svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .common-questions .post .question svg {
    margin-top: 10px;
  }
}
.common-questions .post .question.open svg path {
  transition: 0.4s ease;
}
.common-questions .post .question.open svg .second {
  opacity: 0;
}
.common-questions .post .answer {
  display: none;
  width: 94%;
  max-width: 950px;
  padding-top: 24px;
}
.common-questions .post .answer p {
  font-size: 14px;
}
@media only screen and (min-width: 390px) {
  .common-questions .post .answer p {
    font-size: calc(14px + 4 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .common-questions .post .answer p {
    font-size: 18px;
  }
}
.common-questions .post .answer a {
  text-decoration: underline;
}
.common-questions .loader {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media only screen and (min-width: 390px) {
  .common-questions .loader {
    top: calc(40px + 30 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .common-questions .loader {
    top: 70px;
  }
}
.common-questions .loader svg {
  display: block;
  height: 70%;
  width: 70%;
  max-width: 400px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.common-questions .loader.active {
  display: block;
}

/*# sourceMappingURL=block.css.map*/