@charset "UTF-8";
.ac_footer, .logo1 h1 .logospan2, .logo2 h1 .logospan2, .logo_under, .order_photo, .product, input, select {
    box-sizing: border-box
}

.logo_under, .logo_under::before {
    opacity: 1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

.myslides p, button, h1 {
    text-transform: uppercase
}

.logo_under, .logo_under::before, .photo {
    animation-fill-mode: forwards
}

.bg1, .btn, .camera, .camera_cover, .logo_under, .order_form, .s1_hand_img, .slider, .wrapper {
    overflow: hidden
}

.header_content, .logo1, .myslides, .product, .s1_hand, .s3_main_content, .section1, .section3, .text {
    text-align: center
}

.btn, .dot {
    cursor: pointer
}

.logo1 h1, a, body {
    color: #000
}

.dots_bar, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

p {
    color: #212121
}

.new_price, .old_price, .order_text1, .price_title, button, h1 {
    font-weight: 700
}

button, h1 {
    font-size: 30px
}

body {
    line-height: 1;
    background-color: #fff;
    font-family: bentonblack, sans-serif
}

.section3 p, .section_3_content p {
    line-height: 35px
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

.btn::before, .logo_under::before, .name::before, .phone::before {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, a:active, a:focus, a:hover, a:visited, button, button:visited {
    outline: 0 !important
}

h1 {
    margin-bottom: 30px
}

.iframe {
    height: 350px;
    width: 250px;
    position: fixed;
    top: 35%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}
.prod_video{
    position: absolute;
    width:180px;
    bottom: 30px;
    left:45px;
}

.bg1, .bg2 {
    position: absolute
}

.header, .logo1, .logo_under, .s1_hand {
    position: relative
}

.wrapper {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    background-color: #000
}

.wrapper_top_bg {
    height: 150px;
    width: 100%;
    -webkit-background: url(../img/top_bg.jpg) repeat-x;
    -moz-background: url(../img/top_bg.jpg) repeat-x;
    -o-background: url(../img/top_bg.jpg) repeat-x;
    background: url(../img/top_bg.jpg) repeat-x;
    background-size: contain;
    transform: rotate(180deg)
}

.wrapper_top {
    height: 50px;
    width: 100%;
    background: -webkit-linear-gradient(0deg, #212121, #000);
    background: linear-gradient(0deg, #212121, #000)
}

.wrapper_bottom_bg {
    height: 150px;
    width: 100%;
    -webkit-background: url(../img/top_bg.jpg) repeat-x;
    -moz-background: url(../img/top_bg.jpg) repeat-x;
    -o-background: url(../img/top_bg.jpg) repeat-x;
    background: url(../img/top_bg.jpg) repeat-x;
    background-size: contain;
    /*transform: rotate(deg)*/
}

.wrapper_bottom {
    height: 50px;
    width: 100%;
    background: -webkit-linear-gradient(180deg, #212121, #000);
    background: linear-gradient(180deg, #212121, #000)
}

.dots_bar, .slider {
    background-color: #900
}

.header_bg {
    width: 100%;
    height: 100%
}

.bg1 {
    width: 62.35%;
    z-index: 1
}

.bg2 {
    z-index: 0;
    width: 30%
}

.logo_under {
    height: 380px;
    width: 310px;
    margin: -10px auto -90px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: contain
}

.logo_under img {
    width: 100%
}

.logo_under::before {
    height: 410px;
    width: 310px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/deer2.png?v1) center no-repeat;
    background-size: contain;
    animation-name: off;
    animation-delay: 4s;
    z-index: 999999;
    opacity: 0
}

@keyframes off {
    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.blue_bg {
    height: 100%;
    width: 80%
}

.header {
    width: 100%;
    height: 670px
}

.logo1 {
    width: 100%;
    margin-top: 20%;
    z-index: 20
}

.logo1 img {
    width: 80%
}

.logo1 h1 {
    font-size: 110px;
    width: 100%;
    color: #fff;
    margin: 15% 0 0
}

.logo1 h1 .logospan1 {
    -webkit-background-color: #900;
    -moz-background-color: #900;
    -o-background-color: #900;
    background-color: #900;
    margin: 0;
    padding: 0;
    -moz-padding: 28px 5px 0 5px;
    -ms-padding: 28px 5px 0 5px;
    border-radius: 2px;
    border: 2px solid #900;
    -moz-border: 2px solid #900
}

@-moz-document url-prefix() {
    p {
        color: red
    }
}

.logo1 h1 .logospan2 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0;
    -moz-padding: 18px 5px 0 5px;
    -ms-padding: 18px 5px 0 5px;
    margin-left: 10px
}

.product {
    padding: 30px 0 130px
}

.product img {
    width: 40%
}

.header_content {
    z-index: 3
}

.section1 {
    width: 100%;
    height: 100%;
    margin-top: 100px
}

.section1 button {
    margin: 70px auto 0;
    width: 40%;
    height: 70px
}

.s1_hand {
    z-index: 2;
    left: 20%;
    margin-top: -8%;
    width: 140%;
    transition: .5s
}

.s1_hand_img, .s1_hand_img_shadow {
    width: 100%
}

.s1_hand_img {
    position: absolute;
    z-index: 2
}

.s1_hand_img_shadow {
    margin-left: -20px;
    margin-top: -30px;
    z-index: 10
}

#video {
    position: absolute;
    width: 40%;
    height: 64%;
    z-index: 0;
    margin-top: 8.2%;
    left: 3%
}

.slider {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    margin-top: 50px
}

.numbertext, .text {
    color: #fff;
    padding: 8px 12px;
    position: absolute
}

.myslides {
    height: 100%;
    width: 90%;
    margin: 0 auto
}

.myslides img {
    width: 50%;
    margin: 0 auto
}

.myslides p {
    margin: 30px auto;
    width: 90%;
    color: #212121
}

.slide1_p, .slide2_p {
    font-size: 30px
}

.slide3_p {
    font-size: 20px
}

.slide4_p, .slide5_p {
    font-size: 30px
}

.dots_bar, .slide_controls {
    width: 100%
}

.text {
    font-size: 15px;
    bottom: 8px;
    float: left
}

.numbertext {
    font-size: 12px;
    top: 0
}

.camera_cover, .photo_cover {
    position: relative;
    text-align: center
}

.dots_bar {
    margin-bottom: 50px;
    padding-bottom: 50px
}

.dot, .section h1, .section3 p {
    display: inline-block
}

.dot {
    height: 25px;
    width: 25px;
    margin: 20px 20px 0;
    border-radius: 50%;
    transition: background-color .6s ease
}

.btn, .btn::before, .btn:hover, .photo {
    transition: .5s
}

.rc-anchor {
    z-index: 9999;
    position: relative
}

.camera_cover, .section2 {
    width: 100%;
    height: 100%
}

.active, .dot:hover {
    background-color: #054d91
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width: 300px) {
    .next, .prev, .text {
        font-size: 11px
    }
}

.camera_cover {
    z-index: 10;
    position: relative;
    margin-top: 50px
}

.camera_hidden {
    height: 200px;
    width: 95%;
    position: absolute;
    background-color: #000;
    top: -100px;
    z-index: -1
}

.camera {
    width: 90%;
    margin: 0 auto;
    z-index: inherit;
    z-index: 19
}

.photo_cover {
    height: 100%;
    width: 100%
}

.photo {
    width: 72%;
    margin-top: -750px;
    margin-left: 16px;
    z-index: -2;
    position: relative;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: ease
}

.photoDown {
    animation-name: photoDown
}

@keyframes photoDown {
    100% {
        margin-top: -13vw
    }
}

.light, .light2, .light3, .light4 {
    height: 50px;
    width: 50px;
    position: absolute;
    margin-top: 4.9%;
    z-index: 2;
    border-radius: 30px
}

.light2 {
    border-radius: 25px
}

.btn, light4 {
    border-radius: 5px
}

light3 {
    border-radius: 15px
}

.section3 {
    width: 100%;
    margin-top: 50px;
    height: 100%
}

.section3 button {
    width: 40%
}

.rainbow {
    width: 7%;
    position: absolute;
    z-index: 60
}

.input_cover, .order_img, .order_photo, .order_text, .price, input {
    position: relative
}

.input_cover {
    margin: 0 auto
}

.rainbow1 {
    margin-top: 25%;
    left: 20%
}

.rainbow2 {
    margin-top: 15%;
    left: 23%
}

.rainbow3 {
    margin-top: 24%;
    margin-left: 20%
}

.rainbow4 {
    left: 15%;
    top: 20%;
}

.rainbow5 {
    right: 50%;
    margin-top: -5%
}

.rainbow6 {
    margin-top: 12%;
    right: 15%
}

.rainbow7 {
    right: 25%;
    margin-top: 2%
}

.s3_main_content p {
    font-size: 90px
}

.s3_main_content {
    width: 70%;
    margin: 0 auto
}

.section_3_content {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0
}

.section_3_content:first-child {
    padding-top: 0
}

.section3 p {
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #fff
}

.section3_header {
    float: left;
    height: 100%
}

.section3_header h1 {
    font-size: 100px;
    color: #900;
    text-align: left;
    height: 100%
}

.container, .container3, .price, .text li {
    text-align: center
}

.section3_text {
    height: 100%
}

.section h1 {
    width: 10%
}

.section3 span {
    color: #900;
    font-size: 30px
}

.section3 button {
    margin-top: 50px;
    margin-bottom: 0
}

.container {
    width: 80%;
    margin: 0 auto
}

.text li, .text ul {
    margin-top: 20px
}

.s3_photo, .text {
    width: 50%;
    height: inherit
}

.fa-check {
    color: #adff2f
}

.text li {
    font-size: 25px
}

.s3_photo {
    float: right;
    width: 50%
}

.s3_photo img {
    width: 400px;
    margin-right: 20%
}

.order_form {
    width: 80%;
    height: 100%;
    background-color: #000;
    margin: 0 auto;
    padding: 30px 0;
    z-index: 10
}

.container3, .logo2, .logo2 img {
    width: 100%
}

.logo2 {
    z-index: 20;
    margin: 0 0 40px
}

.order_photo {
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 40px;
    background-color: #fff;
    min-height: 200px
}

.container3 {
    height: 100%;
    margin: 0 auto
}

.text_photo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.section3 h1 {
    margin-bottom: 50px;
    color: #fff
}

.order_img {
    display: table;
    width: 40%;
    float: left;
    margin: auto;

}

.cert, .prod {
    display: inline-block
}

.prod {
    max-width: 100%;
    
}

.cert {
    width: 25%
}

.order_text1 {
    font-size: 30px;
    color: #212121;
    padding-top: 20px;
    padding-bottom: 20px
}

.order_text1 span {
    color: #900
}

.order_text2 {
    font-size: 30px;
    color: red;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px
}

.price {
    width: 60%;
    display: block;
    margin: 20px 0 0;
    float: right
}

.price_title {
    font-size: 40px;
    margin-bottom: 20px
}

.new_price, .old_price {
    width: 60%;
    display: inline-block;
    float: none;
    font-size: 40px;
    text-align: left
}

.order_text, input, select {
    width: 100%;
    background-color: #212121;
}

select {
    background: url(../img/select.png) no-repeat 98% 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.old p {
    color: #212121
}

.new p, .new_price {
    color: #900
}

.new p {
    font-size: 48px
}

.order_text {
    height: 100%;
    float: right;
    padding: 20px;
    z-index: 200;
    margin-top: 30px
}

.namephone {
    text-align: left;
    margin: 20px 0 10px;
    color: #fff;
    position: relative
}

.namme {
    margin-top: 20px;
    position: relative
}

input, select {
    height: 50px;
    font-size: 22px;
    
    color: #900;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 60px;
    outline: 0;
    display: block;
    border: 0;
    border-bottom: 2px solid #900;
    border-radius: 0
}


.ac_footer p {
    color: #fff;
}

.ac_footer a {
    color: #fff;
}

.ac_footer, .btn:hover {
    color: #fff;
}

input {
    height: 45px;
}

.map::before {
    position: absolute;
    background: url(../img/map-marker-alt.svg) center no-repeat;
    background-size: 20px;
    content: ''
}

.namme::before, .phone::before, .map::before {
    top: 20px;
    width: 50px;
    height: 50px;
    z-index: 999999;
    left: 0
}

.namme::before {
    position: absolute;
    background: url(../img/person.svg) center no-repeat;
    background-size: 24px;
    content: ''
}

.ac_footer span, a {
    color: #fff;
}


.ac_footer, .phone {
    position: relative
}

.ac_footer {
    height: 100%;
    width: 800px;
    text-align: center;
    padding: 23px;
    margin: -15px auto 0 auto;
    background-color: #af0001
}

.phone::before {
    position: absolute;
    background: url(../img/mobile-alt.svg) center no-repeat;
    background-size: 20px
}

.btn, .btn span {
    position: relative
}

::placeholder {
    color: #fff
}

.btn {
    width: 90%;
    height: 70px;
    border: none;
    background-color: #fff;
    font-size: 30px;
    margin: 20px auto 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.btn span {
    z-index: 9999
}

.btn::before {
    height: 80px;
    width: 0%;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: #900;
    z-index: 10;
    border-radius: 5px
}

.btn:hover {
    transition: .3s
}

.btn:hover.btn::before {
    width: 110%
}

.description {
    margin: 20px 0;
    text-align: left;
    color: grey;
    font-size: 14px
}

#footer a:hover, .tooltip {
    color: #212121
}

#footer, .timer, .timer_cover {
    text-align: center
}

.description p {
    margin-top: 10px;
    color: #f2f2f2;
    font-size: 16px
}

.tooltip {
    position: absolute;
    background-color: #fff;
    top: 15px;
    right: 0;
    border-radius: 3px;
    font-size: smaller;
    padding: 5px 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.btn_true {
    /*display: value;*/
    margin: 20px auto 0
}

.btn_false {
    display: none
}

.btn_bottom {
    margin-top: 15px;
    margin-bottom: 0
}

.timer_cover {
    height: 100%;
    width: 100%;
    display: block
}

.timer {
    width: 370px;
    height: 80px;
    display: inline-block;
    pointer-events: none
}

.flip-clock-wrapper {
    margin: 0
}

.flip-clock-label {
    display: none
}

#footer {
    padding: 0
}

#footer a {
    color: #fff;
    font-size: 16px
}

#footer p {
    margin: 10px;
    color: #fff
}

@media screen and (min-width: 150px) and (max-width: 240px) {
    .s1_hand {
        position: relative;
        z-index: 1
    }

    #video {
        margin-top: 8.5%;
        height: 71%;
        position: absolute
    }
}

@media (max-width: 300px) {
    .wrapper_bottom_bg, .wrapper_top_bg {
        height: 100px
    }

    .header {
        height: 200px
    }

    .logo_under {
        width: 150px;
        margin-bottom: 0
    }

    .logo_under::before {
        width: 150px;
        margin-top: -86px
    }

    ::placeholder {
        font-size: 8vw
    }

    .btn h2 {
        font-size: 11vw
    }

    .order_text2 {
        font-size: 12vw
    }

    .timer_cover {
        margin-bottom: 30px;
        zoom: .4;
        order: 2;
        font-size: 30px
    }
}

@media screen and (min-width: 241px) and (max-width: 330px) {
    .s1_hand {
        position: relative;
        z-index: 1
    }

    #video {
        margin-top: 7.8%;
        height: 68%;
        position: absolute
    }
}

@media screen and (min-width: 301px) and (max-width: 400px) {
    .timer_cover {
        margin-bottom: 30px;
        zoom: .7;
        order: 2;
        font-size: 30px
    }
}

@media screen and (min-width: 331px) and (max-width: 400px) {
    #iframe {
        right: 61.1%;
        overflow: hidden;
        top: 27%;
        width: 33.5%;
        position: absolute;
        height: 65%;
        z-index: 2;
        display: block
    }
}

@media screen and (max-width: 400px) {
    .ac_footer, .wrapper {
        width: 100%
    }

    .flip-clock-label, .section3_header h1 {
        display: none
    }

    .wrapper {
        border: none
    }

    .s1_hand {
        width: 220%;
        margin-top: -26%;
        left: 0;
        position: relative
    }

    .myslides img {
        width: 60%
    }

    .s1_hand_shadow {
        z-index: -2;
        position: absolute
    }

    .logo_under {
        height: 100%;
        padding-bottom: 0
    }

    .header {
        height: 110vw
    }

    #video {
        border-radius: 5px;
        width: 40%;
        top: 0
    }

    #src_video {
        z-index: 2;
        position: absolute;
        width: 30%
    }

    .slide1_p, .slide2_p {
        font-size: 7vw
    }

    .slide3_p {
        font-size: 6.3vw
    }

    .slide4_p, .slide5_p {
        font-size: 7vw
    }

    .slick-dots li, .slick-dots li button {
        width: 5px;
        height: 5px;
        cursor: pointer
    }

    .slick-dots li button:before, .slick-dots li.slick-active button:before {
        font-size: 20px
    }

    .order_form {
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden
    }

    .order_photo, .order_text {
        float: none
    }

    .text_photo {
        text-align: center;
        width: 100%;
        margin: 0 auto
    }

    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 50px;
        order: 3
    }

    .order_photo {
        width: 100%;
        margin: 0 auto;
        order: 1
    }

    .btn, .price {
        margin-top: 20px;
        margin-bottom: 0
    }

    .section1 button {
        width: 90%;
        height: 50px
    }

    .price {
        width: 60%;
        float: right;
        padding-left: 0
    }

    .old p {
        font-size: 7vw;
        text-align: center;
    }

    .new p {
        font-size: 7vw;
        text-align: center;
    }

    .price_title {
        font-size: 8vw
    }

    .order_text1 {
        font-size: 5vw
    }

    .order_text2 {
        margin-top: 10px;
        order: 2
    }

    .input_cover {
        width: 90%;
        margin: 0 auto
    }

    input, select {
        width: 100%
    }

    .namephone {
        width: 90%
    }

    .photo {
        margin-left: 8px
    }

    .order_form {
        width: 100%
    }

    .order_form h1 {
        font-size: 60px;
        margin-top: 30px
    }

    .order_photo {
        padding: 10px
    }

    .s3_main_content {
        width: 90%
    }

    .section3_text p {
        font-size: 20px
    }

    .section3 p {
        width: 100%
    }

    .slider {
        margin-bottom: 50px;
        height: 100%;
        min-height: 0
    }

    .order_img {
        overflow: hidden;
        width: 40%;
        float: left
    }

    .prod {
        width: 100%
    }

    .logo1 h1, .logo2 h1 {
        font-size: 16.8vw
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px
    }

    .top_btn {
        font-size: 19px
    }

    .description {
        width: 90%;
        margin: 20px auto 0
    }

    .description p {
        width: 100%
    }
}
@media (max-width:710px){
    .prod_video{
        width: 140px;
    bottom: 10%;
    left: 4%;
    }
}
@media (max-width:600px){
    .prod_video{
    width: 120px;
    bottom: 10%;
    left: 5%;
    }
}
@media screen and (min-width: 401px) and (max-width: 430px) {
    .s1_hand {
        width: 180%;
        left: 10%
    }

    .order_form {
        width: 100%
    }

    .s3_main_content {
        width: 90%
    }

    .order_form h1 {
        font-size: 60px
    }

    .old p {
        font-size: 40px
    }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .btn{
        font-size:26px;
        color:#000;
    }
    .s1_hand {
        width: 180%;
        left: 10%
    }

    #video {
        border-radius: 5px
    }

    .order_form h1 {
        font-size: 80px
    }

    .s3_main_content {
        width: 90%
    }

    .order_form {
        width: 100%
    }
}

@media screen and (min-width: 301px) and (max-width: 420px) {
    .btn{
        font-size:24px;
        color:#000;
    }
    .logo_under {
        width: 250px;
        margin-bottom: -50px
    }

    .logo_under::before {
        width: 250px;
        top: -32px
    }
}

@media screen and (min-width: 401px) and (max-width: 800px) {
    .order_img, .text_photo {
        text-align: center
    }

    .header {
        height: 100%
    }

    .logo1 h1 {
        font-size: 15.5vw;
        margin-bottom: 80px
    }

    .myslides img {
        width: 60%
    }

    .ac_footer, .wrapper {
        width: 100%
    }

    .wrapper {
        border: none
    }

    .s1_hand {
        position: relative;
        z-index: 10
    }

    #src_video, #video, .s1_hand_img, .s1_hand_shadow {
        position: absolute
    }

    .s1_hand_img {
        z-index: 1
    }

    .s1_hand_shadow {
        z-index: -2
    }

    #video {
        z-index: 0;
        border-radius: 5px;
        width: 40%;
        top: 0
    }

    #src_video {
        z-index: 2;
        width: 30%
    }

    .photo {
        margin-left: 11px
    }

    .text_photo {
        display: flex;
        flex-direction: column
    }

    .logo2 h1 {
        font-size: 15.5vw;
        margin-top: 30px
    }

    .order_form {
        width: 90%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column
    }

    .order_photo, .order_text {
        float: none
    }

    .text_photo {
        width: 100%;
        margin: 0 auto
    }

    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 50px;
        order: 4
    }

    .order_photo {
        width: 100%;
        margin: 0 auto 30px;
        order: 1
    }

    .order_text2 {
        order: 2
    }

    .timer_cover {
        order: 3;
        display: block;
        margin: 0 auto 35px;
        position: relative
    }

    .timer, .timer1 {
        width: 370px
    }

    .btn {
        margin-top: 20px;
        margin-bottom: 0
    }

    .section1 button {
        width: 70%;
        height: 50px
    }

    .old p, .price_title {
        font-size: 5vw
    }

    .new p {
        font-size: 6vw;
    }

    .order_text1 {
        font-size: 5vw
    }

    .order_text2 {
        margin-top: 10px
    }

    .input_cover {
        width: 90%;
        margin: 0 auto
    }

    input, select {
        width: 100%
    }

    .namephone {
        width: 90%
    }



    .description {
        width: 90%;
        margin: 20px auto 0
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .ac_footer, .wrapper {
        width: 93%;
    }

    .timer_cover {
        margin: 0;
    }

    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .order_form p{
        float: left;
    }

    .new_price p {
        font-size: 44px;
    }

    .order_text1 {
        font-size: 35px;
        margin-top: 0
    }

    .order_text2 {
        font-size: 25px
    }

    .order_text {
        padding: 0 20px
    }

    .btn {
        margin-top: 9%
    }

    .section1 button {
        width: 60%
    }

    .logo2 h1 {
        font-size: 13vw
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}