/* header { display: none !important; } .h1 { display: none !important; } .fix_btn_academy  { display: none; } .fix_btn_chat  { display: none; } .fix_btn_phone  { display: none; } */

body {
    background: #FAFAFA;
}

/* s1 */
.isset {
    margin: 0 auto;
    max-width: 1120px;
}

.s1 {
    width: 100%;
    background: #FEF0EC;
    padding: 165px 0 50px 0;
}

.s1_isset {
    padding: 0 16px;
    max-width: 1152px;
    margin: 0 auto;
}

.s1_isset_text {
    /* padding: 0 16px; */
}

.s1_zg {
    font-size: 56px;
    color: #332B2B;
    font-weight: 700;
    display: block;
    max-width: 895px;
    /* border: 1px solid red; */
}

.s1_p {
    font-size: 20px;
    line-height: 32px;
    color: #332B2B;
    display: block;
    margin: 32px 0 0 0;
}

.s1_isset_btns {
    width: 100%;
    margin: 24px 0 0 0;
}

.s1_isset_btns>* {
    font-size: 16px;
    padding: 14px 34px;
    border-radius: 64px;
    border: 1px solid #F47C44;
}

.s1_isset_btns>*:first-child {
    margin: 0 24px 0 0;
}

.s1_isset_btns>*>svg {
    margin: 0 0 0 16px;
}

.s1_isset_btns_b1 {
    background: #F47C44;
    color: #FFFFFF;
}

.s1_isset_btns_b1:hover {
    background: transparent;
    color: #F47C44;
}

.s1_isset_btns_b2 {
    background: transparent;
    color: #F47C44;
}

.s1_isset_btns_b2:hover {
    background: #F47C44;
    color: #FFFFFF;
}

@media screen and (max-width: 1260px) {
    .s1 {
        padding: 90px 0 40px 0;
    }
}

@media screen and (max-width: 700px) {
    .s1_zg {
        font-size: 32px;
        line-height: 40px;
    }

    .s1_p {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0 0 0;
    }

    .s1_isset {
        padding: 0 0px;
    }

    .s1_isset_text {
        padding: 0 16px;
    }

    /* dsads */
    .s1_isset_btns {
        padding: 0 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s1_isset_btns>*:first-child {
        margin: 0 0px 0 0;
    }
}

@media screen and (max-width: 500px) {
    .s1_isset_btns>* {
        width: 100%;
    }

    .s1_isset_btns_b1 {
        justify-content: space-between;
    }

    .s1_isset_btns>*:first-child {
        margin: 0 0px 16px 0;
    }
}

/* s1 */


/* s2 */
.s2 {
    max-width: 1120px !important;
    margin: 0 auto !important;
    margin-top: 48px !important;
    margin-bottom: 32px !important;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
    padding: 0 48px !important;
}

.s2_btn {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    padding: 24px 0;
    border-bottom: 2px solid transparent;
    margin: 0 48px 0 0;
    flex-shrink: 0;
}

.s2_btn:hover {
    border-bottom: 2px solid #F47C44;
    color: #332B2B;
}

.s2_btn:last-child {
    margin: 0;
}

.s2_btn_active {
    border-bottom: 2px solid #F47C44;
    color: #332B2B;
}

@media screen and (max-width: 1130px) {
    .s2 {
        max-width: none;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 24px;
        padding: 0 16px;
        border-radius: 0;
    }
}

@media screen and (max-width: 700px) {
    .s2_btn {
        font-size: 20px;
        margin: 0 24px 0 0;
    }
}

/* s2 */


main {
    padding: 0 0 48px 0;
}

/* s3 */
.s3 {
    max-width: 1152px;
    padding: 0 16px;
    margin: 0 auto;
    /* border: 1px solid red; */
}

.s3B1 {
    width: 736px;
}

.s3B1>* {
    margin: 0 0 32px 0;
    width: 100%;
}

.s3B1>*:last-child {
    margin: 0 0 0 0;
}

.s3B1_zgSt {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #332B2B;
}


.s3B1_text {
    padding: 56px 48px 32px 48px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
}

.s3B1_text>.s3B1_zgSt {
    margin: 0 0 16px 0;
}

.s3B1_text_p {
    font-size: 16px;
    line-height: 24px;
    color: #332B2B;
}

.s3B1_text_block {
    width: 100%;
    margin: 16px 0 0 0;
    display: none;
}

.s3B1_text_block>* {
    margin: 0 0 16px 0;
}

.s3B1_text_h3 {
    font-weight: 600;
    font-size: 20px;
    color: #332B2B;
}

.s3B1_text_block>.s3B1_text_h3 {
    margin: 0 0 8px 0 !important;
}


.s3B1_text_btnBlock {
    margin: 24px 0 0 0;
}

.s3B1_text_btn {
    border: 1px solid #F47C44;
    border-radius: 64px;
    padding: 8px 24px;
    font-size: 14px;
}

.s3B1_text_btn:hover {
    background: #F47C44;
}

.s3B1_text_btn>span {
    color: #F47C44;
}

.s3B1_text_btn:hover span {
    color: white;
}

.s3B1_text_btn_svg {
    margin: 0 0 0 10px;
}

.s3B1_text_btn_svg_active {
    transform: rotate(180deg);
}

.s3B1_text_btn:hover .s3B1_text_btn_svg>path {
    stroke: white;
}

/* s3B1_B1 */
.s3B1_B1 {
    padding: 56px 48px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
}

.s3B1_B1_block {}

.s3B1_B1_block_li {
    font-size: 14px;
    padding: 12px 0;
    color: #F47C44;
    border-bottom: 1px solid #EBEBEB;
    margin: 35px 0 0 0;
}

.s3B1_B1_block_li:last-child {
    border-bottom: none;
}

.s3B1_B1_block_li>* {
    color: #F47C44;
}

/* s3B1_B1 */


/* s3B1_B2 */
.s3B1_B2 {
    padding: 56px 48px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
}

.s3B1_B2>img {
    width: 100%;
    margin: 32px 0 24px 0;
}

/* s3B1_B2 */



/* s3B1_B3 */
.s3B1_B3 {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
    padding: 56px 48px;
}

.s3B1_B3_block {
    margin: 32px 0 0 0;
}

.s3B1_B3_block>img {
    flex-shrink: 0;
    width: 120px;
    margin: 0 32px 0 0;
}

.s3B1_B3_block_text {}

.s3B1_B3_block_text_zg {
    font-size: 20px;
    color: #332B2B;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.s3B1_B3_block_text_p {
    font-size: 14px;
    line-height: 20px;
    color: #332B2B;

}

/* s3B1_B3 */





/* s3B2 */
.s3B2 {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(53, 53, 53, 0.08);
    width: 352px;
    border-radius: 8px;
}

.s3B2_li {
    padding: 16px 16px 16px 26px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.s3B2_li:last-child {
    border-bottom: none;
}

.s3B2_li_btn {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.s3B2_li:hover .s3B2_li_btn {
    color: #F47C44;
}

.s3B2_li_circle {
    content: "";
    width: 4px;
    height: 4px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    display: inline-block;
    border-radius: 50%;
    margin: 0 16px 0 0;
}

.s3B2_li:hover .s3B2_li_circle {
    border: 2px solid #F47C44;
}

.s3B2_li_circle_active {
    border: 2px solid #F47C44;
}

.s3B2_li_btn::after {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 5;
}

.s3B2_li_btn_active {
    color: #F47C44;
}

/* s3B2 */






@media screen and (max-width: 1160px) {
    .s3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .s3B1 {
        width: 100%;
        order: 2;
    }

    .s3B2 {
        order: 1;
        width: 100%;
        margin: 0 0 24px 0;
    }

}

@media screen and (max-width: 900px) {
    .s3B2_li {
        padding: 16px;
    }

    .s3B1>* {
        margin: 0 0 24px 0;
    }

    .s3B1_zgSt {
        font-size: 20px;
        line-height: 24px;
    }

    .s3B1_text {
        padding: 24px 16px;
    }

    .s3B1_text_h3 {
        font-weight: 600;
        font-size: 18px;
        color: #332B2B;
    }

    .s3B1_B1 {
        padding: 24px 16px;
    }

    .s3B1_B1_block_li {
        margin: 24px 0 0 0;
    }

    .s3B1_B2 {
        padding: 24px 16px;
    }

    .s3B1_B2>img {
        margin: 24px 0 16px 0;
    }

    .s3B1_B3 {
        padding: 24px 16px;
    }

    .s3B1_B3_block_text_zg {
        font-size: 18px;
    }


}

@media screen and (max-width: 500px) {
    .s3B1_B3_block {
        margin: 24px 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .s3B1_B3_block>img {
        margin: 0 0 16px 0;
    }

    .s3B1_B3_block_text {
        width: 100%;
    }
}









/* stFill */
.stFill {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 16px;
}

.stFillB1 {
    width: 832px;
    /* border: 1px solid red; */
}

.stFillB2 {
    width: 256px;
    /* border: 1px solid blue; */
}

@media screen and (max-width: 1160px) {
    .stFill {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stFillB1 {
        width: 100%;
        order: 2;
    }

    .stFillB2 {
        width: 100%;
        margin: 0 0 24px 0;
        order: 1;
    }
}

/* stFill */




/* stFillB1_block */
.stFillB1_block {
    margin: 0 0 32px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
    position: relative;
}

.stFillB1_block_sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #4BB89A;
    border-radius: 0px 16px;
    font-size: 16px;
    padding: 12px 36px;
    color: #FFFFFF;
}

.stFillB1_block1 {
    width: 100%;
    padding: 24px 48px 0 48px;
}

.stFillB1_block1Data {
    text-align: center;
    width: 90px;
    margin: 0 24px 0 0;
}

.stFillB1_block1Data>* {
    display: block;
}

.stFillB1_block1Data>*:first-child {
    font-size: 68px;
    font-weight: 700;
    color: #353535;
}

.stFillB1_block1Data>*:last-child {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.stFillB1_block1Con {}

.stFillB1_block1Con_citi {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.stFillB1_block1Con_zg {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #332B2B;
    margin: 8px 0 23px 0;
}

.stFillB1_block1ConB {}

.stFillB1_block1ConB_text {}

.stFillB1_block1ConB_text>* {
    margin: 0 40px 0 0;
}

.stFillB1_block1ConB_text>*:last-child {
    margin: 0 0 0 0;
}

.stFillB1_block1ConB_text_block {
    text-align: left;
}

.stFillB1_block1ConB_text_block>* {
    display: block;
}

.stFillB1_block1ConB_text_block_s1 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.stFillB1_block1ConB_text_block_s1_dis {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: line-through;
    margin: 3px 0 0 0;
}

.stFillB1_block1ConB_text_block_s2 {
    font-weight: 600;
    font-size: 16px;
    color: #332B2B;
    margin: 3px 0 0 0;
}

.stFillB1_block1ConB_btns {}

.stFillB1_block1ConB_btns>*>* {
    margin: 0 24px 0 0;
    font-size: 14px;
    border: 1px solid #F47C44;
    padding: 9px 22px;
    border-radius: 64px;
}

.stFillB1_block1ConB_btns>*:last-child {
    margin: 0;
}

.stFillB1_block1ConB_btn1 {
    background: #F47C44;
    color: #FFFFFF;
}

.stFillB1_block1ConB_btn1:hover {
    background: transparent;
    color: #F47C44;
}

.stFillB1_block1ConB_btn2 {
    color: #F47C44;
}

.stFillB1_block1ConB_btn2:hover {
    background: #F47C44;
    color: #FFFFFF;
}

.stFillB1_block1ConB_btn2:hover svg>path {
    fill: white;
}

.stFillB1_block1ConB_btn2>svg {
    margin: 0 0 0 6px;
}

.stFillB1_block_inf {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 48px 16px 48px;
    margin: 20px 0 0 0;
}

.stFillB1_block_inf>* {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.stFillB1_block_inf_SP {
    width: 1px;
    height: 20px;
    background: #EBEBEB;
}

.stFillB1_blockDATA {
    width: 100%;
}

.stFillB1_blockDATA_zg {
    padding: 16px 0;
}

.stFillB1_blockDATA_zg_sp {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 600;
}

.stFillB1_blockDATA_BS {
    padding: 0 48px;
}

.stFillB1_blockDATA_B {
    padding: 14px 0;
    border-bottom: 1px solid #EBEBEB;
}

.stFillB1_blockDATA_B>* {
    width: 50%;
}

.stFillB1_blockDATA_B_data {
    /* border: 1px solid yellow; */
    font-size: 14px;
    color: #332B2B;
    border-right: 1px solid #EBEBEB;
    padding: 0 15px 0 0;
}

.stFillB1_blockDATA_B_citi {
    /* border: 1px solid blueviolet; */
    font-size: 14px;
    color: #332B2B;
    padding: 0 0 0 15px;
}

.stFillB1_blockDATA_B_bron {}

.stFillB1_blockDATA_B_bron>* {
    font-size: 14px;
    color: #F47C44;
}

.stFillB1_blockDATA_B_zapros {}

.stFillB1_blockDATA_B_zapros>* {
    font-size: 14px;
    color: #666666;
    text-decoration: underline;
}

.stFillB1_blockDATA_BS_more {
    display: none;
}

.stFillB1_blockDATA_last {
    width: 100%;
    padding: 14px 16px;
}

.stFillB1_blockDATA_last_btn {
    font-size: 14px;
    color: #F47C44;
}

.stFillB1_block>*:last-child {
    border-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
    .stFillB1_block {
        border-top: 12px solid #BF76F9;
        margin: 0 0 24px 0;
    }

    .stFillB1_block_sale {
        padding: 8px 16px;
        font-size: 14px;
        top: -12px;
    }

    .stFillB1_block1 {
        padding: 12px 16px 0 16px;
    }

    .stFillB1_block_inf {
        padding: 16px 16px 16px 16px;
    }

    .stFillB1_blockDATA_BS {
        padding: 0 16px;
    }
}

.stFillB1_blockDATA_zg_button {
    display: none;
}

.stFillB1_blockDATA_B_btn {
    display: none;
}

@media screen and (max-width: 800px) {
    .stFillB1_block1 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stFillB1_block1Data {
        margin: 0 0 16px 0;
    }

    .stFillB1_block1Con_zg {
        font-size: 20px;
        line-height: 24px;
        margin: 8px 0 23px 0;
    }

    .stFillB1_block1ConB {
        flex-wrap: wrap;
    }

    .stFillB1_block1ConB_text {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .stFillB1_block1ConB_text>* {
        margin: 0 30px 0 0;
    }

    .stFillB1_block_inf {
        padding: 16px 16px 16px 16px;
        margin: 24px 0 0 0;
        flex-wrap: wrap;
    }

    .stFillB1_block_inf>* {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .stFillB1_block_inf>*:last-child {
        margin: 0;
    }

    .stFillB1_block_inf_SP {
        display: none;
    }

    /* сто */
    .stFillB1_blockDATA_zg_button {
        display: flex;
        padding: 5px;
        transform: rotate(0deg);
    }

    .stFillB1_blockDATA_zg_button_active {
        transform: rotate(-180deg);
    }

    .stFillB1_blockDATA_zg {
        justify-content: space-between;
        padding: 8px 16px;
    }

    .stFillB1_blockDATA_zg_sp {
        font-size: 16px;
        line-height: 24px;
        color: #332B2B;
    }

    .stFillB1_blockDATA_BS {
        padding: 0 16px;
        display: none;
    }

    .stFillB1_blockDATA_last {
        display: none;
    }

    .stFillB1_blockDATA_last_btn {
        margin: 0 auto;
    }

    .stFillB1_blockDATA_B {
        flex-wrap: wrap;
        position: relative;
    }

    .stFillB1_blockDATA_B_btn {
        display: flex;
        position: absolute;
        right: 0;
        top: 12px;
        width: auto !important;
        padding: 5px;
    }

    .stFillB1_blockDATA_B_btn_active {
        transform: rotate(90deg);
    }

    .stFillB1_blockDATA_B>* {
        width: 100%;
    }

    .stFillB1_blockDATA_B>*:last-child {
        margin: 16px 0 0 0;
    }

    .stFillB1_blockDATA_B_DIV2 {
        justify-content: space-between;
        flex-wrap: wrap;
        display: none;
    }

    .stFillB1_blockDATA_B_DIV2>* {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .stFillB1_blockDATA_B_zapros {
        margin: 8px 0 0 0;
    }
}

@media screen and (max-width: 500px) {
    .stFillB1_block1ConB_btns {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .stFillB1_block1ConB_btns>* {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .stFillB1_block1ConB_btns>*>* {
        margin: 0 0px 0 0;
        font-size: 14px;
        border: 1px solid #F47C44;
        padding: 9px 22px;
        border-radius: 64px;
    }

    .stFillB1_block1ConB_btns>*:last-child {
        margin: 0;
    }

    .stFillB1_block1ConB_btn1 {
        width: 100%;
        padding: 12px 16px;
    }

    .stFillB1_block1ConB_btn2 {
        margin: 16px 0 0 0;
        border: transparent;
        width: 100%;
        padding: 12px 16px;
    }
}

/* stFillB1_block */
/* Пагинация */
.s2_b1_pag {
    background: transparent !important;
    box-shadow: none;
}

.s2_b1_pag1 {}

.s2_b1_pag1>* {
    margin: 0 7px 0 0;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 16px;
}

.s2_b1_pag1>*:first-child {
    margin: 0 16px 0 0 !important;
}

.s2_b1_pag1>*:last-child {
    margin: 0 0 0 16px !important;
}

.s2_b1_pag1>span {
    background: #F47C44;
    color: #FFFFFF;
}

.s2_b1_pag_s {
    color: #F47C44;
}

.s2_b1_pag_s:hover {
    color: white;
    background: #F47C44;
}

.s2_b1_pag1_arr {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 50%;
}

.s2_b1_pag1_arr:hover {
    background: #F47C44;
}

.s2_b1_pag1_arr:hover svg>path {
    stroke: white;
}

.s2_b1_pag2>* {
    margin: 0 7px 0 0;
    box-sizing: border-box;
}

.s2_b1_pag2_text {
    font-size: 14px;
    flex-shrink: 0;
    display: block;
    color: #353535;
}

.s2_b1_pag2>span {
    border-radius: 50%;
    font-size: 16px;
    background: #F47C44;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.s2_b1_pag2>a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.s2_b1_pag2>a {
    color: #F47C44;
}

.s2_b1_pag2>a:hover {
    color: white;
    background: #F47C44;
}

.s2_b1_pag2>a:last-child {
    width: auto;
    height: auto;
    padding: 5px 10px;
    border-radius: 5px;
}

@media screen and (max-width: 660px) {
    .s2_b1_pag {
        flex-wrap: wrap;
        justify-content: center;
    }

    .s2_b1_pag>* {
        width: 100%;
        justify-content: center;
    }

    .s2_b1_pag2 {
        margin: 16px 0 0 0;
    }
}

@media screen and (max-width: 340px) {
    .s2_b1_pag1>* {
        margin: 0 4px 0 0;
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

    .s2_b1_pag1>*:first-child {
        margin: 0 10px 0 0 !important;
    }

    .s2_b1_pag1>*:last-child {
        margin: 0 0 0 10px !important;
    }

    .s2_b1_pag2>* {
        margin: 0 4px 0 0;
    }

    .s2_b1_pag2_text {
        font-size: 12px;
    }

    .s2_b1_pag2>span {
        font-size: 14px;
        width: 26px;
        height: 26px;
    }

    .s2_b1_pag2>a {
        width: 26px;
        height: 26px;
    }
}

/* Пагинация */
/* stFillB2FIL */
.stFillB2FIL_zg_btn {
    display: none;
}

.stFillB2FIL {
    width: 100%;
}

.stFillB2FIL_zg {
    margin: 0 0 8px 0;
}

.stFillB2FIL_h3 {
    font-weight: 700;
    font-size: 24px;
    color: #332B2B;
}

.stFillB2FIL_form {
    width: 100%;
}

.stFillB2FIL_form>* {
    margin: 0 0 0 0 !important;
}

.stFillB2FIL_INS {
    width: 100%;
    margin: 0 0 24px 0 !important;
}

.stFillB2FIL_INS>* {
    width: 100%;
    margin: 0 0 16px 0;
    position: relative;
}

.stFillB2FIL_INS>*:last-child {
    margin: 0;
}

.stFillB2FIL_INS_input {
    padding: 0 35px 0 16px;
    background: #FFFFFF;
    width: 100%;
    height: 32px;
    border: 1px solid #B3B3B3;
    border-radius: 52px;
    font-size: 14px;
}

.stFillB2FIL_INS_icon {
    z-index: 5;
    position: absolute;
    right: 16px;
    padding: 3px;
}

.stFillB2FIL_block {
    width: 100%;
    margin: 0 0 12px 0;
}

.stFillB2FIL_block_zg {
    margin: 0 0 12px 0;
}

.stFillB2FIL_block_zg_s {
    font-size: 16px;
    color: #332B2B;
    font-weight: 600;
}

.stFillB2FIL_block_zg_block {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.stFillB2FIL_block_zg_block>* {
    display: block;
    background: #F47C44;
    position: absolute;
    border-radius: 10px;
}

.stFillB2FIL_block_zg_block_s1 {
    width: 2px;
    height: 16px;
}

.stFillB2FIL_block_zg_block_s2 {
    width: 2px;
    height: 16px;
    transform: rotate(90deg);
}

.stFillB2FIL_block>*:last-child {
    margin: 0 0 0 0 !important;
}

.stFillB2FIL_block_mini {
    margin: 0 0 16px 0;
}

.stFillB2FIL_block_check {
    border: 2px solid #F47C44;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.stFillB2FIL_block_check_active {
    background: #F47C44;
}

.stFillB2FIL_block_check_svg {
    position: absolute;
    z-index: 2;
}

.stFillB2FIL_block_check_input {
    display: none;
}

.stFillB2FIL_block_isset {
    display: none;
}

@media screen and (max-width: 700px) {
    .stFillB2FIL_zg {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .stFillB2FIL_zg_btn {
        display: flex;
        padding: 5px;
    }

    .stFillB2FIL_zg_btn_active {
        transform: rotate(180deg);
    }

    .stFillB2FIL_form {
        display: none;
    }

    .stFillB1 {
        z-index: 10;
    }
}

/* stFillB2FIL */








/* stQuestion */
.stQuestion {
    width: 100%;
    padding: 0 16px 48px 16px;
    margin: 48px 0 0 0;
}

.stQuestion_block {
    background: #FF8952;
    border-radius: 16px;
    width: 1120px;
    box-shadow: 0px 4px 32px rgba(19, 19, 19, 0.2);
    margin: 0 auto;
    padding: 40px 48px 48px 48px;
}

.stQuestion_block1 {
    width: 344px;
}

.stQuestion_block1_zg {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 600;
}

.stQuestion_block1_p {
    margin: 16px 0 0 0;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.stQuestion_block2 {
    width: 640px;
    /* border: 1px solid red; */
}

.stQuestion_block2>* {
    margin: 0 0 24px 0;
}

.stQuestion_block2>*:last-child {
    margin: 0;
}

.stQuestion_block2_bs {
    width: 100%;
}

.stQuestion_block2_inp {
    border-radius: 8px;
    padding: 0px 16px;
    background: #FF9B6C;
    height: 48px;
    color: white;
}

.stQuestion_block2_inp1 {
    width: 192px;
}

.stQuestion_block2_inp2 {
    width: 304px;
}

.stQuestion_block2_textarea {
    width: 100%;
    resize: none;
    border-radius: 8px;
    padding: 14px 16px;
    background: #FF9B6C;
    height: 48px;
    color: white;
}

.stQuestion_block2_textarea_active {
    overflow: auto;
    height: 180px;
}

.stQuestion_block2_inp::-webkit-input-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_inp::-moz-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_inp:-moz-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_inp:-ms-input-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_textarea::-moz-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_textarea:-moz-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_textarea:-ms-input-placeholder {
    color: #FFFFFF;
}

.stQuestion_block2_last_1_check {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid white;
}

.stQuestion_block2_last_1_check_active {}

.stQuestion_block2_last_1_check_svg {
    position: absolute;
}

.stQuestion_block2_last_1_check_input {
    display: none;
}

.stQuestion_block2_last_1_p {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0 0 0 14px;
    display: block;
}

.stQuestion_block2_last_1_p>a {
    color: #FFFFFF;
    display: block;
    text-decoration: underline;
}

.stQuestion_block2_last_btn {
    background: #FFFFFF;
    border-radius: 64px;
    border: 1px solid #FFFFFF;
    padding: 12px 30px;
    font-size: 16px;
    color: #F47C44;
}

.stQuestion_block2_last_btn:hover {
    background: transparent;
    color: white;
}

@media screen and (max-width: 1180px) {
    .stQuestion_block {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .stQuestion_block1 {
        width: 100%;
    }

    .stQuestion_block2 {
        margin: 24px 0 0 0;
    }
}

@media screen and (max-width: 800px) {
    .stQuestion {
        padding: 0 0px 0px 0px;
    }

    .stQuestion_block {
        border-radius: 0px;
    }

    .stQuestion_block2 {
        width: 100%;
    }

    .stQuestion_block2>* {
        margin: 0;
    }

    .stQuestion_block2_bs {
        flex-wrap: wrap;
    }

    .stQuestion_block2_inp1 {
        width: 100%;
    }

    .stQuestion_block2_inp2 {
        width: 100%;
    }

    .stQuestion_block2_inp {
        margin: 0 0 14px 0;
    }

    .stQuestion_block2_last {
        margin: 21px 0 0 0 !important;
    }
}

@media screen and (max-width: 650px) {
    .stQuestion_block1_zg {
        font-size: 24px;
    }

    .stQuestion_block1_p {
        font-size: 14px;
        margin: 8px 0 0 0;
    }

    .stQuestion_block2_last {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stQuestion_block2_last_1 {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .stQuestion_block2_last_btn {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .stQuestion_block {
        padding: 40px 16px 48px 16px;
    }
}

/* stQuestion */



.stFillB1Modile_btn {
    display: none;
}

@media screen and (max-width: 900px) {
    .stFillB1Modile_btn {
        display: flex;
        margin: 0 0 24px 0;
    }

    .stFillB1Modile_btn_b {
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
        border-radius: 64px;
        padding: 12px 37px;
        font-size: 16px;
        color: #F47C44;
    }

    .stFillB1Modile_btn_b>svg {
        margin: 0 6px 0 0;
    }

    .stFillB1Modile_btn_b:hover {
        color: white;
        background: #F47C44;
    }

    .stFillB1Modile_btn_b:hover svg>rect {
        fill: white;
    }


}