/* s1 */
.isset {
    margin: 0 auto;
    max-width: 1120px;
}

.s1 {
    width: 100%;
    background: #FEF0EC;
    padding: 65px 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_p_dop_title {
    font-size: 20px;
    line-height: 32px;
    color: #332B2B;
    display: block;
}

.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 */
.s2Isset {
    background: white;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    margin-bottom: 32px;
}

.s2 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px;
    overflow: auto;
    background: transparent;
}

.s2_btn {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    padding: 48px 0 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;
    text-decoration: none;
}

.s2_btn:last-child {
    margin: 0;
}

.s2_btn_active {
    border-bottom: 2px solid #F47C44;
    color: #332B2B;
}

@media screen and (max-width: 1130px) {
    .s2Isset {
        margin-bottom: 24px;
    }

    .s2 {
        max-width: none;
        width: 100%;
        padding: 0 16px;
        border-radius: 0;
    }
}

@media screen and (max-width: 700px) {
    .s2_btn {
        font-size: 20px;
        margin: 0 24px 0 0;
    }
}

/* s2 */


/* stQuestion */
.stQuestion {
    width: 100%;
    padding: 0 16px 48px 16px;
}

.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 */





/* stFill */
.stFill {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 0;
    z-index: 30;
}

.stFillB1 {
    width: 832px;
    /* border: 1px solid red; */
}

.stFillB2 {
    width: 256px;
    /* padding: 0 16px; */
}

@media screen and (max-width: 1160px) {
    .s2_b1_pag {
        display: none;
    }

    .stFill {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stFillB1 {
        width: 100%;
        order: 2;
    }

    .stFillB2 {
        width: 100%;
        margin: 0 0 24px 0;
        padding: 0 16px;
        order: 1;
    }
}

.stFillB2FIL_zgClear {
    font-size: 16px;
    color: #F47C44;
}

/* stFill */



/* 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 !important;
    background: #FFFFFF;
    width: 100% !important;
    height: 32px !important;
    border: 1px solid #B3B3B3 !important;
    border-radius: 52px !important;
    font-size: 14px !important;
}

.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;
    min-width: 16px;
    height: 16px;
    border-radius: 4px;
    margin: 0 12px 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_zg.bsbb.df.aic.jcsb.stFillB2FIL_zg_btn_active .stFillB2FIL_zg_btn {
        transform: rotate(180deg);
    }

    .stFillB2FIL_form {
        display: none;
    }

    .stFillB1 {
        z-index: 10;
    }
}

/* stFillB2FIL */


/* Первый блок */
.stFillB1B_F_zg {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #332B2B;
}

.stFillB1B_F_p {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #332B2B;
    margin: 8px 0 0 0;
}

.stFillB1B {
    padding: 24px 48px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
    position: relative;
}

.stFillB1B_F_btns {
    margin: 24px 0 0 0;
}

.stFillB1B_F_btns>* {
    font-size: 14px;
    color: #F47C44;
    padding: 8px 16px;
    border: 1px solid #F47C44;
    border-radius: 64px;
}

.stFillB1B_F_btns>*:hover {
    background: #F47C44;
    color: white;
}

.stFillB1B_F_btns>*:last-child {
    margin: 0 0 0 24px;
}

@media screen and (max-width: 700px) {
    .stFillB1B_F_btns {
        justify-content: space-between;
    }

    .stFillB1B {
        padding: 24px 16px;
    }

    .stFillB1B_F_zg {
        font-size: 20px;
        line-height: 24px;
    }

    .stFillB1B_F_p {
        margin: 24px 0 0 0;
    }

    .stFillB1B_F_btns {
        margin: 16px 0 0 0;
    }

    .stFillB1B_F_btns>*:last-child {
        margin: 0 0 0 0px;
    }
}

/* Первый блок */



/* Пагинация */
.s2_b1_pag {
    background: transparent !important;
    box-shadow: none;
    width: 100%;
    padding: 0 16px;
    margin: 8px 0 0 0;
}

.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 {
        margin: 0px 0 0 0;
    }

    .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;
    }
}

/* Пагинация */







.si4 {
    margin: 16px 0 16px 0;
}

@media screen and (max-width: 1160px) {
    .si4 {
        margin: 24px 0 0px 0 !important;
    }
}

/* si4 */
.si4_text {
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 16px
}

.si4_text_zg {
    font-size: 32px;
    line-height: 40px;
    color: #332B2B
}

.si4_text_a {
    font-size: 16px;
    line-height: 23px;
    color: #666666;
}

.si4_text_a>svg {
    margin: 0 0 0 13px
}

.si4_text_a>svg>path {
    fill: #666666;
}

.si4_blocks {
    max-width: 1120px;
    margin: 0 auto
}

.si4_blocks_block {
    background: #FFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 16px;
    min-height: 450px;
    width: 544px;
    border-radius: 16px;
    margin: 16px 0
}

.si4_blocks_block_big {
    width: 100%;
    min-height: auto
}


#shedule_courses .stFillB1_blockDATA_B_zapros {
    text-align: right;
}

.si4_blocks_isset_blue {
    border-top: 12px solid #83DBE7;
    border-radius: 16px
}

.si4_blocks_isset_pink {
    border-top: 12px solid #EFCEE8;
    border-radius: 16px
}

.si4_blocks_isset_pink2 {
    border-top: 12px solid #FEC1FB;
    border-radius: 16px
}

.si4_blocks_isset_green {
    border-top: 12px solid #B1E7B6;
    border-radius: 16px
}

.si4_blocks_isset_red {
    border-top: 12px solid #D76868;
    border-radius: 16px
}

.si4_blocks_isset {
    padding: 54px 49px 32px;
    width: 100%;
    height: 100%;
    position: relative;
}

.si4_blocks_isset_b1 {
    width: 100%
}

.si4_blocks_isset_b1>span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #332B2B
}

.si4_blocks_isset_b1_blocks {
    position: relative
}

.si4_blocks_isset_b1_blocks>div {
    width: 32px;
    height: 32px;
    background: #FFF;
    border: 2px solid #FDE4D8;
    border-radius: 40px;
    position: relative
}

.si4_blocks_isset_b1_blocks>div:nth-child(1) {
    z-index: 6;
    right: -17px
}

.si4_blocks_isset_b1_blocks>div:nth-child(2) {
    z-index: 5;
    right: -11px
}

.si4_blocks_isset_b1_blocks>div:nth-child(3) {
    z-index: 4;
    right: -5px
}

.si4_blocks_isset_b1_blocks>div:nth-child(4) {
    z-index: 3
}

.si4_blocks_isset_b2 {
    padding: 16px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    margin: 32px 0 24px
}

.si4_blocks_isset_b2_zg {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #332B2B;
    margin: 0 0 15px;
    display: block;
    height: 125px
}

.si4_blocks_block_big>.si4_blocks_isset>.si4_blocks_isset_b2>.si4_blocks_isset_b2_zg {
    height: auto
}

.si4_blocks_isset_b2_blocks>div {
    margin: 0 22px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

.si4_blocks_isset_b2_blocks>div:last-child {
    margin: 0;
    word-break: break-all;
}

.si4_blocks_isset_b2_blocks>div>img {
    margin: 0 8px 0 0
}

.si4_blocks_isset_b3 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.si4_blocks_isset_b3_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.si4_blocks_isset_b3_block_s1 {
    display: block;
    font-size: 16px !important;
    color: #332B2B !important;
    text-decoration: line-through;
}

.si4_blocks_isset_b3_block>div {
    font-size: 24px;
    line-height: 29px;
    color: #332B2B;
    margin: 0 48px 0 0
}

.si4_blocks_isset_b3_block>div:last-child {
    margin: 0
}

.si4_blocks_isset_b3_block>div>span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: rgba(0, 0, 0, 0.4)
}

.si4_blocks_isset_b3_btns>* {
    border-radius: 64px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.si4_blocks_isset_b3_btns> :nth-child(1) {
    background: #F47C44;
    color: #fff;
    margin: 0 20px 0 0;
    border: 1px solid transparent
}

.si4_blocks_isset_b3_btns> :nth-child(1):hover {
    background: #fff;
    border: 1px solid #F47C44;
    color: #F47C44
}

.si4_blocks_isset_b3_btns> :nth-child(2) {
    border: 1px solid #F47C44;
    color: #F47C44
}

.si4_blocks_isset_b3_btns> :nth-child(2):hover {
    background: #F47C44;
    color: #fff
}

.si4_blocks_isset_b3_btns> :nth-child(2)>svg {
    margin: 0 0 0 10px
}


.si4_blocks_isset_b3_btns> :nth-child(3) {
    border: 1px solid #F47C44;
    color: #F47C44
}

.si4_blocks_isset_b3_btns> :nth-child(3):hover {
    background: #F47C44;
    color: #fff
}

.si4_blocks_isset_b3_btns> :nth-child(3)>svg {
    margin: 0 0 0 10px
}

.si4_blocks_isset_b3_btns_path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.si4_blocks_isset_b3_btns> :nth-child(2):hover .si4_blocks_isset_b3_btns_path {
    fill: #fff
}

.si4_blocks_isset_b3_btns> :nth-child(3):hover .si4_blocks_isset_b3_btns_path {
    fill: #fff
}

.si4_blocks_isset_b3_little>.si4_blocks_isset_b3_btns {
    margin: 24px 0 0
}

.si4_btn {
    width: 100%;
    margin: 16px 0 0
}

.si4_btn_b {
    background: #FFF;
    -webkit-box-shadow: 0 2px 4px rgba(53, 53, 53, 0.08);
    box-shadow: 0 2px 4px rgba(53, 53, 53, 0.08);
    border-radius: 64px;
    font-size: 16px;
    line-height: 24px;
    color: #F47C44;
    padding: 12px 37px
}

.si4_btn_b:hover {
    background: #F47C44;
    color: #fff
}

.si4_btn_b:hover svg>rect {
    fill: #fff
}

.si4_btn_b>svg {
    margin: 0 6px 0 0
}

.si4_blocks_block_loading {
    display: none
}

@media screen and (max-width: 1190px) {
    .si4 {
        margin: 40px 0 0;
        padding: 0 0px
    }

    .si4_blocks_block {
        width: 100%
    }

    .si4 {
        padding: 0
    }

    .si4_text_a {
        display: none
    }

    .si4_text {
        padding: 0 0 0 16px
    }

    .si4_blocks {
        max-width: none;
        width: 100%;
        border-radius: 16px
    }

    .si4_btn {
        display: none !important
    }

    .si4_blocks_block {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
    }

    .si4_blocks_isset_b2_zg {
        height: auto
    }

    .si4_blocks_block_big {
        min-height: 450px
    }

    .si4_blocks_isset_b3_btns {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .si4_blocks_isset_b3_btns>* {
        padding: 13px 0;
        width: 100%
    }

    .si4_blocks_isset_b3_btns> :nth-child(1) {
        margin: 0 0 18px
    }

    .si4_blocks_block {
        margin: 0 16px
    }

    .si4_blocks_isset {
        padding: 20px 16px 32px
    }

    .si4_blocks_isset_b1_blocks {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .si4_blocks_isset_b1>span {
        font-size: 12px;
        line-height: 16px;
        color: #332B2B
    }

    .si4_blocks_isset_b2_zg {
        font-size: 20px;
        line-height: 24px
    }

    .si4_text_zg {
        font-size: 24px;
        line-height: 32px
    }
}

/* si4 */







@media screen and (max-width: 1190px) {
    .IS_S {
        padding: 0 16px;
    }
}











.si4_blocks>.slick-dots>li {
    width: 10px;
    height: 10px;
}

.si4_blocks>.slick-dots>li>button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.si4_blocks>.slick-dots>li>button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: rgba(0, 0, 0, 0.25);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.si4_blocks>.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #F47C44;
}

.si4_blocks>.slick-dots {
    position: static;
    margin-top: 20px !important;
    display: block;
    width: 100%;
}





/* s3 */
.s3 {
    width: 100%;
    padding: 64px 0;
    background: #FF8952;
    margin: 96px 0 0 0;
}

.s3B {
    max-width: 1152px;
    margin: 0 auto;
}

.s3B_first {
    width: 100%;
    margin: 0 0 38px 0;
    padding: 0 16px;
}

.s3B_zg {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}

.s3B_first_arrows {}

.s3B_first_arrows>*:first-child {
    margin: 0 40px 0 0;
}

.s3B_isset {
    /* max-width: 115px; */
    margin: 0 auto;
}

.s3B_slider {}

.s3B_slider_block {
    margin: 0 16px;
}

.s3B_slider_isset {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: 24px 32px;
}

.s3B_slider_s1 {
    font-size: 12px;
    color: #B3B3B3;
}

.s3B_slider_zg {
    font-size: 20px;
    color: #332B2B;
    display: block;
    margin: 8px 0;
}

@media (min-width: 1280px) {
    .s3B_slider_zg{
        min-height: 50px;
    }
}
.s3B_slider_p {
    font-size: 14px;
    line-height: 20px;
    color: #332B2B;
}

.s3B_sliderMini {
    margin: 16px 0 0 0;
}

.s3B_sliderMiniPices {}

.s3B_sliderMiniPices {}

.s3B_sliderMiniPices>* {
    display: block;
    text-align: left;
}

.s3B_sliderMiniPices_s1 {
    font-size: 16px;
    color: #B3B3B3;
    text-decoration: line-through;
}

.s3B_sliderMiniPices_s2 {
    font-size: 24px;
    color: #F47C44;
    font-weight: 700;
}

.s3B_sliderMini_a {
    font-size: 16px;
    color: #F47C44;
    border: 1px solid #F47C44;
    border-radius: 64px;
    padding: 12px 22px;
}

.s3B_sliderMini_a:hover {
    background: #F47C44;
    color: white;
}

@media screen and (max-width: 700px) {

    .s3 {
        padding: 40px 0;
        margin: 5px 0 0 0;
    }

    .s3B_zg {
        font-size: 24px;
    }

    .s3B_first_arrows {
        display: none;
    }

    .s3B_slider_isset {
        padding: 24px 16px;
    }
}

@media screen and (max-width: 350px) {
    .s3B_sliderMini {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .s3B_sliderMiniPices {
        width: 100%;
    }

    .s3B_sliderMiniPices>* {
        text-align: right;
    }

    .s3B_sliderMini_a {
        margin: 12px 0 0 0;
        width: 100%;
    }
}

/* s3 */




.si4_2 {
    box-sizing: border-box;
    padding: 96px 0 96px 0;
}

@media screen and (max-width: 900px) {
    .si4_2 {
        padding: 40px 0 5px 0;
    }

}




















a.link-detail {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}

input#title-search-input {
    border: none;
    border-radius: 60px;
}

@media (max-width: 800px) {
    .si4_blocks_block {
        margin: 0 0;
        margin: 16px 16px;
    }

    .si4_blocks_isset_b1_blocks>div:nth-child(1) {
        z-index: 6;
        right: 0;
    }
}

.zapros_inform {
    border: 1px solid #F47C44;
    color: #F47C44;
}


.si7_fb_text_zg {
    font-size: 30px;
    text-align: left;
}

.s1Is_4_btn2:hover svg>path {
    fill: #fff;
}

.stFillB1_block_sale_hit {
    position: absolute;
    top: -12px;
    right: -1px;
    background: #4BB89A;
    border-radius: 0px 16px;
    font-size: 16px;
    padding: 12px 36px;
    color: #fff;
}

.hidden {
    display: none;
}


/* Расписание в моб. версии */
/* 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 0;
}

.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;
    max-width: 65%;
}

.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 0;
    }
}

.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 0;
    }

    .stFillB1_blockDATA_zg_sp {
        font-size: 16px;
        line-height: 24px;
        color: #332B2B;
    }

    .stFillB1_blockDATA_BS {
        padding: 0 0;
        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;
}

.stFillB2FIL_zgClear.mobile_clear_filter {
    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;
    }

      /* mobile filter */
      .stFillB2FIL_zgClear.mobile_clear_filter{
        display: block;
      }
  
      .set_filter_courses {
        margin-left: 0 !important;
        marin-right: auto !important;
      }

      #si4_blocks1 .s2_b1_pag {
          display: block;
          order: 2;
      }
}


@media (max-width: 414px) {
    .si4_blocks_isset_b2_blocks{
        max-width: 300px;
    }

    .si4_blocks_isset_b2_blocks div:nth-child(1){
        max-width: 100px;
    }
}