.faq{
  background: #120D0D;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.faq__container a{
color: #FFFBF2;
}
.faq__container a:hover{
color: #FFBC6C;
}
.faq__heading{
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__heading p{
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  font-size: 1.167rem;
}
.reviews__heading p{
  max-width: 775px;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1.167rem;
  line-height: 125%;
}
.faq .main-title{
  margin-top: 0;
  margin-right: 135px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
  border-bottom: 2px solid rgba(246, 239, 222, 0.6);
  text-transform: uppercase;
  padding-bottom: 20px;
  max-width: 375px;
  width: 100%;
}
.faq__content{
  margin-top: 6.4286rem;
}
.accordion {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-bottom: 2px solid #FFFBF2;
  padding: 30px 0;
}

.accordion>.accordion-toggle {
  display: none;
  position: absolute;
  opacity: 0;
}

.accordion>label {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.39rem;
  line-height: 2rem;
  color: #FFFBF2;
  cursor: pointer;


}

.accordion>label:after {
  content: "+";
  position: absolute;
  right: 0px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  border-bottom: none;
}

.accordion>section {
  overflow: hidden;
  height: 0;

}

.accordion>.accordion-toggle:checked~label:after {
  content: "–";
}

.accordion>.accordion-toggle:checked~section {
  height: 100%;
}

.accordion>section p {
  margin: 30px 0;
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 1.167rem;
  line-height: 125%;
}
.slider-faq__big-item img{
  width: 100%;
  max-height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-faq__nav{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}
.slider-faq__nav .slick-slide {
  padding: 0 20px;


}
.slider-faq__nav-item img{
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom-content{
  margin-top: 97px;
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 1.167rem;
  line-height: 125%;
}

@media (max-width: 991.98px){
  .faq .main-title {
    margin-bottom: 15px;
    max-width: 375px;
}
.faq__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__content{
  margin-top: 0;
}
}
@media(max-width:767.98px){
  .slider-faq__nav-item img{
    height: 200px;
  }
  .faq__heading{
    margin-top: 50px;
  }
  .bottom-content{
    margin-top: 45px;
  }
}
@media(max-width:420.98px){
  .slider-faq__nav-item img{
    height: 100px;
  }
  .faq__heading{
    margin-top: 0px;
  }
  .bottom-content{
    margin-top: 25px;
  }
}