span[data-name="text-747"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* .modal .m-content .c form input.new_submit {
    border-radius: 99px;
    background: #6232ca;
    padding: 14px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 200% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 255px;
    background: #6232ca !important;
    color: #fff;
    border: none !important;
}

.new_submit_yellow {
    border-radius: 99px;
    background: #6232ca;
      background-size: auto;
    padding: 14px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 200% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.new_submit_yellow:hover {
    background: #7b49e6;
} */

.page .any_ques .mw .cont .right_side form .inp input.wpcf7-not-valid {
    border: 1px solid red;
}

.politic {
    padding: 2.5rem 0rem 5rem 0rem;
}

.politic_wrap h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.single {
    padding: 2.5rem 0rem 5rem 0rem;
}

.top_section.top_section-blogs {
    border-radius: 0px;
}

.inp_select .wpcf7-form-control-wrap {
    width: 100%;
}

.page .benefits .mw .cont .right_side form .inp input.wpcf7-not-valid {
    border: 1px solid;
}

.page .header.sticky {
    max-width: 212px;
}

.page .single .mw {
    padding: 0px 1rem;
}

.page .single_wrap .mw {
    padding: 0px 1rem;
}

.single_main_img img {
    width: 100%;
    border-radius: 24px;
}

@media (min-width: 992px) {
    .page .single .mw {
        padding: 0px 2rem;
    }
    .page .single_wrap .mw {
        padding: 0px 2rem;
    }
}

@media (min-width: 1300px) {
    .page .single .mw {
        padding: 0px 4rem;
    }
    .page .single_wrap .mw {
        padding: 0px 4rem;
    }
}

@media (min-width: 1500px) {
    .page .single .mw {
        padding: 0px 2rem;
    }
    .page .single_wrap .mw {
        padding: 0px 2rem;
    }
}

.single_main_text {
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
}

.single {
    padding: 0rem 0rem 2rem 0rem;
    background-color: #F4F1F9;
    margin-bottom: 24px;
}

.single_main_text_left_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_main_text_left_top .categories {
    box-sizing: border-box;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    background-color: #6232CA;
    border-radius: 1000px;
}
.single_main_text_left_top .categories span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #fff;
}

.single_main_text_left_top p {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 2%;
    color: #2B1A51;
}

.single_main_text_left h1 {
    margin-top: 24px;
}

.single_main_text_right {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}

.single_main_text_right img {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 8px;
}

.single_main_text_right_info h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #6232CA;
}

.single_main_text_right_info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #2B1A51;
    margin-top: 12px;
}

.single_main_img {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .single_main {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        position: relative;
    }
    .single_main_text {
        width: calc(38% - 8px);
    }
    .single_main_img {
        width: calc(62% - 8px);
        margin-top: 0px;
    }
    .single_main_img img {
        object-fit: cover;
        height: 100%;
    }
    .single_main_text_left {
        display: flex;
        flex-direction: column;
    }
    .single_main_text_left_desc {
        order: 2;
    }
    .single_main_text_left h1 {
        order: 1;
        margin-top: 0px;
    }
    .single_main_text_left_top {
        order: 3;
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .single {
        background-color: #fff;
        padding: 5rem 0rem 5rem 0rem;
    }
    /* .single_main {
        display: flex;
        flex-direction: column;
    }
    .single_main_text {
        order: 2;
    }
    .single_main_img {
        order: 1;
        margin-top: 0px;
    }
    .single_main_text {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .single_main_text_left {
        max-width: 568px;
    }
    .single_main_text_left_top {
        justify-content: flex-start;
    } */
    /* .single_main_text_left_top .categories {
        margin-right: 16px;
    }
    .single_main_text_left h1 {
        margin-top: 10px;
    }
    .single_main_text_right {
        margin-top: 0px;
    } */
    .single_main_text {
        border-radius: 0px;
        background-color: transparent;
        padding: 32px;
        width: 410px;
    }
    .single_main_img {
        width: calc(100% - 426px);
    }
    .single_main_text_left_desc {
        font-size: 20px;
    }
}

.single_main_text_left_desc {
    font-size: 16px;
    line-height: 140%;
    margin-top: 24px;
}

.single_wrap h2,
.single_wrap h3,
.single_wrap h4,
.single_wrap h5,
.single_wrap h6 {
    color: #2b1a51;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
    margin-top: 24px;
}

@media (min-width: 1200px) {
    .single_wrap h2,
    .single_wrap h3,
    .single_wrap h4,
    .single_wrap h5,
    .single_wrap h6 {
        font-size: 32px;
        margin-top: 32px;
    }
    .single_main_text_left h1 {
        font-size: 2.5em;
    }
}

.single_wrap p {
  color: #2b1a51;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: .36px;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .single_wrap p {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.single_wrap img {
    border-radius: 24px;
}

.single_wrap figure {
    margin: 24px 0px;
}

.page.page_single .top_section {
    border-radius: 0 0 0px 0px;
}

@media (min-width: 1200px) {
    .page.page_single .top_section {
        border-radius: 0 0 32px 32px;
    }
}

.single_case {
  padding: 0rem 0rem 1rem 0rem;
  background-color: #F4F1F9;
}

.page .single_case .mw {
  padding: 0px 1rem;
}

.single_case_wrap_text {
    background-color: #fff;
    padding: 24px;
    border-radius: 24px;
}

.single_case_wrap_text h1 {
    color: #2b1a51;
}

.single_case_wrap_text_desc {
    margin-top: 24px;
}

.single_case_wrap_text_procent {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.single_case_wrap_text_procent_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6232CA;
    border-radius: 12px;
    width: 40px;
    height: 40px;
}

.single_case_wrap_text_procent p {
    margin-left: 16px;
}

.single_case_wrap_text_list {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.single_case_wrap_text_list_item {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    background-color: #FFCC00;
    border-radius: 1000px;
    margin-right: 8px;
}

.single_case_wrap_text_list_item span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #fff;
}

.single_case_wrap_text_list_item:last-child {
    margin-right: 0px;
}

.single_case_wrap_text p {
    color: #2B1A51;
}

.single_case_wrap_img {
    margin-top: 16px;
    display: flex;
}

.single_case_wrap_img img {
    border-radius: 24px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .page .single_case .mw {
        padding: 0px 2rem;
    }
    .single_case_wrap {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    .single_case_wrap_img {
        margin-top: 0px;
        width: calc(50% - 8px);
    }
    .single_case_wrap_text {
        width: calc(50% - 8px);
    }
    .single_case_wrap_img img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .single_case {
        padding: 0rem 0rem 2rem 0rem;
    }
    .single_case_wrap_text {
        width: 408px;
        padding: 32px;
        position: relative;
    }
    .single_case_wrap_img {
        width: calc(100% - 424px);
    }
    .single_case_wrap_img img {
        width: 100%;
        max-height: 480px;
    }
    .single_case_wrap_text_desc {
        font-size: 20px;
    }
    .single_case_wrap_text_list {
        position: absolute;
        bottom: 32px;
        left: 32px;
    }
    .single_case_wrap_text_list_item {
        height: 34px;
    }
    .single_case_wrap_text_list_item span {
        font-size: 18px;
    }
}

@media (min-width: 1300px) {
  .page .single_case .mw {
    padding: 0px 4rem;
  }
}

@media (min-width: 1500px) {
  .page .single_case .mw {
    padding: 0px 2rem;
  }
}

.single_case_wrap .mw {
  padding: 0px 1rem;
}

@media (min-width: 992px) {
    .single_case_wrap .mw {
        padding: 0px 2rem;
    }
}
@media (min-width: 1300px) {
    .single_case_wrap .mw {
        padding: 0px 4rem;
    }
}

@media (min-width: 1500px) {
  .single_case_wrap .mw {
    padding: 0px 2rem;
  }
}

.single_case_wrap_item {
    margin-top: 48px;
}

.single_case_wrap_item h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #2B1A51;
    margin-bottom: 30px;
}

.single_case_wrap_item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 2%;
    color: #2B1A51;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .single_case_wrap_item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .single_case_wrap_item h2 {
        max-width: calc(50% - 10px);
        margin-bottom: 0px;
    }
    .single_case_wrap_item_block {
        width: 50%;
    }
    .single_case_wrap_item_block.full {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .single_case_wrap_item h2 {
        max-width: 408px;
    }
    .single_case_wrap_item_block {
        width: calc(100% - 424px);
    }
    .single_case_wrap_item p {
        margin-bottom: 40px;
    }
}

.hide_modal {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: -9;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .page_blogs .blog .mw .tabs_cont .blog_cont {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
}

.page_blogs .blog .mw .tabs_cont .blog_cont {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 24px;
  row-gap: 24px;
  position: relative;
}

.tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tabs .tabs_cont {
    width: 100%;
}

.page_blogs .blog .mw .tabs .tabs__caption {
    max-width: 100%;
}

.fixed_menu {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0px 12px 24px 0px #6231CA0D;
    background-color: #fff;
    z-index: 1000;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 8px;
}

.fixed_menu .desc a {
    display: flex;
    align-items: center;
    background-color: #F4F1F9;
    height: 48px;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-right: 8px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6232CA;
}

.fixed_menu .desc a .icon {
    margin-right: 8px;
}

.fixed_menu .burger {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6232CA;
    cursor: pointer;
}

.scrollup {
    right: auto;
    left: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed_menu {
    right: 24px;
    bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .scrollup {
    left: 16px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .fixed_menu {
    right: 16px;
    bottom: 30px;
  }
}


@media (max-width: 575px) {
  .scrollup {
    right: auto;
    bottom: 30px;
    width: 40px;
    height: 40px;
    left: 16px;
  }
  .fixed_menu {
    right: 16px;
    bottom: 30px;
  }
}

.fixed_menu img.close {
    display: none;
}

.fixed_menu.active img.close {
    display: block;
}

.fixed_menu.active img.open {
    display: none;
}

.fixed_menu_open {
    width: 328px;
    max-width: 328px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 12px 24px 0px #0000000D;
    padding: 16px;
    position: absolute;
    right: 0px;
    bottom: 80px;
    display: none;
}

.fixed_menu_open h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #6232CA;
}

.fixed_menu_open span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 2%;
    color: #2B1A51;
}

.fixed_menu_open_top_links {
    margin-top: 12px;
}

.fixed_menu_open_top_links_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.fixed_menu_open_top_links_item:first-child {
    margin-top: 0px;
}

.fixed_menu_open_top_links_item_icon {
    width: 32px;
    height: 32px;
    background-color: #692FD2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed_menu_open_mid {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid #F4F1F9;
    padding-bottom: 16px;
}

.fixed_menu_open_mid ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fixed_menu_open_mid ul li {
    margin-right: 16px;
    margin-top: 16px;
}

.fixed_menu_open_bottom {
    padding-top: 16px;
    border-top: 1px solid #F4F1F9;
}

.fixed_menu_open_bottom h4 {
    margin-bottom: 16px;
}

.fixed_menu_open_bottom_social {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.fixed_menu_open_bottom_social a {
    box-shadow: 0px 12px 24px 0px #6231CA0D;
    width: 72px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #fff;
    margin-right: 16px;
}

.fixed_menu_burger {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #6232CA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed_menu.active .desc {
    display: none;
}

.fixed_menu.active .fixed_menu_open {
    display: block;
}

#order_modal {
    max-width: 410px;
    width: calc(100% - 32px);
    box-shadow: 0px 12px 24px 0px #4723921A;
    border-radius: 24px;
}

.modal .m-content .c {
    padding: 24px 20px;
}

.modal .fancybox-close-small {
    color: #692FD2 !important;
    width: 32px;
    height: 32px;
    background-color: rgba(105, 47, 210, 0.05);
    border-radius: 50%;
    padding: 0px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.fancybox-close-small svg {
    stroke-width: 2;
    opacity: 1;
}

.modal .m-content .c .h3 {
    color: #6232CA;
}

.modal .m-content .c form input {
    height: 52px;
    line-height: 52px;
    border-radius: 200px;
    border: 1px solid #F4F1F9;
}

.modal .m-content .c form textarea {
    height: 100px;
    border-radius: 20px;
    border: 1px solid #F4F1F9;
    padding: 16px 20px;
}

#order_modal label {
    font-family: Raleway,sans-serif !important;
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    display: block;
}

#order_modal label a {
    color: #2B1A51;
}

.page .what_is_the_price .mw .cont .card .decor1 {
    position: absolute;
    width: 40px;
    top: -20px;
    right: 17px;
}

.what_is_the_price_btns {
    display: none;
}

@media (min-width: 576px) {
    .what_is_the_price_btns {
        display: flex;
        align-items: center;
    }
  .what_is_the_price .m_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .what_is_the_price_prev {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    border: 2px solid #d9d9d9;
    background: 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .what_is_the_price_prev::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/chevron_left.svg) no-repeat center center/cover;
    position: absolute;
  }

  .what_is_the_price_prev:hover {
    border-color: #a486e4;
  }

    .what_is_the_price_prev:hover::after {
        background: url(../images/chevron_left_hover.svg) no-repeat center center/cover;
    }


  
  .what_is_the_price_next {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    border: 2px solid #a486e4;
    background: 0 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .what_is_the_price_next::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/chevron_right.svg) no-repeat center center/cover;
    position: absolute;
  }
  

  .what_is_the_price .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16px;
    }

    .what_is_the_price_slider.owl-carousel {
        display: block !important;
    }
}

.what_is_the_price_slider.owl-carousel .owl-stage-outer {
    padding-top: 25px;
}

.what_is_the_price_slider .owl-nav {
    position: absolute;
    right: 0px;
    top: -72px;
}
.what_is_the_price_slider .owl-nav .owl-next {
    margin-left: 16px;
}

@media (min-width: 1200px) {
    .what_is_the_price_slider .owl-nav {
        position: absolute;
        right: 0px;
        top: -90px;
    }
}

@media (min-width: 1500px) {
    .page .what_is_the_price .mw .cont .card .decor1 {
        position: absolute;
        width: 80px;
        top: -27px;
        right: 23px;
    }
    .what_is_the_price_slider .owl-nav {
        top: -118px;
    }
}

.page .what_is_the_price .mw .mob_cont .tabs_cont .card .price span {
    display: none;
}

.page .what_is_the_price .mw .mob_cont .tabs_cont .card .price span.active {
    display: block;
}

.what_is_the_price .tabs__caption {
    max-width: 100% !important;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.what_is_the_price .tabs__caption::-webkit-scrollbar {
    display: none;
}

.page .what_is_the_price .mw .cont .card .desc .radio-label.active {
    font-weight: 700;
    color: rgb(98, 50, 202);
}

.page .what_is_the_price .mw .mob_cont .tabs_cont .card .desc .radio-label.active {
    font-weight: 700;
    color: rgb(98, 50, 202);
}

.page .what_is_the_price .mw .mob_cont .tabs_cont .card .decor1 {
    position: absolute;
    width: 40px;
    top: -10px;
    right: 32px;
}

.what_is_the_price_slider .owl-stage {
    display: flex;
}

.what_is_the_price_slider .owl-stage .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* 576 - 2 - 10px
992 - 3 - 12px
1500 - 20px */