/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    background-color: #fff;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

/* typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #464855;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}

a {
    color: #4886ff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #4886ff;
    outline: 0;
    text-decoration: none;
}

p {
    color: #676767;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

strong {
    font-weight: bold;
}

.heading {
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 36px;
    line-height: 46px;
    color: #222;
    font-weight: 800;
    text-transform: uppercase;
}

.heading:before {
    content: "";
    height: 5px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -40px;
    background-color: #8bc34a;
}

.heading span {
    font-weight: normal;
}

.space {padding: 60px 0;}


/* header
================================================== */
header {
    padding: 30px 0;
}

header h1 {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin: 0 0 5px 0;
}

header h2 {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

header .order {
    width: 300px;
    margin: 0 auto;
    display: table;
}

header .timer {
    text-align: center;
    margin: 25px 0 20px;
}

header .timer span {
    font-weight: bold;
}

header .timer #getting-started {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
}

header .order .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 22px;
    text-shadow: 0 2px 3px rgb(119, 64, 15);
}

header .discount {
    width: 100%;
    width: 165px;
    height: 140px;
    background: url(../imgs/discount-green.png) top no-repeat;
    background-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-top: 67px;
}

header .discount .label {    
    position: absolute;
    top: 68px;
    left: 3px;
    font-size: 12px;
}

header .discount .value {
    position: absolute;
    top: 27px;
    right: 21px;
    font-size: 28px;
    font-weight: bold;
    color: #8bc34a;
}

header .features li {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

header .features li span {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    float: left;
    display: block;
    margin-right: 17px;
    text-align: center;
}

header .features li span img {
    height: 25px;
    margin: 14px auto;
    display: block;
}

header .features li p {
    font-weight: bold;
    display: table;
    padding-right: 50px;
    line-height: 20px;
    margin: 5px 0;
    font-size: 14px;
}

header .prices {
    border-bottom: 3px dashed #8bc34a;
    display: inline-block;
}

header .prices small {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

header .prices .price {
    font-weight: normal;
    display: inline-block;
    margin-right: 50px;
    font-size: 30px;
}

header .prices .price small {
    font-weight: 800;
}

header .prices .price span {
    text-decoration: line-through;
    font-size: 30px;
    height: 50px;
    display: inline-block;
    line-height: 90px;
}

header .prices .new-price {
    font-weight: 800;
    display: inline-block;
    font-size: 50px;
}

header .prices .new-price span {
    height: 50px;
    display: inline-block;
    color: #8bc34a;
}

header .product {
    margin: 0 0 20px 0;
    max-height: 405px;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}

/* sections
================================================== */
.section-01 img {
    margin: 0 auto 50px;
    display: block;
}

.section-01 p {
    text-align: center;
}

.section-02 {
    position: relative;
    display: table;
    width: 100%;
}

.section-02 h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.section-02 img {
    margin-right: 20px;
}

.performance .performance-list {
    padding: 0 0 0 35px;
    border-left: 1px dotted rgba(0,0,0,.3);
}

.performance .performance-list li {
    padding: 17px 0;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    font-size: 16px;
}

.performance .performance-list li:last-of-type {
    border: 0;
}

.performance .performance-list li h4 {
    font-size: 26px;
    line-height: 32px;
}

.performance .performance-text h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 5px 0;
    font-size: 28px;
    line-height: 34px;
}

.performance .performance-text h2 {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
}

.performance .performance-text .prices img {
    max-height: 250px;
    margin: 0 auto 30px auto;
    display: block;
}

.performance .performance-text .prices {
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}

.performance .performance-text .prices small {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.performance .performance-text .prices .price {
    font-weight: normal;
    display: inline-block;
    margin-right: 50px;
    font-size: 30px;
}

.performance .performance-text .prices .price small {
    font-weight: 800;
}

.performance .performance-text .prices .price span {
    text-decoration: line-through;
    font-size: 30px;
    height: 50px;
    display: inline-block;
    line-height: 90px;
}

.performance .performance-text .prices .new-price {
    font-weight: 800;
    display: inline-block;
    font-size: 50px;
}

.performance .performance-text .prices .new-price span {
    height: 50px;
    display: inline-block;
    color: #8bc34a;
}

.performance .performance-text .btn {
    height: 50px;
    line-height: 48px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 22px;
    text-shadow: 0 2px 3px rgb(119, 64, 15);
    display: block;
    text-align: center;
    margin: 105px 0;
}

.advantages {
    background-color: #fff;
}

.advantages .heading {

}

.advantages .advantages-list li {
    padding: 17px 0;
    border-bottom: 1px dotted rgb(226, 226, 226);
    font-size: 16px;
}

.advantages .advantages-list li:last-of-type {
    border: 0;
}

.advantages img {
    max-height: 360px;
    margin: 40px auto 0;
    display: block;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}


/* footer
================================================== */
footer {
    text-align: center;
    background-color: #313131;
    padding: 20px 0 0;
}

footer p {
    color: #fff;
    font-size: 14px;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}



@keyframes movebounce {
    0% {
        transform: translateY(0px); }
    50% {
        transform: translateY(20px); }
    100% {
        transform: translateY(0px); } }
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px); }
    50% {
        transform: translateX(20px); }
    100% {
        transform: translateX(0px); } }

/* phone
================================================== */
.phone {
    text-align: left;
    padding: 10px 0 0 0;
}

.phone p {
    font-weight: normal;
    margin: 0;
}

.phone a {
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    color: #e64a19;
}