body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    background: #FFF;
    position: relative;
    font-size: 1.1em;
    color: #000;
    font-weight: 300;
    height: 100vh;
    overflow: hidden;
}

body.load {
    height: auto;
    overflow: auto;
}

* {
    outline: none !important;
}

.main_wrapper {
    position: relative;
    z-index: 3;
    padding: 0 100px;
}

.d-flex-parent {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.d-flex-parent-center {
    align-items: center;
}

.d-flex {
    flex: 1;
}
.d-flex .inner {
    position: relative;
    height: 100%;
    width: 100%;
}

h2 {
    font-size: 1.6rem;
}

b, strong {
    font-weight: 500;
}

.color_green {
    color: #60B61D !important;
}
.color_red {
    color: #C7291C !important;
}

header {
    background: #fafafa;
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

header img {
    width: auto;
    height: 20px;
}

nav {
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: center;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

nav li {
    display: inline-block;
}

nav a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

nav a:hover {
    color: #FFF;
    background: #000;
    text-decoration: none;
}

.owl-carousel {
    display: none;
}

.sliders {
    position: relative;
}


.owl-nav button.owl-next {
    right: -75px;
    z-index: 4;
}
.owl-nav button.owl-prev {
    left: -75px;
    z-index: 4;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    border: 1px #efefef solid;
    background: #FFF;
    width: 50px;
    height: 50px;
    padding: 15px;
}

.owl-nav button img {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    display: block;
}

.sliders .slider_item {
    width: 100%;
}
.sliders .slider_item a {
   display: block;
}

.sliders .slider_item img {
    width: 100%;
}

.sliders .owl-dots {
    position: absolute;
    bottom: 20px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 12px;
}

.sliders .owl-dots button {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #CCC;
    border: none;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.sliders .owl-dots button.active {
    background: #000;
}

.reg_block h2:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    display: block;
    margin-bottom: 15px;
}
h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.reg_block .box {
    width: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    position: relative;
    height: 100%;
    padding: 50px 50px 100px;
}

.reg_block .go_to, .reg_block .go_site {
    display: block;
    position: absolute;
    right: 50px;
    bottom: 50px;
    height: 50px;
    line-height: 48px;
    padding: 0 50px;
    border: 1px #000 solid;
    text-decoration: none;
    color: #000;
}

.reg_block .reg_reg .go_to {
    color: #FFF;
    background: #000;
}

.reg_block .go_to:hover {
    background: #000;
    color: #FFF;
}

.reg_block .reg_reg .go_to:hover {
    background: #fd0004;
    color: #FFF;
    border-color: #fd0004;
}

.reg_block {
    margin-top: 50px;
}
.reg_block .inner {
    margin-bottom: 50px;
}

.reg_block .reg_enter {
    padding-right: 25px;
}

.reg_block .reg_reg {
    padding-left: 25px;
}

.bs_block img {
    width: 100%;
    height: auto;
}

.bs_block {
    margin-top: 50px;
}

.bs_block a {
    display: block;
}

.shop {
    background: #fafafa;
    margin-top: 100px;
    padding: 100px 0;
}

.shop .main_wrapper {
    position: relative;
}

.shop .slide-shop:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    background-image:-webkit-linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1));
    background-image:-moz-linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1));
    background-image:-ms-linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1));
    background-image:-o-linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1));
    background-image:linear-gradient(to right, rgba(250,250,250,0), rgba(250,250,250,1));
}

.shop .shop_item {
    width: 280px;
    background: #FFF;
    padding: 30px;
}

.shop h2 {
    margin-bottom: 50px;
}

.shop img {
    width: 100%;
    height: auto;
}

.shop .name {
    font-size: 14px;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
    margin-top: 15px;
}

.shop .go_to {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 48px;
    padding: 0 50px;
    border: 1px #000 solid;
    text-decoration: none;
    color: #000;
    display: block;
}

.shop .go_to:hover {
    background: #000;
    color: #FFF;
}

.shop .price_box {
    margin: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.shop .price, .shop .price_old {
    flex: 1;
}

.shop .price_old {
    text-decoration: line-through;
}


.shop .price {
    color: #e0727f;
    font-weight: 700;
}

.shop .price .price_d {
    font-size: 14px;
    line-height: 1;
    color: #000;
    font-weight: 400;
}

.spec_arr {
    width: 280px;
}

.bs_spec {
    margin-top: 100px;
}
.bs_spec .desc {
    padding-top: 20px;
    font-size: 15px;
}
.bs_spec .owl-carousel:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    background-image:-webkit-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image:-moz-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image:-ms-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image:-o-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background-image:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

.footer_bs.shop {
    padding: 0;
    margin: 0;
    position: relative;
}

.footer_bs img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 0;
}


.footer_bs .shop_item {
    display: none;
}


.footer_bs .point {
    width:70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.footer_bs .plus {
    width: 70px;
    height: 70px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 67px;
    font-size: 40px;
    color: #000;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: none   ;
}

.footer_bs .point_1 {
    margin-left: 2%;
}
.footer_bs .point_2 {
    margin-left: 17%;
    margin-top: 3%;
}
.footer_bs .point_3 {
    margin-left: 24%;
    margin-top: -3%;
}

.footer_bs .point_4 {
    margin-left: 32%;
    margin-top: 3%;
}

.footer_bs .point_5 {
    margin-left: 39%;
    margin-top: 8%;
}

.footer_bs .point.active .plus {
    background: #FFF;
}
.footer_bs .point.active:before {
    content: '';
    display: block;
    background: #FFF;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 81px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer_bs .point.active .shop_item {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -140px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.footer_bs .shop .name {
    height: 50px;
}

.pos_r {
    position: relative;
}


.form_box {
    padding-top: 30px;
}

.form_box label {
    display: block;
    position: relative;
}

.form_box label .n {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.form_box label .form-control {
    height: 50px;
    padding-left: 15px;
    border: 1px #000 solid;
    font-size: 14px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[name=code] {
    text-align: center;
}

.form_box .error {
    margin-bottom: 15px;
    color: red;
    font-size: 12px;
}

.form_box .error span {
    display: block;
    margin-top: 5px;
}

.check_phone {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #3BB712;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.check_phone.active {
    display: block;
}
.from_sms {
    display: block;
    z-index: 1;
    background: #FFF;
    text-align: center;
    color: #0056b3;
    line-height: 48px;
}



.time_out_box a, .form_back_link a, .form_b .result a {
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #0056b3;
}
.time_out_box span {
    display: block;
    margin-top: 15px;
    text-align: center;
}

form .btn_box {
    margin-top: 20px;
}

.form_footer {
    padding-top: 50px;
    font-size: 12px;
    opacity: 0.8;
}

.form_footer a {
    color: #000;
}


form .btn_form {
    border: 1px #000 solid;
    line-height: 48px;
    white-space: nowrap;
    text-align: center;
    width: 240px;
    max-width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    background: #000;
    margin: 0 auto;
}

form .btn_form:hover {
    color: #000;
    background: #FFF;
}

.form_box {
    padding: 100px 0;
}

.form_box h2 {
    text-align: center;
}

footer {
    display: block;
    background: #000;
    font-size: 12px;
    color: #FFF;
    padding: 30px;
    margin-top: 50px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.menu_view {
    display: none;
}

@media screen and (max-width: 991px) {
    .reg_block .reg_enter {
        display: none !important;
    }
    .reg_block .reg_reg {
        padding: 0;
    }
    form .btn_form {
        width: 100%;
        display: block;
        text-align: center;
    }
    nav a {
        font-size: 0.5em;
    }
    .shop .shop_item {
        width: 255px;
    }
}

@media screen and (max-width: 640px) {
    .main_wrapper {
        padding: 0 15px;
    }
    .menu_view {
        display: block;
        background: #000;
        color: #FFF;
        line-height: 50px;
        text-align: center;
        margin: 15px 0;
    }

    nav a {
        font-size: 1em;
    }

    nav {
        display: none;
        border-top: 1px #eee solid;
    }
    nav.active {
        display: block;
        margin: 15px 0;
    }
    nav li {
        display: block;
        border: 1px #eee solid;
        border-top: none;
    }

    .owl-nav button.owl-prev {
        left: 30px;
    }
    .owl-nav button.owl-next {
        right: 30px;
    }
    .sliders {
        margin: 0 -15px;
    }

    .reg_block {
        margin: 0 -15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none ;
    }

    .bs_block {
        margin: 0 -15px;
    }

    .shop {
        margin-top: 0;
        padding: 50px 0;
    }

    .reg_block .reg_enter {
        display: none !important;
    }
    .reg_block .reg_reg {
        padding: 0;
    }

    .footer_bs .point {
        display: none;
    }

    form .btn_form {
        width: 100%;
        height: 70px;
        line-height: 68px;
        font-size: 1.2em;
        text-align: center;
        display: block;
    }

    .form_box {
        padding: 50px 30px;
    }

    .sliders .owl-dots button {
        position: relative;
        top: -3px;
    }

}

@media screen and (max-width: 500px) {
    .bs_spec .owl-carousel:before {
        display: none;
    }
    .spec_arr {
        width: 350px;
    }
    .form_box h2 {
        font-size: 1.5rem;
    }

    .shop .shop_item {
        width: 350px;
    }
    .shop .shop_item .img {
        padding-left: 40px;
        padding-right: 40px;
    }
    .shop .slide-shop:before {
        display: none;
    }
    .owl-nav button.owl-prev, .owl-nav button.owl-next {
        margin-top: -100px;
    }
}