#wrapper, .btn, .container, .form_right, .price_cover, .s2_block, .s2_content, .s3_text, .s4_content, .s5_block, .s5_block h4, .section, input, select {
    box-sizing: border-box
}

.btn_cover, .form_left, .header, .header h1, .s2_block, .s5_block, .s5_block h4, h2 {
    text-align: center
}

.btn, .s3_text, .s4_content {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.absolute-bg, body {
    height: 100%;
    width: 100%
}

body, h2 {
    color: #494949
}

.absolute-bg, .fog__container, .section2, .section3 {
    overflow: hidden
}

.form_left h5, .s2_text p, h2 {
    text-transform: uppercase
}

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
}

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

body {
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    word-break: normal
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

.old p::before, .s4_content1::after, .s4_content2::after, .window::after, .window::before {
    content: ''
}

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

.br2 {
    display: none
}

.absolute-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fog {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: url('../img/bg2.jpg') center no-repeat;
    background-size: cover
}

.fog__container {
    position: absolute;
    height: 100%;
    width: 100%
}

.fog__img {
    position: absolute;
    height: 100vh;
    width: 300vw;
    top: 0
}

.fog__img--first {
    background: url('../img/fog5.png') center repeat-x;
    background-size: 50%;
    animation: marquee 60s linear infinite
}

.fog__img--second {
    background: url('../img/fog5.png') center repeat-x;
    background-size: 50%;
    -webkit-animation: marquee 40s linear infinite;
    -moz-animation: marquee 40s linear infinite;
    -o-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-200vw, 0, 0)
    }
}

.container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.scaled {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.window {
    height: 200px;
    position: relative;
    width: 100%
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 2000px;
    overflow: hidden position: relative
}

#wrapper::before {
    left: -15px
}

#wrapper::after {
    right: -20px;
    -webkit-transform: rotateY(190deg);
    -moz-transform: rotateY(190deg);
    -o-transform: rotateY(190deg);
    transform: rotateY(190deg)
}

.section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    min-height: 100px
}

.section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    background-color: #85ef47;
    display: inline-block;
    min-width: 500px;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    font-weight: 700
}

.header, .header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.header {
    z-index: 9999999999999999999999999999;
    background-color: #373737;
    position: relative;
    overflow: hidden
}

.logo {
    display: inline-block;
    background-color: #85ef47;
    position: absolute;
    left: 0;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.logo:hover h1 {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.logo h1 {
    font-size: 20px;
    color: #373737;
    margin-top: 7px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.logo h1 span {
    color: #373737
}

.header ul {
    font-size: 0;
    display: inline-block;
    float: left;
    margin-left: 160px
}

.header ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0 20px;
    box-sizing: border-box;
    padding: 10px 0
}

.header ul li a {
    color: #fff;
    text-decoration: none
}

.login {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-top: 7px;
    margin-right: 20px
}

.section1 {
    margin-top: 0;
    padding: 0;
    position: relative;
    min-height: 600px;
    display: table
}

.s1_cover {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.s1_text {
    display: inline-block;
    vertical-align: middle;
    -webkit-border: 1px solid #fff;
    -moz-border: 1px solid #fff;
    -o-border: 1px solid #fff;
    border: 1px solid #fff;
    padding: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin: 30px 0
}

.s1_text_inner {
    display: inline-block;
    vertical-align: middle;
    -webkit-border: 1px solid #fff;
    -moz-border: 1px solid #fff;
    -o-border: 1px solid #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .5)
}

.s1_text h1 {
    font-size: 40px;
    color: #fff;
    padding: 5px 30px 15px 30px;
    box-sizing: border-box;
    font-weight: 700;
    width: 100%;
    max-width: 800px
}

.s1_bullets {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px;
    overflow: hidden
}

.s1_left, .s1_right {
    display: inline-block;
    width: 40%;
    vertical-align: top
}

.s1_left img {
    max-width: 300px;
}

.s1_right {
    text-align: left;
    box-sizing: border-box;
    padding-top: 10px
}

.s1_right h5 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #85ef47;
    font-weight: 700
}

.s1_right ul li {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.s1_right ul li i {
    margin-right: 10px;
    color: #85ef47
}

.s1_button_cover {
    height: 50px;
    margin-top: 20px
}

.s1_button_cover a {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 40px;
    box-sizing: border-box;
    margin: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.s1_more {
    -webkit-border: 2px solid #fff;
    -moz-border: 2px solid #fff;
    -o-border: 2px solid #fff;
    border: 2px solid #fff;
    color: #fff
}

.s1_more:hover {
    background-color: #fff;
    color: #373737
}

.s1_order {
    background-color: #85ef47;
    -webkit-border: 2px solid #85ef47;
    -moz-border: 2px solid #85ef47;
    -o-border: 2px solid #85ef47;
    border: 2px solid #85ef47;
    color: #373737
}

.s1_order:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #85ef47
}

, .name, .s2_text p {
    color: #fff
}

.fixed_block {
    position: fixed;
    left: 40%;
    top: 0;
    width: 300px;
    height: 50px;
    background-color: red;
    z-index: 999999999999999999999999999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section2 {
    min-height: 300px;
    background-color: #fff;
    padding-top: 20px;
    z-index: 99999999999999999999999;
    position: relative
}

.section2::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 350px;
    height: 350px;
    background: url('../img/green-coffee-beans-500x500.png') center no-repeat;
    background-size: cover;
    transform: rotateY(180deg);
    z-index: -1
}

.section2 .container {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative
}

.beans {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 300px;
    -webkit-transform: rotateY(190deg);
    -moz-transform: rotateY(190deg);
    -o-transform: rotateY(190deg);
    transform: rotateY(190deg)
}

.cupofcoffee {
    position: absolute;
    right: 0;
    top: 30px;
    width: 300px;
    -webkit-transform: rotateY(190deg);
    -moz-transform: rotateY(190deg);
    -o-transform: rotateY(190deg);
    transform: rotateY(190deg)
}

.s2_content {
    z-index: 99999;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 0;
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.s2_content2 {
    width: 960px;
    margin: 0 auto 0 auto;
    overflow: hidden
}

.s2_block {
    display: inline-block;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px;
    box-sizing: border-box;
    width: 300px;
    min-height: 350px;
    position: relative;
    float: left;
    margin: 10px;
    -webkit-border: 1px solid #373737;
    -moz-border: 1px solid #373737;
    -o-border: 1px solid #373737;
    border: 1px solid #373737;
    -webktit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.s2_block i {
    font-size: 60px;
    box-sizing: border-box;
    padding: 20px 20px;
    -webkit-border: 1px solid #85ef47;
    -moz-border: 1px solid #85ef47;
    -o-border: 1px solid #85ef47;

    color: #85ef47
}

.s2_block1 {
    float: left
}

.s2_img {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.s2_text h3 {
    padding: 3px;
    margin-top: 10px;
    font-size: 20px;
    color: #373737
}

.s2_text2 p {
    font-size: 17px;
    margin-top: 20px
}

.section3 {
    background: url('../img/medbg3.jpg') center no-repeat;
    background-size: cover
}

.section3 .container {
    overflow: hidden
}

.section3_inner {
    padding-top: 20px;
    background-color: rgba(160, 237, 247, .8)
}

.s3_img {
    width: 400px;
    display: inline-block;
    float: left;
    margin-bottom: -10px;
    vertical-align: bottom
}

.s3_img img {
    width: 100%
}

.s3_text, .s4_content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.s3_header {
    padding-bottom: 20px
}

.s3_text {
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0;
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    font-size: 20px
}

.name {
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    color: #373737
}

.form_left h5, .name span, .section4 p {
    font-size: 20px
}

.name span {
    font-weight: 400
}

.btn, .new p, .section6 h2 span {
    font-weight: 900
}

.section4 {
    padding: 20px 0 20px 0;
    background-color: #f2f2f2
}

.s4_content_cover {
    text-align: center;
    overflow: hidden;
    box-sizing: border-box
}

.s4_content {
    background-color: #fff;
    margin-bottom: 30px;
    z-index: 110;
    line-height: 30px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 450px;
    margin: 20px 10px 0 10px;
    -webkit-border: 1px solid #373737;
    -moz-border: 1px solid #373737;
    -o-border: 1px solid #373737;
    border: 1px solid #373737;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    min-height: 400px;
    vertical-align: top
}

.s4_content3 .s4_img img {
    width: 110px
}

.s4_content5 {
    width: 100%;
    min-height: 10px;
    margin: 20px 0 0 0
}

.s4_content5 .s4_img {
    float: left
}

.s4_text {
    width: 100%;
    display: block;
    text-align: left
}

.s4_text h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px 0;
    text-align: center
}

.s4_content .s4_img {
    width: 200px;
    margin: 0 auto
}

.s4_content .s4_img img {
    width: 150px
}

.s4_content1::after, .s4_content2::after {
    bottom: 0;
    position: absolute;
    height: 100%;
    z-index: -10
}

.s4_content1 {
    padding: 20px
}

.old p::before, .s4_content2::after {
    left: 0
}

.section5 {
    padding: 20px 0;
    background-color: #f2f2f2;
    overflow: hidden
}

.s5_content {
    width: 95%;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto
}

.s5_block {
    padding: 20px;
    height: 100%
}

.s5_block h4 {
    background-color: #fff;
    width: 100%;
    padding: 3px;
    margin-bottom: 15px
}

.s5_block img {
    width: 100%;
    margin: 0 auto
}

#input_cover1::before, #input_cover2::before {
    top: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    content: "";
    left: 0
}

.s5_block1 img, .s5_block2 img {
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none
}

.section7 {
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #373737
}

.s7_content {
    text-align: center;
    font-size: 0
}

.s7_block {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    min-height: 220px;
    background-color: #fff;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid #85ef47
}

.s7_block h3 {
    font-size: 30px;
    text-transform: uppercase
}

.s7_block p {
    font-size: 15px;
    text-align: left
}

.section8 {
    background-color: #373737;
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
    width: 100%
}

.s8_content {
    text-align: center
}

.s8_content i {
    font-size: 60px;
    color: #fff;
    margin-top: 86px
}

.s8_block {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    vertical-align: top
}

.s8_block img {
    width: 100%;
    max-width: 200px;
    margin: 20px 0;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -o-border-radius: 300px;
    border-radius: 300px;
    border: 2px solid #85ef47
}

.s8_block p {
    color: #fff;
    font-size: 20px
}

.section6 {
    padding: 20px 0;
    background-color: #fff
}

.section6 h2 span {
    color: #fff
}

#input_cover1::before {
    background: url('../img/sprites.png') -95px -172px;
    background-size: 230px
}

#input_cover2::before {
    background: url('../img/sprites.png') -17px -172px;
    background-size: 230px
}

.old p::before {
    background-color: #373737
}

#form {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 20px;
    overflow: hidden
}

.form_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px
}

.form_left img {
    width: 30%;
    margin-top: 50px
}

.price_cover {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left
}

.price_mobile {
    display: none;
    margin: 20px 0
}

.old p {
    font-size: 30px;
    position: relative;
    display: inline-block
}

.old p span {
    position: relative
}

.old p span::before {
    width: 100%;
    height: 3px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    background-color: red;
    position: absolute;
    left: 0;
    top: 18px;
    content: ''
}

.new p {
    font-size: 40px;
    display: inline-block
}

.new p span {
    color: #85ef47
}

input, select {
    font-size: 20px
}

.form_right {
    float: right;
    width: 50%;
    padding: 40px 30px 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative
}

.form_right::before {
    content: "";
    left: -30px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #373737;
    position: absolute
}

.ac_footer {
    top: 0;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #373737;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999999999999999;
    padding: 20px 10px 40px
}

#input_cover1, #input_cover2, #select_cover {
    margin-bottom: 45px;
    position: relative;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #85ef47
}

#select_cover::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 40px;
    width: 40px;
    background: url('../img/sprites.png') -17px -95px;
    background-size: 230px
}

#select_cover::after {
    content: '';
    top: 10px;
    right: 10px;
    height: 40px;
    width: 0;
    position: absolute;
    -webkit-border: 10px solid transparent;
    -moz-border: 10px solid transparent;
    -o-border: 10px solid transparent;
    border: 10px solid transparent;
    -webkit-border-top: 10px solid #85ef47;
    -moz-border-top: 10px solid #85ef47;
    -o-border-top: 10px solid #85ef47;
    border-top: 10px solid #85ef47;
    z-index: 2
}

input, select {
    width: 100%;
    padding: 5px 0 5px 10px;
    height: 40px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
    -webkit-border-bottom: 2px solid #85ef47;
    -moz-border-bottom: 2px solid #85ef47;
    -o-border-bottom: 2px solid #85ef47;
    border-bottom: 2px solid #85ef47;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.btn_cover {
    width: 100%;
    margin-top: 30px
}

.btn {
    font-size: 40px;
    -webkit-border: 5px solid #85ef47;
    -moz-border: 5px solid #85ef47;
    -o-border: 5px solid #85ef47;
    border: 5px solid #85ef47;
    -webkit-border-top: none;
    -moz-border-top: none;
    -o-border-top: none;
    border-top: none;
    -webkit-border-bottom: none;
    -moz-border-bottom: none;
    -o-border-bottom: none;
    border-bottom: none;
    padding: 15px;
    width: 100%;
    background-color: #f2f2f2;
    color: #85ef47;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn:hover {
    border: 5px solid #373737;
    color: #373737;
    -webkit-border-top: none;
    -moz-border-top: none;
    -o-border-top: none;
    border-top: none;
    -webkit-border-bottom: none;
    -moz-border-bottom: none;
    -o-border-bottom: none;
    border-bottom: none
}

.btn:active {
    transform: scale(.95)
}

.offer {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    height: 100% overflow: hidden;
    border: 4px dashed red;
    border-radius: 5px;
    background: url('../img/sale.png');
    background-size: 150px
}

.ac_footer {
    top: 0;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #373737;
    background-color: #fff;
    z-index: 999999999999999;
    padding: 20px 10px 40px
}

.offer_inner {
    background-color: rgba(255, 195, 0, .9);
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box
}

#packs {
    color: red;
    font-weight: 700;
    font-size: 23px
}

.description {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 20px
}

.description h5 {
    display: inline-block;
    background-color: red;
    box-sizing: border-box;
    padding: 5px;
    color: #fff;
    font-weight: 700
}

.timer_cover {
    height: 100%;
    width: 280px;
    height: 70px;
    margin: 0 auto;
    display: block
}

.timer {
    width: 370px;
    height: 80px;
    display: inline-block;
    pointer-events: none;
    margin-left: 0;
    top: -20px;
    transform: scale(.7);
    left: -46px
}

.flip-clock-label {
    display: none
}

.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
    }
}

@media screen and (max-width:1100px) {
    .container {
        width: 100%
    }
    .s5_content {
        width: 90%
    }
}

@media screen and (max-width:990px) {
    .s2_content2 {
        text-align: center;
        width: 90%;
        padding-left: 10px
    }
    .s2_block {
        width: 47%
    }
    .s7_block {
        width: 40%;
        min-height: 150px;
        margin-top: 20px
    }
}

@media screen and (max-width:950px) {
    .header {
        overflow: hidden;
        height: 40px
    }
    .header ul {
        display: none
    }
    .bars {
        height: 40px;
        width: 35px;
        display: inline-block;
        background-color: #373737;
        box-sizing: border-box;
        padding: 2px;
        float: left;
        position: relative
    }
    .bar {
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 3px;
        top: 13px;
        width: 80%;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px
    }
    .bar2 {
        top: 20px
    }
    .bar3 {
        top: 27px
    }
    .logo {
        margin-left: 35px
    }
    .s1_left {
        width: 35%;
        float: left
    }

    .s1_right {
        width: 30%
    }
    .price_cover {
        padding: 0;
        width: 80%
    }
    .offer {
        max-width: 500px
    }
    .price_mobile {
        display: block;
        box-sizing: border-box;
        width: 90%
    }
    .price_desctop {
        display: none
    }
    .form_left, .form_right {
        float: none;
        display: block;
        width: 100%
    }
    .timer_cover {
        width: 220px;
        height: 60px
    }
    .timer {
        transform: scale(.6);
        left: -75px;
        top: -22px
    }
    .flip-clock-label {
        display: none
    }
}

@media screen and (max-width:900px) {
    .s8_content i {
        margin: 20px 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        box-sizing: border-box;
        padding: 0 10px
    }
    .s8_block {
        display: block;
        margin: 0 auto
    }
    .s8_block img {
        margin-top: 0;
        width: 80%
    }
}

@media screen and (max-width:800px) {
    .s2_content2 {
        padding-left: 0
    }
    .s2_block {
        width: 100%;
        vertical-align: top;
        margin: 10px 0;
        min-height: 100px
    }
    .section3 .container {
        padding-bottom: 20px
    }
    .s3_text {
        position: absolute;
        width: 90%;
        left: 5%;
        bottom: 0
    }
    .s3_img {
        margin-bottom: 20vw
    }
    .s7_block {
        min-height: 190px
    }
    #desctopscript {
        display: none
    }
}

@media screen and (max-width:650px) {
    .s1_left {
        width: 100%;
        float: none
    }
    .s1_left img {
        width: 50%;
        max-width: 250px
    }
    .s1_right {
        width: 100%;
        padding-left: 0
    }
    .s7_block {
        display: block;
        margin: 20px auto 0 auto;
        max-width: 300px;
        width: 100%
    }
}

@media screen and (max-width:570px) {   
    .form_left img {
        width: 40%;
        margin-top: 30px
    }
    .section h2 {
        min-width: 50px
    }
    .s3_img {
        margin-bottom: 40vw
    }
}

@media screen and (max-width:500px) {
    .s1_text h1 {
        font-size: 7vw
    }
    .section h2 {
        font-size: 7vw
    }
    .form_right {
        padding: 40px 10px 20px 10px
    }
}

@media screen and (max-width:450px) {
    .s1_button_cover {
        height: 100%;
        margin-bottom: 20px
    }
    .s1_button_cover a {
        display: block;
        max-width: 200px;
        width: 100%;
        margin: 10px auto
    }
    .s3_img {
        margin-bottom: 30px;
        position: relaitve;
        float: none;
        width: 100%
    }
    .s3_img img {
        width: 100%;
        max-width: 300px;
        margin-bottom: -200px
    }
    .s3_text {
        position: relative
    }
    .s4_content_cover {
        padding-bottom: 0
    }
    .s4_content {
        width: 90%;
        min-height: 50px;
        float: none
    }
    .old p {
        font-size: 8vw
    }
    .new p {
        font-size: 10vw
    }
}

@media screen and (max-width:350px) {
    .s7_block {
        width: 90%
    }
    .offer {
        width: 100%
    }
    .s4_content .s4_img {
        width: 100%
    }
    .s4_content .s4_img img {
        width: 70%
    }
    .s4_content {
        padding: 20px 10px
    }
}

@media screen and (max-width:280px) {
    .timer_cover {
        width: 170px;
        height: 40px
    }
    .timer {
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
        left: -100px;
        top: -31px
    }
    .old p {
        font-size: 10vw
    }
    .new p {
        font-size: 15vw
    }
}