/*   top line   */

.feedback_button {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 80px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    color: #000;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    background-color: #ffcc00;
}

.field_select {
    width: 100%;
    height: 50px;
    border-radius: 60px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    outline: 0;
    line-height: 62px;
    margin: 0 auto 12px;
    padding: 0 30px;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: left;
}

.field_select option {
    width: 100%;
}

.top_line {
    height: 62px;
    padding: 0;
    margin-bottom: -62px;
}

.top_line li {
    float: left;
    font-size: 18px;
    line-height: 62px;
}

.top_line li:nth-child(1) {
    width: 280px;
    padding-left: 50px;
    background: url("../img/top-icon1.png") 0 50% no-repeat, url("../img/top-hr.png") 100% 50% no-repeat;
}

.top_line li:nth-child(2) {
    width: 270px;
    padding-left: 58px;
    margin-left: 70px;
    background: url("../img/top-icon2.png") 0 50% no-repeat, url("../img/top-hr.png") 100% 50% no-repeat;
}

.top_line li:nth-child(3) {
    float: right;
    padding-left: 55px;
    background: url("../img/top-icon3.png") 0 50% no-repeat;
}


/*   offer   */

.offer {
    background: url("../img/offer-desktop.jpg") 50% 0 no-repeat;
    height: 879px;
    padding: 82px 0 0;
}

.offer h1 {
    font-size: 58px;
    font-weight: 700;
    height: 79px;
    line-height: 79px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

.offer h1 span {
    color: #ffd000;
}

.offer .sub_title {
    margin-left: 175px;
    height: 101px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    padding-top: 14px;
    margin-bottom: 30px;
}

.offer .sub_title span {
    display: block;
    padding-left: 25px;
}

.offer .sale {
    position: absolute;
    top: 280px;
    left: 445px;
    background: url("../img/sale-bg.png") 0 0 no-repeat;
    width: 114px;
    height: 115px;
    font-size: 14px;
    font-weight: 700;
    color: #402d01;
    text-shadow: 0 2px 0 #ffd717;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 24px;
}

.offer .sale b {
    display: block;
    font-size: 34px;
}

.offer .bullet {
    margin-left: 180px;
    max-width: 290px;
}

.offer .bullet li {
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    padding-left: 45px;
    margin-bottom: 25px;
}

.offer .bullet li:nth-child(1) {
    background: url("../img/bullet-icon1.png") 5px 5px no-repeat;
}

.offer .bullet li:nth-child(2) {
    background: url("../img/bullet-icon2.png") 0 3px no-repeat;
}

.offer .order_form {
    position: absolute;
    top: 105px;
    right: 20px;
    width: 300px;
}

.offer .stock {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.offer .stock b {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #426b23;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*   b1   */

.b1 {
    padding: 0;
    margin-top: -80px;
    background: url("../img/b1-bg.jpg") 50% 100% no-repeat;
}

.b1 h2.title {
    padding: 0 120px;
}


/*   b2   */

.b2 a.button-m {
    font-size: 18px;
}


/*   b3   */

.b3 {
    background: url("../img/b3-bg.jpg") 50% 0 no-repeat;
    padding-bottom: 0;
    height: 887px;
}

.b3 .box {
    background: #fff;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.b3 .box img {
    display: block;
    width: 100%;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.b3 .box .txt {
    padding: 40px 105px 40px 30px;
}

.b3 .box .quote {
    border-left: 3px solid #6a951a;
    padding-left: 30px;
    font-size: 17px;
    line-height: 30px;
}


/*   alert-v1   */

.alert-v1 {
    position: relative;
    background: #6a951a;
    color: #fff;
    font-size: 17px;
    padding: 20px 180px 20px 90px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.alert-v1:before {
    position: absolute;
    top: 50%;
    left: 17px;
    margin-top: -29px;
    display: block;
    width: 58px;
    height: 58px;
    background: url("../img/like-icon.png") 50% 50% no-repeat #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.alert-v1:after {
    position: absolute;
    right: 0;
    top: -98px;
    display: block;
    background: url("../img/alert1-icon.png") 0 0 no-repeat;
    width: 148px;
    height: 203px;
    content: '';
}


/*   b4   */

.b4 {
    background: url("../img/b4-bg-top.jpg") 50% 0 no-repeat, url("../img/b4-bg-bottom.jpg") 50% 100% no-repeat;
    padding-top: 120px;
}


/*   b5   */

.b5 {
    background: url("../img/b5-bg.jpg") 50% 0 no-repeat #83a72f;
    height: 728px;
    padding-bottom: 0;
}


/*   list-v1   */

.list-v1 {
    font-size: 0;
}

.list-v1 li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    color: #555;
    padding-bottom: 30px;
}

.list-steps li:nth-child(1):before {
    position: absolute;
    top: 50px;
    right: -50px;
    display: block;
    width: 99px;
    height: 25px;
    background: url("../img/step-arrow1.png") 0 0 no-repeat;
    content: '';
}

.list-steps li:nth-child(2):before {
    position: absolute;
    top: 35px;
    right: -50px;
    display: block;
    width: 99px;
    height: 26px;
    background: url("../img/step-arrow2.png") 0 0 no-repeat;
    content: '';
}

.list-v1 .pic {
    position: relative;
    width: 269px;
    height: 212px;
    margin: 0 auto 30px;
}

.list-v1 .pic:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: url("../img/angle-not.png") 0 0 no-repeat;
    width: 85px;
    height: 67px;
    content: '';
}

.list-v1 .pic2:before {
    position: absolute;
    top: 112px;
    right: 0;
    bottom: 0;
    display: block;
    background: url("../img/angle-not.png") 0 0 no-repeat;
    width: 85px;
    height: 67px;
    content: '';
}

.list-v1 .pic img {
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.list-v1 h4 {
    font-size: 22px;
    padding-bottom: 10px;
}

.list-v1 p {
    padding: 0 15px;
}


/*   list-steps   */

.list-steps {
    font-size: 0;
    margin: 0 -10px;
}

.list-steps li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 103px 10px 0;
    font-size: 16px;
}

.list-steps .item {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.list-steps .pic {
    position: relative;
    top: -103px;
    width: 190px;
    height: 190px;
    background: rgba(255, 255, 255, 0.4);
    padding: 6px;
    margin: 0 auto -95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-steps .pic img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-steps .num {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #ffca00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.list-steps p {
    text-align: center;
    padding: 20px;
    min-height: 112px;
}


/*   list-benefits   */

.list-benefits {
    font-size: 0;
    text-align: center;
    margin-bottom: -35px;
}

.list-benefits li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 17px;
    color: #555;
}

.list-benefits .pic {
    height: 95px;
}

.list-benefits .pic img {
    display: block;
    margin: 0 auto;
}

.list-benefits p {
    padding: 0 15px 45px;
}


/*   catalog-list   */

.catalog-list {
    font-size: 0;
    padding-bottom: 40px;
}

.catalog-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
}

.catalog-list .item {
    background: #fff;
    padding-bottom: 28px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.catalog-list h4 {
    padding: 20px 0 15px;
}

.catalog-list h4 span {
    display: block;
    color: #777;
    font-weight: 400;
}

.catalog-list .pic {
    position: relative;
}

.catalog-list .pic img {
    display: block;
    margin: 0 auto;
}

.catalog-list .sale {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #f4ab11;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.catalog-list .cost {
    padding: 25px 0 25px 30px;
}

.catalog-list .cost:after {
    clear: both;
    display: block;
    content: '';
}

.catalog-list .cost .old {
    float: left;
    width: 115px;
    color: #555;
    line-height: 20px;
    text-align: left;
}

.catalog-list .cost .old p {
    font-size: 14px;
}

.catalog-list .cost .old .val {
    text-transform: uppercase;
}

.catalog-list .cost .old span {
    font-size: 26px;
    text-decoration: line-through;
}

.catalog-list .cost .old i {
    font-size: 18px;
    font-style: normal;
}

.catalog-list .cost .new {
    margin-left: 115px;
    text-align: center;
    background: url("../img/price-line2.png") 50% 100% no-repeat;
    padding-top: 7px;
}

.catalog-list .cost .new .val {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: #6a951a;
    padding-bottom: 4px;
}

.catalog-list .cost .new .val i {
    font-size: 24px;
    font-style: normal;
}


/*   kit   */

.kit {
    color: #fff;
}

.kit h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}

.kit ul {
    font-size: 0;
    text-align: center;
}

.kit li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 16px;
}


/*   specialist   */

.specialist:after {
    display: block;
    clear: both;
    content: '';
}

.specialist {
    color: #222;
}

.specialist .info {
    float: left;
    width: 250px;
    text-align: center;
}

.specialist .info p {
    font-size: 14px;
}

.specialist .info img {
    display: block;
    margin-bottom: 20px;
    border: 6px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.specialist .desc {
    margin-left: 300px;
    padding-bottom: 5px;
}

.specialist .txt {
    background: url("../img/signature.png") 80% 100% no-repeat;
    padding-bottom: 65px;
    margin-bottom: 25px;
}

.specialist .txt p {
    line-height: 30px;
    padding-bottom: 20px;
}

.specialist .txt p:last-child {
    padding-bottom: 0;
}

.specialist a.button-m {
    margin-left: 20px;
}


/*   reviews   */

.reviews {
    background: url("../img/reviews-bg.jpg") 50% 100% no-repeat #f9f9f9;
}

.reviews .total {
    text-align: center;
}

.reviews .total p {
    display: inline-block;
    background: url("../img/check-icon.png") 12px 50% no-repeat #fff;
    font-size: 18px;
    padding: 15px 40px 15px 52px;
    margin-bottom: 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.reviews .total span {
    color: #6a951a;
}

.reviews_slider:after {
    display: block;
    clear: both;
    content: '';
}

.reviews_slider .item {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 20px;
    color: #222;
}

.reviews_slider .item .image {
    display: block;
    margin: 0 auto 20px;
}

.reviews_slider .item .info {
    position: relative;
    min-height: 54px;
    margin: 0 0 15px 30px;
    padding-left: 70px;
    text-align: left;
}

.reviews_slider .item .info img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_slider .item h4 {
    font-size: 16px;
    padding-top: 7px;
}

.reviews_slider .item h4:after {
    display: block;
    width: 94px;
    height: 13px;
    background: url("../img/rating.png") 0 0 no-repeat;
    margin: 5px 0 0;
    content: '';
}

.reviews .item p {
    line-height: 30px;
    text-align: center;
}


/*   order info   */

.order_info {
    background: #fff;
    margin-bottom: -62px;
}

.order_info h2.title {
    margin-bottom: 40px;
}

.order_info ul {
    font-size: 0;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc;
}

.order_info li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    padding: 85px 20px 0;
}

.order_info li:after {
    position: absolute;
    top: 17px;
    right: -19px;
    display: block;
    width: 38px;
    height: 26px;
    background: url("../img/next-arrow.png") 0 0 no-repeat;
    content: '';
}

.order_info li:last-child:after {
    display: none;
}

.order_info li:nth-child(1) {
    background: url("../img/order-icon1.png") 50% 0 no-repeat;
}

.order_info li:nth-child(2) {
    background: url("../img/order-icon2.png") 50% 0 no-repeat;
}

.order_info li:nth-child(3) {
    background: url("../img/order-icon3.png") 50% 0 no-repeat;
}

.order_info li:nth-child(4) {
    background: url("../img/order-icon4.png") 50% 0 no-repeat;
}

.order_info li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #76a540;
    padding-bottom: 5px;
}

.order_info li p {
    font-size: 16px;
}

.order_info .info {
    font-size: 16px;
    color: #222;
    text-align: center;
    padding-top: 30px;
}

.order_info .info p {
    padding-bottom: 5px;
}

.order_info .info p:last-child {
    padding-bottom: 0;
}

.order_info .info span {
    color: #76a540;
}


/*   footer   */

.footer {
    text-align: center;
    padding: 0 0 30px;
    margin-top: -70px;
}

.footer img {
    display: block;
    margin: 0 auto 15px;
}

.footer a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: none;
}

@media screen and (max-width: 959px) {
    .top_line {
        margin-bottom: 0;
    }
    .top_line li:nth-child(1) {
        width: 50%;
    }
    .top_line li:nth-child(3) {
        display: none;
    }
    .top_line li:nth-child(2) {
        float: right;
        width: auto;
        background: url("../img/top-icon2.png") 0 50% no-repeat;
    }
    .offer {
        background: url("../img/offer-tablet.jpg") 50% 0 no-repeat #4c7330;
        height: 700px;
        padding-top: 20px;
    }
    .offer h1 {
        font-size: 50px;
        letter-spacing: 0;
    }
    .offer .sub_title {
        margin-left: 5px;
        font-size: 20px;
        line-height: 26px;
        padding-top: 25px;
        margin-bottom: 0;
    }
    .offer .bullet {
        display: none;
    }
    .offer .sale {
        top: 210px;
        left: 130px;
    }
    section {
        padding: 35px 0;
    }
    h2.title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    h2.title.icon {
        padding-bottom: 72px;
        font-size: 34px;
        margin-bottom: 25px;
    }
    .b1 {
        margin-top: 0;
        padding-top: 20px;
        background: #fff;
    }
    .b1 h2.title {
        padding: 0;
    }
    .video_block {
        width: auto;
        height: auto;
        background: #000;
        border: 3px solid #686869;
        padding: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .list-v1 li {
        width: 50%;
    }
    .b3 {
        height: auto;
        background: #505f13;
        padding: 35px 0;
    }
    .b3 .box .txt {
        padding: 25px 20px;
    }
    .alert-v1:after {
        display: none;
    }
    .alert-v1 {
        padding-right: 20px;
    }
    .list-steps li:nth-child(1):before,
    .list-steps li:nth-child(2):before {
        display: none;
    }
    .list-steps {
        text-align: center;
        margin-bottom: -30px;
    }
    .list-steps li {
        width: 50%;
        padding-bottom: 30px;
    }
    .b4 {
        padding-top: 35px;
        background: #fff;
    }
    .list-benefits li {
        width: 33.33%;
    }
    .list-benefits p {
        padding: 0 10px 35px;
    }
    .b5 {
        height: auto;
        background: #739c32;
        padding-bottom: 35px;
    }
    .catalog-list {
        text-align: center;
        margin-bottom: -30px;
    }
    .catalog-list li {
        width: 50%;
        padding-bottom: 30px;
    }
    .kit li {
        width: 100%;
        padding-bottom: 5px;
    }
    .kit li:last-child {
        padding-bottom: 0;
    }
    .specialist .info {
        float: none;
        margin: 0 auto 20px;
    }
    .specialist .desc {
        margin-left: 0;
    }
    .specialist .txt {
        background-position: 90% 100%;
        padding-bottom: 75px;
        margin-bottom: 20px;
        text-align: center;
    }
    .specialist .txt p {
        line-height: 26px;
    }
    .specialist a.button-m {
        margin: 0 auto;
    }
    .reviews {
        height: auto;
        background: #f9f9f9;
    }
    .order_info {
        margin-bottom: 0;
    }
    .order_info ul {
        padding-bottom: 0;
    }
    .order_info li {
        width: 50%;
        padding-bottom: 40px;
    }
    .order_info li:nth-child(2):after {
        display: none;
    }
    .footer {
        margin-top: 0;
        padding-top: 35px;
    }
}

@media screen and (max-width: 639px) {
    .top_line {
        text-align: center;
    }
    .top_line li:nth-child(1),
    .top_line li:nth-child(2) {
        display: none;
    }
    .top_line li:nth-child(3) {
        display: inline-block;
        float: none;
    }
    .offer {
        background: url("../img/offer-mobile.jpg") 50% 0 no-repeat #41602a;
        height: 1112px;
        padding-top: 0;
    }
    .offer h1 {
        height: 105px;
        font-size: 36px;
        line-height: 38px;
        padding-top: 15px;
    }
    .offer .order_form {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }
    .offer .sub_title {
        height: 98px;
        font-size: 23px;
        line-height: 26px;
        margin-left: 0;
        margin-bottom: 391px;
        text-align: center;
    }
    .offer .sub_title span {
        padding-left: 0;
    }
    .offer .stock {
        padding-top: 30px;
    }
    .offer .sale {
        top: 220px;
        left: 190px;
    }
    h2.title,
    h2.title.icon {
        font-size: 26px;
        line-height: 32px;
    }
    h2.title span {
        display: inline;
    }
    section {
        padding: 30px 0;
    }
    .video_block {
        background: #333;
        border: none;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .list-v1 li {
        width: 100%;
    }
    .list-v1 p {
        padding: 0 5px;
    }
    .list-v1 .pic {
        margin-bottom: 20px;
    }
    .b1 h2.title {
        padding: 0 10px;
    }
    .b2 {
        padding-bottom: 35px;
    }
    .b3 {
        padding: 30px 0;
    }
    .b3 .box {
        overflow: hidden;
    }
    .b3 .box img {
        width: 440px;
        max-width: 440px;
    }
    .b3 .box .quote {
        border-left: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .b3 .box .txt {
        padding: 15px 20px;
    }
    .alert-v1 {
        padding: 20px;
        text-align: center;
    }
    .alert-v1:before {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto 15px;
    }
    .list-steps li {
        width: 100%;
    }
    .list-steps p {
        min-height: 1px;
    }
    .b4 {
        padding-top: 30px;
    }
    .b4 h2.title {
        font-size: 24px;
    }
    .list-benefits li {
        width: 100%;
    }
    .catalog-list li {
        width: 100%;
    }
    .reviews .total p {
        background-position: 50% 15px;
        padding: 50px 15px 15px;
    }
    .reviews_slider .item .info {
        margin-left: 15px;
    }
    .reviews .item p {
        line-height: 26px;
    }
    .order_info h2.title {
        font-size: 25px;
    }
    .order_info li {
        width: 100%;
    }
    .order_info li:after {
        display: none;
    }
    .order_info .info p {
        display: inline;
    }
}

.catalog-list .slick-arrow {
    top: 260px;
}