/* @editable-group: Фон сторінки | #76A1AF */

/* @editable-group: Колір кнопки (від) | #fc0303 */

/* @editable-group: Колір кнопки (до) | #fc4a03 */

/* @editable-group: Тінь кнопки | #c04c1d */

/* @editable-group: Основний темний колір | #2f692f */

/* @editable-group: Фон таймера | #ffffff */

/* styles */

body {
    min-width: 480px;
    background: #76A1AF;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #444444;
    cursor: default;
}

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

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

b {
    font-weight: 700;
}

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

h2.title {
    font-size: 24px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 10px;
}

h2.title span {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1em;
    color: #2f692f;
}

section {
    padding: 0px;
}

.Ñolor_theme {
    background: #ed525c;
    background: -moz-linear-gradient(top, #ed525c 0%, #e65336 100%);
    background: -webkit-linear-gradient(top, #ed525c 0%, #e65336 100%);
    background: linear-gradient(to bottom, #ed525c 0%, #e65336 100%);
}

.Ñolor_theme .title,
.Ñolor_theme .title span {
    color: #fff;
}

.main_form {
    padding: 0 40px;
}

.main_form input {
    width: 100%;
    display: block;
    font-family: 'Gotham Pro', sans-serif;
    border: #cdd8c5 1px solid;
    font-size: 18px;
    margin-bottom: 10px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    text-indent: 65px;
    color: #727272;
}

.main_form select {
    width: 100%;
    display: block;
    font-family: 'Gotham Pro', sans-serif;
    border: #cdd8c5 1px solid;
    font-size: 18px;
    margin-bottom: 10px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    text-indent: 65px;
    color: #727272;
}

.main_form select[name="comment"] {
    background: #fff url(../images/input_comment.png) 21px 50% no-repeat;
}

.main_form input[name="name"] {
    background: #fff url(../images/input_name.png) 21px 50% no-repeat;
}

.main_form input[name="phone"] {
    background: #fff url(../images/input_phone.png) 19px 50% no-repeat;
}

.main_form .button-m {
    margin-top: 25px;
}

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

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

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

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

.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: 'Gotham Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 78px;
    width: 400px;
    display: block;
    border-radius: 6px;
    line-height: 76px;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(to bottom, #fc0303, #fc4a03);
    border-bottom: 6px solid #c04c1d;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 26px;
    margin: 0px auto;
    color: #fff;
    position: relative;
}

.button-m:active {
    background: linear-gradient(to bottom, #3c8c3c, #3c8c3c);
    top: 2px;
}

/*top_line*/

.top_line {
    padding: 0;
}

.top_line>ul {
    padding: 18px 60px 18px 20px;
    background: url(https://jeromstyle.store/restwood/images/top_line_icon.png) 410px 50% no-repeat;
}

.top_line>ul>li {
    width: 200px;
    float: left;
    font-size: 14px;
    line-height: 1.3em;
    margin-right: 20px;
}

.top_line>ul>li:last-child {
    margin: 0;
    width: 180px;
}

.top_line>ul>li>p {
    overflow: hidden;
}

.top_line>ul>li:before {
    content: '';
    float: left;
    margin-right: 10px;
}

.top_line>ul>li:nth-child(1):before {
    width: 38px;
    height: 30px;
    background: url(../images/top_line.png) 50% 0% no-repeat;
}

.top_line>ul>li:nth-child(2):before {
    width: 31px;
    height: 32px;
    background: url(../images/top_line.png) 50% 100% no-repeat;
}

/* NEW Benefits list */

.benefits_list {
    padding: 12px 0 12px 18px;
    background: #2f692f;
    color: #fff;
}

.benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 160px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.benefits_list .benefit_item:last-child {
    width: 130px;
}

.benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
}

.benefits_list .benefit_item:nth-child(1):before {
    background-image: url("../images/offer3__benefit1_icon.png");
}

.benefits_list .benefit_item:nth-child(2):before {
    background-image: url("../images/offer3__benefit2_icon.png");
}

.benefits_list .benefit_item:nth-child(3):before {
    background-image: url("../images/offer3__benefit3_icon.png");
}

/*  offer_section   */

.offer_section {
    padding: 0 0 30px;
    background: #f0f3ee;
}

.main_title {
    background: #2f692f;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    line-height: 1.2em;
    color: #fff;
    padding: 12px 0 13px;
}

.main_title span {
    color: #fec724;
}

.main_title1 {
    background: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    color: #2f692f;
    padding: 12px 0 13px;
}

.main_title1 span {
    color: #fec724;
}

.offer_section .box {
    background: url(https://jeromstyle.store/restwood/images/offerown22.jpg);
    height: 509px;
    position: relative;
}

/* NEW ÐÐžÐ’Ð */

.offer_section .info_block {
    position: relative;
}

.offer_section .info_block img {
    display: block;
    /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð½Ðµ Ð½ÑƒÐ¶Ð½Ð¾ Ð±Ñ‹Ð»Ð¾ Ð´Ð¾Ð±Ð°Ð²Ð»ÑÑ‚ÑŒ Ð³Ð»Ð°Ð²Ð½Ð¾Ð¹ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐµ ÑÐ²ÐµÑ€Ñ…Ñƒ Ð±ÐµÐ»Ñ‹Ð¹ Ñ„Ð¾Ð½ */
}

.offer_section .info_block .subtitle {
    padding: 12px 20px 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.offer_section .info_block .subtitle,
.offer_section .info_block .subtitle {
    background: rgba(34, 34, 34, 0.8);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    color: #fff;
}

.offer_section .info_block .subtitle {
    background: #fbf9f9ed;
}

.offer_section .info_block .discount {
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 10;
    background: #fc0303;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 14px 8px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.offer_section .info_block .discount::after {
    display: none;
}

.offer_section .info_block .discount b {
    display: block;
    white-space: nowrap;
}

/* END NEW ÐÐžÐ’Ð */

.offer_section .box .sale {
    width: 306px;
    height: 177px;
    background: url(https://jeromstyle.store/restwood/images/sale.png) 50% 50% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2em;
}

.offer_section .box .sale>p {
    position: absolute;
    transform: rotate(-30deg);
    top: 84px;
    left: 78px;
}

.offer_section .desc {
    font-size: 30px;
    line-height: 1.1em;
    color: #fff;
    padding: 10px 40px 0 16px;
}

.ofr_bull {
    padding: 20px 20px 20px;
    position: relative;
}

.ofr_bull>li {
    margin-bottom: 0px;
    display: table;
    font-size: 18px;
    width: 100%;
}

.ofr_bull>li:before {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    vertical-align: middle;
    margin-top: 15px;
}

.ofr_bull>li>p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.ofr_bull>li:before {
    background: url(../images/boolet.svg) 50% 0px no-repeat;
    background-size: 45px;
}

.ofr_bull>li:nth-child(1):before {
    background: url(../images/boolet.svg) 50% 0px no-repeat;
    background-size: 45px;
}

.ofr_bull>li:nth-child(2):before {
    background: url(../images/boolet.svg) 50% 0px no-repeat;
    background-size: 45px;
}

.ofr_bull>li:nth-child(3):before {
    background: url(../images/boolet.svg) 50% 0px no-repeat;
    background-size: 45px;
}

.ofr_bull:after {
    content: '';
    width: 80px;
    height: 67px;
    background: url(https://jeromstyle.store/restwood/images/ofr_list2.png) 50% 50% no-repeat;
    position: absolute;
    right: 15px;
    bottom: -30px;
}

.prod_count {
    text-align: center;
    font-size: 18px;
    line-height: 1.1em;
    margin: 30px 0 25px;
    position: relative;
}

.prod_count>span {
    background: #fc0303;
    color: #fff;
    line-height: 33px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 22px;
    margin-right: 5px;
    border-radius: 8px;
}

.prod_count:before {
    content: '';
    width: 65px;
    height: 78px;
    position: absolute;
    left: 20px;
    top: 0px;
}

.prod_count:after {
    content: '';
    width: 49px;
    height: 106px;
    background: url(../images/prod_count_arrow.png) 50% 50% no-repeat;
    position: absolute;
    right: 40px;
    top: 15px;
}

.offer_section .timer {
    margin-bottom: 30px;
}

.offer_section .timer>p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.offer_section .timer_container {
    text-align: center;
    font-size: 0;
}

.offer_section .timer .timer_block {
    width: 76px;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
    position: relative;
}

.offer_section .timer .timer_block:not(:last-child):after {
    content: ':';
    font-size: 64px;
    line-height: 1em;
    color: #787977;
    position: absolute;
    right: -31px;
    top: 0px;
    font-family: 'Times New Roman', sans-serif;
}

.offer_section .timer .count {
    font-weight: 700;
    color: #2f692f;
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.offer_section .timer .text {
    font-size: 12px;
    line-height: 1.2em;
    color: #2f692f;
}

.offer_section .price {
    width: 400px;
    height: 78px;
    background: url(../images/price.png.jpeg) 50% 50% no-repeat;
    margin: 0 auto 20px;
}

.offer_section .price>div {
    width: 50%;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 14px;
}

.offer_section .price>div p {
    font-size: 36px;
    line-height: 1em;
}

.offer_section .price>div p small {
    font-size: 0.8em;
}

.offer_section .price .old {
    text-align: right;
    padding-right: 35px;
}

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

.offer_section .price .new {
    padding-left: 35px;
    color: #fff;
}

.offer_section .price .new p {
    font-weight: 700;
}

/*sect2*/

.sect2 .title {
    font-size: 26px;
}

.sect2 .title span {
    color: #c0401d;
}

.sect2>p {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

.list_2 {
    font-size: 0;
}

.list_2>li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}

.list_2>li img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.list_2>li>p:before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(https://jeromstyle.store/restwood/images/list_2_icon.png) 50% 50% no-repeat;
    display: block;
    margin: -20px auto 5px;
    position: relative;
}

.sect2 .alert {
    background: #71a80e;
    width: 388px;
    padding: 15px 140px 15px 16px;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-radius: 8px;
    margin: 10px 0 0 20px;
}

.sect2 .alert span {
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 1.3em;
}

.sect2 .alert>img {
    position: absolute;
    top: 13px;
    right: -43px;
}

/*sect3*/

.sect3 {
    padding-bottom: 0;
}

.sect3 .title {
    margin-bottom: 20px;
}

.video_block {
    height: 260px;
    background: #000;
    position: relative;
    overflow: hidden;
}

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

/*sect4*/

.sect4 .title span {
    color: #2f692f;
}

.sect4>p {
    text-align: left;
    padding: 0 20px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.sect4>p span {
    background: #90caff;
}

.sect4 .img {
    position: relative;
    margin-bottom: 25px;
}

.sect4 .img>img {
    display: block;
}

.sect4 .img p {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    text-align: right;
    padding: 0 16px 14px 0;
    font-weight: 700;
}

.sect4 .img p span {
    color: #ffa808;
    display: block;
}

/*sect5*/

.sect5 {
    background: #f0f3ee;
    padding-bottom: 1em;
}

.benef1 {
    padding: 0 20px;
}

.benef1>li:not(:last-child) {
    margin-bottom: 30px;
}

.benef1>li>img {
    float: left;
    border-radius: 0 50% 50% 50%;
    width: 95px;
}

.benef1>li>p {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.benef1>li>p b {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
}

/*sect6*/

.sect6 {
    background: #78cdfb url(../images/s6_bg.jpg.png) 50% 0% no-repeat;
}

.sect6 .title {
    font-size: 30px;
    line-height: 1.2em;
}

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

.expert {
    padding: 0 20px;
    margin-bottom: 26px;
}

.expert .info {
    background: url(../images/rosp.png) 100% 100% no-repeat;
}

.expert .info>img {
    float: left;
}

.expert .info .text {
    padding: 47px 0 0 212px;
    margin-bottom: 30px;
    color: #fff;
}

.expert .info .text:before {
    content: '';
    width: 39px;
    height: 6px;
    background: url(../images/expert_icon.png) 50% 50% no-repeat;
    display: block;
    margin: 0 0 15px;
}

.expert .info .text span {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.expert .info .text p {
    padding: 0 45px 0 0;
}

.expert>.text {
    padding: 25px 20px;
    background: #fff;
    border-radius: 10px;
    line-height: 1.7em;
}

.expert .text>p:not(:last-child) {
    margin-bottom: 15px;
}

/*sect7*/

.sect7 {
    background: #f5f5f5;
    padding-bottom: 10px;
}

.reviews_info {
    background: #fff;
    padding: 5px 26px;
    margin-bottom: 30px;
}

.reviews_info>img {
    float: left;
}

.reviews_info .text {
    overflow: hidden;
    padding: 11px 0 0 20px;
    font-size: 18px;
    line-height: 1.3em;
}

.reviews_info .text b {
    display: block;
    margin-bottom: 3px;
}

.reviews_info .text p span {
    font-size: 14px;
    padding: 1px 0 0 128px;
    background: url(../images/rating.png) 5px 50% no-repeat;
}

.reviews {
    padding: 0 48px;
}

.rev_item {
    background: #fff;
    padding: 15px 0 22px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-bottom: 20px;
}

.rev_item .info>img {
    float: left;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset;
    margin: 0 0 -45px -20px;
    position: relative;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.rev_item .info p {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px 0 0 30px;
    color: #555555;
}

.rev_item .info p span {
    font-weight: 700;
    color: #0878e6;
    display: block;
}

.rev_item>img {
    display: block;
    margin: 0 auto 15px;
}

.rev_item>span {
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 12px;
}

.rev_item>p {
    text-align: center;
    padding: 0 30px;
}

/*sect8*/

.sect8 {
    padding-bottom: 10px;
}

.order_list {
    padding: 0 35px;
}

.order_list>li {
    margin-bottom: 35px;
}

.order_list>li>p {
    overflow: hidden;
    padding-left: 15px;
}

.order_list>li>p b {
    text-transform: uppercase;
    display: block;
}

.order_list>li:before {
    content: '';
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.order_list>li:nth-child(1):before {
    background: url(../images/order_icons.png) 50% 0px no-repeat;
}

.order_list>li:nth-child(2):before {
    background: url(../images/order_icons.png) 50% -75px no-repeat;
}

.order_list>li:nth-child(3):before {
    background: url(../images/order_icons.png) 50% -150px no-repeat;
}

/* footer */

.footer_section {
    padding: 25px 0;
    background: #fff;
    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;
}

.product {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #0878e6;
    border-radius: 25px;
    padding: 1em;
}

.product .price {
    width: 400px;
    height: 78px;
    background: url(../images/price.png.jpeg) 50% 50% no-repeat;
    margin: 0 auto 20px;
}

.product .price>div {
    width: 50%;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 14px;
}

.product .price>div p {
    font-size: 36px;
    line-height: 1em;
}

.product .price>div p small {
    font-size: 0.8em;
}

.product .price .old {
    text-align: right;
    padding-right: 35px;
}

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

.product .price .new {
    padding-left: 35px;
    color: #fff;
}

.product .price .new p {
    font-weight: 700;
}

.expert_ava {
    width: 150px;
    padding-left: 2em;
}

.loading:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%;
    border: 2px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper {
    width: 480px;
    height: 500px;
}