.faqBlock {
  background: #282828;
  padding: 100px 0;
  color: #fff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.faqBlock .background {
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.faqBlock .background .iconBackground {
  height: auto;
  left: 50%;
  position: absolute;
  top: 0;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 200px;
  margin-top: -300px;
}
.faqBlock .background .iconBackground svg {
  width: 2146px;
  height: auto;
  opacity: 0.1;
}
.faqBlock .background .iconBackground svg polygon {
  fill: #fff;
}
.faqBlock .innerContent {
  max-width: 800px;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.faqBlock .innerContent .bigTitle {
  display: block;
}
.faqBlock .innerContent .text {
  margin-top: 30px;
  display: block;
}
.faqBlock .items {
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
}
.faqBlock .items .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 60px);
  margin: 0 30px;
}
.faqBlock .items .col .item {
  background: #282828;
  margin-bottom: 10px;
}
.faqBlock .items .col .item.open .questionHeader {
  background: #000;
  color: #ff6500;
}
.faqBlock .items .col .item.open .questionHeader .icon svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faqBlock .items .col .item.open .questionHeader .icon svg path {
  fill: #ff6500;
}
.faqBlock .items .col .item.open .questionWrapper {
  display: block;
}
.faqBlock .items .col .item .questionHeader {
  padding: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .items .col .item .questionHeader:hover {
  background: #000;
  color: #ff6500;
}
.faqBlock .items .col .item .questionHeader:hover .icon svg path {
  fill: #ff6500;
}
.faqBlock .items .col .item .questionHeader .question {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
}
.faqBlock .items .col .item .questionHeader .icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  text-align: right;
}
.faqBlock .items .col .item .questionHeader .icon svg {
  width: 18px;
  height: auto;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .items .col .item .questionHeader .icon svg path {
  fill: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .items .col .item .questionWrapper {
  display: none;
}
.faqBlock .items .col .item .questionWrapper .questionInnerWrapper {
  padding: 20px;
  background: #000;
  color: #fff;
}
.faqBlock .items .col .item .questionWrapper .questionInnerWrapper a {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
.faqBlock .items .col .item .questionWrapper .questionInnerWrapper a:hover {
  opacity: 0.6;
}
.faqBlock .respButtons {
  display: none;
}
@media all and (max-width: 1170px) {
  .faqBlock .items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .faqBlock .items .col {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .faqBlock .items .col .item .questionHeader {
    font-size: 18px;
    line-height: 18px;
  }
}
@media all and (max-width: 767px) {
  .faqBlock .items .col {
    width: calc(100% - 20px);
  }
  .faqBlock .items .col:last-child {
    display: none;
  }
  .faqBlock .respButtons {
    display: block;
    text-align: center;
    position: relative;
  }
  .faqBlock .respButtons .button {
    display: inline-block;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=faq_block.css.map */