html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #000;
}
html body {
  background: #000 !important;
}

button, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.container_own {
  max-width: 1345px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.main_section_new_own {
  width: 100%;
}
.main_section_new_own .heading_new {
  margin-bottom: 24px;
}

.heading_new {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.animate_block {
  position: relative;
  height: 140px;
  width: 3000px;
  left: -1000px;
  background: url("/wp-content/themes/krupkin/img/crash-test/anim_back.webp") repeat-x left center;
  animation: alimaim1 110s infinite linear;
  backface-visibility: hidden;
  background-size: auto 100px;
}

@keyframes alimaim1 {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
    animation-timing-function: linear;
  }
  50% {
    transform: translateX(632px) translateY(0px) rotate(0deg);
    animation-timing-function: linear;
  }
  100% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
}
.top_area_section {
  width: 100%;
  padding-top: 159px;
}
.top_area_section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.top_area_section .top .left_cont {
  width: 100%;
  max-width: 635px;
}
.top_area_section .top .left_cont .title {
  width: 100%;
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 569px;
  margin-bottom: 78px;
}
.top_area_section .top .left_cont .text {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.55px;
}
.top_area_section .top .left_cont .text::before {
  content: "";
  position: absolute;
  width: 565px;
  height: 1px;
  background: url("/wp-content/themes/krupkin/img/crash-test/img1.svg") top center no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
}
.top_area_section .top .right_cont {
  width: 100%;
  max-width: 567px;
}

.faq_section {
  width: 100%;
  margin-top: 71px;
  padding-bottom: 99px;
}
.faq_section .row_item {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 33px;
}
.faq_section .row_item.active .top_item figure img {
  transform: rotate(-45deg);
}
.faq_section .row_item:first-child {
  border-top: 1px solid #fff;
}
.faq_section .row_item .top_item {
  width: 100%;
  padding-top: 33px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: none;
  border: none;
  text-align: left;
}
.faq_section .row_item .top_item figure {
  width: 100%;
  max-width: 156px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.faq_section .row_item .top_item figure img {
  transition: 0.3s;
}
.faq_section .row_item .top_item p {
  width: calc(100% - 156px);
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.faq_section .row_item .text {
  width: 100%;
  padding-left: 156px;
  padding-bottom: 9px;
  display: none;
  margin-top: 18px;
}
.faq_section .row_item .text p {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.55px;
  max-width: 722px;
}

.top_area_section .top .right_cont {
  border-radius: 20px;
  background: #1B1B1B;
}

.top_area_section .quiz-modal .quiz-block input, .top_area_section .quiz-modal .quiz-block button.button {
  border-radius: 100px;
}

.faq_section .title_top{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}