body {
    padding: 0px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

.wrapper,
.wrap_for {
    width: 1024px;
    margin: 0px auto;
    padding-top: 1px;
}

.sh {
    opacity: 0;
}

li {
    list-style-type: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.over {
    overflow: hidden;
}

.clear {
    clear: both;
}

.hover {
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;
}

.hover:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

[name='google_conversion_frame'] {
    display: none;
}

.b1 {
    background: url("../img/b1.jpg") top center no-repeat;
    width: 100%;
    height: 913px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}

.top {
    background: url("../img/top.png") top center no-repeat;
    width: 100%;
    height: 76px;
    margin-top: 28px;
}

.b1_t1 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 744px;
    margin: 0 auto;
    margin-top: 18px;
}

.b1_t2 {
    background: url("../img/b1_t2.png") top center no-repeat;
    width: 142px;
    height: 18px;
    margin: 0 auto;
    margin-top: 20px;
}

.b1_t4 {
    font-family: 'MinionProBold';
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #d8c5ab;
    padding-top: 35px;
}

.b1_t5 {
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.b1_video {
    background: url("../img/video.png") top center no-repeat;
    width: 551px;
    height: 311px;
    margin: 0 auto;
    margin-top: 17px;
    padding: 13px;
}

.b1_video iframe {
    width: 100%;
    height: 100%;
}

.b1_left {
    background: url("../img/b1_left.png") top center no-repeat;
    width: 413px;
    height: 367px;
    position: relative;
}

.b1_left:after {
    content: "";
    background: url("../img/sm.png") top center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 30px;
}

.b1_box {
    margin-top: 39px;
}

.b1_t3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 900px;
    margin: 0 auto;
    margin-top: 45px;
}

.inp {
    height: 48px;
    width: 185px;
    border-radius: 40px;
    background-color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 2px;
}

.b1_form {
    background: url("../img/b1_form.png") top center no-repeat;
    width: 1026px;
    height: 251px;
    padding-top: 1px;
    text-align: center;
    margin-top: 35px;
}

.b1_t5 b {
    font-weight: 700;
    color: #ccbba3;
}

.b1_form form {
    margin-top: 22px;
}

.btns {
    width: 285px;
    height: 48px;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    font-family: 'MinionProBold';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border-radius: 45px;
    cursor: pointer;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.botontext {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    line-height: 50px;
    font-family: 'MinionProBold';
    font-size: 15px;
    text-transform: uppercase;
    font-size: 12px;
    text-transform: uppercase;
}

.twist {
    display: block;
    height: 100%;
    width: 25%;
    position: relative;
    float: left;
    margin-left: -4px;
}

.twist:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #805d3d;
    bottom: 100%;
    position: absolute;
    transform-origin: center bottom 0px;
    transform: matrix3d(1, 0, 0, 0,
        0, 0, -1, -0.003,
        0, 1, 0, 0,
        0, 0, 0, 1);
    -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    /* custom */
}

.twist:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    height: 100%;
    background-color: #c28e5c;
    transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, -0.003,
        0, -48, 0, 1);
    -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    /* custom */
}

.twist:nth-child(1):before {
    content: "";
    border-radius: 50px
}

.twist:first-child:after {
    content: "";
    border-radius: 50px
}

.boton:hover .twist:before {
    background: #805d3d;
    transform: matrix3d(1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0.003,
        0, 48, 0, 1);
}

.boton:hover .twist:after {
    background: #dedae1;
    transform: matrix3d(1, 0, 0, 0,
        0, 0, -1, 0.003,
        0, 1, 0, 0,
        0, 0, 0, 1);
}

.boton .twist:nth-of-type(1) {
    margin-left: 0;
}

.boton .twist:nth-of-type(1):before,
.boton .twist:nth-of-type(1):after {
    transition-delay: 0s;
}

.boton .twist:nth-of-type(2):before,
.boton .twist:nth-of-type(2):after {
    transition-delay: 0.1s;
}

.boton .twist:nth-of-type(3):before,
.boton .twist:nth-of-type(3):after {
    transition-delay: 0.2s;
}

.boton .twist:nth-of-type(4):before,
.boton .twist:nth-of-type(4):after {
    transition-delay: 0.3s;
}

.boton .botontext:nth-of-type(1) {
    color: #3d3b40;
    bottom: 100%;
    transform-origin: center bottom 0px;
    transform: matrix3d(1, 0, 0, 0,
        0, 0, -1, -0.003,
        0, 1, 0, 0,
        0, 0, 0, 1);
    -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    /* custom */
}

.boton:hover .botontext:nth-of-type(1) {
    transform: matrix3d(1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0.003,
        0, 50, 0, 1);
}

.boton .botontext:nth-of-type(2) {
    color: #fff;
    top: 100%;
    transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, -0.003,
        0, -50, 0, 1);
    -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
    /* custom */
}

.boton:hover .botontext:nth-of-type(2) {
    transform: matrix3d(1, 0, 0, 0,
        0, 0, -1, 0.003,
        0, 1, 0, 0,
        0, 0, 0, 1);
}

.btns {
    display: inline-block;
    margin: 0px;
    position: relative;
    left: -33px;
}

button.btns {
    border: none;
    background: none;
    outline: none;
    padding: 0px;
}

.btns .sol {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 33px;
    text-align: center;
    line-height: 48px;
}

.twist1:after {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
}

.twist1:before {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
}

.twist2:after {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
}

.twist2:before {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
}

/*.btns:hover{
    color: #c28e5c;
}
.btns span{
    position: relative;
    z-index: 2;
}

.btns:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btns:after {
    width: 0;
    height: 88%;
    top: 51%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 45px;
}
.btns:hover:after {
    width: 98%;
    opacity: 1;
}

.b1 .btns{
    margin: 0 2px;
}*/
.b2 {
    padding: 80px 0;
}

.b2_t1 {
    color: #473724;
    font-family: 'MinionProBold';
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

.line {
    background: url("../img/b2_line.png") top center no-repeat;
    width: 359px;
    height: 27px;
    margin: 0 auto;
    margin-top: 30px;
}

.b2_t2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #473724;
}

.b2_t2 b {
    font-weight: 700;
}

.b2_t2 .b2_rt {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.b2_r {
    width: 500px;
    margin-right: 10px;
    padding-top: 85px;
}

.b2_left {
    background: url("../img/b2_left.jpg") top center no-repeat;
    width: 670px;
    height: 548px;
    margin-left: -160px;
}

a.btns {
    line-height: 48px;
}

.b2 .btns {
    margin-top: 20px;
    margin-left: 0px;
    width: 324px;
    display: block;
}

.b3 {
    padding-top: 25px;
    padding-bottom: 70px;
    background-color: #f6f6f6;
}

.b3_left {
    background: url("../img/b3_left.png") top center no-repeat;
    width: 441px;
    height: 414px;
    margin-left: -55px;
}

.b3_t1 {
    color: #473724;
    font-family: 'MinionProBold';
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 29px;
}

.b3_t2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #473724;
    margin-top: 25px;
}

.b3_t2 b {
    font-weight: 700;
}

.b3_box {
    background: url("../img/b3_box.png") top center no-repeat;
    width: 533px;
    height: 147px;
    padding-top: 32px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 20px;
}

.b3_box b {
    font-weight: 700;
}

.b3_r {
    width: 584px;
}

.b3 .btns {
    margin-top: 25px;
    margin-left: 0px;
}

.b4_tq {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: #584a39;
    margin-top: 25px;
}

.b4_tq b {
    font-weight: 700;
    color: #bea991;
}

.b4 {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.b4 .wrap_for {
    position: relative;
}

.b4_img {
    background: url("../img/b4.jpg") top center no-repeat;
    width: 517px;
    height: 620px;
    position: absolute;
    z-index: -1;
    bottom: -25px;
    left: -260px;
}

.b4_left {
    width: 460px;
    margin-top: 85px;
    margin-left: 154px;
}

.b4_t1 {
    font-family: 'MinionProBold';
    color: #d59d5b;
    font-size: 61px;
    line-height: 61px;
    margin-right: 30px;
}

.b4_t {
    margin-top: 25px;
    overflow: hidden;
}

.b4_t2 {
    width: 343px;
    font-size: 18px;
    font-weight: 300;
    padding-top: 7px;
}

.b4_t2 b {
    font-weight: 700;
    color: #bf905b;
}

.b4_ts {
    font-size: 26px;
    font-weight: 700;
    font-family: 'MinionProBold';
    text-transform: uppercase;
    color: #584a39;
}

.b4_form {
    background: url("../img/b4_form.png") top center no-repeat;
    width: 391px;
    height: 376px;
    text-align: center;
    padding-top: 1px;
    margin-right: -10px;
    margin-top: 65px;
}

.b4_form .inp {
    width: 255px;
    height: 46px;
    border: 1px solid #ccbba3;
    margin-top: 25px;
}

.b4_form .btns {
    margin-top: 25px;
}

.b4_form form {
    margin-top: 34px;
}

.b4 .b2_t1 {
    font-size: 22px;
}

.b5 {
    background: url("../img/b5.jpg") bottom center no-repeat;
    width: 100%;
    height: 282px;
    position: relative;
}

.b5_t {
    margin-left: 492px;
    margin-top: 160px;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    position: relative;
    font-weight: 300;
    width: 500px;
}

.b5_t:after {
    position: absolute;
    content: "";
    left: -60px;
    top: 0px;
    background: url("../img/b5_img.png") top center no-repeat;
    width: 41px;
    height: 27px;
}

/********footer*********/
.footer {
    height: 237px;
    background-color: rgba(0, 0, 0, 0.41);
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.f_logo {
    background: url("../img/f_logo.png") top center no-repeat;
    width: 247px;
    height: 63px;
    margin-top: 67px;
    margin-left: -10px;
}

.f_box {
    width: 230px;
    margin-left: 64px;
    margin-top: 56px;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}

.f_boxs {
    margin-left: 15px;
}

.f_box2 {
    width: 209px;
    margin-top: 107px;
    text-align: center;
}

.f_img {
    padding-left: 50px;
    /*width: 300px;*/
    color: #666666;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-decoration: none;
    outline: none;
    display: block;
    margin-top: 7px;
}

.f_img1 {
    background: url(../img/f_lmg1.png) 9px center no-repeat;
}

.f_img2 {
    background: url("../img/f_img2.png") center left no-repeat;
}

.f_img3 {
    background: url("../img/f_img3.png") center left no-repeat;
}

.f_img4 {
    background: url("../img/f_lmg4.png") center left no-repeat;
}

.f_img5 {
    background: url("../img/f_img5.png") center left no-repeat;
}

.f_soc1 {
    background: url("../img/f_soc1.png") center left no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 5px;
}

.f_soc2 {
    background: url("../img/f_soc2.png") center left no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 5px;
}

.f_soc3 {
    background: url("../img/f_soc3.png") center left no-repeat;
    width: 24px;
    height: 24px;
    
    display: inline-block;
    margin: 0 5px;
}
.f_soc4 {
    background: url("../img/t-gram.png") center left no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin: 0 5px;
}
.f_soc5 {
    background: url("../img/social-56-512.png") center left no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin: 0 5px;
}

.footer_bot {
    /* font-family: 'MinionProBold'; */
    height: 45px;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 45px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/********popup*********/
.pop_bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.popup {
    padding: 75px 0;
    background-color: #fff;
    position: fixed;
    width: 700px;
    height: 394px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -277px;
}

.close {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 29px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
}

.popup iframe {}

.pop_bg,
.popup {
    display: none;
}

.hour,
.min,
.sec,
.razd {
    display: inline-block;
}

.clock p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.clock {
    text-align: center;
    font-size: 47px;
    font-family: 'MinionProBold';
    margin-top: 6px;
    margin-bottom: -28px;
}

.clock_end {
    display: none;
    font-family: 'MinionProBold';
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 43px;
}

@media screen and (max-width: 760px) {
    body {
        min-width: 320px;
        overflow-x: hidden;
        max-width: 480px;
    }

    .wrap_for {
        width: 310px;
    }

    .b1 {
        max-width: 480px;
        min-width: 320px;
        height: auto;
        background-size: cover;
    }

    .b1_t1 {
        width: 320px;
        font-size: 14px;
    }

    .b1_left {
        background: url(../img/b1_left.png) top center no-repeat;
        background-size: auto auto;
        width: 300px;
        height: 280px;
        position: relative;
        margin-left: 0;
        float: none;
        margin: 0 auto;
        background-size: 100% auto;
    }

    .b1_left:after {
        display: none;
    }

    .b1_video {
        width: 280px;
        float: none;
        margin: 0 auto;
        background-size: contain;
        height: 157px;
        padding: 10px;
        margin: 0 auto;
    }

    .b1_t3 {
        width: 300px;
        font-size: 14px;
        margin-top: 50px;
    }

    .b1_form {
        height: 450px;
        width: 300px;
        background: url(../img/b4_form.png) top center no-repeat;
        margin: 25px auto;
        background-size: 100% 80%;
    }

    .line {
        width: 300px;
        height: 20px;
        background-size: cover;
    }

    .b1_form .inp {
        width: 257px;
        margin-top: 20px;
    }

    .b1_form .btns {
        margin-top: 20px;
    }

    .b1_form form {
        margin-top: 66px;
    }

    .b2_left {
        background: url(../img/b2_left.jpg) top center no-repeat;
        width: 300px;
        height: 254px;
        margin-left: 0px;
        background-size: contain;
    }

    .b2_r {
        width: 300px;
        margin-right: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .b2_t2 {
        font-size: 16px;
        line-height: 21px;
        font-weight: 300;
        color: #473724;
    }

    .b2 .btns {
        margin-top: 20px;
        margin-left: 0px;
        width: 300px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .b3_left {
        background: url(../img/b3_left.png) top center no-repeat;
        width: 300px;
        height: 280px;
        margin: 0 auto;
        float: none;
        padding-top: 1px;
        background-size: 100%;
    }

    .b3_left .btns {
        margin: 0 auto;
        margin-top: 448px;
        display: block;
    }

    .b3_r {
        width: 310px;
        float: none;
        text-align: center;
    }

    .b3_box {
        background: none;
        width: 295px;
        height: 124px;
        padding-top: 32px;
        padding-left: 23px;
        padding-right: 23px;
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        margin-top: 20px;
        border: 4px solid #ccbba3;
        margin: 0 auto;
        margin-top: 25px;
    }

    .b2_t1 {
        font-size: 25px;
    }

    .b4_img {
        display: none;
    }

    .b4_left {
        width: 310px;
        margin-top: 50px;
    }

    .b4_t1,
    .b4_t2 {
        float: none;
        text-align: center;
    }

    .b4_ts {
        margin-left: 0px;
        text-align: center;
    }

    .b4_left {
        float: none;
    }

    .b4_form {
        background: url(../img/b4_form.png) top center no-repeat;
        width: 280px;
        height: 376px;
        text-align: center;
        padding-top: 1px;
        margin-right: 0;
        margin: 0 auto;
        margin-top: 33px;
        float: none;
    }

    .b5 {
        background: url(../img/b5.jpg) top right no-repeat;
        width: 100%;
        height: 864px;
        position: relative;
        margin-top: -49px;
        background-size: cover;
    }

    .f_logo {
        background: url(../img/f_logo.png) top center no-repeat;
        width: 270px;
        height: 133px;
        margin: 0 auto;
        margin-top: 43px;
        /* margin: 0 auto; */
        float: none;
    }

    .b5_t {
        margin-left: 88px;
        margin-top: 109px;
        font-size: 14px;
        color: #fff;
        line-height: 19px;
        position: relative;
        font-weight: 300;
        width: 357px;
    }

    .footer {
        height: auto;
    }

    .f_box {
        width: 280px;
        margin: 0 auto;
        margin-left: 45px;
        margin-top: 27px;
        float: none;
        /* margin: 0 auto; */
        /* text-align: center; */
    }

    .f_box2 {
        width: 310px;
        margin-top: 45px;
        text-align: center;
        float: none;
        padding-bottom: 45px;
    }

    /********popup*********/
    .pop_bg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .popup {
        padding: 75px 0;
        background-color: #fff;
        position: fixed;
        width: 300px;
        height: 394px;
        left: 50%;
        top: 50%;
        margin-left: -230px;
        margin-top: -277px;
    }

    .close {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 29px;
        width: 75px;
        line-height: 75px;
        text-align: center;
        cursor: pointer;
    }

    .pop_bg,
    .popup {
        display: none;
    }

    .b3_t1 {
        margin-top: 140px;
    }

    .b1_t5 {
        margin-top: 6px;
        font-size: 13px;
        color: #fff;
        font-weight: 300;
        text-align: center;
    }

    .b1_t4 {
        font-family: 'MinionProBold';
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        color: #d8c5ab;
        padding-top: 23px;
    }

    .b1_form form {
        margin-top: 0px;
    }

    .inp {
        margin-top: 10px;
    }

    .b1_form .inp {
        width: 257px;
        margin-top: 14px;
    }

    .b1_form .btns {
        margin-top: 14px;
    }

    .b3_t1 {
        margin-top: 41px;
    }

    .b4_left {
        margin-left: 0px;
        text-align: center;
    }

    .b4_t2 {
        width: 100%;
    }

    .b5 {
        background: url(../img/b5.jpg) top right no-repeat;
        width: 100%;
        height: 644px;
        position: relative;
        margin-top: -49px;
        background-size: cover;
    }
    .b4_form .inp {

        width: 240px;}
}