p {
    margin: 0;
}

article,
        aside,
        details,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        menu,
        nav,
        section {
            display: block;
        }
        
html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    min-width: 480px;
    padding: 0px;
    margin: 0px auto;
    color: #222;
    color: #044563;
    font-size: 1em;
    background-color: #f3f3f3;
}

body p,
h1,
h2,
h3,
h4,
a {
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
}



body h3 {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 1.1em;
}

.container {
    margin: 0 auto;
    width: 480px;
    max-width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

li {
    list-style-type: none;
}

/*ЗАГРУЗЧИК*/
.loading {
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loading .close {
    position: fixed;
    z-index: 999999;
    color: #ffffff;
    top: 20px;
    right: 40px;
    font-size: 3em;
}

.loading .load_img {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.loading .display_none {
    display: none;
}

.loading p {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 50px;
}

/* КОНЕЦ       ЗАГРУЗЧИК*/


/*ВСПЛЫВАЮЩЕЕ ОКНО*/

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 2em;
}

.popup .popup_close {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 99999;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.popup_img {
    width: 480px;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    max-width: 100%;
}

.header {
    width: 100%;
    position: fixed;
    top: 20px;
    z-index: 99999;
    overflow: hidden;
    display: none;
}

.header p {
    text-align: left;
    color: aliceblue;
    line-height: 1.5em;
    font-size: 1.1em;
    width: 94%;
    margin: 0 auto;
}

.header .header_name_span {
    font-size: 1.3em;
}

.header .container {
    background: none;
}

.header_div {
    width: 96%;
    margin-bottom: 0;
    background-color: #000;
    opacity: 0.9;
    padding: 10px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    margin-left: -500px;
}

.header .container .header_div .sex {
    margin-left: 10px;
}


/*ЗАГОЛОВКИ*/

.sec_title {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 0.05em;

}

.sec_title_green {
    color: #004b84;
    margin-top: 30px;
}

.sec_title .xxx {
    padding: 6px 20px;
    margin-left: 10px;
}

.sec_title .yyy {
    padding: 0 15px 0 10px;
    margin-left: -40px;
}

.bottom {
    padding-bottom: 40px;
}

.bottom span {
    border-bottom: 2px solid #f74646;
}




/*ПРЕДСТАВЛЕНИЕ ТОВАРА*/

.offer_view .offer_credo {
    background: #171c21;
}

.offer_view .offer_credo p {
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
}

.offer_view .offer_credo .title {
    font-size: 26px;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
    font-weight: 700;
    line-height: 40px;
}

.offer_view .offer_credo .title span{
    font-size: 22px;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
    font-weight: 200;
    line-height: 40px;
}

.offer_view .credo {
    background: rgba(235, 235, 235, 0.8);
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.offer_view .offer_block {
    background: no-repeat url(../images/offer_view_sec_bg.jpg);
    background-size: cover;
    position: relative;
    height: 480px;
}

.offer_view .offer_block_bottom {
    background: no-repeat url(../images/offer_view_sec_bg.jpg);
    background-size: cover;
    position: relative;
    height: 480px;
}



/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ГАРАНТИИ*/
.offer_view .benefits_div {
    background: #171c21;
    overflow: hidden;
}

.offer_view .benefit_item {
    width: 33.3%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
    position: relative;
    padding: 10px 0 10px 0;
}

.offer_view .benefit_item:before {
    content: '';
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 5px 0 15px;
    margin-top: -3px;
}

.offer_view .benefit_item:nth-child(1):before {
    background: url(../images/benefit1_icon.png) no-repeat 0 0;
}

.offer_view .benefit_item:nth-child(2):before {
    background: url(../images/benefit2_icon.png) no-repeat 0 0;
}

.offer_view .benefit_item:nth-child(3):before {
    background: url(../images/benefit3_icon.png) no-repeat 0 0;
}



/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ЦЕНА*/

.price {
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    margin-bottom: 22px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}


.price .old_price {
    width: 50%;
    float: left;
    border-right: 1px solid #e6e6e6;
    margin-right: -1px;
    padding: 20px 0;
}

.price b {
    font-size: 36px;
    display: block;
    margin-top: 10px;
}

/* .price .old_price b {
    text-decoration: line-through;
} */

.price .latest_price {
    width: 50%;
    float: right;
    padding: 20px 0;
}

.price .price_title {
    font-size: 16px;
}

.price .price_title span {
    padding: 5px;
    font-weight: 500;
}

.price .latest_price .price_title span {
    /* background-color: red; */
    border-radius: 5px;
    color: #000000;
}

/* БЛОК ПОД ЦЕНОЙ */

.timer-flipchart-face {
    background-color: #cccccc;
}


.offer_view .benefits_block {
    margin: 0 auto 25px;
    width: 480px;
    overflow: hidden;
}

.offer_view .benefits_block .benefit_item {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.offer_view .benefits_block img {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* КОНЕЦ - БЛОК ПОД ЦЕНОЙ */


/*ПРЕДСТАВЛЕНИЕ ТОВАРА       ЛИМИТ И ТАЙМЕР*/

.limited {
    text-align: center;
    margin: 20px auto;
    line-height: 1.2em;
    font-size: 1.3em;
    color: #920f0f;
}

.limited span {
    background-color: #fcc72b;
}

.scope {
    padding: 0 20px 20px 20px;
}

.scope li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.scope ul {
    list-style: none;
    padding: 0;
}

.offer_view .scope li:before {
    content: '';
    display: block;
    font-size: 34px;
    color: green;
    width: 42px;
    height: 42px;
    float: left;
    margin-top: -2px;
    padding-left: 10px;
}

.offer_view .scope li:before {
    background: url(../images/ben.jpg) no-repeat 0 0;
}

.scope p {
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 1.3em;
}

/*КОНЕЦ      ПРЕДСТАВЛЕНИЕ ТОВАРА       ЛИМИТ И ТАЙМЕР*/


/*КНОПКА*/

.button {
    display: block;
    margin: 0 auto;
    width: 380px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #ffd800;
    box-shadow: 0 0 0 10px #ffed87;
    color: #044563;
}

.button_block .button:hover {
    background: #f7d100;
}

.button_block .button:active {
    background: #e8c600;
}

.button_block a {
    font-weight: 700;
}


/*КОНЕЦ       КНОПКА*/

/*БЛОК ОПИСАНИЯ*/
.advantages .desc {
    margin: 30px;
    text-align: center;
    font-size: 20px;
}

.advantages .big_desc {
    margin: 20px 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
}

.advantages iframe {
    padding-top: 20px;
}

.advantages {
    width: 100%;
}

.advantages img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.advantages .gif {
    display: block;
    margin: auto;
}


/* ХАРАКТЕРИСТИКИ */
.specifications .head_img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.specifications .container {
    padding-bottom: 30px;
}

.specifications .desc {
    background: #171c21;
    color: #fff;
    width: 420px;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 30px;
    position: relative;
}

.specifications .desc:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #171c21 transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -7px;
}

.specifications .benefits_list2 .benefit_item {
    width: 95%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.specifications .benefits_list2 .benefit_item img {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.specifications .benefits_list2 .benefit_item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 5px 0;
}

.specifications .benefits_list2 .benefit_item p {
    width: 48%;
    float: right;
    padding-bottom: 20px;
    height: 60px;
}

.specifications .benefits_list2 table{
    width: 100%;
}
.specifications .benefits_list2 table td{
    width: 48%;
    padding: 20px 1%;

}
.specifications .benefits_list2 table td img{
    width: 98%;
    display: block;
    border: 1px solid #c3c3c3;

}
.specifications .benefits_list2 table td .t_right{
    text-align: right;
}

/*СПИСОК С ХАРАКТЕРИСТИКАМИ */

.specifications .characteristics__list {
    margin: 30px 0;
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;

}

.specifications ol,
ul {
    list-style: none;
    padding: 0;
}

.specifications .characteristics__list li:nth-child(odd) {
    background: #f4f4f4;
}

.specifications .characteristics__list li:nth-child(odd) {
    background: #f4f4f4;
}

.specifications .characteristics__list li {
    padding: 15px 25px 15px 47px;
    text-align: right;
    position: relative;
}

.specifications .characteristics__list li:nth-child(odd):before {
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset;
}

.specifications .characteristics__list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #f74646;
    background: #f74646;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 18px;
    left: 25px;
}

.specifications .characteristics__list li b {
    float: left;
}

.specifications b {
    font-weight: 700;
}

/*КОНЕЦ СПИСОК С ХАРАКТЕРИСТИКАМИ */


/* ОТЗЫВЫ */
/* КАК СДЕЛАТЬ ЗАКАЗ */

.order_steps_sec .order_step {
    width: 240px;
    height: 180px;
    padding-bottom: 20px
}

.order_steps_sec .sec_title {
    padding: 20px;
}

.order_steps_sec .order_step_left {
    overflow: hidden;
    float: left;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-left: -1px;
    padding-top: 10px;
}

.order_steps_sec .order_step_left img {
    width: 40%;
    display: block;
    margin: 5px auto;
}

.order_steps_sec .order_step_left p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
    text-align: center;
}

.order_steps_sec .order_step_right {
    overflow: hidden;
    float: right;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

.order_steps_sec .order_step_right img {
    width: 40%;
    display: block;
    margin: 5px auto;
}

.order_steps_sec .order_step_right p {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
    text-align: center;
}

.order_steps_sec .order_step_right p b {
    display: block;
    margin-bottom: 0px;
}


/* ФОРМА */

.order_sec .container {
    color: #3a3d4c;
    margin-bottom: 0;
}

.order_sec .container .bottom {
    background: #1ca91c;
}

.s .order_sec .container p span {
    font-weight: 800;
}

.order_sec .container .order_previev img {
    width: 300px;
    margin: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.order_sec .container .order_form input {
    padding: 10px 0;
    width: 370px;
    margin: auto;
    border: none;
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-size: 17px;
    font-size: 16px;
    border: 1px solid #808080;
    line-height: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 55px;
}

.order_sec .container .order_form .name {
    margin: 0 auto 35px;
    background: #f0f0f0 url(../images/name.png) 20px center no-repeat;
}

.order_sec .container .order_form .phone {
    margin: 0 auto 35px;
    background: #f0f0f0 url(../images/phone.png) 20px center no-repeat;
}

.order_sec .container .order_form .form_button {
    display: block;
    margin: 20px auto;
    width: 380px;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #044563;
    margin: 30px auto 40px auto;
}

.order_sec .container .order_form .form_button:hover {
    background: #f7d100;
}

.order_sec .container .order_form .form_button:active {
    background: #e8c600;
}

.button_block {
    padding: 30px 0;
    z-index: 999;
    position: relative;
}



.footer .container a {
    color: #383838;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
}


/*ПЕРСОНАЛЬНАЯ СКИДКА*/

.div_per_sale {
    width: 80%;
    padding: 20px 10px;
    margin: 15px auto;
    text-align: center;
    color: #3a3d4c;
    background-color: #45daff;
    border-radius: 10px;
    font-size: 18px;
    font-style: italic;
}

.div_per_sale p {
    font-family: Arial, Helvetica, Geneva, cursive, sans-serif
}

.div_per_sale .per_sale {
    font-size: 30px;
    padding-top: 5px;
}

.div_per_sale .per_sale b {
    font-size: 1.2em;
}




.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url('../images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.youtube:hover .play {
    background-position: 0 0;
}



/* ОТЗЫВЫ*/

.reviews_div{
    width: 94%;
    margin: 30px auto;
}
.reviews_div table{
    width: 100%;
    border-bottom: 1px solid #acacac;
    margin-top: 10px;
}

.reviews_head{
    background-color: #d5dce4;
    color: #456489;
    padding: 5px 10px;
}
.review_img{
    width: 18%;
    vertical-align: top;
}

.review_text{
    color: #000;
    padding-left: 20px;
}


.review_head{
    padding: 8px 10px 8px 20px;
    font-size: 1.1em;
}

.r_img_av{
    display: block;
    border-radius: 50%;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    margin-left: 5px;
}
.r_img{
    width: 200px;
    margin-top: 5px;
}

.review_bottom{
    overflow: hidden;
    padding: 8px 0 8px 20px;
    color: #7190b5;
}

.like img{
    width: 16px;
    margin-top: 1px;
    margin-right: 4px;
    border-radius: 0;
    float: left;
}

.f_left{
    float: left;
}

.days{
    padding-right: 5px;
    border-right: 2px solid #acacac;
    color: #acacac;
}

.comment{
    padding-left: 5px;
}

.f_right{
    float: right;
}