menu,
ul,
li,
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0
}

html,
body {
    overflow-x: hidden;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

img {
    display: block
}

.container {
    max-width: 1248px;
    margin: 0 auto;
    position: relative
}

#wrap {
    max-width: 1920px;
    margin: auto
}

.main {
    background: #2A2A2A
}

header .clearfix {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 18px 0 52px
}

.main_bg {
    margin: 0 auto;
    background: url(../img/main_bg.jpg?v1) no-repeat top center;
    min-height: 704px
}

.regular {
    font-weight: 400
}

.timer {
    display: flex;
    margin-top: 16px;
    float: left
}

.time {
    display: flex
}

.timer_section {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    background: #fff;
    padding: 10px 8px 9px 7px;
    border-radius: 4px;
    color: #2A2A2A;
    margin-right: 4px
}

b {
    font-weight: 700
}

.separate {
    color: #fff;
    font-size: 28px;
    margin: 0 6px 0 2px
}

.timer_inner p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-right: 16px;
    align-items: center;
    text-align: center;
    margin-top: 7px;
    color: #FFF
}

.btnCallback {
    display: block;
    float: right;
    width: 208px;
    padding: 8px 0 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #FFF;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: all 300ms;
    position: relative;
    text-decoration: none
}

.btnCallback span {
    position: relative;
    z-index: 3
}

.doc_image {
    display: none
}

.btnCallback:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    z-index: -1;
    transition: all 300ms
}

.btnCallback:hover {
    color: #131313;
    transition: all 300ms
}

.btnCallback:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 300ms
}

.main h1,
.main h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-align: left;
    color: #FFF;
    margin-top: 35px
}

.main h1 span,
.main h2 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 102px;
    text-transform: uppercase;
    color: #FFCB00;
    margin-left: -38px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25)
}

.main_slogan {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #FFF
}

.main h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #D9D9D9;
    margin-top: 14px;
    width: 533px
}

.content_main {
    position: relative
}

.content_main ul {
    margin-top: 48px
}

.content_main ul li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    width: 232px;
    margin-left: 37px;
    color: #DEDEDE;
    margin-bottom: 18px;
    list-style-type: none
}

.content_main ul li:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -37px;
    background: url(../img/checked.svg)
}

.form_wrap {
    position: relative;
    background: #FFF;
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    padding: 25px 32px 37px;
    max-width: 384px;
    margin-left: auto
}

.curs {
    position: absolute;
    bottom: -20px;
    right: 30px;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #FFF
}

.form_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 12px;
    color: #C30000
}

.form_wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #585858
}

.new_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1px;
    position: relative;
    color: #C30000;
    margin-bottom: 19px
}

.new_price:after,
.new_price:before {
    content: ' ';
    position: absolute;
    top: 14px;
    display: block;
    height: 1px;
    width: 25.5%;
    background: #DC0515
}

.new_price:after {
    right: 0
}

.new_price sup {
    font-size: 20px
}

.note {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    bottom: 12px
}

.product_img {
    position: absolute;
    width: 503px;
    height: 394px;
    top: 213px;
    left: 328px;
    background: url(../img/Product.png?v1) no-repeat;
    background-size: cover
}

.form_wrap .name_phone {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 9px;
    padding-left: 9px;
    color: #131313
}

input {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    color: #A7A7A7;
    padding: 10px 16px;
    outline: none
}

.form_wrap input:active,
.form_wrap input:focus {
    border-color: #C30000
}

.form_wrap .pieces_left {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0 8px;
    margin-top: 19px;
    color: #585858
}

.btnOrder {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background: #C30000;
    border-radius: 4px;
    width: 100%;
    border: none;
    padding: 15px 0;
    margin: 13px 0 0;
    box-shadow: 0 24px 24px -20px #C30000;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: all 300ms
}

.btnOrder span {
    position: relative;
    z-index: 3
}

.btnOrder:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #FFCA00;
    border-radius: 4px;
    top: 0;
    left: 50%;
    z-index: -1;
    transition: all 300ms
}

.btnOrder:hover {
    color: #131313;
    box-shadow: 0 11px 48px -20px #000;
    top: 1px
}

.btnOrder:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #FFCA00;
    border-radius: 4px;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 300ms
}

.protection {
    display: flex;
    padding-left: 8px
}

.protection p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-left: 13px;
    text-align: left;
    color: #C4C4C4
}

section h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    text-align: center
}

.second_screen h2 {
    display: none
}

.second_screen {
    padding: 50px 0
}

.ss_block {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px
}

.ss_item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-width: 385px;
    margin-bottom: 45px
}

.ss_item .image {
    width: 32px;
    height: 32px;
    margin-right: 24px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.ss_item img {
    margin-right: 24px
}

.ss_item1 .image {
    background: url(../img/ss1.svg)
}

.ss_item2 .image {
    background: url(../img/ss2.svg)
}

.ss_item3 .image {
    background: url(../img/ss3.svg)
}

.ss_item4 .image {
    background: url(../img/ss4.svg)
}

.ss_item5 .image {
    background: url(../img/ss5.svg)
}

.ss_item6 .image {
    background: url(../img/ss6.svg)
}

.mushroom1 {
    position: absolute;
    right: 0;
    top: 0
}

.third_screen {
    background: #E1E1E1;
    padding: 55px 0 100px
}

.th_image {
    position: relative
}

.th_image img {
    max-width: 100%
}

.third_screen h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 42px
}

.th_text {
    padding: 65px 0 0 30px
}

.th_text p {
    line-height: 32px;
    margin-bottom: 30px
}

.point {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/point.png?v1);
    width: 326px;
    height: 165px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 13px
}

.fourth_screen {
    padding: 62px 0 30px
}

.fourth_screen h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 70px;
    font-family: 'Roboto';
    font-weight: 400
}

.mushroom2 {
    position: absolute;
    right: -28px;
    bottom: -65px
}

.fifth_screen {
    padding: 80px 0 30px;
    background: #E1E1E1
}

.doc_item {
    padding: 25px 25px 45px;
    max-width: 49%;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 10px
}

.doc_text {
    line-height: 28px
}

.doc_name {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 25px
}

.doc_name img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 25px
}

.doc_block {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mushroom3 {
    position: absolute;
    right: 0;
    bottom: -70px
}

.sixth_screen {
    background: #3B9A28;
    padding: 62px 0 125px;
    color: #FFF
}

.sixth_screen h2 {
    line-height: 64px;
    text-align: left;
    color: #FFF;
    margin-bottom: 35px
}

.sixth_screen h2 span {
    color: #FFCB00
}

.sixth_screen p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px
}

.sixth_screen ul {
    max-width: 570px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sixth_screen ul li {
    position: relative;
    padding-left: 64px;
    margin-bottom: 50px;
    list-style: none;
    min-width: 280px
}

.sixth_screen ul li:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/six_li.svg)
}

.six_image {
    position: absolute;
    right: -100px;
    top: 75px;
    background: url(../img/six_box.svg);
    width: 650px;
    height: 648px;
    padding: 27px 0 0 63px
}

.six_image .btnOrder {
    background: #FFCA00;
    max-width: 384px;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 27px 0;
    font-size: 24px;
    margin: 42px 40px 0;
    box-shadow: 0 35px 16px -20px rgba(0, 0, 0, 0.3)
}

.six_image .btnOrder:hover:before {
    background: #C30000
}

.six_image .btnOrder:hover {
    color: #fff;
    box-shadow: 0 25px 16px -20px rgba(0, 0, 0, 0.3)
}

.seventh_screen {
    padding: 37px 0 80px;
    background: #FFCB00;
    overflow: hidden
}

.seventh_screen h2 {
    text-align: left;
    line-height: 52px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 43px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 12px 0 42px
}

.seventh_img {
    position: absolute;
    left: 0;
    bottom: -80px
}

.eighth_screen {
    padding: 84px 0 122px
}

.eighth_screen h2 {
    margin-bottom: 70px
}

.comp_item {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    min-height: 150px
}

.comp_item img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 26px
}

.comp_item b {
    display: block
}

.comp_pack {
    display: block;
    margin: 0 auto 72px;
    max-width: 100%
}

.eighth_block {
    margin-bottom: 60px
}

.eighth_bottom h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 15px
}

.sb_item {
    max-width: 525px;
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.sb_item img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 22px
}

.ninth_screen {
    background: #E1E1E1;
    padding: 70px 0
}

.ninth_screen h2 {
    margin-bottom: 52px
}

.video {
    width: 100%;
    height: 368px;
    background: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px
}

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

.plyr__video-wrapper,
.plyr {
    height: 100%
}

.reviews {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rev_item {
    max-width: 31.7%;
    background: #FFF;
    border-radius: 5px;
    padding: 30px 32px 45px;
    margin-bottom: 30px
}

.rev_name {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 18px;
    position: relative
}

.rev_name img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px
}

.rev_name b {
    display: block
}

.rev_text {
    font-size: 16px;
    font-style: italic
}

.last_screen .main_bg {
    padding: 105px 0 0
}

.last_screen .form_wrap {
    margin-top: 30px
}

.last_screen h2 {
    margin-top: 0
}

.old_price {
    display: block;
    position: absolute;
    top: 78px;
    left: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A7A7A7
}

.old_price_inner {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #A7A7A7
}

.mobile_gel {
    display: none
}

.pieces_left_mob {
    display: none
}

.mob_received {
    display: none
}

.timer_mobile {
    display: flex;
    justify-content: center
}

.timer_section {
    background: #2A2A2A;
    border-radius: 4px;
    color: #fff;
    padding: 9px 6px 10px 7px;
    margin-right: 8px
}

.separate {
    margin: 0 8px 0 0;
    color: #2A2A2A
}

.timer_inner p {
    padding-right: 23px
}

.form_wrap .timer_inner p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    align-items: center;
    text-align: center;
    color: #000
}

.show_mob {
    display: none
}

.delivery {
    display: none
}

.protection {
    display: none
}

.packs,
.already {
    display: none
}

.doc_text br {
    display: none
}

footer {
    background: #3B9A28;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 20px
}
