.daily-why_us-title{
  font-size: 52px;
  font-family: Avenir-Light;
  text-align: center;
}

.daily-why_us-title-mobile{
  font-size: 34px;
  font-family: Avenir-Light;
  text-align: center;
}

.section-faq{
  padding: 190px 0 0px;
}

.faq-block{

}
.faq-block-header{
  margin-bottom: 30px;
}
.faq-block-main li{
  list-style-type: none;
  background-color: #fff;
  padding: 14px 15px 16px 0px !important;
  box-shadow: 0 5px 13px 2px rgba(60, 62, 96, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
}

.faq-block-main-row ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.faq-block-main-row li{
  width: 49%;
  margin-bottom: 2%;
}

.faq-block-main li .title{
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 50px;
  transition: color .3s;
  position: relative;
  line-height: 1.2;
}
.faq-block-main li .title:before{
  content: '>';
  display: inline-block;
  transform: rotate(90deg) scale(1,1.45);
  font-size: 1.3em;
  position: absolute;
  left: 22px;
  font-weight: 400;
  top: -3px;
  transition: transform .3s;
}

.faq-block-main li .title:hover{
  color: #42c270;
}

.faq-block-main .desc{
  display: none;
  padding-top: 4px;
  line-height: 1.2;
  /*font-weight: 600;*/
  padding-left: 50px;
}

.faq-block-main li.current{

}

.faq-block-main li.current .title{
  color: #42c270;

}
.faq-block-main li.current .title:before{
  color: #42c270;
  transform: rotate(90deg) scale(-1,1.45);
}
.faq-block-main li.current .desc{
  /*display: block;*/
}

.testimonials{
  padding-top: 90px;
}
.decor-lines{
  margin-bottom: 100px;
}
.block-description .faq-block{
  margin-top: 25px;
}

.ta_active,.mob_active,.active_footlink{
  pointer-events: none;
}


#home .section-quiz{
  padding: 75px 0 150px;
}

#home .section-tours{
  padding: 170px 0 75px;
}

.p404{
  /*min-height: 600px;*/
  text-align: center;
  /*margin-bottom: -20px;*/
  position: relative;
}
/*.p404:before{
  content: '';
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
}*/
.p404-block{
  padding-top: 250px;
}
.p404-block .title{
  font-size: 220px;
  font-weight: 700;
  /*margin-bottom: 30px;*/
  line-height: 0.7;
  font-family: 'Avenir-Heavy'
}
.p404-block h1{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 15px 0 0;
}
.p404-block .btn{
  height: 60px;
  width: 240px;
  text-align: center;
  line-height: 44px;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}
.p404-wrapper #top_line{
  background-color: rgba(0, 0, 0, 0.8);
  height: 95px;
}

#decor_line_404_1{
  width: 500px;
  top: 200px;
  left: -50px;
}
#decor_line_404_2{
  width: 400px;
  top: 300px;
  right: 0;
}
@media (max-width: 1100px){
  .faq-block-main-row li{
    width: 100%;
    margin-bottom: 15px;
  }
  .section-faq{
    padding: 70px 0 0px;
  }
  .decor-lines{
    margin-bottom: 0px;
  }
}
@media (max-width: 767px){
  .daily-why_us-title{
    font-size: 36px;
    font-family: Avenir-Light;
  }
  .section-faq{
    padding: 30px 0 0px;
  }
  .testimonials{
    padding-top: 50px;
  }
  .faq-block-main li .title{
    font-size: 18px;

  }
  .p404-block .title{
    font-size: 150px;
  }
}

