@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
    font-size: 12px;
}

.ac_footer p {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.countdown {
    width: 100%;
    /*float: left;*/
    margin: 20px auto
}

.timer {
    font-size: 24px;
    color: #fff;
    text-align: center
}

.timer .item {
    position: relative;
    margin-right: 40px;
    display: inline-block;
}

.timer span {
    display: inline-block;
    background: #000;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.timer label {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.timer .item:last-child {
    margin-right: 0;
}


* {
    box-sizing: border-box;
}

h1,
h2 {
    font-weight: 900;
    margin: 0;
}

p,
h3 {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.video-box {
    position: absolute;
    top: 0;
    left: 0;
    /*background: url( '../../../images/video-bg.jpg') no-repeat #333333;*/
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.price-block {
    display: flex;
    margin-bottom: 34px;
}

.price-block__price {
    background: #c3c3c3;
    padding: 18px 20px 16px 20px;
    text-align: center;
    color: #fff;
    min-width: 232px;
    position: relative;
}

.price-block__price_old::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -1px;
    bottom: 0;
    border-right: 22px solid #000;
    border-top: 49px solid transparent;
    border-bottom: 47px solid transparent;
}

.price-block__price_new {
    background: #000;
}

.price-block__price_new::before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    border-top: 47px solid #000000;
    border-right: 16px solid transparent;
}

.price-block__price_new::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -15px;
    border-bottom: 50px solid #000000;
    border-right: 15px solid transparent;
}

.price-block__label {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 12px;
}

.price-block__value {
    font-size: 36px;
    line-height: 42px;
}

.first-screen .inner-wrap {
    position: relative;
    z-index: 9;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.first-screen {
    position: relative;
    padding-top: 110px;
    padding-bottom: 135px;
    background: #454545;
    color: #fff;
}

.first-screen:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#454545+1,454545+100&1+0,0.7+34,0.7+66,0+100 */
    background: -moz-linear-gradient(left, rgba(69, 69, 69, 1) 0%, rgba(69, 69, 69, 0.99) 1%, rgba(69, 69, 69, 0.7) 34%, rgba(69, 69, 69, 0.7) 66%, rgba(69, 69, 69, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(69, 69, 69, 1) 0%, rgba(69, 69, 69, 0.99) 1%, rgba(69, 69, 69, 0.7) 34%, rgba(69, 69, 69, 0.7) 66%, rgba(69, 69, 69, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(69, 69, 69, 1) 0%, rgba(69, 69, 69, 0.99) 1%, rgba(69, 69, 69, 0.7) 34%, rgba(69, 69, 69, 0.7) 66%, rgba(69, 69, 69, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#00454545', GradientType=1);
    /* IE6-9 */

    height: 100%;
    width: 100%;
    z-index: 8;
}

.first-screen h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.first-screen .logo {
    font-size: 100px;
    line-height: 100px;
    font-weight: 300;
    margin-bottom: 50px;
}

.first-screen .tape {
    position: relative;
    background: #826d4a;
    text-transform: uppercase;
    padding-left: 60px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    max-width: 605px;
}

.first-screen .tape::before {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-top: 40px solid #826d4a;
    border-right: 22px solid transparent;
}

.first-screen .tape::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-bottom: 40px solid #826d4a;
    border-right: 22px solid transparent;
}

.first-screen .text {
    font-weight: 100;
    font-size: 28px;
    line-height: 35px;
    max-width: 570px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.first-screen .appeal-text {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}

.footnote {
    color: #c3c3c3;
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
    margin-bottom: 50px;
}

.button {
    text-align: center;
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
    padding: 25px 10px;
    cursor: pointer;
    background: #ffa800;
    border: 1px solid #fbb734;
    border-radius: 10px;
    box-shadow: 0px 3px 87px 0px rgba(255, 255, 255, 0.52), 0px 7px 0px 0px #C28511;
    transition: all 0.5s ease;
    font-weight: 300;
    text-decoration: none;
}

.button:hover {
    opacity: 0.8;
}

.left {
    float: left;
}

.right {
    float: right;
}

.second-screen {
    display: flex;
    flex-wrap: nowrap;
    /*padding-bottom: 120px;*/
}

.second-screen .left {
    display: flex;
    justify-content: flex-end;
    background: #fef8f5;
    position: relative;
    padding-top: 225px;
    width: 50%;
    padding-right: 85px;
    border: 2px solid #fff;
}

.second-screen .inner-container {
    width: 585px;
    position: relative;
    z-index: 9;
}

.second-screen .left:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/face-left.png) no-repeat center;
    right: 0;
    bottom: -65px;
    width: 306px;
    height: 903px;
}

.second-screen .text {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.second-screen .right .text {

    padding-left: 30px;
}

.second-screen .left .text {
    margin-bottom: 25px;
    position: relative;
    z-index: 8;
    max-width: 380px;
    line-height: 35px;
    margin-left: 55px;
}

.second-screen .left h2 {
    font-weight: 900;
    font-size: 62px;
    color: #c79a4f;
    position: relative;
    z-index: 8;
    line-height: 75px;
    margin-left: 55px;
}

.second-screen .right {
    position: relative;
    padding-top: 70px;
    background: #f6f6f6;
    width: 50%;
    padding-left: 70px;
    padding-bottom: 60px;
}

.second-screen .right:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/face-right.png) no-repeat center;
    left: 0;
    bottom: -65px;
    width: 317px;
    height: 903px;
}

.second-screen .right h3 {
    font-size: 30px;
    line-height: 30px;
    color: #c79a4f;
    font-weight: 700;
    margin-bottom: 10px;
}

.second-screen .right .list {
    margin-top: 55px;
    padding-left: 80px;
    counter-reset: section;
}

.second-screen .right .list .item {
    position: relative;
    z-index: 8;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
}

.second-screen .right .list .item:before {
    counter-increment: section;
    content: counter(section) "";
    position: absolute;
    display: block;
    left: -12px;
    top: 15px;
    font-weight: 900;
    color: #ffa800;
    font-size: 60px;

}

.second-screen .right .list .wrap:nth-child(1) {
    margin-left: 30px;
}

.second-screen .right .list .wrap:nth-child(2) {
    margin-left: 70px;
}

.second-screen .right .list .wrap:nth-child(3),
.second-screen .right .list .wrap:nth-child(4) {
    margin-left: 110px;
}

.second-screen .right .list .wrap:nth-child(5) {
    margin-left: 80px;
}

.second-screen .right .list .wrap:nth-child(6) {
    margin-left: 40px;
}

.second-screen .right .list .wrap {
    display: block;
    margin-bottom: 25px;
}

.third-screen {
    padding-top: 60px;
}

.third-screen p {
    font-size: 14px;
    line-height: 25px;
}

.third-screen .title {
    font-weight: 900;
}

.third-screen span {
    display: block;
    font-size: 12px;
    margin-top: 45px;
    font-style: italic;
    line-height: 20px;
}

.third-screen span b {
    display: block;
}

.title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}

.title-text {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.third-screen .title-text {
    margin-top: 10px;
    margin-bottom: 70px;
}

.third-screen .container {
    padding: 0 70px;
}

.third-screen .left {
    max-width: 400px;
}

.third-screen .left .text {
    color: #c79a4f;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 35px;
}

.third-screen .left .logo {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.third-screen .right {
    max-width: 560px;
}

.third-screen .right img {
    float: left;
    margin-right: 30px;
}

.third-screen .right .text-block {
    float: left;
    max-width: 340px;
}

.text-block__title {
    font-size: 14px;
    color: #c79a4f;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    max-width: 230px;
    line-height: 22px;
}

.third-screen .right .text-block p {
    font-size: 14px;
    line-height: 21px;
}

.third-screen .right .item {
    margin-bottom: 55px;
}

.third-screen .right .item:last-child {
    margin-bottom: 0;
}

.four-screen {
    position: relative;
    background: rgb(164, 130, 76) url(../img/product-bg2.png) no-repeat right;
    /*background: #9d793e;*/
    margin-top: 100px;
    margin-bottom: 80px;
    background-size: contain;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4824c+0,e4daca+33,e4daca+33,a4824c+100 */
    background: rgb(164, 130, 76) url(../img/product-bg2.png) no-repeat right;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(164, 130, 76, 1) 0%, rgba(228, 218, 202, 1) 33%, rgba(228, 218, 202, 1) 33%, rgba(164, 130, 76, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(164, 130, 76, 1) 0%, rgba(228, 218, 202, 1) 33%, rgba(228, 218, 202, 1) 33%, rgba(164, 130, 76, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(164, 130, 76, 1) 0%, rgba(228, 218, 202, 1) 33%, rgba(228, 218, 202, 1) 33%, rgba(164, 130, 76, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4824c', endColorstr='#a4824c', GradientType=1);
    /* IE6-9 */

}

.four-screen .container {
    position: relative;
    padding-top: 38px;
    padding-bottom: 38px;
}

.four-screen .container:after {
    content: "";
    display: block;
    position: absolute;
    right: -410px;
    margin: auto;
    top: -2px;
    bottom: 0;
    width: 684px;
    height: 380px;
    background: url(../img/product-bg2.png) no-repeat center;
    z-index: 2;
}

.four-screen .girl {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.four-screen h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.four-screen .right {
    max-width: 460px;
    position: relative;
    z-index: 3;
    left: -120px;
}

.fifth-screen {
    padding-bottom: 120px;
}

.fifth-screen .text {
    font-size: 16px;
    max-width: 800px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 75px;
    line-height: 25px;
}

.fifth-screen .left {
    position: relative;
}

.fifth-screen .left:before {
    content: "";
    left: 0;
    top: -80px;
    display: block;
    position: absolute;
    background: url(../img/sticker.png) no-repeat center;
    width: 129px;
    height: 129px;
}

.fifth-screen .right {
    max-width: 400px;
    float: left;
    margin-left: 200px;
}

.fifth-screen .prod {
    max-height: 500px;
}

.fifth-screen .nuts {
    position: absolute;
    top: 35px;
    left: -25px;
    height: 500px;
}

.fifth-screen__list .item {
    display: inline-block;
    border: 1px solid #c79a4f;
    border-radius: 30px;
    cursor: pointer;
    padding: 12px 25px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    margin-right: 15px;
    margin-bottom: 15px;
}

.fifth-screen__list {
    padding-top: 50px;
}

.fifth-screen__list .item.active {
    background: #c79a4f;
    color: #fff;
}

.fifth-screen__list .item:hover {
    background: #c79a4f;
    color: #fff;
}

.fifth-screen #sliva {
    left: 80px;
}

#jojoba {
    left: 55px;
}

.fifth-screen h3 {
    font-size: 30px;
    /*color: #c79a4f;*/
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 900;
}

.fifth-screen .bottom-text {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}

.sixth-screen {
    background: #d9e1e5;
    margin-bottom: 70px;
    overflow: hidden;
}

.sixth-screen .container {
    position: relative;
    padding-top: 43px;
    padding-bottom: 43px;
}

.sixth-screen .bg-text {
    font-size: 190px;
    line-height: 150px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -10px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    opacity: 0.2;
}

.sixth-screen .container:after {
    content: "";
    position: absolute;
    display: block;
    width: 402px;
    height: 295px;
    top: -2px;
    bottom: 0;
    right: 120px;
    background: url(../img/girl_2.png) no-repeat center;
    z-index: 3;
}

.sixth-screen h4 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}

.sixth-screen p {
    font-size: 16px;
    line-height: 20px;
}

.sixth-screen p:nth-child(2) {
    margin-bottom: 25px;
}

.sixth-screen__left {
    position: relative;
    z-index: 5;
    max-width: 600px;
}

.sixth-screen .left p:nth-child(3) {
    margin-top: 30px;
}

.seventh-screen .left {
    max-width: 500px;
}

.third-screen .inner-wrap {
    max-width: 1035px;
    margin: auto;
}

.seventh-screen .title-text {
    text-transform: lowercase;
    margin-bottom: 50px;
}

.seventh-screen .left h4 {
    font-size: 22px;
    line-height: 30px;
    color: #c79a4f;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}

.seventh-screen__list {
    max-width: 380px;
    padding-left: 50px;
    counter-reset: section2;
}

.seventh-screen__list .item {
    position: relative;
    margin-bottom: 25px;
    padding-left: 7px;
}

.seventh-screen__list .item:before {
    counter-increment: section2;
    content: counter(section2) "";
    position: absolute;
    display: block;
    left: -50px;
    top: -20px;
    font-weight: 900;
    color: #ffa800;
    font-size: 80px;
}

.seventh-screen__list .item:last-child {
    margin-bottom: 0;
}

.seventh-screen__list span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.seventh-screen__list p {
    font-size: 14px;
}

.seventh-screen__list p span {
    display: inline-block;
    color: #c79a4f;
    font-weight: 900;
}

.seventh-screen .text .top {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 50px;
}

.seventh-screen .text p {
    font-size: 16px;
    line-height: 22px;
}

.seventh-screen .right {
    max-width: 500px;
    width: 100%;
}

.schedule-block {
    border: 1px solid #c79a4f;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;

}

.schedule-block .left-text {
    font-size: 14px;
    font-weight: 700;
    max-width: 120px;
    margin-right: 25px;
    float: left;
}

.schedule-block .lines {
    float: left;
}

.schedule-block .lines div {
    background: #f5f5f5;
    border-radius: 20px;
    width: 305px;
    height: 35px;
    margin-bottom: 5px;
    line-height: 35px;
    padding-left: 10px;
}

.schedule-block .lines div span {
    font-size: 9px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    padding-left: 10px;
    text-transform: uppercase;
    border-radius: 20px;
}

.schedule-block .lines div.first span {
    background: #4fb5c7;
    width: 130px;
}

.schedule-block .lines div.second span {
    background: #4fc793;
    width: 200px;
}

.schedule-block .lines div.third span {
    background: #c79a4f;
    width: 295px;
}

.schedule-block .block_2 .lines div.first span {
    width: 100px;
}

.schedule-block .block_2 .lines div.second span {
    width: 185px;
}

.schedule-block .block_2 .lines div.third span {
    width: 265px;
}

.schedule-block .block_3 .lines div.first span {
    width: 70px;
}

.schedule-block .block_3 .lines div.second span {
    width: 160px;
}

.schedule-block .block_3 .lines div.third span {
    width: 280px;
}

.schedule-block .lines div p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
}

.schedule-block .lines div.first p {
    color: #4fb5c7;
}

.schedule-block .lines div.second p {
    color: #4fc793;
}

.schedule-block .lines div p.product-name {
    font-size: 14px;
    color: #ddb470;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 60px;
    margin-left: 0;
}

.schedule-block .block_2 .lines div p.product-name {
    padding-left: 45px;
}

.schedule-block .block_3 .lines div p.product-name {
    padding-left: 50px;
}

.schedule-block .lines div p.last {
    color: #fff;
    padding-left: 30px;
    margin-left: 0;
}

.schedule-block .block_2 .lines div p.last {
    padding-left: 15px;
}

.schedule-block .block_3 .lines div p.last {
    padding-left: 25px;
}

.schedule-block .block {
    margin-bottom: 40px;
}

.schedule-block .block.block_3 {
    margin-bottom: 0;
}

.eighth-screen {
    position: relative;
    background: #9a7539;
    color: #fff;
    text-transform: uppercase;
    margin-top: 60px;
}

.eighth-screen .container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    z-index: 4;
}

.eighth-screen .container:after {
    content: "";
    position: absolute;
    display: block;
    width: 1373px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -350px;
    background: url(../img/girl_3_2.png) no-repeat center;
    z-index: 3;
}

.eighth-screen .container:before {
    content: "";
    position: absolute;
    display: block;
    width: 734px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -434px;
    background: url(../img/product-bg3.png) no-repeat center;
    z-index: 2;
}

.eighth-screen .fon {
    position: absolute;
    right: 0;
    top: 0;

}

.eighth-screen__left {
    max-width: 530px;
    position: relative;
    z-index: 9;
}

.eighth-screen h4 {
    font-weight: 900;
    font-size: 24px;
    margin: 0;

}

.eighth-screen p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 35px;
}

.eighth-screen .button {
    font-size: 30px;
    max-width: 395px;
}

.reviews-block {
    position: relative;
    margin-top: 60px;
}

.reviews-block .container {
    position: relative;
}



.bubbles {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.reviews-block .title-text,
.instruction-block .title-text {
    text-transform: inherit;
    margin-bottom: 10px;
}

.reviews-block .title {
    margin-bottom: 50px;
}

.reviews-block .slider {
    text-align: center;
    font-size: 0;
}

.reviews-block .item {
    max-width: 350px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: top;
}

.reviews-block .item:last-child {
    margin-right: 0;
}

.reviews-block .item:nth-child(2) {
    margin-top: 50px;
}

.reviews-block .top {
    margin-bottom: 25px;
}

.reviews-block .top .avatar {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.reviews-block .top .name-block {
    display: inline-block;
    vertical-align: middle;
}

.reviews-block .top .name-block .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.reviews-block .top .name-block .job {
    font-size: 14px;
    margin-bottom: 8px;
}

.reviews-block .item p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 15px;
}

.reviews-img {
    display: block;
    margin: auto;
}

.reviews-block .item .bottom {
    padding: 20px 15px;
    border: 1px solid #c79a4f;
    border-radius: 0px 20px 20px 20px;
    background: #fff;
}

.instruction-block {
    margin-top: 70px;
    margin-bottom: 100px;
}

.instruction-block .title {
    margin-bottom: 80px;
}

.instruction-block .inner {
    counter-reset: section3;
    font-size: 0;
    text-align: center;
}

.instruction-block .inner .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 115px;
}

.instruction-block .inner .item:before {
    counter-increment: section3;
    content: counter(section3) "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    background: #c79a4f;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
}

.instruction-block .inner .item:last-child {
    margin-right: 0;
}

.instruction-block .inner .item img {
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.instruction-block .inner .item p {
    font-size: 16px;
    line-height: 22px;
    max-width: 160px;
    margin: auto;
}

.form-block {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cca460+59,cca460+100&0+54,0.7+78,1+92,1+100 */
    background: -moz-linear-gradient(top, rgba(204, 164, 96, 0) 54%, rgba(204, 164, 96, 0.15) 59%, rgba(204, 164, 96, 0.7) 78%, rgba(204, 164, 96, 1) 92%, rgba(204, 164, 96, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(204, 164, 96, 0) 54%, rgba(204, 164, 96, 0.15) 59%, rgba(204, 164, 96, 0.7) 78%, rgba(204, 164, 96, 1) 92%, rgba(204, 164, 96, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(204, 164, 96, 0) 54%, rgba(204, 164, 96, 0.15) 59%, rgba(204, 164, 96, 0.7) 78%, rgba(204, 164, 96, 1) 92%, rgba(204, 164, 96, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cca460', endColorstr='#cca460', GradientType=0);
    /* IE6-9 */



}

.form-block .container {
    position: relative;
    padding-bottom: 135px;
}

.form-block .left {
    position: relative;
    max-width: 470px;
    z-index: 3;
}

.form-block .logo-text {
    position: relative;
    font-size: 100px;
    color: #c79a4f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 90px;
    z-index: 4;
}

.form-block__list {
    margin-bottom: 70px;
}

.form-block__list .item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.form-block__list .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 36px;
    background: url(../img/check.png) no-repeat center;
    left: 0;
    top: -10px;
}

.form-block__list .item:last-child {
    margin-bottom: 0;
}

.sale-text {
    color: #c79a4f;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 60px;
}

.timer .text {
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.form-block .right {
    padding-top: 130px;
    z-index: 3;
    position: relative;
}

.form {
    padding: 20px 25px;
    border: 1px solid #c79a4f;
    border-radius: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.5);
    max-width: 300px;
    padding-bottom: 25px;
}

.form-title {
    text-align: center;
    font-size: 18px;
    max-width: 220px;
    margin: auto;
    margin-bottom: 20px;
}

.field {
    max-width: 250px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c79a4f;
    height: 52px;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.field:nth-child(4) {
    margin-bottom: 25px;
}

.field.sel {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../img/sel.png) no-repeat 90%;
}

.form .button {
    font-size: 30px;
    max-width: 265px;
    padding: 19px 10px;
}

.form-block__product {
    position: absolute;
    left: 0;
    right: -80px;
    bottom: 25px;
    display: block;
    margin: auto;
    z-index: 3;
}

.bottom-girl {
    position: absolute;
    left: 0;
    right: -195px;
    top: 0;
    display: block;
    margin: auto;
    z-index: 2;
}

.web {}

.mobile {
    display: none;
}

@media screen and (max-width: 1169px) {
    .container {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: block;
    }

    .web {
        display: none;
    }

    .first-screen:before {
        display: none;
    }

    .video-box video {
        width: 100%;
        height: auto;
        min-width: auto;
        min-height: auto;
    }

    .first-screen h2 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .first-screen .logo {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 25px;
    }

    .first-screen .tape {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
        max-width: 250px;
    }

    .first-screen .tape::after {
        right: -15px;
        border-bottom: 30px solid #826d4a;
    }

    .first-screen .tape::before {
        right: -15px;
        border-top: 30px solid #826d4a;
    }

    .first-screen .text {
        font-weight: 100;
        font-size: 16px;
        line-height: 20px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .first-screen .appeal-text {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .footnote {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 30px;
    }

    .first-screen {
        position: relative;
        padding-bottom: 45px;
        padding-top: 150px;
    }

    .first-screen .container {
        /*position: relative;*/
    }

    .first-screen:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -67px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#454545+0,454545+100&0+0,0.7+19,1+38,1+100 */
        background: -moz-linear-gradient(top, rgba(69, 69, 69, 0) 0%, rgba(69, 69, 69, 0.7) 19%, rgba(69, 69, 69, 1) 38%, rgba(69, 69, 69, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(69, 69, 69, 0) 0%, rgba(69, 69, 69, 0.7) 19%, rgba(69, 69, 69, 1) 38%, rgba(69, 69, 69, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(69, 69, 69, 0) 0%, rgba(69, 69, 69, 0.7) 19%, rgba(69, 69, 69, 1) 38%, rgba(69, 69, 69, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00454545', endColorstr='#454545', GradientType=0);
        /* IE6-9 */



    }

    .second-screen .left {
        /*display: none;*/
        width: 100%;
        padding-top: 60px;
        padding-bottom: 90px;
        padding-right: 0;
        float: none;
        justify-content: inherit;
        order: 2;
    }

    .second-screen .left h2 {
        font-size: 38px;
        margin-left: 0;
        line-height: 45px;
    }

    .second-screen .left:after {
        background: url(../img/face-left_mob.png) no-repeat center;
        right: 0;
        bottom: 0;
        width: 185px;
        height: 470px;
    }

    .second-screen .left .text {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .second-screen .inner-container {
        width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .second-screen {
        background: #f6f6f6;
        /*        display: block;
        flex-wrap: inherit;*/
        flex-flow: column wrap;
    }

    .second-screen .right {
        padding-top: 50px;
        padding-left: 25px;
        adding-bottom: 40px;
        padding-bottom: 20px;
        float: none;
        order: 1;
    }

    .third-screen .container {
        padding: 0;
    }

    .third-screen {
        padding-top: 55px;
    }

    .third-screen .title-text {
        margin-top: 5px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .third-screen .title {
        font-size: 22px;
    }

    .third-screen .left .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .third-screen .left .logo {
        margin-bottom: 25px;
    }

    .third-screen span b {
        display: inline-block;
    }

    .third-screen span {
        margin-top: 20px;
    }

    .third-screen .right {
        margin-top: 50px;
        float: none;
    }

    .third-screen .right img {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
        display: block;
    }

    .four-screen .girl {
        position: absolute;
        height: 260px;
        right: 0;
        margin: auto;
    }

    .four-screen .container:after {
        display: none;
    }

    .second-screen .right h3 {
        max-width: 270px;
        line-height: 35px;
    }

    .second-screen .right .text {
        padding-left: 0;
        max-width: 270px;
        line-height: 35px;
    }

    .second-screen .right .list {
        margin-top: 30px;
        padding-left: 70px;
    }

    .second-screen .right .list .item {
        font-size: 15px;
        line-height: 15px;
        padding-left: 17px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .second-screen .right .list .item:before {
        font-size: 36px;
        left: -15px;
        top: 11px;
    }

    .second-screen .right .list .item:nth-child(1):before {
        left: -10px;
    }

    .second-screen .right .list .wrap:nth-child(1),
    .second-screen .right .list .wrap:nth-child(2),
    .second-screen .right .list .wrap:nth-child(3),
    .second-screen .right .list .wrap:nth-child(4),
    .second-screen .right .list .wrap:nth-child(5),
    .second-screen .right .list .wrap:nth-child(6) {
        margin-left: 0;
    }

    .second-screen .right:after {
        background: url(../img/face-right_mob.png) no-repeat center;
        left: 0;
        bottom: auto;
        width: 166px;
        height: 474px;
        top: 170px;
    }

    .third-screen p {
        font-size: 14px;
        line-height: 20px;
    }

    .slick-dots li button:before {
        font-size: 55px;
        color: #e4e4e4;
        opacity: 1;
    }

    .slick-dots li.slick-active button:before {
        color: #c79a4f;
    }

    .slick-slide img {
        margin: auto;
    }

    .reviews-screen .slick-slide img {
        margin: auto;
        width: 100%;
    }

    .slick-dots {
        bottom: -40px;
    }


    .arrow_img,
    .arrow_img_2 {
        display: none;
    }

    .four-screen {
        margin-top: 50px;
        background: #9d793e url(../img/product-bg_mob.png) no-repeat center;
        background-size: cover;
        margin-bottom: 50px;
    }

    .four-screen .right {
        float: none;
        left: 0;
    }

    .four-screen h2 {
        margin-bottom: 25px;
    }

    .four-screen h2 {
        font-size: 17px;
        text-align: center;
    }

    .four-screen .container {
        padding-bottom: 300px;
    }

    .price-block__value {
        font-size: 22px;
        line-height: 30px;
    }

    .price-block__label {
        margin-bottom: 0px;
    }

    .price-block__price {
        min-width: 135px;
        padding: 9px 15px 9px 15px;
    }

    .price-block__price_old::before {
        right: -1px;
        bottom: 0;
        border-right: 15px solid #000;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
    }

    .price-block__price_new::before,
    .price-block__price_new::after {
        right: -15px;
    }

    .fifth-screen h3 {
        margin-top: 0;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .title-text {
        font-size: 16px;
        line-height: 25px;
        max-width: 180px;
        margin: auto;
    }

    .fifth-screen .text {
        margin-top: 25px;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 55px;
    }

    .fifth-screen .prod {
        max-height: 245px;
    }

    .fifth-screen .left,
    .fifth-screen .right {
        float: none;
    }

    .fifth-screen .nuts {
        position: absolute;
        top: 35px;
        left: auto;
        height: 230px;
        right: 0;
    }

    .fifth-screen .right {
        margin-left: 0;
        margin-top: 35px;
    }

    .fifth-screen__list .item {
        font-size: 13px;
        line-height: 13px;
        padding: 10px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .fifth-screen__list {
        margin-bottom: 20px;
        padding-top: 0;
    }

    .fifth-screen h3 {
        font-size: 22px;
        color: #000;
    }

    .fifth-screen .inner-wrap h3 {
        font-size: 24px;
        color: #c79a4f;
    }

    .jojoba {
        right: -50px;
    }

    .fifth-screen .bottom-text {
        font-size: 18px;
    }

    .fifth-screen {
        padding-bottom: 40px;
    }

    img {
        max-width: 100%;
    }

    .sixth-screen .container:after {
        width: 266px;
        height: 195px;
        top: 0px;
        bottom: auto;
        right: 0px;
        left: 0;
        margin: auto;
        background: url(../img/girl_2_mob.png) no-repeat center;
    }

    .sixth-screen__left {
        position: relative;
        z-index: 9;
    }

    .sixth-screen .container {
        padding-top: 155px;
    }

    .sixth-screen .bg-text {
        position: relative;
        font-size: 72px;
        line-height: 60px;
        margin-bottom: 15px;
        opacity: 0.5;
        z-index: 6;
        top: 0;
    }

    .sixth-screen h4 {
        line-height: 23px;
        margin-bottom: 30px;
    }

    .sixth-screen {
        margin-bottom: 60px;
    }

    .title {
        font-size: 22px;
    }

    .seventh-screen .title-text {
        max-width: 100%;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .seventh-screen .left h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .seventh-screen__list {
        padding-left: 30px;
    }

    .seventh-screen__list .item:before {
        left: -35px;
    }

    .seventh-screen .text .top {
        line-height: 25px;
        margin-top: 40px;
    }

    .seventh-screen .right {
        float: none;
        margin-top: 30px;
    }

    .seventh-screen .left {
        float: none;
    }

    .schedule-block {
        padding: 15px;
        padding-top: 30px;
    }

    .schedule-block .left-text {
        float: none;
        display: block;
        margin-right: 0;
        max-width: 270px;
        margin-bottom: 10px;
    }

    .schedule-block .lines {
        float: none;
    }

    .schedule-block .block {
        margin-bottom: 25px;
    }

    .schedule-block .lines div {
        width: 285px;
    }

    .seventh-screen .container {
        padding: 0;
        max-width: 320px;
    }

    .seventh-screen__list p {
        line-height: 20px;
    }

    .seventh-screen .title-text,
    .seventh-screen .title,
    .seventh-screen .left h4,
    .seventh-screen__list,
    .seventh-screen .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .seventh-screen__list {
        padding-left: 40px;
    }

    .eighth-screen .container:after {
        width: 272px;
        height: 235px;
        top: 0;
        bottom: auto;
        right: 0px;
        left: 0;
        margin: auto;
        background: url(../img/girl_3_2_mob.png) no-repeat center;
    }

    .eighth-screen .container:before {
        display: none;
    }

    .eighth-screen .container {
        padding-top: 265px;
        text-align: center;
    }

    .eighth-screen h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .eighth-screen p {
        font-size: 18px;
        line-height: 28px;
    }

    .eighth-screen .button {
        font-size: 24px;
        max-width: 270px;
        padding: 15px 10px;
    }

    .eighth-screen .container {
        padding-bottom: 40px;
    }

    .eighth-screen {
        background: #9d793e url(../img/product-bg_mob.png) no-repeat center;
        background-size: cover;
        background-position-x: 50px;
    }

    .reviews-block {
        margin-top: 50px;
    }

    .bubbles {
        bottom: 90px;
    }

    .reviews-block .top .name-block .job {
        max-width: 150px;
    }

    .reviews-block .top {
        text-align: left;
    }

    .reviews-block .item:nth-child(2) {
        margin-top: 0;
    }

    .reviews-block .title-text {
        font-size: 22px;
    }

    .reviews-block .title {
        margin-bottom: 20px;
    }

    .reviews-block .top .name-block {
        text-align: left;
    }

    .reviews-block .slick-slide img {
        margin: 0;
    }

    .reviews-block .item {
        max-width: 100%;
        margin-right: auto;
    }

    .instruction-block .title {
        margin-bottom: 45px;
    }

    .instruction-block .inner .item {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .instruction-block .inner .item:last-child {
        margin-right: auto;
        margin-bottom: 0;
    }

    .instruction-block {
        margin-bottom: 60px;
    }

    .form-block .logo-text {
        font-size: 44px;
        margin-bottom: 45px;
    }

    .form-block__list .item {
        font-size: 18px;
    }

    .form-block__list {
        margin-bottom: 40px;
        max-width: 240px;
    }

    .sale-text {
        font-size: 17px;
        text-align: center;
        line-height: 23px;
        margin-bottom: 30px;
    }

    .form-block .left {
        float: none;
    }

    .form-block .right {
        float: none;
        padding-top: 365px;
    }

    .bottom-girl {
        right: -50px;
        top: auto;
        margin-top: 40px;
    }

    .form-block__product {
        left: 0;
        right: auto;
        bottom: auto;
        margin-top: 200px;
        left: -55px;
        height: 200px;
    }

    .form-block .container {
        padding-bottom: 50px;
    }

    .fifth-screen .left:before {
        content: "";
        left: -5px;
        top: -40px;
        display: block;
        position: absolute;
        background: url(../img/sticker_mob.png) no-repeat center;
        width: 63px;
        height: 63px;
    }

    .timer .item {
        margin-right: 20px;
    }

    .fifth-screen .malina {
        left: 130px!IMPORTANT;
    }

    .seventh-screen__list .item {
        padding-left: 20px;
    }

}

.fifth-screen .wild-rose {
    left: 100px;
}

.fifth-screen .malina {
    left: 180px;
}

.fifth-screen .sliva {
    left: 90px;
}

.fifth-screen .jojoba {
    left: 80px;
}


@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}