
.header {
    background-color: #0A0033;
    max-height: 100px;
    position: relative;
}
.navbar {
    padding: 30px 0;
    position: static;
}
.navbar_list {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}
.nav-link{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 0!important;
}
.nav-link:hover,
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #FFF;
}

.btn-hide-desk {
    display: none;
}
.navbar-toggler.collapsed .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 36px;
    height: 18px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler.collapsed .navbar-toggler-icon{
    background-image: url("../img_new/burger_open.png");
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("../img_new/burger_close.png");
}
.nav_btns {
    display: flex;
    gap: 40px;
}
.navbar-toggler {
    border: none;
    outline: none;
    padding: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

header .collapsing {
    transition: padding, height 1s ease;
}
.btn-visible-mob {
    display: none;
}
.dropdown-menu {
    padding: 20px 20px 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #6F52E2;
    position: relative;

}
.dropdown-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img_new/triangle.png");
    background-repeat: no-repeat;
}
.dropdown-menu[data-bs-popper] {
    top: 36px;
}
.dropdown-item {
    padding: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF;
    background: transparent;
}
/*--------------------------------------HERO-----------------------------------*/
.hero {
    background-color: #0A0033;
    border-radius: 0px 0px 32px 32px;
    overflow-x:hidden;
}
.hero_container {
    position: relative;
}
.hero_container:after {
    content: '';
    position: absolute;
    background-image: url("../img_new/hero_decor_left.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 165px;
    height: 160px;
    top: 60px;
    left: 0;
}
.hero_container:before {
    content: '';
    position: absolute;
    background-image: url("../img_new/hero_decor_right.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 165px;
    height: 160px;
    top: 30px;
    right: 0;
}
.main_title {
    margin-bottom: 40px;
}
.hero_inner {
    padding-top: 100px;
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}
.hero_inner:after{
    content: '';
    position: absolute;
    background-image: url("../img_new/hero_arrow_right.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    background-size: contain;
    height: 240px;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
}
.hero_inner:before{
    content: '';
    position: absolute;
    background-image: url("../img_new/hero_arrow_left.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    left: -190px;
}
.hero_text {
    color: #EDEAF9;
    text-align: center;
    margin-bottom: 12px;
}
.hero .slick-dots li.slick-active button {
    background-color: #4C2DCB;
}



/*-----------------------SUBMAIN--------------------------*/
.submain_inner {
    width: 260px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
}
.submain_info {
    margin-bottom: 20px;
}
.submain_text {
    display: flex;
    justify-content: space-between;
}
.submain_text p,
.submain_text span{
    color:  #EDEAF9;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.submain_content {
    color: #FFF;
}
.submain_logo {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    float: left;
}
.submain_title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.submain_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.submain_btns {
    display: flex;
    justify-content: space-between;
}

.submain_btn {
    width: 106px;
    height: 34px;
    color: #FFF;
    font-size: 12px;
}

/*-------------------HELPFUL------------------------*/
.helpful {
    padding: 60px 0 120px;
    overflow-x: hidden;
}
.helpful_girl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.helpful_boy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.girl_content {
    max-width: 505px;
}
.boy_text {
    max-width: 540px;
}
.line_mob {
    display: none;
}


/*-----------------WHO--------------------------*/

.who_wrapper {
    border-radius: 32px;
    background: #0A0033;
    padding: 60px 40px;
}
.who_inner {
    border-radius: 32px;
    background: #F6F4FF;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.who_title {
    color: #FFF;
    text-align: center;
    margin-bottom: 46px;
}
.who_subtitle {
    margin-bottom: 24px;
}
.who_dark-title  {
    color: #fff;
}
.who_dark {
    border-radius: 32px;
    background: #0A0033;
    padding: 32px 40px ;
}
.who_list {
    padding-left: 24px;
}
.who_item {
    position: relative;
    margin-bottom: 16px;
}
.who_item_dark {
    color: #EDEAF9;
}
.who_item::before {
    content: '';
    position: absolute;
    background-image: url("../img_new/verify.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    left: -24px;
}
.who_white {
    padding: 32px;
}
.who_banner {
    background-color: transparent;
    border-radius: 32px;
    border: 1px dashed #D9D9D9;
    padding: 40px 0;
    position: relative;
}
.who_banner:after,
.who_banner:before{
    position: absolute;
    content: '';
    background-image: url("../img_new/decor-stars.png");
    background-repeat: no-repeat;
    width: 135px;
    height: 90px;
    background-size: contain;
    top: 30px;
    left: 90px;
}
.who_banner:before {
    transform: rotate(145deg);
    right: 80px;
    left: auto;
}
.who_banner_text {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    max-width: 720px;
    margin: 0 auto;
}

/*----------------------------------------BEST------------------------------------------------*/

.best {
    padding:120px 0;
}
.best_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.best_text {
    max-width: 660px;
}
.best_title {
    max-width: 340px;
}
.best_card {
    border-radius: 32px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 0 0;
    margin-bottom: 8px;
}
.logo_info {
    display: flex;
    align-items: center;
}
.logo_info img {
    margin-right: 12px;
}
.logo_text {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.best .rating {
    display: flex;
    align-items: inherit;
}
.best .rating.mob {
    display: none;
}
.best .rating svg {
    margin-right: 8px;
}
.best_list_item {
    position: relative;
    color: #1E1E1E;
    padding-left: 20px;
    margin-bottom: 16px;
}
.best_list_item:before {
    top: 6px;
    left: 0;
    position: absolute;
    content: '';
    background-color: #4C2DCB;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.4;
}
.best_btns .btn:first-child {
    margin-bottom: 16px;
}
.best_card_num {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    color: #1E1E1E;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    background-color: #E9E4FF;
    border-radius: 50%;
    margin-left: -20px;
}
.logo_label {
    display: flex;
    align-items: center;
    min-width: 230px;
}
.best_list {
    width: 400px;
}
.read_more, .read_less {
    margin: 40px auto 0;
}
/*-----------------------BANER------------------------------*/
.banner_inner {
    background-color: #0A0033;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
.banner_main {
    padding-bottom: 120px;
}
.banner_main_text {
    max-width: 450px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.banner_main_content {
    display: flex;
    width: 50%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner_main_item {
    display: flex;
    width: 296px;

}
.banner_main_item:nth-child(1),
.banner_main_item:nth-child(2) {
    margin-bottom: 40px;
}
.banner_main_img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.banner_main_title {
    color: #FFF;
    margin-bottom: 0;
}
.banner_main_subtext {
    color: #EDEAF9;
}

/*-------------------------FOCUS----------------------------*/

.focus {
    padding-bottom: 120px;
}
.focus_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.focus_title {
    max-width: 550px;
}
.focus_text {
    max-width: 660px;
}
.criteria_inner {
    display: block;
    position: relative;
    padding-bottom: 108px;
}
.criteria_item {
    display: inline-block;
}
.review_inner {
    padding: 40px;
    border-radius: 32px;
    background: #FFF;
    margin-right: 20px;
    min-height: 492px;
}
.criteria_title {
    margin: 40px 0 20px;
}
.focus .slick-arrow {
    border: 1px solid #4C2DCB;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.focus .slick-arrow:hover {
    background-color: #4C2DCB;
}
.focus .slick-arrow:hover path {
    fill: #fff;
}
.focus .slick-arrow.prev {
    right: 68px;
}
.focus .slick-arrow.next {
    transform: rotate(180deg);
}

.focus .slick-dots {
    bottom: 0;
    left: 0;
    width: auto;
}
.focus .slick-dots li {
    width: 30px;
    height: 3px;
}
.focus .slick-dots li button {
    width: 30px;
    height: 3px;
    background-color: #D5CCF5;
    border-radius: 16px;
    padding: 0;
}
.focus .slick-dots li.slick-active button {
    background-color: #4C2DCB;
}
/*---------------------------FAQ----------------------------*/
.faq {
    border-radius: 32px 32px 0px 0px;
    background: #0A0033;
    padding: 120px 0;
    position: relative;
    overflow-x: hidden;
}
.faq_title {
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
}
.faq_subtitle {
    color: #1E1E1E;
    margin-right: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.faq_accordion_btn {
    background: #F6F4FF;
    transition: .8s;
    padding: 16px 24px;
    border-radius: 16px;
    position: relative;
}
.faq_accordion_btn:after {
    background-image: url("../img_new/plus.svg");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 43px;
    height: 44px;
    background-color: #4C2DCB;
    border-radius: 50%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img_new/minus.svg");
    transform: translateY(-50%);
    background-position: center;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 16px;
}
.accordion-item:first-of-type .accordion-button {

    border-radius: 16px 16px 0 0;
}
.accordion-item:first-of-type .accordion-button.collapsed {
    border-radius: 16px;
    transition: 1s;
}
.accordion-button:not(.collapsed) {
    border-radius: 16px 16px 0 0;
    background: #F6F4FF;
    padding: 16px 24px;
}
.accordion-body{
    color: #1E1E1E;
    background: #F6F4FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 16px 24px;
    border-radius: 0 0 16px 16px;
}
.accordion-item {
    max-width: 49%;
    width: 100%;
    z-index: 2;
}

.faq_accordion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.faq:before {
    content: '';
    background-image: url("../img_new/faq_decor_title.svg");
    background-repeat: no-repeat;
    width: 120px;
    height: 96px;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: 80px;
}
.faq:after {
    content: '';
    background-image: url("../img_new/faq_decor.svg");
    background-repeat: no-repeat;
    width: 430px;
    height: 90px;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    right: 0px;
}
/*------------------------FOOTER------------------------*/
.footer {
    background-color: #0A0033;
    border-radius: 32px 32px 0px 0px;
    padding-top: 40px;
}
.home_footer {
    border-radius: 0;
    padding-top: 0;
}
.home_footer .footer_inner {
    border-top: 1px solid #3B335C;
}
.footer_inner {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.footer_label {
    width: 50%;
}
.footer_item_title,
.footer_item {
    color: #B5B2C1;
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}
.footer_item:last-child {
    margin-bottom: 0;
}
.footer_item_link {
    color: #FFF;
}
.footer_label_logo {
    margin-bottom: 20px;
}
.footer_label_title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 202px;
}
.footer_social_link:first-child {
    margin-right: 16px;
}




@media(max-width: 1280px) {
    .hero_inner:after,
    .hero_inner:before {
        display: none;
    }
}



