html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    color: #394a54;
}

h2 {
    padding-left: 5px;
    padding-right: 5px;
}

.button {
    display: block;
    background: url(../img/button.png) no-repeat top center;
    background-size: contain;
    width: 338px;
    height: 75px;
    line-height: 60px;
    vertical-align: middle;
    margin: 10px auto;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #4d6608;
    cursor: pointer;
    border: none;
}

button.button {
    line-height: unset;
    vertical-align: unset;
    padding-bottom: 14px;
}

.button:hover {
    filter: brightness(120%);
}

.button:focus {
    filter: brightness(80%);
}

.main-wrap {
    width: 420px;
    margin: 0 auto;
}

section .wrap {
    width: 380px;
    margin: 0 auto;
}

.block-1 {
    width: 100%;
    background: #E6F8FD;
    position: relative;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}

.list-border {
    /*width: 353px;*/
    /*height: 580px;*/
    background-color: rgba(256, 256, 256, 0.8);
    padding: 65px 5px 5px 5px;
    margin: 0 auto;
    position: relative;
}

.pointer-wrap {
    /*width: 353px;*/
    /*height: 600px;*/
    border: 1px dashed #577686;
    margin: 0 auto;
}

.block-1 h1 {
    background: url(../img/logo-base.png) no-repeat top center;
    width: 417px;
    height: 40px;
    text-align: center;
    font-size: 39px;
    color: white;
    font-style: italic;
    font-weight: bold;
    padding: 26px 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -17px;
    background-size: contain;
}

.bottom-block h1 {
        background: url(../img/logo-base.png) no-repeat top center;
    width: 417px;
    height: 40px;
    text-align: center;
    font-size: 39px;
    color: white;
    font-style: italic;
    font-weight: bold;
    padding: 26px 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -30px;
    background-size: contain;
}

.block-1 h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    color: #da3a0b;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.block-1 h3 > span:after {
    content: "";
    width: 114px;
    height: 1px;
    background-color: #da3a0b;
    position: absolute;
    bottom: -10px;
    left: 118px;
}

.block-1 ul {
    list-style: none;
    color: #394a54;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 20px;
}

.block-1 ul>div {
    display: flex;
    flex-direction: row;
}

.block-1 li {
    margin: 15px 20px;
}

.block-1 ul li:before {
    content: "";
    background: url("../img/check.png");
    width: 35px;
    height: 29px;
    position: absolute;
    left: 40px;
}

.block-1 ul b {
    display: block;
    font-weight: 900;
}

.block-1 img{
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
}

.block-1 .price {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 500;
    color: #394a54;
    padding: 0 15px;
}

.block-1 .price div {
    width: 40%;
    text-transform: uppercase;
}

.block-1 .price span {
    display: block;
}

.block-1 .price .old-price span {
    font-size: 24px;
    text-decoration: line-through;
}

.block-1 .price .new-price {
    width: 60%;
    color: #d2370b;
    text-align: right;
    font-size: 16px;
}

.block-1 .price .new-price span {
    font-size: 44px;
}

.timer_block {
    width: 330px;
    text-transform: uppercase;
    margin: 5px auto 0;
    text-align: center;
    color: #394a54;
}

.timer_block h4 {
    margin: 0;
}

.block-1 .wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-2 {
    width: 100%;
    margin: 0 auto;
    background: url("../img/bg2.png") no-repeat bottom #00BBF4;
    text-align: center;
    font-family: "PT Sans", sans-serif;
    overflow: hidden;
}

.block-2 .wrap {
    display: flex;
    flex-direction: column;
}

.block-2 h2 {
    margin: 0 auto;
    padding: 20px 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: relative;
}

.block-2 h2 span {
    display: block;
    text-transform: capitalize;
    color: #3180a0;
    font-weight: 900;
    font-size: 48px;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
}



.block-2 .note-block {
    display: flex;
    flex-direction: column;
    background: url(../img/note.png) center top no-repeat;
    margin: 0 auto;
    padding: 170px 10px 105px 10px;
    background-size: cover;
    width: 122%;
    position: relative;
    left: -51px;
}

.block-2 .note-block .string {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 5%;
    margin-bottom: 15px;
}

.block-2 .note-item {
    width: 40%;
}

.block-2 .note-item h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #EF0E03;
    margin: 0 auto;
}

.block-2 .note-item p {
    font-size: 20px;
    color: #394a54;
    margin: 0 auto;
}

.block-3 {
    width: 100%;
    background: #ffffff;
    font-family: "PT Sans", sans-serif;
    background-size: auto 100%;
}

.block-3 .wrap > div:first-of-type {
    margin: 10px 0 30px;
    text-align: center;
}

.block-3 .wrap > div:first-of-type h2 {
    margin: 0 auto;
    padding: 20px 0 10px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EF0E03;
}

.block-3 .wrap > div:first-of-type span {
    color: #00BBF4;
}

.block-3 .wrap > div:first-of-type p {
    font-size: 20px;
    color: #394a54;
}

.block-3 .wrap > div:first-of-type p span {
    color: #EF0E03;
    font-weight: bold;
}

.block-3 .wrap > div:first-of-type b {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #00BBF4;
}

.block-3 .wrap > div:first-of-type b:after {
    display: block;
    position: relative;
    content: "";
    background: url("../img/underline.png") no-repeat;
    width: 300px;
    height: 15px;
    margin: 0 auto;
    background-size: 100%;
}

.block-4 {
    width: 100%;
    background: #E6F8FD;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-4 .wrap {
    display: flex;
    flex-direction: row;
}

.block-4 .note {
    padding-top: 10px;
    padding-bottom: 35px;
    width: 100%;
}

.block-4 .note h2 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #304D58;
    text-align: center;
    position: relative;
}

.block-4 .note h2 span {
    display: block;
    text-transform: capitalize;
    color: #77B9CA;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: bolder;
}



.block-4 .note-block {
    background: url("../img/b4-note.png") no-repeat;
    padding: 35px 10px 60px 10px;
    background-size: 100% 100%;
}

.block-4 .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-4 .row img {
    padding: 0 10px;
}

.block-4 .note-item {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #95C100;
    padding: 10px 0 10px 95px;
    position: relative;
}

.block-4 .note-item:before {
    content: "";
    background: url("../img/green-check.png") no-repeat;
    width: 37px;
    height: 35px;
    position: absolute;
    left: 55px;
}

.block-4 .red-button {
    display: block;
    background: url(../img/red-button.png) no-repeat;
    width: 90%;
    height: 78px;
    color: #900505;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    background-size: 100% 100%;
}

.red-button:hover {
    filter: brightness(120%);
}

.red-button:focus {
    filter: brightness(80%);
}

.block-5 {
    width: 100%;
    background: url(../img/bg5.png) no-repeat 50% bottom #00C1F5;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-5 .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-5 h2 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #E6F8FD;
    text-align: center;
    padding: 10px 0 25px;
}

.block-5 h2 span {
    color: #304D58;
}

.block-5 .graph-block {
    text-align: center;
    padding-top: 10px;
}

.block-5 .graph-block img {
    margin: 0 auto;
    width: 100%;
}

.block-5 .graph-block p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.block-5 .note-block {
    background: url(../img/b5-note.png) no-repeat;
    width: 280px;
    height: 425px;
    padding: 20px 50px;
    margin: 0 auto 5px;
    background-size: cover;

}

.block-5 .note-block span {
    font-size: 30px;
    font-weight: bold;
    color: #95C100;
}

.block-5 .note-block p {
    font-size: 22px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 3px;
}

.block-6 {
    width: 100%;
    background: url(../img/bg6.png) no-repeat center bottom #ffffff;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.block-6 h2 {
    margin: 10px auto 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #95C100;
    text-align: center;
    position: relative;
}

.block-6 h2 span {
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: bolder;

}

.block-6 h2 span b {
    color: #55711C;
}
/*
.block-6 h2 span:before {
    display: inline-block;
    content: "";
    background: url("../img/logo-green.png") center no-repeat;
    width: 53px;
    height: 52px;
    position: relative;
    top: 10px;
    left: -10px;
}
*/
.block-6 .product-block {
    width: 100%;
    margin-top: 40px;
}

.block-6 .product-block img {
    margin-top: 40px;
    width: 100%;
    max-width: 260px;
    display: flex;
    margin: auto;
}

.block-6 .product-block .natural {
    position: relative;
    background: url("../img/natural.png") no-repeat;
    width: 185px;
    height: 54px;
    padding: 18px 10px;
    text-align: center;
    color: #607D20;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    transform: rotate(17deg);
    margin: 0 auto;
}

.block-6 .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0 auto 70px;
    position: relative;
}

.block-6 .row .composition {
    display: flex;
    flex-direction: column;

}

.block-6 .composition-item {
    padding: 0 0 0 120px;
    position: relative;
}

.block-6 .composition-item:before {
    content: "";
    background: url("../img/composition-1.png") no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: 24px;
}

.block-6 .composition-item:nth-of-type(2):before {
    background: url("../img/composition-2.png") no-repeat;
}

.block-6 .composition-item:nth-of-type(3):before {
    background: url("../img/composition-3.png") no-repeat;
}

.block-6 .composition-2 .composition-item:nth-of-type(1):before {
    background: url("../img/composition-4.png") no-repeat;
}

.block-6 .composition-2 .composition-item:nth-of-type(2):before {
    background: url("../img/composition-5.png") no-repeat;
}

.block-6 .composition-2 .composition-item:nth-of-type(3):before {
    background: url("../img/composition-6.png") no-repeat;
}

.block-6 .composition-item h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00BBF4;
    margin-bottom: 0;
}

.block-6 .composition-item ul {
    font-size: 22px;
    line-height: 30px;
    padding-left: 20px;
    margin: 0;
}

.block-7 {
    width: 100%;
    background: url(../img/bg7.png) no-repeat 0% bottom #E6F8FD;
    margin: 0 auto;
    /*display: flex;*/
    /*flex-direction: column;*/
    position: relative;
}


.block-7 h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #304D58;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

.block-7 .note-block {
    padding: 0 30px;
}

.block-7 .note-block p {
    font-size: 24px;
    font-style: italic;
    text-align: center;
}

.block-7 .note-block p span {
    color: #607D20;
    font-weight: bold;
}

.block-7 .wrap div > span {
    display: block;
    width: 230px;
    font-weight: bolder;
    padding: 10px 0;
    font-size: 18px;
    margin: 0 auto;
}

.block-7 img {
    display: block;
    margin: 0 auto;
}

.block-8 {
    background: #00C1F5;
}

.block-8 .wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
}

.block-8 .wrap > div {
    padding: 20px;
}

.block-8 .wrap > span:before {
    display: block;
    content: "";
    background: url("../img/line.png") 50% no-repeat;
    width: 3px;
    height: 100%;
}

.block-8 .wrap h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.block-8 .wrap h3 {
    font-size: 18px;
    color: #394a54;
    text-transform: uppercase;
}

.block-8 .wrap h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.block-8 .wrap ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.block-8 .wrap p {
    font-size: 22px;
}

.block-9 .slider-rev {
    width: 90%;
    margin: 0 auto 20px;
    position: relative;
}

.block-9 .slider-wrap {
    position: relative;
}

.block-9 .slide-block {
    display: flex;
    flex-direction: column;
    background: #E6F8FD;
    position: relative;
    padding: 30px;
}

.block-9 {
    background: #ffffff;
}

.block-9 h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #00C1F5;
    text-align: center;
}

.block-9 .slide-block img {
    display: block;
    margin: 0 auto;
    width: 286px;
    height: 286px;
}

.block-9 .slide-block p {
    font-size: 22px;
    text-align: justify;
    margin-bottom: 0;
}

.block-9 .slide-block h3 {
    font-size: 22px;
    color: #00BBF4;
    margin: 0;
}

.arrow-left1,
.arrow-right1 {
    position: absolute;
    display: block;
    top: 200px;
    margin-top: -33px;
    width: 14px;
    height: 31px;
    cursor: pointer;
    z-index: 10;
}

.arrow-left, .arrow-left1 {
    left: 7%;
    background: url("../img/rev-arrow.png") left 0 no-repeat;
    transform: rotate(180deg);
}

.arrow-right, .arrow-right1 {
    right: 7%;
    background: url("../img/rev-arrow.png") right 0 no-repeat;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

input {
    height: 50px;
    border-radius: 30px;
    border: 1px dashed #577686;
    margin: 10px 5% !important;
    padding: 15px;
    font-size: 22px !important;
    outline: none;
}

input:focus {
    border: 1px solid #892306;
}
.callbackForm label {
    color: #fff;
}
form label {
    font-size: 22px;
}
.bottom-block {
    background: url("../img/bg1.png") 50% top #00C2F5;
}

.trust {
    background-color: #e6f8fd;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
}
.trust h2 {
    color: #95C100;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}
.trust h2 span {
    color: #55711C;
}
.trust img {
    max-width: 90%;
    margin: 0 auto;
}
.trust p {
    font-size: 22px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
.trust p span {
    color: #55711C;
    font-weight: bolder;
}