.isset {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px
}

.padding_zero {
    padding: 0 !important
}

.sec1 {
    width: 100%;
    min-height: 800px;
    background-size: cover;
    padding: 234px 0 0;
    background-position: center;
    background-image: url(../images/bg1_v2.png)
}

.sec1_h1 {
    color: #5d4d4a;
    font-size: 54px;
    font-weight: 700;
    max-width: 500px
}

.sec1_p {
    color: #5d4d4a;
    font-size: 28px;
    font-weight: 400;
    max-width: 380px;
    margin: 20px 0 41px
}

.sec1_btn {
    padding: 20px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    background-color: #f1a7ac;
    border: 1px solid #fff;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    -webkit-box-shadow: 20px 16px 80px 0 rgba(241, 167, 172, 1);
    box-shadow: 20px 16px 80px 0 rgba(241, 167, 172, 1)
}

.sec1_btn:hover {
    background-color: #fff;
    border: 1px solid #f1a7ac;
    color: #f1a7ac
}

.sec1_video {
    margin: 80px 0 0
}

.sec1_video_btn {
    margin: 0 10px 0 0
}

.sec1_video_btn > image {
    width: 50px
}

.sec1_video_span {
    color: #5d4d4a;
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width: 700px) {
    .sec1 {
        background-image: url(../images/mob_bg.png);
        padding: 420px 0 0
    }

    .sec1_white {
        width: 100%;
        padding: 20px 10px;
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 35px
    }

    .sec1_h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px
    }

    .sec1_p {
        font-size: 16px;
        text-align: center;
        max-width: 200px;
        margin: 0 auto
    }

    .sec1_btn_isset {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sec1_btn {
        font-size: 18px;
        width: auto;
        height: auto;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .sec1_video {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        margin: 50px 0 0
    }

    .sec1_video_btn > img {
        width: 50px
    }

    .sec1_video_span {
        font-size: 16px
    }
}

.sec2 {
    width: 100%;
    background: url(../images/mask.png) repeat center center;
    padding: 100px 0
}

.h2_std {
    color: #5d4d4a;
    font-size: 46px;
    font-weight: 700;
    text-align: center
}

.sec2 > .isset > .h2_std {
    max-width: 960px;
    margin: 0 auto
}

.sec2_bs {
    margin: 70px 0 0
}

.sec2_bs > .sec2_bs_bl:nth-child(1) {
    margin-bottom: 56px
}

.sec2_bs > .sec2_bs_bl:nth-child(2) {
    margin-bottom: 56px
}

.sec2_bs_bl {
    width: 530px
}

.sec2_bs_bl_img {
    border-radius: 7px
}

.sec2_bs_bl_text {
    padding: 25px 0 0 25px;
    max-width: 405px
}

.sec2_bs_bl_text_zg {
    color: #5d4d4a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    max-width: 280px
}

.sec2_bs_bl_text_p {
    color: #5d4d4a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35
}

@media screen and (max-width: 1100px) {
    .sec2_bs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sec2_bs > .sec2_bs_bl:nth-child(3) {
        margin-bottom: 56px
    }
}

@media screen and (max-width: 600px) {
    .sec2 {
        padding: 70px 0
    }

    .h2_std {
        font-size: 25px
    }

    .sec2_bs {
        margin: 30px 0 0
    }
}

@media screen and (max-width: 500px) {
    .sec2_bs > .sec2_bs_bl:nth-child(1) {
        margin-bottom: 30px
    }

    .sec2_bs > .sec2_bs_bl:nth-child(2) {
        margin-bottom: 30px
    }

    .sec2_bs > .sec2_bs_bl:nth-child(3) {
        margin-bottom: 30px
    }

    .sec2_bs_bl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sec2_bs_bl_text {
        padding: 0;
        max-width: none;
        width: 100%
    }

    .sec2_bs_bl_text_zg {
        max-width: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .sec2_bs_bl_img {
        width: 100%
    }
}

.sec3 {
    position: relative;
    width: 100%
}

.sec3_img {
    width: 80%;
    border-radius: 10px
}

.sec3_isset_obertka {
    position: absolute;
    top: 80%;
    padding: 0 10px
}

.sec3_isset {
    padding: 28px 44px;
    background: rgba(255, 255, 255, 0.9)
}

.sec3_isset_block {
    max-width: 823px;
    text-align: center;
    -webkit-box-shadow: 15px 15px 85px 20px rgba(241, 167, 172, 0.6);
    box-shadow: 15px 15px 85px 20px rgba(241, 167, 172, 0.6);
    background: rgba(255, 255, 255, 0.85);
    padding: 52px 42px
}

.sec3_isset_block_p {
    font-weight: 400;
    color: #5d4d4a;
    font-size: 28px
}

@media screen and (max-width: 1700px) {
    .sec3_img {
        width: 90%
    }
}

@media screen and (max-width: 1350px) {
    .sec3_img {
        width: 95%
    }

    .sec3_isset_obertka {
        top: 75%
    }
}

@media screen and (max-width: 950px) {
    .sec3_isset_obertka {
        top: 81%
    }

    .sec3_img {
        width: 100%;
        border-radius: 0
    }

    .sec3_isset {
        padding: 12px 16px
    }

    .sec3_isset_block {
        padding: 11px 5px
    }

    .sec3_isset_block_p {
        font-size: 18px
    }
}

@media screen and (max-width: 500px) {
    .sec3_isset_block_p {
        font-size: 14px
    }
}

.body_stop {
    overflow: hidden
}

.sec4 {
    background: #f7f7f7;
    width: 100%;
    padding: 190px 0
}

.sec4_isset {
    margin-top: 90px;
    margin-bottom: 90px
}

.sec4_blocks_block {
    position: relative;
    width: 360px;
    height: 227px;
    overflow: hidden;
    border-radius: 7px
}

.sec4_blocks_block_img {
    width: 100%;
    border-radius: 7px
}

.sec4_blocks_block_black {
    border-radius: 7px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.sec4_blocks > .sec4_blocks_block {
    margin-right: 40px
}

.sec4_blocks > .sec4_blocks_block:last-child {
    margin-right: 0
}

.sec4_blocks_block_black_zg {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    position: absolute
}

.sec4_blocks_block_black_btn {
    position: absolute;
    border: 2px solid #f1a7ac;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    opacity: 0
}

.sec4_blocks_block_black_btn:hover {
    background: #f1a7ac
}

.sec4_blocks_block:hover .sec4_blocks_block_black {
    background: rgba(0, 0, 0, 0.5)
}

.sec4_blocks_block:hover .sec4_blocks_block_img {
    width: 105%
}

.sec4_blocks_block:hover .sec4_blocks_block_black > .sec4_blocks_block_black_zg {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.sec4_blocks_block:hover .sec4_blocks_block_black > .sec4_blocks_block_black_btn {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1
}

.sec4_fix {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 0;
    overflow: hidden
}

.sec4_fix_active {
    overflow-y: scroll;
    height: 100%;
    padding: 70px 10px
}

.sec4_fix_krest {
    position: fixed;
    padding: 5px;
    top: 20px;
    right: 30px;
    z-index: 101;
    display: none
}

.sec4_fix_krest_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sec4_fix_block {
    width: 560px;
    margin: 0 auto;
    background: #fff;
    border-radius: 7px
}

.sec4_fix_block_img {
    width: 100%;
    border-radius: 7px 7px 0 0
}

.sec4_fix_block_text {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 45px 40px;
    border-radius: 0 0 7px 7px
}

.sec4_fix_block_text_zg {
    color: #5d4d4a;
    font-weight: 400;
    font-size: 45px
}

.sec4_fix_block_text > * {
    margin-bottom: 30px
}

.sec4_fix_block_text > :last-child {
    margin: 0
}

.sec4_format {
    width: 100%;
    margin-top: 80px
}

.sec4_format_block {
    width: 360px
}

.sec4_format > .sec4_format_block:nth-child(1) {
    margin-bottom: 70px
}

.sec4_format > .sec4_format_block:nth-child(2) {
    margin-bottom: 70px
}

.sec4_format > .sec4_format_block:nth-child(3) {
    margin-bottom: 70px
}

.sec4_format_block_circle {
    background: #efb2b6;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sec4_format_block_text {
    padding: 0 0 0 24px
}

.sec4_format_block_zg {
    font-size: 18px;
    color: #5d4d4a;
    font-weight: 700;
    margin-bottom: 10px
}

.sec4_format_block_p {
    font-size: 16px;
    color: #5d4d4a;
    font-weight: 400
}

.sec4_btn_block {
    margin-top: 100px
}

.sec4_btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 20px 55px;
    background: #f1a7ac;
    border-radius: 20px;
    margin: 0 auto;
    border: 1px solid transparent
}

.sec4_btn:hover {
    background: #fff;
    color: #f1a7ac;
    border: 1px solid #f1a7ac
}

@media screen and (max-width: 1200px) {
    .sec4_isset {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .sec4_blocks {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 10px
    }

    .sec4_blocks > .sec4_blocks_block {
        margin-right: 10px
    }

    .sec4_isset {
        overflow-x: scroll
    }

    .sec4_blocks_block_img {
        width: 360px
    }

    .sec4_blocks {
        width: 1100px
    }

    .sec4_blocks_block_black_btn:hover {
        background: #f1a7ac
    }

    .sec4_blocks_block_black {
        background: rgba(0, 0, 0, 0.5)
    }

    .sec4_blocks_block_img {
        width: 105%
    }

    .sec4_blocks_block_black_zg {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    .sec4_blocks_block_black_btn {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 1
    }
}

@media screen and (max-width: 950px) {
    .sec4 {
        padding: 90px 0 80px
    }
}

@media screen and (max-width: 770px) {
    .sec4_format {
        margin-top: 40px
    }

    .sec4_format_block {
        width: 100%
    }

    .sec4_format > .sec4_format_block {
        margin-bottom: 30px !important
    }

    .sec4_format > .sec4_format_block:last-child {
        margin-bottom: 0 !important
    }

    .sec4_btn_block {
        margin-top: 50px
    }
}

@media screen and (max-width: 700px) {
    .sec4_fix_block {
        width: 100%
    }

    .sec4_fix_block_text_zg {
        font-size: 26px
    }

    .sec4_fix_block_text > * {
        margin-bottom: 15px
    }

    .sec4_fix_block_text {
        padding: 20px 15px
    }

    .sec4_fix_krest {
        top: 15px;
        right: 15px
    }
}

@media screen and (max-width: 590px) {
    .sec4 {
        padding: 140px 0 90px 0
    }
}

.sec5 {
    background: #fdf2f3;
    position: relative;
    padding: 70px 0 0
}

.sec5_img1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.sec5_zg {
    margin-bottom: 40px
}

.sec5_p {
    color: #5d4d4a;
    font-weight: 400;
    text-align: center;
    max-width: 555px;
    margin: 0 auto;
    font-size: 24px
}

.sec5_bls {
    margin-top: 90px
}

.sec5_bls_L {
    text-align: right
}

.sec5_bls_R {
    text-align: left
}

.sec5_bls_padding {
    padding: 240px 0 0
}

.sec5_bls_padding > * {
    margin-bottom: 50px
}

.sec5_bls_padding > :last-child {
    margin: 0
}

.sec5_bls_block {
    width: 280px
}

.sec5_bls_block_text_left {
    padding: 0 22px 0 0
}

.sec5_bls_block_text_right {
    padding: 0 0 0 22px
}

.sec5_bls_block_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 45px
}

.sec5_bls_block_zg {
    color: #5d4d4a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.sec5_bls_block_p {
    color: #5d4d4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45
}

.sec5_bls_img_image {
    width: 600px
}

.sec5_btns {
    margin-top: 30px
}

.sec5_btns > * {
    margin-right: 10px
}

.sec5_btns > :last-child {
    margin-right: 0
}

@media screen and (max-width: 1300px) {
    .sec5_bls {
        margin-top: 40px
    }

    .sec5_bls_padding {
        padding: 100px 0 0
    }

    .sec5_bls_img_image {
        width: 400px
    }
}

@media screen and (max-width: 1050px) {
    .sec5_bls_R {
        display: none !important
    }

    .sec5_bls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sec5_bls_img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 10px
    }

    .sec5_bls_padding {
        padding: 0
    }
}

@media screen and (max-width: 600px) {
    .sec5 {
        padding: 40px 0 0
    }

    .sec5_zg {
        margin-bottom: 20px
    }

    .sec5_p {
        font-size: 16px
    }

    .sec5_bls {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sec5_bls_block_text_left {
        padding: 0 0 0 22px
    }

    .sec5_bls_block_text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .sec5_bls_block_img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .sec5_bls_L {
        text-align: left
    }

    .sec5_bls_block {
        width: 100%
    }

    .sec5_bls_img_image {
        width: 100%
    }

    .sec5_bls_block_zg {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 500px) {
    .sec5_btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sec5_btns > * {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .sec5_btns > :last-child {
        margin-bottom: 0
    }
}

.sec6 {
    padding: 220px 0 60px;
    background: #f7f7f7
}

.sec6_block {
    margin-top: 70px;
    width: 1160px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 7px
}

.sec6_block_first {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 10px
}

.sec6_block_first_block {
    color: #5d4d4a;
    font-weight: 600;
    font-size: 16px;
    height: 60px;
    border-bottom: 2px solid transparent;
    padding: 0 18px
}

.sec6_block_first_block:hover {
    border-bottom: 2px solid #f1a7ac;
    color: #f1a7ac
}

.sec6_block_first_block_active {
    border-bottom: 2px solid #f1a7ac;
    color: #f1a7ac
}

.sec6_block_isset {
    padding: 40px
}

.sec6_block_isset_img {
    width: 520px;
    border-radius: 7px
}

.sec6_block_isset_text {
    padding: 0 0 0 40px
}

.sec6_block_isset_text_zg {
    font-size: 22px;
    color: #5d4d4a;
    font-weight: 600
}

.sec6_block_isset_text_ul {
    margin-top: 18px
}

.sec6_block_isset_text_ul > .sec6_block_isset_text_ul_li {
    color: #5d4d4a;
    opacity: .8;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px
}

.sec6_block_isset_text_ul > .sec6_block_isset_text_ul_li:last-child {
    margin-bottom: 0
}

.sec6_block_isset_text_bth {
    margin-top: 36px
}

.sec6_block_isset_text_bth_btn {
    color: #fff;
    border: 1px solid #f1a7ac;
    background: #f1a7ac;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 50px
}

.sec6_block_isset_text_bth_btn:hover {
    background: #fff;
    color: #f1a7ac
}

@media screen and (max-width: 1669px) {
    .sec6 {
        padding: 180px 0 60px
    }
}

@media screen and (max-width: 1300px) {
    .sec6 {
        padding: 150px 0 60px
    }
}

@media screen and (max-width: 1220px) {
    .sec6_block {
        width: 100%
    }
}

@media screen and (max-width: 1100px) {
    .sec6 {
        padding: 120px 0 60px
    }
}

@media screen and (max-width: 1000px) {
    .sec6_block_isset {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sec6_block_isset_text {
        padding: 30px 0 0
    }
}

@media screen and (max-width: 850px) {
    .sec6 {
        padding: 90px 0 60px
    }

    .sec6_block_isset_text_bth {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 650px) {
    .sec6_block {
        margin-top: 30px
    }

    .sec6_block_isset_img {
        width: 100%
    }

    .sec6_block_isset {
        padding: 20px
    }

    .sec6_block_isset_text_zg {
        font-size: 18px
    }

    .sec6_block_isset_text_bth_btn {
        padding: 18px 30px
    }
}

@media screen and (max-width: 600px) {
    .sec6 {
        padding: 60px 0 45px
    }
}

@media screen and (max-width: 450px) {
    .sec6 {
        padding: 50px 0 45px
    }
}

.sec7 {
    padding: 70px 10px;
    background: url(../images/sec7_bg.png) repeat center top #dbdbdb;
    background-attachment: fixed
}

.sec7_isset {
    position: relative;
    max-width: 1240px;
    margin: 0 auto
}

.sec7_zg {
    margin-bottom: 70px
}

.sec7_isset_arrows {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 20%
}

.sec7_isset_arrows_arr {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f1a7ac;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sec7_isset_arrows_arr:hover {
    background: #fff
}

.sec7_isset_arrows_arr > svg > polyline {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sec7_isset_arrows_arr:hover > svg > polyline {
    stroke: #f1a7ac
}

.sec7_isset_arrows_l {
    -webkit-transform: rotate(180deg) translateX(70px);
    -ms-transform: rotate(180deg) translateX(70px);
    transform: rotate(180deg) translateX(70px)
}

.sec7_isset_arrows_arr > * {
    width: 14px
}

.sec7_slider_block_isset > img {
    width: 100%
}

.sec7_slider_block_isset_pad {
    padding: 17px
}

.sec7_slider_block_isset {
    margin: 0 10px;
    width: 290px;
    background: #fff;
    border-radius: 7px;
    overflow: hidden
}

.sec7_slider_block_isset_span {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #5d4d4a;
    font-weight: 500;
    letter-spacing: 2.5px
}

.sec7_slider_block_isset_h4 {
    font-size: 20px;
    color: #5d4d4a;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px
}

.sec7_slider_block_isset_ps > * {
    margin-bottom: 8px;
    font-size: 16px;
    color: #5d4d4a;
    font-weight: 400;
    line-height: 1.25
}

.sec7_slider_block_isset_ps > :last-child {
    margin-bottom: 0
}

.sec7_isset_arrows_zg {
    display: none
}

@media screen and (max-width: 1470px) {
    .sec7_zg {
        display: none
    }

    .sec7_isset_arrows {
        position: static;
        margin-bottom: 20px;
        padding: 0 10px
    }

    .sec7_isset_arrows_arr {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }

    .sec7_isset_arrows_l {
        -webkit-transform: rotate(180deg) translateX(0px);
        -ms-transform: rotate(180deg) translateX(0px);
        transform: rotate(180deg) translateX(0px)
    }

    .sec7_slider_block_isset {
        width: auto
    }

    .sec7_isset_arrows_zg {
        display: inline-block;
        font-size: 25px;
        font-weight: 700;
        color: #5d4d4a
    }
}

@media screen and (max-width: 600px) {
    .sec7 {
        padding: 40px 0
    }

    .sec7_isset_arrows_arr {
        width: 35px;
        height: 35px
    }

    .sec7_isset_arrows_arr > * {
        width: 10px
    }
}

.sec8 {
    padding: 70px 0 20px;
    background: #f7f7f7
}

.sec8_slider_isset {
    margin-top: 90px
}

.sec8_slider {
    padding: 0 0 20px
}

.sec8_slider_block_isset {
    text-align: center
}

.sec8_slider_block_isset_img {
    margin-bottom: 40px
}

.sec8_slider_block_isset_img_image {
    width: 150px;
    border-radius: 50%
}

.sec8_slider_block_isset_p {
    font-size: 16px;
    line-height: 1.4;
    color: #5d4d4a;
    font-weight: 500;
    text-align: center;
    max-width: 860px;
    margin: 0 auto
}

.sec8_slider_block_isset_h6 {
    font-size: 18px;
    color: #5d4d4a;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px
}

.sec8_slider_block_isset_span {
    color: #5d4d4a;
    letter-spacing: 1px
}

@media screen and (max-width: 600px) {
    .sec8 {
        padding: 35px 0 10px
    }

    .sec8_slider_isset {
        margin-top: 40px
    }

    .sec8_slider_block_isset_img {
        margin-bottom: 20px
    }
}

.sec9 {
    position: relative;
    background: #fdf2f3
}

.sec9_bg {
    width: 100%
}

.sec9_bg > img {
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sec9_col {
    background: #fdf2f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sec9_bs {
    margin-top: 70px;
    width: 100%
}

.sec9_bs_block {
    width: 600px
}

.sec9_bs_block > * {
    border-bottom: 1px solid #f1a7ac
}

.sec9_bs_block > :first-child {
    border-top: 1px solid #f1a7ac
}

.sec9_bs_block_mini {
    padding: 20px 0
}

.sec9_bs_block_mini_first_zg {
    font-size: 18px;
    color: #5d4d4a;
    font-weight: 500
}

.sec9_bs_block_mini_first_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sec9_bs_block_mini_first_btn:hover {
    background: #fff
}

.sec9_bs_block_mini_first_btn > svg > g > g {
    stroke: #f4babe;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sec9_bs_block_mini_first_btn:hover svg > g > g {
    stroke: grey
}

.sec9_bs_block_mini_first_btn_active {
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sec9_bs_block_mini_first_btn_active > svg > g > g {
    stroke: grey
}

.sec9_bs_block_mini_last {
    overflow: hidden;
    height: 0
}

.sec9_bs_block_mini_last_active {
    padding: 20px 0 0;
    height: 250px
}

.sec9_bs_block_mini_last > p {
    font-size: 16px;
    line-height: 1.45;
    color: #5d4d4a;
    font-weight: 500
}

@media screen and (max-width: 1250px) {
    .sec9_bs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sec9_bs_block {
        width: 100%
    }

    .sec9_bs {
        margin-top: 40px
    }

    .sec9_bs_block_mini1 {
        border-top: 1px solid #f1a7ac !important
    }

    .sec9_bs_block > * {
        border-bottom: 1px solid #f1a7ac
    }

    .sec9_bs_block > :first-child {
        border-top: none
    }

    .sec9_bs_block_mini_last_active {
        height: auto
    }
}

.sec10 {
    background: #f7f7f7
}

.sec10_first {
    width: 100%
}

.sec10_first > img {
    width: 100%
}

.sec10_p {
    margin-top: 11px;
    margin-bottom: 74px;
    color: #5d4d4a;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    opacity: .85
}

.sec10_bs {
    width: 100%
}

.sec10_bs_block {
    width: 24%
}

.sec10_bs_block_zg {
    color: #5d4d4a;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 10px
}

.sec10_bs_block_input {
    color: #5d4d4a;
    border: 1px solid #5d4d4a;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
    height: 60px
}

.sec10_bs_btns {
    width: 100%
}

.sec10_bs_btns_btn {
    margin-top: 30px;
    color: #fff;
    border: 1px solid #f1a7ac;
    background-color: #f1a7ac;
    border-radius: 20px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 50px
}

.sec10_bs_btns_btn:hover {
    background: #fff;
    color: #f1a7ac
}

.sec10_politic {
    margin-top: 34px;
    color: rgba(93, 77, 74, 0.7);
    font-weight: 500;
    margin-bottom: 83px
}

.sec10_politic > a {
    text-decoration: underline;
    color: rgba(93, 77, 74, 0.7)
}

@media screen and (max-width: 1000px) {
    .sec10_bs_block {
        width: 100%
    }

    .sec10_bs > * {
        margin-bottom: 20px
    }

    .sec10_bs > :last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 700px) {
    .sec10_p {
        margin-bottom: 34px;
        font-size: 16px
    }
}

.sec11 {
    padding: 75px 10px
}

.sec11_blocks {
    cursor: pointer
}

.sec11_blocks_b1 {
    width: 49.5%;
    padding: 0
}

.sec11_blocks_b1 > img {
    width: 100%;
    border-radius: 7px
}

.sec11_blocks_b2 {
    width: 50.5%
}

.sec11_blocks_b2_img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px
}

.sec11_blocks_b2_img > img {
    width: 100%;
    border-radius: 7px
}

.sec11_slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    background: #fff;
    overflow: hidden
}

.sec11_slider_active {
    height: 100%
}

.sec11_slider_krest {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.sec11_slider_krest > svg {
    width: 100%
}

.sec11_slider_isset {
    width: 70% !important
}

.sec11_slider_slider_isset_is {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

.sec11_slider_slider_isset_is > img {
    width: 100%;
    border-radius: 7px
}

.sec11_video {
    width: 100%;
    padding: 40px 0 0
}

.sec11_video > iframe {
    width: 1240px;
    height: 700px
}

@media screen and (max-width: 1260px) {
    .sec11_slider_isset {
        width: 100% !important
    }

    .sec11_video > iframe {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .sec10_politic {
        margin-bottom: 0
    }

    .sec11 {
        padding: 35px 10px
    }

    .sec11_blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sec11_blocks_b1 {
        width: 100%
    }

    .sec11_blocks_b2 {
        width: 100%
    }

    .sec11_blocks_b2_img {
        width: 50%
    }

    .sec11_blocks_b2 > .sec11_blocks_b2_img:nth-child(1) {
        padding: 14px 7px 0 0
    }

    .sec11_blocks_b2 > .sec11_blocks_b2_img:nth-child(2) {
        padding: 14px 0 0 7px
    }

    .sec11_blocks_b2 > .sec11_blocks_b2_img:nth-child(3) {
        padding: 14px 7px 0 0
    }

    .sec11_blocks_b2 > .sec11_blocks_b2_img:nth-child(4) {
        padding: 14px 0 0 7px
    }

    .sec11_video > iframe {
        height: 400px
    }
}

.sec12 {
    width: 100%;
    padding: 40px 0 90px;
    background: #f7f7f7
}

.sec12_isset_first > .h2_std {
    text-align: left
}

.sec12_isset_iframe {
    width: 500px;
    height: 400px
}

.sec12_isset_first_a {
    color: rgba(93, 77, 74, 0.8);
    font-size: 26px;
    margin-top: 40px;
    display: inline-block
}

.sec12_isset_first_text {
    margin-top: 30px
}

.sec12_isset_first_text > * {
    margin-bottom: 20px
}

.sec12_isset_first_text > :last-child {
    margin-bottom: 0
}

.sec12_isset_first_text_block_zg {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #5d4d4a
}

.sec12_isset_first_text_block_p {
    color: #5d4d4a;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

.sec12_isset_first_sow {
    margin-top: 30px
}

.sec12_isset_first_sow > * {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px
}

.sec12_isset_first_sow > :last-child {
    margin-right: 0
}

.sec12_isset_first_sow > * > img {
    width: 30px
}

@media screen and (max-width: 1000px) {
    .sec12 {
        padding: 30px 0
    }

    .sec12_isset {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sec12_isset_is {
        width: 100%;
        margin-top: 35px
    }

    .sec12_isset_iframe {
        width: 100%
    }

    .sec12_isset_first_a {
        margin-top: 20px
    }
}

.footer {
    background: #f7f7f7
}

.footer_isset {
    border-top: 1px solid #c6c6c6;
    padding: 90px 10px;
    max-width: 1240px;
    margin: 0 auto
}

.footer_isset_blocks {
    width: 100%
}

.footer_isset_blocks > * {
    margin-right: 81px
}

.footer_isset_blocks > :last-child {
    margin-right: 0
}

.footer_isset_blocks_image {
    width: 180px
}

.footer_isset_blocks_a > * {
    text-decoration: underline;
    font-size: 14px;
    color: #5d4d4a;
    font-weight: 500;
    margin-bottom: 13px;
    display: inline-block
}

.footer_isset_blocks_a > :last-child {
    font-weight: 600;
    margin-bottom: 0
}

.footer_isset_blocks_text > * {
    font-size: 14px;
    color: #5d4d4a;
    font-weight: 500;
    margin-bottom: 13px;
    display: inline-block
}

.footer_isset_blocks_text > :last-child {
    margin-bottom: 0
}

.footer_isset_span {
    display: inline-block;
    font-size: 12px;
    color: #5d4d4a;
    font-weight: 500;
    margin-top: 25px
}

@media screen and (max-width: 700px) {
    .footer_isset {
        padding: 30px 10px
    }

    .footer_isset_blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer_isset_blocks_a {
        width: 100%
    }

    .footer_isset_blocks_text {
        width: 100%
    }

    .footer_isset_blocks > * {
        margin-right: 0;
        margin-bottom: 30px
    }

    .footer_isset_blocks > :last-child {
        margin-right: 0;
        margin-bottom: 0
    }
}

.sec12_isset_first_text {
    text-wrap: balance;
}