@media screen and (max-width: 1300px) {
  .detailed_test .wrap .left_cont {
    max-width: 48%;
  }
  .detailed_test .wrap .right_cont {
    max-width: 50%;
  }
  .detailed_test .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .content_text_section .inside .text_cont .title span{
    font-size: 24px;
  }
  .content_text_section .inside .text_cont {
    max-width: 48%;
  }
  .content_text_section .inside .img {
    max-width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs_sec .inside ul li {
    font-size: 16px;
  }
  .breadcrumbs_sec .inside ul li::before {
    font-size: 16px;
    right: -17px;
  }
  .breadcrumbs_sec .inside {
    padding: 15px;
  }
  .main_section .title {
    font-size: 22px;
  }
  .main_section h1 {
    font-size: 32px;
  }
  .main_section .yellow_btn {
    margin: 20px 0;
  }
  .why_choose_test {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .why_choose_test h2, .detailed_test h2, .for_whom_test h2, .start_section h2 {
    font-size: 26px;
  }
  .why_choose_test .wrap .block .digit, .for_whom_test .wrap .block .digit {
    font-size: 35px;
  }
  .why_choose_test .wrap .block {
    padding-left: 40px;
  }
  .why_choose_test .wrap .block figure {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
  .why_choose_test .wrap .block figure img {
    max-width: 100%;
  }
  .why_choose_test .wrap .block .text_wrap .title {
    font-size: 18px;
  }
  .detailed_test .title {
    font-size: 22px;
  }
  .detailed_test .wrap {
    flex-direction: column;
    align-items: center;
  }
  .detailed_test .wrap .left_cont {
    max-width: 500px;
    margin-left: -20px;
  }
  .detailed_test .wrap .right_cont {
    max-width: 100%;
    padding-top: 40px;
  }
  .detailed_test {
    padding-bottom: 31px;
  }
  .for_whom_test {
    padding-top: 40px;
  }
  .for_whom_test .wrap {
    flex-direction: column;
    align-items: center;
  }
  .for_whom_test .wrap .block {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .for_whom_test .wrap .block:last-child {
    margin-bottom: 0;
  }
  .for_whom_test .wrap .block .text {
    font-size: 16px;
  }
  .start_section {
    padding-top: 40px;
  }
  .start_section .wrap .wrap_top {
    flex-direction: column;
    align-items: center;
  }
  .start_section .wrap .wrap_top .block {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
  .start_section .wrap .wrap_top .block:last-child {
    margin-bottom: 0;
  }
  .start_section .wrap .wrap_top .block .title_block {
    font-size: 16px;
  }
  .start_section .wrap .wrap_top .block .content .left_p {
    font-size: 25px;
    margin-right: 10px;
  }
  .start_section .wrap .wrap_top .block .content .right_p {
    font-size: 15px;
  }
  .start_section .wrap {
    padding: 25px 10px;
  }
  .start_section .bottom_text {
    font-size: 16px;
  }
  .main_section .yellow_btn, .start_section .yellow_btn {
    font-size: 16px;
    padding: 15px 50px;
  }
  .content_text_section .inside {
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
  }
  .content_text_section .inside .text_cont {
    max-width: 100%;
    order: 2;
  }
  .content_text_section .inside .img {
    max-width: 500px;
    margin-bottom: 20px;
  }
  .content_text_section .inside .text_cont .title br {
    display: none;
  }
  .content_text_section .inside .text_cont .title span {
    padding-right: 5px;
  }
  .content_text_section .inside .text_cont .title span:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs_sec .inside ul li {
    font-size: 14px;
  }
  .breadcrumbs_sec .inside ul {
    flex-wrap: wrap;
  }
  .main_section ul, .start_section ul {
    flex-direction: column;
    align-items: center;
  }
  .main_section ul li, .start_section ul li {
    width: 100%;
    max-width: 300px !important;
  }
  .main_section ul li:nth-child(2), .start_section ul li:nth-child(2) {
    margin: 10px 0;
  }
  .why_choose_test .wrap .block {
    width: 100%;
    align-items: flex-start;
  }
  .why_choose_test .wrap .block figure {
    width: 50px;
    height: 50px;
  }
  .why_choose_test .wrap .block .text_wrap {
    width: calc(100% - 50px);
  }
  .why_choose_test .wrap .block .digit, .for_whom_test .wrap .block .digit {
    font-size: 25px;
  }
  .detailed_test .back_img {
    display: none;
  }
  .detailed_test {
    border-radius: 40px;
  }
  .start_section .wrap .bonus {
    font-size: 15px;
    white-space: nowrap;
  }
  .content_text_section .inside .text_cont .title span{
    font-size: 23px;
  }
  .yellow_btn{
    max-width: 100%;
  }
  .most_effective{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}