* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-display: swap;
}

img {
    max-width: 100%;
}

:root {
    --1: #8a5cff;
    --2: #222;
    --3: #9ea0a3;
    --4: #fafafa;
    --5: #f0ebff;
    --6: #fff;
}

:root {
    --font-family: "Inter Tight", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

body {
    font-family: var(--font-family);
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header_content {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.logo_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--3);
    display: inline-block;
    max-width: 220px;
}

.menu_list {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.menu_list li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--2);
    transition: all 0.1s;
}

.menu_list li a:hover {
    opacity: 0.8;
}

.social {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.social a {
    padding: 12px;
    border: 1px solid var(--1);
    border-radius: 50%;
    line-height: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
}

.social a:last-child {
    border-radius: 160px;
}

.social a span {
    line-height: 0;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: var(--1);
    transition: all 0.2s;
}

.social a:hover {
    scale: 0.97;
}

.main_section_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_sect_right img {
    margin-right: -28px;
}

.site_title {
    font-weight: 700;
    font-size: 74px;
    line-height: 100%;
    color: var(--2);
    margin-bottom: 20px;
}

.site_sub_title {
    font-weight: 500;
    font-size: 31px;
    line-height: 120%;
    color: var(--1);
    margin-bottom: 40px;
}

.price_info_item {
    display: flex;
    column-gap: 8px;
    align-items: flex-start;
}

.price_info_item>div {
    border-radius: 30px;
    min-width: 8px;
    min-height: 8px;
    width: 8px;
    height: 8px;
    background: var(--1);
    margin-top: 5px;
}

.price_info_item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--2);
}

.price_info {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 50px;
}

.btn_content a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--6);
    background: var(--1);
    padding: 24px 56px;
    border-radius: 60px;
    transition: all 0.3s;
    min-width: 308px;
}

.btn_content a:hover {
    opacity: 0.8;
}

.btn_content {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.main_sect_right {
    margin-left: -14px;
}

.clear {
    height: 120px;
}

footer {
    background: var(--4);
}

.section_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 49px;
    line-height: 120%;
    text-align: center;
    color: var(--2);
    margin-bottom: 50px;
}

.section_title span {
    color: var(--1);
}

.license_item {
    background: var(--4);
    border-radius: 20px;
    padding: 40px;
    max-width: calc(50% - 15px);
    width: 100%;
    position: relative;
}

.license_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.block_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: var(--2);
    margin-bottom: 20px;
}

.block_title span {
    color: var(--1);
}

.license_item .price_info {
    max-width: 286px;
}

.info_2024 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--3);
    margin-bottom: 20px;
}

.license_item img {
    position: absolute;
    bottom: 17px;
    right: 35px;
}

.license_item2 img {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.license_big_item {
    border-radius: 20px;
    background: var(--4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.license_big_item_left {

    padding-left: 40px;
    max-width: calc(50% - 15px);
}

.license_big_item_right {
    border-radius: 20px;
    padding: 33px;
    max-width: calc(50% - 15px);
    background: var(--1);
    width: 100%;
    text-align: center;
}

.license_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
}

.license_big_item_left>img {
    margin-bottom: 20px;
}

.advantages_items {
    display: flex;
    justify-content: space-between;
}

.advantages_item {
    max-width: calc(25% - 22.5px);
    width: 100%;
}

.advantages_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: var(--2);
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
}

.advantages_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
}

.security {
    padding: 70px 0;
    background: var(--4);
}

.sec_left {
    max-width: 688px;
    width: 100%;
    text-align: left;
}

.sec_left h2 {
    text-align: left;
    margin-bottom: 30px;
}

.sec_right {
    max-width: 482px;
    width: 100%;
}

.security_content {
    display: flex;
    justify-content: space-between;

}

.sec_text {
    font-weight: 500;
    font-size: 31px;
    line-height: 120%;
    color: var(--3);
}

.sec_item {
    display: flex;
    column-gap: 20px;
    align-items: self-start;
}

.sec_items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;

}

.sec_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: var(--2);
    margin-bottom: 14px;
}

.sec_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
}

.price_info_sec {
    padding: 70px 0;
    background: var(--1);
    position: relative;
}

.title_white {
    color: var(--6);
    text-align: left;
    margin-bottom: 14px;
}

.price_info_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--6);
    margin-bottom: 40px;
}

.price_link {
    display: inline-block;
    padding: 24px 86px;
    border-radius: 60px;
    background: var(--6);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--1);
    transition: all 0.3s;
}

.price_link:hover {
    scale: 1.05;
}

.ugl {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.ssl {
    position: absolute;
    top: 0;
    right: 70px;
}

.date_info {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--1);
    margin-bottom: 21px;
}

.align_left {
    text-align: left;
}

.about_item_count {
    display: block;
    font-weight: 700;
    font-size: 74px;
    line-height: 100%;
    color: var(--1);
    margin-bottom: 4px;
}

.about_item_name {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: var(--2);
    margin-bottom: 10px;
}

.about_item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
}

.about_item {
    max-width: 380px;
    width: 100%;
}

.about_info {
    display: flex;
    justify-content: space-between;
}

.table_item_title {
    font-weight: 500;
    font-size: 31px;
    line-height: 120%;
    color: var(--2);
}

.table_item_title span {
    color: var(--1);
}

.about_table_name {
    max-width: 380px;
    width: 100%;
}

.about_table {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about_table_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--3);
}

.about_table_text {
    max-width: 483px;
    width: 100%;
}

.about_table_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
}

.reviws {
    padding: 70px 0;
    background: var(--4);
}

.rew_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.rew_title h2 {
    margin-bottom: 0;
    text-align: left;
}

.rew_title span {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
    color: var(--3);
}

.rew_item {
    background: var(--6);
    border-radius: 8px;
    padding: 30px;
}

.rew_wrapper {
    overflow: hidden;
}

.slider_pag {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    column-gap: 20px;
}

.swiper-pag {
    max-width: max-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--3);

}

.swiper-button-pr,
.swiper-button-ne {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--6);
}

.swiper-pagination-current {
    color: var(--1);
}

.rew_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
    margin-top: 14px;
}

.rew_header {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.rew_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--2);
}

.price_info_sec_bottom .ssl {
    top: 20px;
    right: 94px;
}

.expert_content_right {
    max-width: calc(50% - 15px);
    width: 100%;
}

.expert_content_left {
    max-width: calc(50% - 15px);
    width: 100%;
    position: relative;
}

.expert_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expert_title {
    font-weight: 700;
    font-size: 39px;
    line-height: 120%;
    color: var(--2);
    margin-bottom: 30px;
}

.expert_title span {
    color: var(--1);
}

.price_btn {
    margin-top: 40px;
}

.price_btn a {
    border-radius: 60px;
    background: var(--1);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--6);
    display: inline-block;
    padding: 24px 37px;
    transition: all 0.3s;
}

.price_btn a:hover {
    scale: 1.05;
}

.expert .price_info {
    margin-bottom: 0;
}

.expert_info {
    position: absolute;
    border-radius: 60px;
    background: var(--4);
    width: calc(100% - 80px);
    text-align: center;
    padding: 18px 0;
    bottom: 40px;
    left: 40px;
}

.expert_name {
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: var(--2);
    display: block;
}

.expert_status {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: var(--1);
    margin-top: 4px;
    margin-bottom: 4px;
}

.expert_info_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--3);
}

.faq_title {
    font-weight: 600;
    font-size: 49px;
    line-height: 120%;
    text-align: center;
    color: var(--2);
    margin-bottom: 50px;
}

.faq_right img {
    margin-left: -17px;
}

.faq_content {
    display: flex;
    justify-content: space-between;
}

.faq_items {
    max-width: 585px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.faq_item_vop {
    display: flex;
    justify-content: space-between;
    column-gap: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--2);
    cursor: pointer;
    transition: all 0.3s;
}

.faq_item_vop svg,
.faq_item_vop svg path {
    transition: all 0.3s;
}

.faq_item {
    padding: 16px 20px;
    background: var(--4);
}

.faq_item_otv {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);
    margin-top: 10px;
    display: none;
}

.active {
    color: var(--1);
}

.active svg {
    transform: rotate(180deg);
}

.active path {
    fill: #8A5CFF;
}

footer .menu_list {
    flex-direction: column;
    row-gap: 8px;
}

.social a.spec_a {
    border-radius: 160px;
}

.mob_icon {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--4);
    cursor: pointer;
}


.modal-header {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.5);
    display: none;
}

.modal_content {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    background: var(--6);
}

.modal-header .header_content {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
}

.modal-header .logo_text {
    display: none;
}

.modal-header .logo {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 14px;
    justify-content: space-between;
}

.open_mob_menu {
    display: none;
}

.section_title_per {
    max-width: 70%;
}

@media(max-width:1370px) {
    .section_title {
        font-size: 44px;
    }

    .title_white {
        max-width: 62%;
    }
}

@media(max-width:1260px) {

    .faq_right {
        display: none;
    }

    .ssl {
        width: 25%;
    }

    .section_title {
        margin-bottom: 30px;
    }

    .site_title {
        font-weight: 700;
        font-size: 60px;
        line-height: 100%;
        color: var(--2);
        margin-bottom: 20px;
    }

    .clear {
        height: 90px;
    }

    .content {
        max-width: 820px;
    }

    .open_mob_menu {
        display: flex;
    }

    header .menu {
        display: none;
    }

    .btn_content p {
        max-width: 100%;
        width: 100%;
        min-width: 275px;
    }

    .btn_content a {
        background: var(--1);
        padding: 22px 36px;
        min-width: max-content;
    }

    .main_section_content {
        align-items: self-start;
    }

    .license_items {
        flex-direction: column;
        row-gap: 20px;
    }

    header .social {
        display: none;
    }

    .license_item {
        max-width: 100%;
    }

    /* .license_big_item {
        flex-direction: column;
    } */

    .license_big_item_left {
        max-width: calc(100% - 15px);
        margin-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .license_big_item_right {
        max-width: 100%;
        margin-top: 20px;
    }

    .advantages_item {
        max-width: calc(50% - 10px);
    }

    .advantages_item img {
        float: left;
        margin-right: 14px;
    }

    .sec_left {
        max-width: 100%;
        text-align: center;
    }

    .sec_right {
        max-width: 100%;
        width: 100%;
    }

    /* .price_info_sec {
        padding-bottom: 260px;
    } */

    .ssl {
        position: absolute;
        top: auto;
        right: 70px;
        bottom: 8px;
    }

    .ugl {
        max-width: 360px;
        height: auto;
    }

    .sec_left h2 {
        margin-bottom: 30px;
        text-align: center;
        /* padding: 0 105px; */
    }

    .security_content {
        flex-direction: column;
        row-gap: 30px;
    }

    .advantages_items {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    header .logo_text {
        display: none;
    }

    .title_white {
        max-width: 100%;
    }

    .about_table_icon {
        order: 1;
    }

    .about_table_name {
        order: 2;
        margin-top: 8px;
    }

    .about_table_text {
        order: 3;
        max-width: 100%;
        margin-top: 12px;
    }

    .price_info_sec_bottom .ssl {
        top: auto;
        right: 60px;
        bottom: 21px;
        max-width: 248px;
    }

    .about_table_item {
        flex-direction: column;
    }

    .expert_content {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .expert_content_right {
        max-width: 100%;
        width: 100%;
    }

    .expert_content_right .price_btn {

        text-align: center;
    }

    .faq_items {
        max-width: 100%;
    }

    .faq_content {
        flex-direction: column;
        row-gap: 30px;
    }

    .expert_title {
        text-align: center;
    }

    .expert_title span {
        display: block;
    }

    .expert_content_left {
        max-width: 585px;
        width: 100%;
        position: relative;
    }

    footer .header_content {
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        row-gap: 20px;
    }

    footer .menu_list {
        flex-direction: row;
        row-gap: 8px;
    }




}

.mob_img {
    display: none;
    max-width: 100px;
    float: left;
    margin-right: 20px;
}

@media(max-width:870px) {
    .mob_img {
        display: block;
        max-width: 100px;
    }

    .pk_img {
        display: none;
    }
     .license_big_item {
        flex-direction: column;
    }

    .license_big_item_left {
        padding-bottom: 0;
    }
    
    .license_big_item_right {
        max-width: 50%;
    }
}

@media(max-width:840px) {
    .content {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(max-width:740px) {
    .about_item {
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .site_title {
        font-size: 65px;
    }

    .main_sect_right img {
        margin-right: 0;
        width: 83%;
    }

    .faq_right img {
        margin-left: 0;
        width: 83%;
    }

    .btn_content a {
        min-width: max-content;
        padding: 19px 36px;
    }

    .sec_left h2 {
        padding: 0 36px;
    }

    .about_info {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

.btn_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--3);

}

.faq_item_vop svg {
    min-width: 20px;
}

@media(max-width:540px) {
    .logo img {
        max-width: 86px;
    }

    .social a:nth-child(1) {
        order: 3;
    }

    .social a:nth-child(2) {
        order: 4;
    }

    .social a:nth-child(3) {
        order: 1;
    }

    .social a:nth-child(4) {
        order: 2;
    }

    .social {
        max-width: 214px;
        display: flex;
        justify-content: center;
        column-gap: 10px;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 14px;
    }

    .menu_list li {
        text-align: center;
    }

    .site_sub_title {
        font-size: 22px;
        margin-bottom: 26px;
    }

    .price_info {
        row-gap: 10px;
        margin-bottom: 30px;
    }

    .btn_content {
        row-gap: 12px;
        flex-direction: column;
    }

    .site_title {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .header_content {
        padding: 20px 0 30px;
    }

    .main_sect_right {
        margin-left: 0;
        text-align: center;
    }

    .section_title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .clear {
        height: 80px;
    }

    .btn_content p {
        text-align: center;
    }

    .info_2024 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .license_item {
        padding: 20px;
        padding-bottom: 0;
    }

    .license_item .price_info {
        margin-bottom: 0;
    }

    .license_big_item_left {
        padding-left: 0;
        margin-top: 0;
        padding: 20px;
    }

    .license_big_item_right {
        border-radius: 20px;
        padding: 20px 37px;
    }

    .advantages_item {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 16px;
    }

    .sec_left h2 {
        margin-bottom: 10px;
    }

    .sec_item>img {
        float: left;
        margin-right: 14px;
    }

    .security_content .sec_title {
        font-size: 18px;
        padding-top: 9px;
    }

    .sec_info {
        clear: both;
        padding-top: 16px;
    }

    .sec_item {
        display: block;
    }

    .date_info {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .about_item_name {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .about_table_text p {
        font-size: 14px;
    }

    .about_info .about_item:first-child {
        order: 1;
    }

    .rew_title h2 {
        margin-bottom: 0;
        text-align: center;
    }

    .btn_content a {
        min-width: max-content;
        width: 100%;
        padding: 19px 36px;
    }

    .price_info_sec {
        padding: 30px 0;
        /* padding-bottom: 260px; */
    }

    .price_btn a {
        border-radius: 60px;
        background: var(--1);
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        color: var(--6);
        display: inline-block;
        padding: 19px 0;
        width: 100%;
        transition: all 0.3s;
    }

    .price_link {
        display: inline-block;
        padding: 19px 0;
        width: 100%;
    }

    .expert_title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .expert_info {
        position: absolute;
        border-radius: 60px;
        background: var(--4);
        width: calc(100% - 40px);
        text-align: center;
        padding: 12px 0;
        bottom: 20px;
        left: 20px;
    }

    .expert_info_text {
        font-size: 12px;
    }

    .faq_right img {
        margin-left: 0;
        width: 100%;
    }

    .faq_item_otv {
        font-size: 14px;
    }

    .faq_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .expert_status {
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .expert_name {
        font-size: 18px;
    }

    .reviws {
        padding: 30px 0;
    }

    .rew_title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
        flex-direction: column;
        row-gap: 20px;
    }

    .table_item_title {
        font-size: 22px;
    }

    .about_table_icon img {
        max-width: 38px;
    }

    .about_info .about_item:nth-child(2) {
        order: 3;
    }

    .about_info .about_item:last-child {
        order: 2;
    }

    .about_item_count {
        font-size: 42px;
    }

    .ssl {
        /* position: absolute;
        top: auto;
        max-width: 278px;
        right: 45px;
        bottom: 8px; */
        display: none;
    }

    .sec_text {
        font-size: 18px;

    }

    .sec_left h2 {
        padding: 0;
    }

    .security {
        padding: 30px 0;
        background: var(--4);
    }

    .advantages_item img {
        max-width: 44px;
    }

    .advantages_title {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .advantages_info {
        clear: both;
    }

    /* .license_big_item_right {
        max-width: 100%;
        margin-top: 0;
    } */

    .license_big_item_left>img {
        margin-bottom: 10px;
        max-width: 38px;
    }

    .block_title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .license_item img {
        position: relative;
        max-width: 101px;
        right: 26px;
        float: right;
        bottom: 20px;
    }

    .license_item2 img {
        position: relative;
        max-width: 101px;
        right: 26px;
        float: right;
        bottom: 20px;
    }


}




  .one-contact {
    background: #f5f5f5;
    display: block;
    text-decoration: none;
    color: #000;
    font-family: var(--font-family);
    font-weight: 700;
  }
  .one-contact:hover {
    background: #e3e3e3;
  }
  .bi {
    display: block;
    font-size: 64px;
  }
    
  .bi-telegram {
    color: #429df0;
  }
  .bi-whatsapp {
    color: #25d366;
  }
  .bi-telephone {
    color: #25d366;
  }
  .bi-envelope {
    color: #ff441b;
  }