html, body {
    background: #f9efd8;
    color: #a83b77;
}

header {
    background:radial-gradient(#fff0ce, #ffddc5);
}

.head_img_mock{
    width: 80%;
    max-width: 920px;
    margin: auto;
    margin-bottom: -200px;
}
.head_img_fix {
    padding-top: 200px;
}

.head_title {
    display: inline-block;
    font-size: 52px;
    line-height: 68px;
}
.title_bg {
    background: white;
    border-radius: 34px;
    padding: 18px 48px;
    box-shadow: 0 10px 8px rgba(100, 18, 76, 0.35), 0 22px 28px rgba(116, 31, 80, 0.2);
}
.head_subtitle {
    font-size: 42px;
}
.head_desc {
    font-size: 28px;
    color: #c15790;
}

.block_title_wrapper {
    text-align: center;
}
.block_title {
    display: inline-block;
    text-align: center;
    font-size: 38px;
    border: 2px solid white;
    padding: 16px 28px;
    border-radius: 16px;
    box-shadow: 7px 7px rgba(0,0,0,0.3);
}
.bt_darck {
    border: 2px solid #a83b77;
}
.column_title {
    font-size: 28px;
}
.column_list_text li {
    font-size: 18px;
    line-height: 26px;
}
.back_color_purple {
    background: radial-gradient(#a83b77, #8b1454);
}
.splide__arrow {
    background: #f9efd8 !important;
}

.text_container {
    padding: 18px;
    padding-left: 48px;
}
.qr_img_wrapper {
    width: 360px;
    background: #f3e2bc;
    border-radius: 58px;
    overflow: hidden;
    margin: 24px;
    transform: rotateZ(6deg);
    border: 2px solid;
    box-shadow: 12px 12px 0;
}
.qr_img {
    width: 100%;
}
.qr_title {
    color: #c15790;
}
.sale_title {
    color: #c15790;
    font-size: 36px;
    text-align: center;
}
.sale_sub_title {
    text-align: center;
}

.price_container {
    margin: 16px auto;
    text-align: center;
}
.price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-decoration: line-through;
}
.price_now {
    display: inline-block;
    vertical-align: middle;
    font-size: 54px;
    font-weight: 700;
    color: #e91e63;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 15%);
}

.author_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.author_img {
    display: inline-block;
    width: 220px;
    height: 220px;
    margin: 0 24px;
}

.author_text {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}

.cards_in_form_img {
    width: 90%;
    margin: auto;
}

.order_sbm_hidden {
    display: none;
}

/* header navigation */
.head_nav {
    padding: 1px;
}
.head_logo_wrapper {
    width: 100px;
    margin: 12px;
}

/* footer css */
footer{
    background:#770d45;
    height: auto;
    padding: 18px 0;
    font-size: 13px;
}
footer ul, footer li {
    display: block;
    margin: 0;
    padding: 0;
}
.footer_content{
    width: 96%;
    color: #cc7ba6;
    padding: 18px 0;
    max-width: 1280px;
    margin: auto;
    padding: 0 48px;
}
.footer_inline_container{
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid rgba(255,255,255,0.3);
    margin-right: 24px;
    padding: 4px 0 4px 8px;
}
.f_text_line {
    margin-bottom: 8px;
}
.f_link {
    color: #f9efd8;
}

.order_info_container {
    width: 90%;
    max-width: 420px;
    margin: auto;
    text-align: left;
}

.line_desc {
    color: #cc7ba6;
    font-size: 14px;
}
.line_info {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}
.line_info_regular {
    font-weight: normal;
}


.city_name_container {
    position: relative;
    width: 100%;
    max-width: 410px;
}
.np_city_list {
    display: none;
    position: absolute;
    width: 100%;
    padding: 6px;
    background: #fdf3db;
    border-radius: 8px;
    color: #770d45;
    z-index: 999;
}
.np_city_list::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin: -12px auto 0;
    transform: rotateZ(45deg);
    background: #fdf3db;
}
.np_city_name {
    display: block;
    color: inherit;
    background: white;
    padding: 8px;
    border-radius: 6px;
    margin: 6px 0;
    cursor: pointer;
}
.payment_logos {
    width: 140px;
    margin: 8px 26px;
}

.fdb_img {
    width: 282px;
    height: auto;
    margin: auto;
    padding: 0 8px;
}
#sl_fdb .splide__pagination {
    bottom : -22px !important;
}
#sl_fdb .splide__arrow {
    background: #f1b1d3 !important;
    /* #4ea6e4 !important; */
}
#sl_fdb .splide__pagination__page {
    background: #fff !important;
}
#sl_fdb .splide__pagination .is-active {
    background: #f1b1d3 !important;
    /* background: #b8e1ff !important; */
}

#sl_t {
    display: none;
}

@media (max-width: 1024px) {
    .qr_img_wrapper {
        width: 280px;
    }
    .fdb_img {
        width: 224px;
    }
}

@media (max-width: 768px) {
    .city_name_container {
        max-width: none;
    }
    .grid_container {
        flex-direction: column;
        align-items: center;
    }
    .grid_elem_four {
        width: 80%;
    }
    .grid_elem_six {
        width: 80%;
    }
    .qr_img_wrapper {
        width: 220px;
        margin: auto;
    }
    .author_container {
        flex-direction: column;
    }
    .author_img {
        margin-bottom: 16px;
    }
    #sl_t {display: block;}
    #sl_d {display: none;}
}

@media (max-width: 560px) {
    .grid_elem_four {
        width: 96%;
    }
    .grid_elem_six {
        width: 96%;
    }
}

@media (max-width: 425px) {
    .head_subtitle {
        font-size: 32px;
    }
    .head_title {
        line-height: 50px;
        font-size: 40px;
    }
    .head_desc {
        font-size: 22px;
    }
    .head_container {
        padding: 0 16px;
    }
    .head_img_mock {
        width: 100%;
    }
    .grid_elem_four {
        width: 100%;
    }
    .grid_elem_six {
        width: 100%;
    }
    .author_text {
        padding: 0 16px;
    }
    .sale_sub_title {
        padding: 0 24px;
    }
}