@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .section_01 .section_01_itm1 {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .header-scrolled .header {
    padding-top: 16px;
  }
  .header-scrolled .header .logo img {
    width: 200px;
  }
  .header-scrolled main {
    padding-top: 84px;
  }

  /*.hero .main_list li {
    position: absolute;
  }
  .hero .main_list li:nth-child(1) {

  }
  .hero .main_list li:nth-child(2) {
    left: 50%;
    top: 0;
  }
  .hero .main_list li:nth-child(3) {
    left: 20%;
    top: 10%;
  }
  .hero .main_list li:nth-child(3) {
    left: 20%;
    top: 51%;
  }
  .hero .main_list li:nth-child(4) {
    left: 2%;
    top: 100%;
  }*/
}

@media (max-width: 992px) {
  .md-show {
    display: flex;
  }
  .md-hide {
    display: none;
  }
  .header {
    padding-top: 32px;
    padding-bottom: 18px;
    border-bottom: 3px solid #fff;
    background-position: left -370px center;
    position: relative;
  }
  .header .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .h-btn-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 135px;
    margin: 0 auto;
  }
  .header .header_menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #fff;
    padding-top: 150px;
    top: 0;
    left: -150%;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  .header .header_menu ul li a {
    border: 2px solid var(--orange);
  }
  .header .header_menu.active {
    left: 0;
  }
  .header .h-btn {
    display: none;
  }
  .header .logo img {
    width: 200px;
  }
  .main {
    padding-top: 0;
  }
  .hero .main_title {
    font-size: 30px;
  }
  .title2 {
    font-size: 22px;
  }
  .why__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .test-section .test-options-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    gap: 20px;
  }
  .section_01_itm1 {
    grid-template-columns: [start image] 1fr [content] 1fr;
  }
  .section_01 .section-block-image {
    grid-row: 2;
  }
  .infosection__col .text-secondary {
    max-width: 100%;
  }
  .infosection__box .infosection__col {
    gap: 16px;
  }
  .infosection__box .infosection__row.col-3 {
    grid-template-columns: minmax(0, 1fr);
  }
  .infosection__box .buy-block {
    align-items: center;
  }
  .infosection__col.grid img {
    margin-inline: auto;
    width: auto;
    max-width: 300px;
  }
  .infosection__col .btn_01 {
    width: auto;
  }
  .section_01 .section-block-text {
    grid-row: 1;
    grid-column: 1/-1;
    gap: 0;
    text-align: center;
    position: relative;
  }
  .section_01 .section-block-text p br {
    display: none;
  }

  .section_01 .image-buy-button-block {
    grid-row: 2;
    grid-column: content;
  }
}
.sm-show {
  display: none!important;
}
@media (max-width: 768px) {
  .sm-show {
    display: flex!important;
  }
  .sm-hide {
    display: none!important;
  }
  .header .header_menu.opened {
    left: 0;
  }
  p {
    font-size: 14px;
    line-height: 125%;
  }
  .hero {
    padding-top: 4px;
    min-height: 654px;
    height: auto;
  }
  .hero .mobile-show {
    display: inline-flex;
  }
  .hero__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero__main {
    width: 100%;
  }
  .hero__secondary {
    width: 100%;
    gap: 14px;
  }
  .hero__secondary .flex > div {
    width: calc(50% - 24px);
    text-align: center;
  }
  .hero .btn_01 {
    padding: 12px clamp(10px, 2vw, 20px);
    font-weight: 800;
    font-size: 21px;
    border-radius: 18px;
    height: 56px;
  }
  .hero .main_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 5px;
    color: #fff;
  }
  .hero .main_pretitle {
    font-size: 14px;
    line-height: 127%;
  }
  .hero .main_list li {
    font-weight: 500;
    font-size: 13px;
    line-height: 146%;
  }
  .hero__secondary img {
    max-width: 300px;
  }
  .section_01 {
    padding-top: 7px;
    padding-bottom: 19px;
  }
  .section_01__box {
    gap: 5px;
  }
  .section_01 .section_01_itm1 {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
    gap: 10px;
    padding: 16px 8px;
  }
  .section_01 .section-block-image img {
    width: auto;
    max-width: 100%;
  }
  .section_01 .section_01_itm1__main {
    width: 50%;
    font-size: 11px;
    line-height: 155%;
    text-align: center;
  }
  .section_01 .section_01_itm1 .section-block-text {
    padding-left: 0;
    padding-right: 0;
  }
  .section_01 .section_01_itm1 .btn_01 {
    font-size: 21px;
    padding: 12px 20px;
    height: 56px;
    border-radius: 15px;
    margin-top: 0;
  }
  .section_01 .section_01_itm1 .sm_p {
    font-size: 9px;
    line-height: 222%;
  }
  .section_01 .section_01_secong {
    padding: 8px;
    grid-template-columns: minmax(0, 1fr);
    position: relative;
  }
  .section_01 .section_01_secong img {
    width: 35px;
    right: 10px;
    bottom: 8px;
  }
  .infosection__box .infosection__row.col-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .section_01 .section_01_secong p {
    font-size: 14px;
    line-height: 155%;
    margin-bottom: 15px;
  }
  .typical {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .typical__box {
    gap: 10px;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 16px;
  }
  .typical__list {
    gap: 13px;
  }
  .typical__item {
    font-size: 13px;
    line-height: 131%;
    gap: 12px;
  }
  .section_01 .section_01_secong .fz-33{
    font-size: 14px;
  }

  .section_01 .section_01_secong {
    gap: 16px;
    padding: 16px;
  }
  .section_01__box .remotiv-icon {
    width: auto;
    text-align: center;
  }
  .section_01__box .remotiv-icon img {
    width: auto;
    max-width: 100%;
  }
  .typical__item::before {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    top: 5px;
    background-image: url('../img/icons/chk.svg');
  }
  .typical__txt {
    font-size: 17px;
  }
  .pretitle1 {
    font-weight: 300;
    font-size: 15px;
    line-height: 113%;
  }
  .why {
    background-image: url('../img/compressed/mgimage4_mob.jpg');
    background-position: center bottom;
    padding-top: 23px;
    padding-bottom: 28px;
  }
  .why .title2 {
    margin-bottom: 10px;
  }
  .why .pretitle1 {
    margin-bottom: 14px;
  }
  .why__box {
    -webkit-box-shadow: 0 4px 20px 5px rgba(167, 161, 161, 0.1);
    box-shadow: 0 4px 20px 5px rgba(167, 161, 161, 0.1);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .why__list {
    gap: 10px;
  }
  .why__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0px;
    border-bottom: 0.5px solid #b3b3b3;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
  .why__item:last-child {
    border-bottom: none;
  }
  .why__item p {
    padding: 0px 10px;
    margin-bottom: 18px;
  }
  .why__highlighted {
    padding: 8px;
    padding-bottom: 13px;
    border-radius: 15px;
    margin-top: 11px;
  }
  .infosection .btn_01 {
    min-height: 56px;
    min-width: 154px;
  }
  .infosection {
    background-image: url('../img/compressed/bgimagr5.jpg');
    background-position: center bottom;
    padding: 25px 0;
  }
  .infosection::before {
    height: 427px;
    bottom: -139px;
  }
  .infosection__box {
    border-radius: 15px;
    padding: 17px 12px 23px 12px;
  }
  .infosection__p1 {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .infosection__row {
    gap: 15px;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .infosection__row--second {
    margin-bottom: 0px;
  }
  .infosection__row--second .infosection__col {
    gap: 12px;
  }
  .infosection__row--second .infosection__col:nth-child(2) .btn_01_where {
    bottom: 0;
    position: relative;
  }
  .infosection__col {
    width: 100%;
  }
  .infosection .sc01 {
    font-size: 14px;
    line-height: 136%;
    border-radius: 15px;
    padding: 10px 25px;
    text-align: center;
  }
  .infosection .sc01 strong{
    font-size: 14px;
  }
  .infosection .regular-text {
    font-size: 11px;
    line-height: 155%;
  }
  .infosection img {
    width: 125px;
  }
  .infosection .btn_01 {
    font-weight: 700;
    font-size: 18px !important;
    padding: 12px;
    border-radius: 15px;
  }

  .faq-main-man {
    display: none;
  }
  .faq-main-girl {
    max-width: 150px;
  }
  .faq-main-girl img {
    max-width: 100%;
  }
  .infosection__box .col-2 .btn_01-green {
    min-block-size: 76px;
  }
  .test-section {
    padding-top: 25px;
    padding-bottom: 22px;
  }
  .test-section::after {
    display: none;
  }
  .test-section__box {
    -webkit-box-shadow: 0 4px 20px 5px rgba(167, 161, 161, 0.1);
    box-shadow: 0 4px 20px 5px rgba(167, 161, 161, 0.1);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 20px 18px 22px 18px;
  }
  .test-section .test-main {
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .test-section .test-main .title2 {
    margin-bottom: 10px;
  }
  .test-section .test-main__pp {
    max-width: 997px;
    font-size: 9px;
  }
  .test-section .test-main__content1 {
    padding-bottom: 9px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .test-section .test-main__content2 {
    padding-bottom: 15px;
  }
  .test-section .test-main .pp_v3 {
    margin-bottom: 9px;
    font-size: 13px;
  }
  .test-section .test-main .pp_v3 strong {
    font-weight: 900;
  }
  .test-section .test-main .test-options-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    gap: 10px;
    width: 100%;
  }
  .test-section .test-main .test-options-wrap .test-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .test-section .test-main .test-options-wrap .test-options__item {
    padding: 4px 2px;
    border-radius: 11px;
    min-height: 44px;
  }
  .test-section .test-main .test-options-wrap .test-options__item.active {
    font-size: 11px;
  }
  .test-section .test-main .test-options-wrap p {
    font-size: 11px;
  }
  .test-section .test-main__result {
    gap: 5px;
    padding-top: 8px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .test-section .test-main__result::after {
    display: none;
  }
  .test-section .test-main .test-m-result-lbl {
    font-size: 13px;
  }
  .test-section .test-result {
    border-radius: 15px;
    margin-top: 18px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .test-section .test-result__title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .test-section .result-table .result-table-head {
    padding-bottom: 9px;
  }
  .test-section .result-table .result-table-head__item {
    font-size: 11px;
  }
  .test-section .result-table__row {
    font-size: 11px;
    line-height: 245%;
  }
  .faq {
    padding-top: 22px;
    padding-bottom: 0;
  }
  .faq .title2--white {
    color: var(--orange);
  }
  .faq .container {
    padding-bottom: 211px;
  }
  .faq__box {
    gap: 12px;
    -webkit-box-shadow: 0 4px 20px 5px rgba(167, 161, 161, 0.1);
    box-shadow: 0 4px 20px 5px rgba(167, 161, 161, 0.1);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .faq__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .faq__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 0.5px solid #b3b3b3;
  }
  .faq__item p {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 17px;
  }
  .faq__item:last-child {
    border-bottom: none;
  }
  .faq .container .faq-main-girl {
    right: 10%;
  }
  .footer {
    border-top: 2px solid #fff;
    padding: 10px 0 16px 0;
    font-size: 8px;
    text-align: justify;
  }
  .test-section .test-main .test-options-wrap .test-options-question {
    font-size: 14px;
  }

  .section_01 .section_01_secong .remotiv-icon {
    padding: 0;
    right: 10px;
    bottom: 10px;
  }

  .section_01 {
    background-image: url('../img/bgimage2-mobile.png');
  }
  .section_01 .remotiv-icon {
    width: 40px;
  }
}

.xs-show {
  display: none!important;
}

@media (max-width: 576px) {
  .xs-show {
    display: flex;
  }
  .xs-hide {
    display: none!important;
  }
  .hero {
    background-image: url('../img/compressed/mainbg_mobile.jpg');
    background-position: 47% bottom;
  }
  .hero .main_title {
    font-size: 23px;
    letter-spacing: normal;
    text-transform: none;
  }
  .hero__secondary img {
    max-width: 154px;
  }
  body {
    overflow-x: hidden;
  }
  /*.hero .main_list li:nth-child(1) {*/
  /*  left: 10%;*/
  /*}*/
  /*.hero .main_list li:nth-child(2) {*/
  /*  left: 47%;*/
  /*  top: 17%;*/
  /*}*/
  /*.hero .main_list li:nth-child(3) {*/
  /*  left: 24%;*/
  /*  top: 33%;*/
  /*}*/
  /*.hero .main_list li:nth-child(4) {*/
  /*  left: 0%;*/
  /*  top: 48%;*/
  /*}*/
  .hero__secondary .flex > div {
    width: 50%;
  }
  .section_01 .section_01_itm1 .btn_01 {
    font-size: 18px;
  }
  .btn_01 {
    font-weight: 500;
    font-size: 18px;
  }
  .test-section .test-main .test-options-wrap .test-options-question:after {
    left: 7%;
    width: 91%;
  }
  .test-section .test-main .test-options-wrap .test-options-question.no-border-bottom:after {
    display: none;
  }
  .test-section .test-main h2 {
    font-size: 20px;
  }
  .section-block-image {
    margin-bottom: 16px;
  }
  .section-block-image p {
    position: absolute;
  }
  .section_01_secong .gap-24 {
    gap: 0;
  }
}