/* styles */
body {
    min-width: 480px;
    background: #1d6784;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

h2.title {
    font-size: 33px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
    padding: 0 20px;
}

h2.title span {
    color: #8dc63f;
}

section {
    padding: 35px 0;
}

.color_theme {
    background: #ed525c;
    background: linear-gradient(to bottom, #ed525c 0%, #e65336 100%);
}

.color_theme .title,
.color_theme .title span {
    color: #fff;
}

.page-form {
    background: none;
    min-width: 0;
}

.main_form {
    padding-top: 25px;
    text-align: center;
}

.main_form input {
    border: none;
    width: 100%;
    display: block;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    height: 70px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    color: #222;
}

.main_form input.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.main_form label.error {
    color: #fe0;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
}

.main_form .button-m {
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_form ::-webkit-input-placeholder {
    color: #222;
}

.main_form ::-moz-placeholder {
    color: #222;
}

.main_form :-moz-placeholder {
    color: #222;
}

.main_form :-ms-input-placeholder {
    color: #222;
}

.main_form :focus::-webkit-input-placeholder {
    color: transparent;
}

.main_form :focus::-moz-placeholder {
    color: transparent;
}

.main_form :focus:-moz-placeholder {
    color: transparent;
}

.main_form :focus:-ms-input-placeholder {
    color: transparent;
}

/* button */
.button-m {
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 85px;
    width: 340px;
    display: block;
    border-radius: 16px;
    line-height: 85px;
    text-decoration: none;
    text-align: center;
    background: #9aee28;
    background: linear-gradient(to bottom, #9aee28 0%, #8dc640 100%);
    font-size: 20px;
    letter-spacing: 0.6px;
    margin: 0px auto;
    color: #fff;
    position: relative;
    text-shadow: 0 2px 0 #7cb72d;
}

.button-m:active {
    background: #8dc640;
    background: linear-gradient(to bottom, #8dc640 0%, #9aee28 100%);
    top: 2px;
}



/*  offer_section   */
.offer_section {
    background: #eef4ff;
    padding: 0 0 35px;
}

.offer_section .top_line {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.top_line__logo {
    display: block;
    margin: 0;
}

.top_line__stickers {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.top_line__stickers>img {
    display: block;
}

.offer_section .box {
    padding: 30px 20px 0;
    min-height: 400px;
    background: url(../images/offer.jpg) top center no-repeat;
    position: relative;
}

.box__rect {
    margin-left: -20px;
    max-width: 300px;
    padding: 7px 20px;
    background-color: #c52b2c;
    background: linear-gradient(0deg, #c52b2c, #ed2123);
    transform: translateY(20px);
}

.rect {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.308) 0 0 3px;
    font-weight: 700;
}

.rect-red {
    padding: 7px 20px;
    background-color: #c52b2c;
    background: linear-gradient(0deg, #c52b2c, #ed2123);
}

.main_title {
    font-size: 14.5px;
    line-height: 1.15;
    text-align: left;
    text-transform: uppercase;
}

.main_title>span {
    display: block;
    font-size: 30px;
}

.box__product {
    position: absolute;
    right: 0;
    top: 40px;
    display: block;
}

.offer_section .button-m {
    margin-bottom: 30px;
}

.ofr_bull {
    margin-top: 293px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.ofr_bull>li {
    padding: 15px 0 15px 45px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    position: relative;
}

.ofr_bull>li:last-child {
    border-bottom: none;
}

.ofr_bull>li:before {
    content: '';
    width: 33px;
    height: 33px;
    background: url(../images/check1.png) 50% 50% no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
}

.sale {
    position: absolute;
    right: 0;
    top: 281px;
    width: 230px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #8dc63f;
    z-index: 1;
    overflow: hidden;
    transform: translate(40px, 60px) rotate(-42deg);
    text-transform: uppercase;
}

.sale>p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.timer_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.timer>p {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.timer_container {
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.timer_container .item {
    width: 55px;
    background: #fff;
    padding: 6px 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.timer_container .item:not(:last-child):before {
    content: ':';
    font-size: 28px;
    line-height: 1.1em;
    color: #8dc63f;
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: -13px;
}

.timer_container .item .count {
    font-size: 25px;
    line-height: 1.1em;
    color: #8dc63f;
    font-weight: 700;
}

.timer_container .item .text {
    font-size: 11px;
    line-height: 1.2em;
}

.price {
    text-align: right;
}

.price .old {
    font-size: 23px;
    line-height: 1.1em;
    color: #0084b6;
}

.price .old span {
    text-decoration: line-through;
}

.price small {
    font-size: 0.7em;
}

.price .new {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 700;
    color: #ff0000;
}

.formbox {
    padding: 35px 40px;
    border-radius: 15px;
    background: #0084b6;
    background: linear-gradient(45deg, #0084b6 0%, #01a3e1 100%);
    color: #fff;
    text-align: center;
    max-width: 440px;
    margin: 35px auto 0;
}

.formbox>span {
    display: block;
    font-size: 23px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* .sect1-1 */

.sect1-1__rect {
    position: relative;
    left: 50%;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 21px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.type1-list {
    padding: 0 20px;
    margin-bottom: 40px;
}

.type1-item {
    padding: 10px 0;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 700;
}

.sect1-1__list {}

.sect1-1__item {
    background: url("../images/item-icon.png") no-repeat left center;
}

.sect1-1__announce {
    padding: 20px;
    font-weight: 500;
}

h2.title-red>span {
    display: block;
    color: #ec2224;
}

.sect1-2__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.sect1-2__item {
    width: calc(50% - 10px);
}

.sect1-2__item>img {
    display: block;
    border-radius: 15px;
}

.sect1-2__item>p {
    font-weight: 700;
    text-align: center;
}


/*sect1*/
.sect1>p {
    padding: 0 20px;
    margin-bottom: 25px;
}

.sect1>p:last-child {
    margin-bottom: 0;
}

.video_block {
    width: 440px;
    height: 230px;
    background: #000;
    border-radius: 16px;
    margin: 0 auto 25px;
    position: relative;
    overflow: hidden;
}

.video_block iframe,
.video_block object,
.video_block embed,
.video_block .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list1 {
    padding: 0 20px;
}

.list1>li {
    padding: 0 0 0 45px;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}

.list1>li:last-child {
    margin-bottom: 0;
}

.list1>li:before {
    content: '';
    width: 33px;
    height: 33px;
    background: url(../images/check1.png) 50% 50% no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.sect1 .button-m {
    margin-top: 35px;
    font-size: 18px;
    letter-spacing: normal;
}

/*sect2*/
.sect2 {
    background: #eef4ff url(../images/s2_img.jpg) 50% 0% no-repeat;
    padding: 265px 20px 35px;
}

.sect2 .content {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 20px 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.sect2 .title {
    font-size: 24px;
    line-height: 1.2em;
    padding: 0;
    letter-spacing: -.005em;
}

.sect2__product {
    position: absolute;
    left: -20px;
    bottom: calc(100% - 30px);
}

.sect2__text {
    margin-bottom: 30px;
    text-align: center;
}

.sect2__list {
    padding: 0;
    margin-bottom: 0;
}

.sect2__item {
    background: url("../images/icon-mark.png") no-repeat left center;
}

.benef1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.benef1>li {
    width: 50%;
    padding: 0 5px;
    text-align: center;
}

.benef1>li>p {
    font-size: 15px;
    font-weight: 500;
}

.benef1>li .numbers {
    width: 106px;
    height: 106px;
    background: #eef4ff;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benef1>li .numbers>span {
    display: block;
    font-size: 40px;
    line-height: 1.1em;
    color: #8dc63f;
    font-weight: 700;
}



/*sect3*/
.sect3 {
    padding: 50px 0 0;
    background: #eef4ff;
}

.expert {
    background: #0198d1;
    color: #fff;
    padding: 1px 20px 35px;
}

.expert .info {
    display: flex;
    align-items: center;
    margin: -50px 0 15px;
}

.expert .info>img {
    border-radius: 50%;
    border: 8px solid #edf3fe;
}

.expert .info .text {
    padding-left: 10px;
    font-weight: 500;
}

.expert .info .text>span {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 25px;
    color: #222;
}

.expert .info .text>p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
}

.expert>.text {
    background: #007ba9;
    padding: 15px;
    border-radius: 16px;
    line-height: 1.7em;
    font-style: italic;
}

.sect3 .button-m {
    margin-top: 30px;
    font-size: 19px;
    letter-spacing: normal;
}



/*sect4*/
.sect4 {
    padding: 50px 0;
}

.sect4>p {
    padding: 0 20px;
    margin-bottom: 25px;
}

.sect4>p:last-child {
    margin-bottom: 0;
}

.benef2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.benef2__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.benef2__text {}

.sect4__list {
    padding: 0 20px;
}

.sect4__item {
    width: calc(50% - 15px);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.sect4__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 185px;
    margin: 0 auto 25px;
    border: 2px solid #edf3fe;
    border-radius: 50%;
}

.sect4__icon>img {
    display: block;
}

/*sect6*/
.sect6 {
    background: #0198d1;
    color: #fff;
}

.sect6 .title {
    letter-spacing: -.005em;
}

.sect6__text {
    margin-bottom: 30px;
    text-align: center;
}

.sect6__list {
    margin: 0 20px 30px;
}

.sect6__item {
    display: flex;
    align-items: center;
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 15px;
    gap: 10px;
}

.sect6__item:not(:last-child) {
    margin-bottom: 20px;
}

.sect6__percent {
    flex: 0 0 27%;
    color: #8dc63f;
    font-size: 41px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.sect6__content {
    color: #222;
    font-weight: 700;
}

.action_text {
    text-align: center;
    margin-bottom: 25px;
}

.action_text>span {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.sect6 .button-m {
    font-size: 18px;
}



/*sect7*/
.sect7 {
    position: relative;
    min-height: 470px;
    background: url(../images/certf.png) no-repeat left bottom 35px;
}

.sect7 .title {
    max-width: 50%;
    font-size: 36.5px;
    line-height: 1.2;
}

.sect7__img {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: block;
    margin-left: auto;
}

/*sect8*/
.sect8 {
    background: #eef4ff;
}

.reviews {
    padding: 0 20px;
}

.rev_item {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.rev_item:last-child {
    margin-bottom: 0;
}

.rev_item .info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rev_item .info>img {
    border-radius: 50%;
}

.rev_item .info .text {
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
}

.rev_item .info .text span {
    font-size: 16px;
    display: block;
}

.rev_item>span {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}


/*sect9*/
.order_list {
    padding: 0 20px;
}

.order_list>li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 0;
}

.order_list>li .img {
    width: 70px;
}

.order_list>li .img>img {
    display: block;
    margin: 0 auto;
}

.order_list>li .text {
    width: 370px;
    padding: 0 40px 0 20px;
}

.order_list>li:first-child {
    padding-top: 15px;
}

.order_list>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


/* footer */
.footer_section {
    padding: 25px 0;
    background: #eef4ff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #222;
    display: block;
}

.ac_footer {
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 16px;
}