@font-face {
    font-family: "Circe-reg";
    src: url(./font/circle-regular/Circe-Regular.woff);
    src: url(./font/circle-regular/Circe-Regular.woff2);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Circe-bold";
    src: url(./font/circle-bold/Circe-Bold.woff);
    src: url(./font/circle-bold/Circe-Bold.woff2);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Circe-Extrabold";
    src: url(./font/circle-extrabold/Circe-ExtraBold.woff);
    src: url(./font/circle-extrabold/Circe-ExtraBold.woff2);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Circe-light";
    src: url(./font/circle-light/circe_light.woff);
    src: url(./font/circle-light/circe_light.woff2);
    font-weight: 400;
    font-style: normal;
}


body {
    margin: 0 auto;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

h1,
h2,
h3 {
    margin: 0;
}

.header {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-image: url(./images/backgro.webp);
    width: 100%;
    background-size: cover;
    border-radius: 0 0 20px 20px;
}

.header__box {
    display: flex;
    flex-direction: column;
    padding: 56px 20px 60px;
    justify-content: center;
    gap: 60px;
}

.header__logo {
    display: flex;
    flex-direction: row;
}

.header_link {
    width: 137px;
    height: 36px;

}

.header__logo2 {
    width: 109px;
    height: 24px;
    padding: 6px 0 6px 29px;
    border-left: rgba(0, 0, 0, 0.4) 1px solid;
}

.header__logo_kari {
    width: 79px;
    height: 24px;
}

/* .header_link2 {
    width: 109px;
    padding: 6px 0 6px 29px;
} */

h1 {
    font-family: "Circe-Extrabold";
    font-weight: 900;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1px;
    color: rgba(23, 0, 35, 1);
    text-transform: uppercase;
}

.header__img {
    width: 100%;

}

@media (min-width: 490px) {
    .header__img {
        max-width: 450px;
        margin: 0 auto;
    }
}

.main-block {
    margin: 0 auto;
}

h2 {
    font-family: "Circe-bold";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 0.86);
}

h3 {
    font-family: "Circe-bold";
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: rgba(0, 0, 0, 0.86);
}

.payment {
    padding: 28px 20px 0;
    display: flex;
    flex-direction: column;
}

.payment_box {
    display: flex;
    flex-direction: column;
}

.payment__subtitle {
    font-family: "Circe-bold";
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.5);
}

.payment__split {
    display: flex;
    flex-direction: column;
    background: rgba(231, 255, 211, 1);
    border-radius: 24px;
    padding: 31px 20px;
}

.split_price {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.split_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.split_img {
    width: 40px;
    height: 40px;
}

.split_descr__ttl {
    margin: 0;
    font-family: "Circe-bold";
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.86);
}

.split_descr__sbtl {
    margin: 0;
    font-family: "Circe-reg";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.payment__supersplit {
    display: flex;
    flex-direction: column;
    background: rgba(193, 247, 155, 1);
    border-radius: 24px;
    padding: 31px 20px;
    margin-top: 20px;
}

.payment__yapay {
    display: flex;
    flex-direction: column;
    background: rgba(226, 223, 245, 1);
    border-radius: 24px;
    padding: 31px 20px;
    margin-top: 20px;
}

.section2 {
    padding: 28px 20px 0;
    display: flex;
    flex-direction: column;
}

.section__list {
    display: flex;
    flex-direction: column;
    background-color: rgba(243, 245, 247, 1);
    border-radius: 20px;
    padding: 20px 20px 0 20px;
    margin-top: 20px;
    overflow: hidden;
}

.section__list2 {
    display: flex;
    flex-direction: column;
    background-color: rgba(243, 245, 247, 1);
    border-radius: 20px;
    padding: 20px 20px 0 20px;
    margin-top: 20px;
    overflow: hidden;
}

.list_step {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}

.list_ttl {
    margin-bottom: 20px;
}

.list_step1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.step1_img {
    width: 40px;
    height: 40px;
}

.step1_descr {
    font-family: "Circe-reg";
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    margin: 10px 0;
}

.list_img {
    width: 285px;
    margin: 0 auto;
}

.section3 {
    padding: 28px 20px 0;
    display: flex;
    flex-direction: column;
}

.section3__img {
    margin: 0 auto;
    width: 285px;
}

.catalog {
    padding: 28px 20px 0;
    display: flex;
    flex-direction: column;
}

.catalog_category {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.catalog_list1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog_list2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}



.catalog__item {
    color: black;
    display: flex;
    flex-direction: row;
    height: 80px;
    background-color: rgba(231, 255, 211, 1);
    border-radius: 16px;
    justify-content: space-between;

    transition: all .2s ease;
    border-radius: 8px;
    overflow: hidden;
}


.catalog__item:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.catalog__item2 {
    color: black;
    display: flex;
    flex-direction: row;
    height: 80px;
    background-color: rgba(231, 255, 211, 1);
    border-radius: 16px;
    justify-content: space-between;
    transition: all .2s ease;
    border-radius: 8px;
    overflow: hidden;
}

.catalog__item2:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.catalog__item_ttl {
    font-family: "Circe-reg";
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    width: 125px;
    padding: 12px 0 28px 24px;
    margin: 0;
    color: rgba(0, 0, 0, 0.86);
}

.catalog__box_img {
    position: relative;
    width: 220px;
    overflow: hidden;
}

.catalog__item_pic {
    margin: 0 auto;
    border-radius: 16px;
    width: 335px;
}

.catalog__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(153, 30, 102, 1);
    margin: 20px 0 28px;
    border-radius: 10px;
    height: 48px;
}

.catalog__btn:hover {
    background-color: rgba(122, 39, 88, 1);
}

.catalog__btn_ttl {
    font-family: "Circe-bold";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 1);
}

.quest {
    padding: 0 20px 0;
    display: flex;
    flex-direction: column;
}

.quest_ttl {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.86);
}

.quest_block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}



.quest_block__ttl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 0;
    font-family: "Circe-bold";
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.86);
}

.quest_text_p {
    font-family: "Circe-reg";
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.86);
    margin: 20px 0;
}

details summary::-webkit-details-marker {
    display: none
}

details>summary {
    list-style: none;
}

details summary::after {
    content: url(./images/Vector2.png);
    margin: 0 0 22px 10px;
    width: 16px;
    height: 8px;
}

details[open] summary::after {
    content: url(./images/Vector.svg);
    width: 16px;
    height: 8px;
}

.info {
    padding: 24px 20px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info__text {
    font-family: "Circe-reg";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

@media (min-width: 640px) {
    .header {
        flex-direction: row;
        width: 640px;
        margin: 28px auto 0;
        overflow: hidden;
        border-radius: 16px;
        background-image: url(./images/tablet.webp);
    }

    .header__box {
        padding: 21px 0 22px 22px;
        justify-content: space-between;
        gap: 90px;
    }

    .header_link {
        width: 110px;
    }

    .header__logo_pay {
        width: 92px;
    }

    .header__img {
        max-width: none;
        width: 260px;
        height: 246px;
        margin: 0;
    }

    .header__logo2 {
        width: 97px;
        padding: 4px 0 4px 18px;
    }

    .payment {
        padding: 24px 0 0;
        justify-content: center;
        margin: 0 auto;
        width: 640px;
    }

    .payment__title {
        margin: 0 auto;
    }

    .payment__subtitle {
        margin: 10px auto 16px;
        font-size: 13px;
        line-height: 14px;
    }

    .payment_box {
        flex-direction: row;
        width: 640px;
        gap: 20px;
        justify-content: center;
    }

    .payment__split,
    .payment__supersplit,
    .payment__yapay {
        width: 200px;
        height: 230px;
        padding: 16px 12px;
        margin-top: 0;
    }

    h1 {
        font-size: 38px;
        letter-spacing: -3px;
        width: 375px;
    }

    h2 {
        font-size: 24px;
        line-height: 26px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .split_img {
        width: 28px;
        height: 28px;
    }

    .split_descr__ttl {
        font-size: 12px;
        line-height: 14px;
    }

    .split_descr__sbtl {
        font-size: 9px;
        line-height: 11px;
    }

    .split_price {
        margin-top: 13px;
    }

    .section2 {
        margin: 0 auto;
        width: 640px;
        padding: 28px 0 0;
    }

    .section2__title,
    .section3__title {
        margin: 0 auto;
    }

    .section__list {
        flex-direction: row-reverse;
        padding: 20px 20px 0 65px;
        gap: 85px;
    }

    .list_step {
        width: 290px;
        margin: 0;
    }

    .list_ttl {
        margin-bottom: 10px;
    }

    .list_step1 {
        gap: 10px
    }

    .step1_img {
        width: 28px;
        height: 28px;
    }

    .step1_descr {
        font-size: 12px;
        line-height: 14px;

    }

    .list_img {
        width: 205px;
        height: 260px;
        margin: 0;
    }

    .section3 {
        padding: 24px 0 0;
        margin: 0 auto;
        width: 640px;
    }

    .section__list2 {
        background-color: rgba(239, 237, 248, 1);
        margin-top: 16px;
        padding: 20px 60px 0 20px;
        flex-direction: row;
        gap: 83px;
    }

    .section3__img {
        width: 175px;
        height: 230px;
        margin: 0;
    }

    .catalog {
        padding: 24px 0 0;
        margin: 0 auto;
    }

    .catalog__title {
        margin: 0 auto;
    }

    .catalog_category {
        margin: 16px auto 0;
    }

    .catalog_list1 {
        flex-direction: row;
        width: 640px;
    }

    .catalog__item {
        width: 205px;
        height: 60px;
        border-radius: 8px;
    }

    .catalog_list2 {
        flex-direction: row;
        width: 640px;
    }

    .catalog__item_pic {
        width: 205px;
    }

    /* .catalog__item_pic {
        transition: all .2s ease;
        border-radius: 8px;
        overflow: hidden;
    }

    .catalog__item_pic:hover {
        transform: scale(1.02);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    } */

    .catalog__item2 {
        width: 151px;
        height: 60px;
        border-radius: 8px;
    }

    .catalog__btn {
        width: 335px;
        margin: 24px auto;
    }

    .quest {
        width: 640px;
        margin: 0 auto;
        padding: 0;
    }

    .info {
        width: 640px;
        margin: 0 auto;
        gap: 12px;
        padding: 24px 0 32px;
        ;
    }

    .quest_text_p {
        margin: 12px 0;
        font-size: 12px;
    }

    .quest_block__ttl {
        margin: 12px 0 0;
    }

    .info__text {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (min-width: 1300px) {
    .header {
        background-image: url(./images/backgro.webp);
        width: 1300px;
        border-radius: 30px;
        margin: 36px auto 0;
        background-image: url(./images/desctop.webp);
    }

    .header__box {
        padding: 45px 0 36px 46px;
    }

    .header_link {
        width: 222px;
        height: 64px;
    }

    .header__logo {
        align-items: center;
    }

    .header__logo_pay {
        width: 186px;
        height: 64px;
    }

    .header__img {
        width: 530px;
        height: 500px;
    }

    .header__logo_kari {
        width: 160px;
        height: 48px;
    }

    .header__logo2 {
        width: 196px;
        padding: 0 0 0 36px;
        height: 48px;
    }

    .payment {
        width: 1300px;
        padding: 80px 0 0;
    }

    h1 {
        width: 760px;
        font-size: 78px;
        letter-spacing: -6px;
    }

    h2 {
        font-size: 52px;
        line-height: 56px;
        letter-spacing: -1.5px;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .payment__subtitle {
        font-size: 26px;
        line-height: 28px;
        margin: 32px auto 40px;
    }

    .payment_box {
        width: 1300px;
    }

    .payment__split,
    .payment__supersplit,
    .payment__yapay {
        width: 420px;
        height: 310px;
        padding: 48px 40px 40px;
        margin-top: 0;
    }

    .split_img {
        width: 40px;
        height: 40px;
    }

    .split_descr__ttl {
        font-size: 19px;
        line-height: 20px;
    }

    .split_descr__sbtl {
        font-size: 14px;
        line-height: 16px;
        margin-top: 2px;
    }

    .split_price {
        margin-top: 24px;
    }

    .section2 {
        width: 1300px;
        padding: 80px 0 0;
    }

    .section__list {
        margin-top: 40px;
        gap: 192px;
        padding: 40px 40px 0 152px;
        border-radius: 24px;
        background: linear-gradient(0deg, var(--Fill-Default-50, #F3F5F7), var(--Fill-Default-50, #F3F5F7)), linear-gradient(0deg, #80809B, #80809B), linear-gradient(0deg, #F3F5F7, #F3F5F7);
    }

    .list_step {
        width: 570px;
        gap: 10px;
    }

    .step1_img {
        width: 40px;
        height: 40px;
    }

    .step1_descr {
        font-size: 18px;
        line-height: 120%;
    }

    .list_ttl {
        margin-bottom: 10px;
    }

    .list_step1 {
        gap: 12px;
    }

    .list_img {
        width: 350px;
        height: 446px;
    }

    .section3 {
        width: 1300px;
        padding: 80px 0 0;
    }

    .section__list2 {
        margin-top: 40px;
        padding: 40px 130px 0 40px;
        gap: 200px;
        border-radius: 24px;
    }

    .catalog__item_pic {
        border-radius: 16px;
        width: 420px;
    }

    .section3__img {
        width: 345px;
        height: 430px;
    }

    .catalog {
        padding: 80px 0 0;
        width: 1300px;
    }

    .catalog_list1,
    .catalog_list2 {
        width: 100%;
    }


    .catalog__item {
        width: 420px;
        height: 120px;
    }

    .catalog__item2 {
        width: 310px;
        height: 120px;
    }

    .catalog_category {
        margin: 40px auto 0;
    }

    .catalog__btn {
        width: 420px;
        height: 68px;
        margin: 80px auto;
    }

    .quest {
        width: 1300px;
    }

    .quest_ttl {
        margin-bottom: 64px;
    }

    .quest_block__ttl {
        margin: 24px 0 0;
    }

    .quest_text_p {
        margin: 24px 0;
        font-size: 18px;
    }

    .info {
        width: 1300px;
        gap: 20px;
        padding: 64px 0 36px;
    }

    .info__text {
        font-size: 14px;
        line-height: 20px;
    }



}