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_area_section_daun .top .left_cont .title {
  font-size: 45px;
}
.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: 728px;
}
.top_area_section .top .left_cont .title {
  width: 100%;
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 71px;
  max-width: 100%;
}
.top_area_section .top .left_cont .title span {
  text-decoration: line-through;
}
.top_area_section .top .left_cont .title strong {
  font-size: 52px;
  color: #DC5242;
  margin-bottom: 20px;
  display: inline-block;
}
.top_area_section .top .left_cont .title b {
  font-size: 35px;
  line-height: 120%;
  display: inline-block;
}
.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;
  padding-left: 31px;
}
.top_area_section .top .left_cont .text::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../img/img1.svg") top center no-repeat;
  background-size: contain;
  top: -22px;
  left: 0px;
}
.top_area_section .top .right_cont {
  width: 100%;
  max-width: 667px;
  position: relative;
}
.top_area_section .top .right_cont .img {
  width: 100%;
  max-width: 614px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.top_area_section .top .right_cont p {
  width: 100%;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.66px;
}
.top_area_section .top .right_cont .circle1 {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 559px;
  background: #DC5242;
  filter: blur(100px);
  width: 559px;
  height: 407px;
}
.top_area_section .top .right_cont .circle2 {
  position: absolute;
  z-index: 1;
  width: 235px;
  height: 264px;
  border-radius: 264px;
  background: #DC5242;
  filter: blur(100px);
  top: 30px;
  right: 30px;
}
.top_area_section .top .right_cont .circle3 {
  position: absolute;
  z-index: 1;
  width: 235px;
  height: 264px;
  border-radius: 264px;
  background: #DC5242;
  filter: blur(100px);
  bottom: 30px;
  left: 30px;
}
.top_area_section .top .right_cont .circle4 {
  position: absolute;
  z-index: 1;
  width: 238px;
  height: 173px;
  right: -65px;
  top: 20px;
  background: #DC5242;
  filter: blur(100px);
}
.top_area_section .top .right_cont .circle5 {
  position: absolute;
  z-index: 1;
  background: #DC5242;
  filter: blur(100px);
  width: 238px;
  height: 173px;
  left: 5px;
  bottom: 50px;
}

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

.main_section_thanks {
  width: 100%;
  padding-top: 119px;
}
.main_section_thanks .title {
  width: 100%;
  color: #FFF;
  font-size: 137px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.main_section_thanks .text {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.55px;
  padding-left: 31px;
  margin-bottom: 95px;
}
.main_section_thanks .text::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../img/img1.svg") top center no-repeat;
  background-size: contain;
  top: -22px;
  left: 0px;
}
.main_section_thanks .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main_section_thanks .wrap .img {
  width: 100%;
  max-width: 1289px;
}
.main_section_thanks .wrap .img1, .main_section_thanks .wrap .img2 {
  margin-top: -250px;
}
.main_section_thanks .wrap .img2 {
  max-width: 970px;
  margin-left: 100px;
}
.main_section_thanks .wrap .img3 {
  margin-left: -200px;
  max-width: 970px;
  margin-top: -200px;
}
.main_section_thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_section_thanks .btn_red {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: -0.77px;
  text-decoration-line: none;
  width: 100%;
  max-width: 619px;
  border-radius: 100px;
  background: #DC5242;
  height: 79px;
  margin-left: -100px;
}
.main_section_thanks .btn_red span {
  position: absolute;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #DC5242;
  right: -79px;
  top: 0;
  transition: 0.3s;
}
.main_section_thanks .btn_red:hover {
  background: #fff;
  color: #DC5242;
}
.main_section_thanks .btn_red:hover span {
  background: #DC5242;
  color: #fff;
}

.get_free_consultation {
  width: 100%;
  padding-top: 109px;
  display: none !important;
}
.get_free_consultation .title {
  width: 100%;
  color: #FFF;
  font-size: 47px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 24px;
}
.get_free_consultation .text {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.55px;
  margin-bottom: 63px;
}
.get_free_consultation .text img {
  margin-left: 20px;
}

.checklist_section {
  width: 100%;
  padding-top: 94px;
}
.checklist_section h3 {
  margin-bottom: 60px;
}
.checklist_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.checklist_section .wrap .block {
  width: calc(33.33% - 16px);
  border-radius: 20px;
  background: #FFF;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checklist_section .wrap .block .img {
  margin-bottom: 18px;
}
.checklist_section .wrap .block p {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  width: 100%;
  color: #DC5242;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
h3 span {
  color: #fff;
}

.know_from_checklist {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 90px;
}
.know_from_checklist h3 {
  margin-bottom: 45px;
}
.know_from_checklist .wrap {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #FFF;
  padding: 63px 32px 57px;
}
.know_from_checklist .wrap .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.know_from_checklist .wrap .top_area .block {
  width: 32%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.know_from_checklist .wrap .top_area .block figure {
  width: 34px;
  height: 34px;
  background: #DC5242;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.know_from_checklist .wrap .top_area .block p {
  width: calc(100% - 34px);
  padding-left: 34px;
  color: #FFF;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.44px;
}
.know_from_checklist .wrap .top_area .block p strong {
  font-weight: 600;
}
.know_from_checklist .wrap .center_area {
  width: 100%;
  margin-top: 30px;
}
.know_from_checklist .wrap .center_area p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.44px;
}
.know_from_checklist .wrap .top_inner {
  width: 100%;
}
.know_from_checklist .wrap .top_inner p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.44px;
}
.know_from_checklist .quiz-modal .item:first-child .quiz-block, .know_from_checklist .quiz-modal .item:last-child .quiz-block {
  padding: 0 15px !important;
}

.checklist_text_section {
  width: 100%;
  padding-top: 98px;
}
.checklist_text_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checklist_text_section p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.66px;
  margin-bottom: 20px;
  max-width: 1195px;
}
.checklist_text_section p:last-child {
  margin-bottom: 0;
}
.checklist_text_section p span {
  color: #DC5242;
  font-weight: 400;
}

.checklist_created {
  width: 100%;
  padding-top: 120px;
}
.checklist_created h3 {
  margin-bottom: 74px;
}
.checklist_created .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.checklist_created .wrap .block {
  width: calc(25% - 6px);
  border-radius: 20px;
  background: #414141;
  padding: 36px 25px 40px;
  position: relative;
}
.checklist_created .wrap .block::before {
  content: "";
  width: 51px;
  height: 51px;
  background: url("../img/img14.svg") top center no-repeat;
  background-size: contain;
  top: -16px;
  left: -15px;
  position: absolute;
  z-index: 2;
}
.checklist_created .wrap .block .title {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 18px;
  min-height: 90px;
}
.checklist_created .wrap .block .text {
  width: 100%;
  color: #C3C3C3;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.44px;
  text-align: left;
}
.checklist_created .text {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.66px;
}

.know_from_checklist_mod .wrap .top_area {
  flex-wrap: wrap;
}
.know_from_checklist_mod .wrap .top_area .block {
  width: 48%;
  margin-bottom: 26px;
}
.know_from_checklist_mod .wrap .top_area .block:last-child {
  margin-bottom: 0;
}

.checklist_created2 .wrap .block .title {
  min-height: initial;
  font-size: 24px;
}

.checklist_created3 .wrap .block {
  width: calc(33.33% - 15.3333333333px);
}

.know_from_checklist_mod2 .wrap {
  position: relative;
}
.know_from_checklist_mod2 .wrap::before {
  content: "";
  position: absolute;
  width: 33.998px;
  height: 33.998px;
  background: url("../img/img21.svg") top center no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
}

.checklist_section2 .wrap .block p {
  font-size: 20px;
}
.checklist_section2 .wrap .block p span {
  font-size: 30px;
}

.for_whom_checklist {
  width: 100%;
  padding-top: 100px;
}
.for_whom_checklist h3 {
  margin-bottom: 23px;
}
.for_whom_checklist .title {
  width: 100%;
  color: #FFF;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.66px;
  margin-bottom: 50px;
}
.for_whom_checklist .title span {
  color: #DC5242;
  text-decoration-line: underline;
}
.for_whom_checklist .wrap {
  width: calc(100% + 28px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.for_whom_checklist .wrap .block {
  margin: 0 14px;
  width: calc(33.33% - 28px);
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0);
  background: #171717;
  margin-bottom: 33px;
  position: relative;
  padding: 38px 35px 47px 25px;
}
.for_whom_checklist .wrap .block::before {
  content: "";
  position: absolute;
  background: url("../img/img27.svg") top center no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  top: -14px;
  left: -15px;
  z-index: 2;
}
.for_whom_checklist .wrap .block span {
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 27px;
}
.for_whom_checklist .wrap .block p {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  line-height: 120%;
}

.for_whom_checklist2 {
  margin: 0;
}
.for_whom_checklist2 .wrap {
  justify-content: space-between;
}
.for_whom_checklist2 .wrap .block {
  margin: 0;
  width: calc(25% - 22.5px);
}
.for_whom_checklist2 .title {
  text-align: center;
}

.know_from_checklist .main_title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.66px;
  margin-bottom: 27px;
}

.know_from_checklist .wrap .will_erg {
  width: 100%;
  color: #FFF;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.66px;
  margin-bottom: 33px;
}

.checklist_created4 .wrap .block .title {
  min-height: 60px;
}