* {
  margin: 0;
  padding: 0;
}

.content-blocs ul {
  list-style: none;
  padding: 0 !important;
}

.content-blocs ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  border-radius: 100px;
  background-color: #ee7631;
  overflow: hidden;
}

.content-blocs ul li:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), to(rgba(255, 255, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11));
}

.content-blocs ul li a {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.content-blocs form br {
  display: none;
}

.content-blocs .button-main {
  margin-left: auto;
  margin-right: auto;
}

.faq-box {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 640px;
  width: 100%;
}

.faq-list {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}

.faq-answer {
  padding-top: 0px;
  height: 0px;
  overflow: hidden;
}

.faq-answer-active {
  padding-top: 16px;
  min-height: 20px;
  height: 100%;
}

.faq-article {
  padding-left: 30px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 20px;
  position: relative;
}

.faq-article-active span::before {
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg) !important;
          transform: translate(-50%, -50%) rotateZ(0deg) !important;
}

.faq-article span {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  display: block;
  width: 16px;
  height: 3px;
}

.faq-article span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-article span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
  display: block;
  width: 16px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-links {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  max-width: 300px;
  width: 100%;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 16px;
}

.social-link-img {
  max-height: 32px;
  height: 32px;
  margin-right: 8px;
}

.social-link-img img {
  height: 100%;
  width: auto;
}

.social-link-text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 675px) {
  .social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
