:root {
    --trans: all 0.3s ease-in-out;
}

a {
    transition: var(--trans);
    display: block;
}
a:hover {
   transform: translateY(-3px);
}

.mr_1 {
    margin: 50px 0 70px 0 !important;
}

#link_w {
    padding: 0;
    margin: 0;
    display: inline;
    background: #53a2ac;
    color: #fff;
    opacity: 1;
    padding: 10px 36px;
}

#link_ww {
    padding: 0;
    margin: 0;
    display: inline;
    background: #333;
    color: #fff;
    opacity: 1;
    padding: 10px 36px;
}

.nav_n {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 15px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
    gap: 3px;
}

.w_plans {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 25px 35px;
    background: linear-gradient(to right, #333333 81%, #53A2AC 15%);
    box-shadow: inset 0px 0px 20px 0px #00000042;
}

.w_plans_row {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.w_plans_row span:nth-child(1) {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    color: transparent;
    font-size: 65px;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    line-height: 130%;
    letter-spacing: 6px;
}

.w_plans_row span:nth-child(2) {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    /* color: transparent; */
    font-size: 96px;
    /* -webkit-text-stroke: 6px #ffffff; */
    /* color: transparent; */
    line-height: 71%;
    letter-spacing: 6px;
    text-shadow: 10px 10px 3px #0000002b;
}

.w_about {
    margin: 100px 0 50px 0;
}

.about {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
}

.about_img {
    max-width: 100%;
}

.about_img img {
    width: 100%;
}

.about_p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 800px;
}

.about_p p {
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #444;
    font-size: 14px;
}

.img_h {
    position: relative;
}

.img_h::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #53a2ac;
    clip-path: polygon(0 0, 22% 0, 0 20%);
}

.img_hh {
    position: relative;
}

.img_hh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    background: #53a2ac;
    clip-path: polygon(100% 80%, 100% 100%, 84% 100%);
}

/* plans */


.link_reg {
    padding: 10px 20px;
    background: #53a2ac;
    border-radius: 0;
    color: #fff;
    border: 0;
    transition: var(--trans);
    color: #fff !important;
}

.link_reg:hover {
    background: #333333;
}

.main_page_2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 100px 0 117px 0;
    gap: 40px;
    z-index: 1;
    position: relative;
    background: #222;
    padding: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 25px 35px;
    background: linear-gradient(to left, #333333 51%, #53A2AC 0%);
    box-shadow: inset 0px 0px 20px 0px #00000042;
}

.main_page_2_mix {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 404px;
}

.main_page_2_left_row h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    color: transparent;
    font-size: 35px;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    line-height: 107%;
    letter-spacing: 6px;
}

.footer .footer-txt p {
    margin: 10px 0;
    color: #ffffff;
    text-align: 'center';
    display: inline-flex;
    flex-direction: column;
    gap: 0;
}

.main_page_2_left_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main_page_2_left_ps {
    width: 100%;
    display: flex;
    gap: 5px;
}

.main_page_2_left_ps img {
    max-width: 28px;
}

.main_page_2_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 845px;
    padding: 40px 40px;
    background: url(https://i.vgy.me/HSnwYd.png), linear-gradient(90deg, #53a2ac00, #050b0c);
    background-blend-mode: color;
    border-radius: 0;
    background-size: cover;
    /* box-shadow: 0px 0px 20px 7px #005cff1a; */
    background-position-y: -45px;
    gap: 19px;
}

.main_page_2_right_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    justify-content: flex-start;
}

.fa-circle {
    color: #53a2ac;
    margin: 0 10px 0 0;
    font-size: 14px;
    animation: customAni 2s linear 0s infinite normal none;
}

.main_page_2_right_box2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.main_page_2_right_box2_row {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.main_page_2_right_box2_row p {
    color: #fff;
    margin: 0 0 9px 0;
}

.main_page_2_right_neo h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.main_page_2_right_neo2 p {
    font-size: 25px;
    color: #ffffff;
    font-size: 14px;
    background: #33333300;
    padding: 10px 20px;
    display: inline;
    backdrop-filter: blur(15px);
}

.main_page_2_left_row p {
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}

.main_page_2_right_neo p {
    color: #fff;
}


.main_page_2_right_neo2 h2 {
    color: #fff;

}



/*! CSS Used keyframes */
@keyframes customAni {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

/* reff */


.main_page_3_bt {
    display: flex;
    gap: 5px;
}

.main_page_3_bt img {
    max-width: 13px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.main_page_3_reff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* box-shadow: 0px 0px 20px 7px #005cff1a; */
    border-radius: 0;
    padding: 30px;
    background: #333;
    margin: 35px 0 0 0;
    background: linear-gradient(to right, #333333 81%, #53A2AC 15%);
    box-shadow: inset 0px 0px 20px 0px #00000042;
}

.main_page_3_ref br {
    display: none;
}

.main_page_3_ref {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    color: transparent;
    font-size: clamp(32px, 4vw, 45px);
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    line-height: 107%;
    letter-spacing: 6px;
    text-align: center;
}

.link_bt {
    padding: 10px 20px;
    background: #3333331f;
    border-radius: 0;
    color: #fff;
    border: 1px var(--col2) solid;
    transition: var(--trans);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_bt p {
    margin: 0;
}

.elementor-section .elementor-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    gap: 65px;
}

.link_bt:hover {
    background: #333333;
    /* border: 1px var(--col1) solid; */
}

.main_page_3 {
    width: 100%;
    margin: 0 0 90px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main_page_3_extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.main_page_3_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: linear-gradient(360deg, #53a2ac 21% 21%, #f8f8f8 0%);
    padding: 20px 40px;
    border-radius: 0;
    width: 100%;
    max-width: 405px;
}

.main_page_3_row div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main_page_3_row div p:nth-child(2) {
    font-size: 44px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    line-height: 107%;
    letter-spacing: 3px;
}

.main_page_perc {
    font-size: 20px;
    background: #fff;
    color: #222;
    padding: 5px 20px;
    border-radius: 0;
}

.extra_in {
    display: none;
}




.main_page_4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 20px 0;
    gap: 20px;
}

.main_page_4 h2 {
    line-height: 130%;
    color: #333333;
    text-transform: uppercase;
    font-weight: 900;
    /* color: transparent; */
    font-size: 35px;
    /* -webkit-text-stroke: 1px #ffffff; */
    /* color: transparent; */
    line-height: 107%;
    letter-spacing: 3px;
}

.main_page_4_mix {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 36px;
    flex-wrap: wrap;
}

.faq_w {
    margin: 140px 0 0 0;
}

.main_page_4_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;

    padding: 42px;
    width: 100%;
    max-width: 352px;
    border: 2px #53a2ac solid;
}

.main_page_4_img {
    max-width: 125px;
    position: relative;
}

.main_page_4_img img {
    width: 100%;
}

.main_page_4_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.main_page_4_row p:nth-child(1) {
    font-size: 24px;
    color: #333;
    letter-spacing: 0px;
    /* text-shadow: 0px 0px 20px #0861ff47, 0px 0px 20px #0861ff47; */
    text-transform: uppercase;
    font-weight: 700;
}

.main_page_4_row p:nth-child(2) {
    max-width: 288px;
    text-align: center;
}

.span_img_1 {
    position: absolute;
    top: 55px;
    left: 48px;
    font-family: 'Carbon';
    font-size: 21px;
}

.span_img {
    position: absolute;
    top: 34px;
    left: 43px;
    /* font-family: 'Carbon'; */
    font-size: 30px;
    font-weight: 800;
    color: #333333;
}

.main_page_4_fix {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main_page_4_img_neo {
    max-width: 758px;
}

.main_page_4_img_neo img {
    width: 100%;
    /* box-shadow: 0px 0px 20px #005cff47; */
    border-radius: 0;
}

.main_page_4_img_neo {
    position: relative;
    display: inline-block;
}

.main_page_4_img_neo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #162b2e, transparent);
    pointer-events: none;
}

.main_page_4_img_neo img {
    display: block;
    width: 100%;
    height: auto;
}






.main_page_55 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    margin: 70px 0 0 0;
}

.faq-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 991px) {
    .faq-wrap {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.faq-wrap .tab_content {
    width: 100%;
}

.faq-tab__item .accordion {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 70px;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion {
        padding-left: 0;
    }
}

.faq-tab__item .accordion__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 25px;
    border-radius: 0;
}

.faq-tab__item .accordion__item:hover .accordion__head {
    color: #fff;
}

.faq-tab__item .accordion__item:hover .accordion__head:after {
    border-left: 9px solid #fff;
}

.faq-tab__item .accordion__item:hover .accordion__head-icon {
    background-color: #458891;
}

.faq-tab__item .accordion__head {
    height: 70px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #2B2B2B;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    padding: 0 110px 0 40px;
    width: 100%;
    border-radius: 0;
    background-color: #333333;
    color: #fff;

}

@media (max-width: 1199px) {
    .faq-tab__item .accordion__head {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head {
        padding: 0 45px 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head:after {
        display: none;
    }
}

.faq-tab__item .accordion__head-icon {
    left: -70px;
    top: 0;
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: -10;
    background-color: #53a2ac;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head-icon {
        display: none;
    }
}

.faq-tab__item .accordion__head-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #e5e5e536;
}

@media (max-width: 575px) {
    .faq-tab__item .accordion__head-arrow {
        width: 30px;
        border-left: none;
        margin: 0 10px 0 0;
    }
}

.faq-tab__item .accordion__body {
    display: none;
    padding: 20px 40px;
    color: #2B2B2B;
    font-weight: 300;
    line-height: 120%;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
}



.faq-tab__item .accordion__head-icon img {
    position: absolute;
    top: 50%;
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 35px;
    width: 35pc;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.faq-tab__item .accordion__head-arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    fill: var(--col1);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

/* footer */

.footer-distributed {
    background: #333333;
    /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); */
    /* box-sizing: border-box; */
    width: 100%;
    /* text-align: left; */
    /* font: bold 16px sans-serif; */
    padding: 40px 55px;
    border-right: 5px #519ea8 solid;
    border-left: 5px #519ea8 solid;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #53a1ab;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 0;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: lightseagreen;
    text-decoration: none;
    ;
}

.footer-distributed .footer-links a:before {
    content: "·";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #0000002b;
    border-radius: 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}


/* footer 2 */



/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}


/* TODO: */

.bg {

    background: #53a2ac;
    padding: 39px;
    box-shadow: inset 0px 0px 20px 0px #00000042;

}

.m_box_p {
    background: #53a2ac;
    color: #fff;
    padding: 15px 35px;
}

.m_box .login_m {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column;
    gap: 15px;
}    

@media screen and (max-width: 885.98px) {


    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }

    .w_about {
        margin: 40px 0 50px 0;
    }

    .about {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
        margin: 35px 0 0 0;
    }

    .w_plans {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 25px 35px;
        background: linear-gradient(126deg, #333333 88%, #53A2AC 72%);
        margin: -30px 0 0 0;
    }

    .w_plans_row span:nth-child(1) {
        color: #fff;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 900;
        color: transparent;
        font-size: 65px;
        -webkit-text-stroke: 1px #ffffff;
        color: transparent;
        line-height: 95%;
        letter-spacing: 6px;
        text-align: center;
    }

    .w_plans_row {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }

    .m_11 {
        margin: -13px 0 0 0;
    }

    .m_12 {
        margin: 0px 0 0 0;
    }

    .h_p p {
        line-height: 170%;
        margin: 0 0 5px 0;
    }

    .elementor-section .elementor-container {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        gap: 0;
        align-items: flex-start;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .mr_1 {
        margin: 0 0 70px 0 !important;
    }

    #link_w {
        padding: 0;
        margin: 0;
        display: inline;
        background: #53a2ac;
        color: #fff;
        opacity: 1;
        padding: 10px 60px;
    }

    .nav_n {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }


    .elementor-94 .elementor-element.elementor-element-388f966 img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 0;
    }

    .main_page_55 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        flex-direction: column;
    }

    .faq-tab__item .accordion__body {
        padding: 5px 20px 35px 20px;
        font-size: 12px;
    }


    .main_page_4 {
        display: flex;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 20px 0;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .main_page_4_fix {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 25px;
    }

    .main_page_4_mix {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 0 10px 0;
        gap: 20px;
        flex-wrap: wrap;
    }

    .faq_w {
        margin: 50px 0 0 0;
    }

    .faq-tab__item .accordion__item {
        margin-bottom: 10px;
    }

    .main_page_4_img_neo {
        max-width: 758px;
        margin: 20px 0 0 0;
    }

    .main_page_55 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        margin: 50px 0 0 0;
    }

    .main_page_3_reff {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-shadow: 0px 0px 20px 7px #005cff1a;
        border-radius: 20px;
        padding: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .main_page_3_reff {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 0;
        padding: 30px;
        background: #333;
        margin: 35px 0 0 0;
        background: linear-gradient(180deg, #333333 61%, #53A2AC 15%);
        gap: 45px;
    }

    .main_page_3 {
        width: 100%;
        margin: 0 0 20px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }


    .main_page_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 0 20px 0;
        gap: 40px;
        z-index: 1;
        position: relative;
        flex-wrap: wrap;
    }

    .main_page_2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin: 50px 0 60px 0;
        gap: 40px;
        z-index: 1;
        position: relative;
        background: #222;
        padding: 35px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 25px 15px;
        background: linear-gradient(342deg, #333333 22%, #53A2AC 0%);
    }

    .main_page_2_right_box2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .main_page_2_left_ps {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .main_page_2_left_ps {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 333px;
    }

    .main_page_2_mix {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 404px;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
    }

    .link_reg {
        padding: 10px 20px;
        background: #53a2ac;
        border-radius: 5px;
        color: #fff;
        border: 1px #53a2ac solid;
        transition: var(--trans);
        text-align: center;
    }

    .main_page_2_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 845px;
        padding: 35px;
        background: url(https://i.vgy.me/HSnwYd.png), linear-gradient(175deg, #53a2ac00, #050b0c);
        background-blend-mode: color;
        border-radius: 0;
        background-size: cover;
        /* box-shadow: 0px 0px 20px 7px #005cff1a; */
        background-position-y: -45px;
        gap: 19px;
        flex-wrap: wrap;
        background-repeat: no-repeat;
    }

    .main_page_3_ref br {
        display: block;
    }

        .bg {
            background: #53a2ac;
            padding: 20px;
            box-shadow: inset 0px 0px 20px 0px #00000042;
        }


}