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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

a {
    text-decoration: none
}

.container,
.sec-t-cont,
.sec-1 .row-1,
.sec-1 .row-2,
.sec-1 .row-3,
.sec-4 .container,
.sec-6 .container,
.sec-7 .container,
.reviewSlider {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 320px) {
    .container,
    .sec-t-cont,
    .sec-1 .row-1,
    .sec-1 .row-2,
    .sec-1 .row-3,
    .sec-4 .container,
    .sec-6 .container,
    .sec-7 .container,
    .reviewSlider {
        width: 100%;
        padding: 0 15px
    }
}

@media (min-width: 960px) {
    .container,
    .sec-t-cont,
    .sec-1 .row-1,
    .sec-1 .row-2,
    .sec-1 .row-3,
    .sec-4 .container,
    .sec-6 .container,
    .sec-7 .container,
    .reviewSlider {
        width: 100%;
        padding: 0 15px
    }
}

@media (min-width: 1024px) {
    .container,
    .sec-t-cont,
    .sec-1 .row-1,
    .sec-1 .row-2,
    .sec-1 .row-3,
    .sec-4 .container,
    .sec-6 .container,
    .sec-7 .container,
    .reviewSlider {
        width: 100%;
        padding: 0 15px
    }
}

@media (min-width: 1200px) {
    .container,
    .sec-t-cont,
    .sec-1 .row-1,
    .sec-1 .row-2,
    .sec-1 .row-3,
    .sec-4 .container,
    .sec-6 .container,
    .sec-7 .container,
    .reviewSlider {
        width: 1152px
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px
}

h1 {
    font-size: 42px;
    font-weight: 900
}

h2 {
    font-size: 32px;
    font-weight: 700
}

h3 {
    font-size: 20px;
    font-weight: 700
}

h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px
}

b {
    font-weight: 700
}

p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px
}

p:last-child {
    margin-bottom: 0
}

#accent-1 {
    color: #F9DD1C
}

#accent-2 {
    color: #F9FAFE
}

.subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0
}

.font-m {
    font-size: 18px
}

.container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 610px) {
    .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#i-center {
    text-align: center
}

.sec-t-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sec-t-cont .sec-t-wrap {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)));
    text-align: center;
    margin: 20px 0
}

#button-cont {
    width: 100%;
    margin: 40px 0 40px 0;
    display: block
}

#button-cont .button {
    margin-left: auto;
    margin-right: auto
}

.button {
    display: block;
    width: 220px;
    background: #F9DD1C;
    padding: 20px 0;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    letter-spacing: .2px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #18C82A;
    color: #fff
}

.formWrap {
    min-width: 256px !important
}

@media (max-width: 610px) {
    .formWrap {
        max-width: 100%;
        width: 100%
    }
}

.form-box {
    background: #fff;
    border-radius: 10px;
    padding: 24px 14px;
    text-align: center;
    -webkit-box-shadow: 0 16px 24px 0 rgba(48, 49, 51, 0.1);
    box-shadow: 0 16px 24px 0 rgba(48, 49, 51, 0.1)
}

.form-box .button {
    width: 100%
}

.form-box .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 610px) {
    .form-box .inputs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .form-box .inputs input {
        padding-top: 20px;
        text-align: center
    }
}

.form-box .formFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 610px) {
    .form-box .formFoot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.form-box .formFoot .timerWrap {
    margin-left: 30px
}

@media (max-width: 610px) {
    .form-box .formFoot .timerWrap {
        margin-left: 0;
        margin-top: 20px
    }
}

form {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px;
}

label {
    display: block;
}

input,
select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    outline: inherit;
    border: 2px solid #F0F0F0;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding-left: 15px;
    margin: 10px 0;
    font-weight: 300
}

input::-webkit-input-placeholder {
    color: #CECECE;
    font-weight: 300
}

input:-ms-input-placeholder {
    color: #CECECE;
    font-weight: 300
}

input::-ms-input-placeholder {
    color: #CECECE;
    font-weight: 300
}

input::placeholder {
    color: #CECECE;
    font-weight: 300
}

button {
    border: none
}

.timerWrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.timerWrap .timerIcon {
    margin-right: 10px
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timer .dots {
    height: auto;
    margin: 0 4px;
    color: #fff;
    font-weight: 700;
    font-size: 40px
}

@media (max-width: 610px) {
    .timer .dots {
        font-size: 24px
    }
}

.timer .item-timer {
    position: relative;
    color: #fff;
    font-size: 45px;
    line-height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    font-weight: 700
}

@media (max-width: 610px) {
    .timer .item-timer {
        font-size: 24px
    }
}

.timer .item-timer:last-child {
    margin-left: 4px
}

.timer .item-timer .h:after,
.timer .item-timer .m:after,
.timer .item-timer .s:after {
    margin-left: 4px;
    font-size: 45px;
    color: #fff;
    font-weight: 700
}

@media (max-width: 610px) {
    .timer .item-timer .h:after,
    .timer .item-timer .m:after,
    .timer .item-timer .s:after {
        font-size: 24px
    }
}

.h:after {
    content: 'o'
}

.m:after {
    content: 'm'
}

.s:after {
    content: 's'
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.sec-1 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #FCFCFC;
    padding: 46px 0
}

@media (max-width: 970px) {
    .sec-1 {
        padding-bottom: 0
    }
}

.sec-1 .bg-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (min-width: 1500px) {
    .sec-1 .bg-img {
        left: calc(100% - 47%)
    }
}

@media (max-width: <?=$newPriceHtml ?>px) {
    .sec-1 .bg-img {
        right: -20%
    }
}

@media (max-width: 970px) {
    .sec-1 .bg-img {
        left: 0;
        right: 0;
        position: relative
    }
    .sec-1 .bg-img img {
        width: 100%;
        height: auto
    }
}

.sec-1 .bg-img-2 {
    position: absolute;
    top: 0;
    right: 45%;
    z-index: 1
}

@media (min-width: 1500px) {
    .sec-1 .bg-img-2 {
        right: calc(100% - 55%)
    }
}

@media (max-width: <?=$newPriceHtml ?>px) {
    .sec-1 .bg-img-2 {
        right: 30%
    }
}

@media (max-width: 970px) {
    .sec-1 .bg-img-2 {
        right: -40%
    }
}

.sec-1 .row-1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.sec-1 .row-2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.sec-1 .row-3 {
    position: relative;
    z-index: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 970px) {
    .sec-1 .row-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-1 .row-3 .mainProduct {
    position: relative
}

@media (max-width: 970px) {
    .sec-1 .row-3 .mainProduct {
        margin: 40px 0
    }
    .sec-1 .row-3 .mainProduct img {
        width: 100%;
        height: auto
    }
}

.sec-1 .row-3 .mainProduct .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px
}

.sec-1 .row-3 .mainInfo {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 4) + ( 32px * (4 - 1)))
}

@media (max-width: 970px) {
    .sec-1 .row-3 .mainInfo {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)));
        margin: 20px 0
    }
}

.sec-1 .row-3 .mainInfo .infoBox {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 20px
}

.sec-1 .row-3 .mainInfo .infoBox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.sec-1 .row-3 .mainInfo .infoBox ul li p {
    font-size: 16px
}

.sec-1 .row-3 .mainInfo .infoBox ul li img {
    margin-right: 16px
}

.sec-1 .row-3 .mainInfo .infoBox ul li:last-child {
    margin-bottom: 0
}

.pageTitle {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 40px;
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

@media (max-width: 970px) {
    .pageTitle {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)));
        text-align: center
    }
}

.pageTitle p {
    font-size: 16px
}

.pageTitle .sub {
    font-size: 20px;
    font-weight: 700
}

.pageTitle .imgTitle {
    width: 100%;
    margin: 10px 0
}

.pageTitle .imgTitle img {
    width: 100%;
    height: auto
}

.price {
    position: relative;
    height: auto;
    display: block;
    margin-bottom: 20px
}

.price-title {
    font-size: 24px;
    font-weight: 700
}

.price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    line-height: 30px;
    margin: 20px 0
}

.price-box p {
    margin-bottom: 0
}

.price-old span {
    font-size: 20px;
    color: #F4011F;
    font-weight: 700;
    text-decoration: line-through
}

.price-new {
    margin-left: 10px;
    font-size: 36px;
    font-weight: 700;
    color: #000
}

.sec-2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 40px
}

.sec-2 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sec-2 .container .block-1 {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

@media (max-width: 970px) {
    .sec-2 .container .block-1 {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)));
        text-align: center
    }
}

.sec-2 .container .block-1 h2 {
    margin-bottom: 30px
}

@media (max-width: 970px) {
    .sec-2 .container .block-1 h2 {
        text-align: center
    }
}

.sec-2 .container .block-2 {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

@media (max-width: 970px) {
    .sec-2 .container .block-2 {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)));
        margin-top: 40px
    }
}

.sec-2 .container .block-2 .video {
    position: relative;
    width: 100%
}

.sec-3 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 0
}

.sec-3 .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sec-3 .container .block-1 {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

@media (max-width: 970px) {
    .sec-3 .container .block-1 {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
    .sec-3 .container .block-1 img {
        width: 100%;
        height: auto
    }
}

.sec-3 .container .block-2 {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

@media (max-width: 970px) {
    .sec-3 .container .block-2 {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)));
        text-align: center;
        margin-top: 20px
    }
}

.sec-3 .container .block-2 .itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 610px) {
    .sec-3 .container .block-2 .itemList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-3 .container .block-2 .itemList li {
    text-align: center;
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 4) + ( 32px * (4 - 1)))
}

@media (max-width: 970px) {
    .sec-3 .container .block-2 .itemList li {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
}

.sec-3 .container .block-2 .itemList li img {
    margin: 10px 0
}

.sec-3 .container .block-2 .itemList li p {
    font-size: 12px;
    line-height: 18px
}

.sec-4 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-image: url("../img/sec-4-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    color: #fff
}

.sec-4 h2 {
    color: #fff
}

.sec-4 .subtitle {
    font-size: 16px;
    line-height: 24px;
    width: 70%;
    margin: 0 auto
}

@media (max-width: 970px) {
    .sec-4 .subtitle {
        width: 100%
    }
}

.sec-4 .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec-4 .container .icons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sec-4 .container .iconItem {
    text-align: center;
    width: 160px;
    margin: 30px
}

.sec-4 .container .iconItem p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 16px
}

.sec-5 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 0
}

.sec-5 .container .block {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 970px) {
    .sec-5 .container .block {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
}

.sec-5 .container .block .item {
    background: #F9FAFE;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 480px) {
    .sec-5 .container .block .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-5 .container .block .item-img {
    height: 352px;
    min-width: 245px;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

@media (max-width: 480px) {
    .sec-5 .container .block .item-img {
        width: 100%;
        min-width: 100%;
        background-position: -10px
    }
}

.sec-5 .container .block .item-img .icon {
    margin: 20px
}

.sec-5 .container .block .item-text {
    padding: 20px
}

@media (max-width: 480px) {
    .sec-5 .container .block .item-text {
        text-align: center
    }
}

.sec-6 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-image: url("../img/sec-6-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    color: #fff
}

.sec-6 h2 {
    color: #fff
}

.sec-6 .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sec-6 .container .icons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.sec-6 .container .iconItem {
    text-align: center;
    width: 160px;
    margin: 10px
}

.sec-6 .container .iconItem p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 16px
}

.sec-7 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 0
}

.sec-7 .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 970px) {
    .sec-7 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sec-7 .container h3 {
        text-align: center
    }
}

.sec-7 .container .block {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)));
    margin-top: 40px
}

@media (max-width: 970px) {
    .sec-7 .container .block {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
}

.sec-7 .container .block .stepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 610px) {
    .sec-7 .container .block .stepList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sec-7 .container .block .stepList li {
    text-align: center;
    width: 45%
}

@media (max-width: 970px) {
    .sec-7 .container .block .stepList li {
        width: 80%
    }
}

.sec-7 .container .block .stepList li img {
    width: 100%;
    height: auto
}

.sec-7 .container .block .stepList li p {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700
}

.sec-7 .container .block .content {
    background: #F9FAFE;
    border-radius: 10px;
    padding: 28px
}

@media (max-width: 610px) {
    .sec-7 .container .block .content {
        padding: 16px;
        text-align: center
    }
}

.sec-7 .container .block .content .font-m {
    font-size: 20px;
    line-height: 28px
}

.sec-7 .container .block .content .materialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sec-7 .container .block .content .materialList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    margin: 10px 0
}

@media (max-width: 610px) {
    .sec-7 .container .block .content .materialList li {
        width: 50%
    }
}

.sec-7 .container .block .content .materialList li p {
    margin: 0 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.sec-7 .container .block .content-foot {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 610px) {
    .sec-7 .container .block .content-foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sec-7 .container .block .content-foot img {
        margin: 10px
    }
}

.sec-7 .container .block .content-foot img {
    margin-right: 10px
}

.sec-8 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-image: url("../img/sec-8-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: #fff
}

@media (max-width: 970px) {
    .sec-8 .button {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 970px) {
    .sec-8 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.sec-8 .container .block-1 {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

.sec-8 .container .block-1 img {
    width: 100%;
    height: auto
}

@media (max-width: 970px) {
    .sec-8 .container .block-1 {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
}

.sec-8 .container .block-2 {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)))
}

@media (max-width: 970px) {
    .sec-8 .container .block-2 {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
}

.sec-8 .container .block-2 h2 {
    color: #fff
}

@media (max-width: 970px) {
    .sec-8 .container .block-2 h2 {
        margin: 20px 0;
        text-align: center
    }
}

.sec-8 .container .block-2 .mainList {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 610px) {
    .sec-8 .container .block-2 .mainList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sec-8 .container .block-2 .mainList li {
    width: 160px;
    height: 160px;
    background: #000000;
    border-radius: 100%;
    position: relative
}

@media (max-width: 610px) {
    .sec-8 .container .block-2 .mainList li {
        margin: 10px 0
    }
}

.sec-8 .container .block-2 .mainList li .cont {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sec-8 .container .block-2 .mainList li .cont p {
    width: 150px;
    margin-bottom: 0;
    font-size: 16px
}

.sec-8 .container .block-2 .mainList li .cont .title {
    font-weight: 700;
    font-size: 12px
}

.sec-8 .container .block-2 .paramList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0
}

@media (max-width: 970px) {
    .sec-8 .container .block-2 .paramList {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sec-8 .container .block-2 .paramList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.sec-8 .container .block-2 .paramList li p {
    font-size: 11.5px
}

.sec-8 .container .block-2 .paramList li::after {
    display: inline-block;
    content: '•';
    margin: 0 4px
}

.sec-8 .container .block-2 .paramList li:last-child::after {
    content: '';
    margin: 0
}

.sec-9 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 0;
    position: relative
}

.sec-10 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #F9FAFE
}

.sec-10 .sec-t-cont {
    position: relative;
    z-index: 3
}

.sec-10 .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.sec-10 .bg-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.sec-10 .item {
    width: calc( (((100% - (32px * (12 - 1))) / 12) * 3) + ( 32px * (3 - 1)));
    text-align: center;
    z-index: 3;
    position: relative
}

.sec-10 .item p {
    margin: 10px 0
}

@media (max-width: 970px) {
    .sec-10 .item {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 6) + ( 32px * (6 - 1)));
        margin-bottom: 20px
    }
}

@media (max-width: 610px) {
    .sec-10 .item {
        width: calc( (((100% - (32px * (12 - 1))) / 12) * 12) + ( 32px * (12 - 1)))
    }
}

.sec-10 .item p {
    padding: 0 20px
}

.sec-10 .sec-t-cont {
    margin-bottom: 40px
}

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap
}

.popup {
    z-index: 3333;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-100deg, #FAD961 0%, #FEE991 46%, #FFB800 100%);
    -webkit-animation: BackgroundGradient 4s ease infinite;
    animation: BackgroundGradient 4s ease infinite;
    background-size: 400% 400%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s
}

.popup .form-box {
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s
}

.popup-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 90%;
    max-width: 300px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.no-touch .cd-popup-container li:first-child a:hover {
    background-color: #fc8982
}

.popup-container li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0
}

.no-touch .popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8
}

.popup-container .popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #000
}

.popup-container .popup-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0px;
    width: 20px;
    height: 1px
}

.popup-container .popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
    width: 20px;
    height: 1px
}

.is-visible .popup-container {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (min-width: 1170px) {
    .popup-container {
        margin: 8em auto
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}



@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot#iefix") format("embedded-opentype"), url("../img/slick.svg#slick") format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.slick-dots li button:before {
    color: #F9DD1C !important;
    font-size: 40px;
    width: 8px;
    height: 8px
}

.slick-prev {
    right: 0 !important;
    background: none;
    background-image: url(../img/previous.svg);
    background-repeat: no-repeat;
    width: 22px;
    left: -50px;
    content: '' !important;
    height: 40px;
    cursor: pointer;
    outline: inherit
}

.slick-prev::before {
    content: none
}

.slick-prev:hover {
    opacity: 0.4;
    width: 22px;
    background-repeat: no-repeat;
    background-image: url(../img/previous.svg);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.slick-next {
    background: none;
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    width: 22px;
    right: -50px;
    height: 40px;
    content: '' !important;
    cursor: pointer;
    outline: inherit;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.slick-next::before {
    content: none
}

.slick-next:hover {
    opacity: 0.4;
    width: 22px;
    background-repeat: no-repeat;
    background-image: url(../img/next.svg);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.reviewSlider {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviewSlider section {
    width: 70%;
    margin: 20px auto
}

@media (max-width: 970px) {
    .reviewSlider section {
        width: 100%
    }
}

.reviewItem {
    background: #fff;
    border-radius: 10px;
    position: relative
}

.reviewItem .reviewBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 970px) {
    .reviewItem .reviewBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.reviewItem .reviewBox .userInfo {
    text-align: center;
    margin-bottom: 24px
}

.reviewItem .reviewBox .userInfo img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.reviewItem .reviewBox .userInfo .name {
    font-size: 14px
}

.reviewItem .reviewBox .userText {
    width: 100%;
    text-align: center
}

@media (max-width: 970px) {
    .reviewItem .reviewBox .userText {
        width: 100%
    }
}

.reviewItem .reviewBox .userText p {
    font-size: 16px;
    margin-bottom: 16px
}

.reviewItem .reviewBox .userText p:last-child {
    margin-bottom: 0
}

.reviewItem .reviewBox .userText .image {
    padding-top: 24px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 970px) {
    .reviewItem .reviewBox .userText .image {
        width: 100%;
        height: auto
    }
}