﻿@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url(../fonts/helveticaneuecyr-bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: HelveticaNeueCyr-Medium;
    src: url(../fonts/helveticaneuecyr-medium.otf);
    font-weight: normal;
}

@font-face {
    font-family: HelveticaNeueCyr-Roman;
    src: url(../fonts/helveticaneuecyr-roman.otf);
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0 !important;
}

.wrapper {
    width: 960px;
    padding: 30px 20px;
    margin: 0 auto;
    overflow: hidden;
}

.clear {
    clear: both;
}

.btn {
    background: url(../img/button.png) no-repeat 0 -52px;
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    padding: 0 0 0 20px;
	border: none;
}

.btn span {
    background: url(../img/button.png) no-repeat right 0;
    display: block;
    line-height: 52px;
    height: 52px;
    padding: 0 20px 0 0;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
}

.btn:hover {
    background-position: 0 -152px;
}

.btn:hover span {
    background-position: right -104px;
    line-height: 50px;
    height: 50px;
    padding-top: 2px;
}

/* HEADER */
#header--node--9 {
    background: url("../img/header-bg.jpg") center center no-repeat;
    height: 693px;
    color: #FFFFFF;
}

#header--node--9 h1 {
    color: #ccff33;
    font-size: 20px;
    font-family: HelveticaNeueCyr-Medium, Arial, sans-serif;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, .5);
    margin: 0 auto 50px auto;
    width: 520px;
    text-align: center;
    font-weight: normal;
}

#header--node--9 .left {
    float: left;
    width: 48%;
}

#header--node--9 .right {
    float: right;
    width: 48%;
}

#header--node--9 .left h2 {
    font-size: 45px;
    font-family: HelveticaNeueCyr-Bold, Arial, sans-serif;
    margin-bottom: 50px;
}

#header--node--9 .left > p {
    font-size: 20px;
    font-family: HelveticaNeueCyr-Medium, Arial, sans-serif;
}

#header--node--9 .left ul {
    margin-top: 50px;
    font-family: HelveticaNeueCyr-Roman, Arial, sans-serif;
    padding-left: 15px;
}

#header--node--9 .left ul li {
    margin-bottom: 20px;
}

#header--node--9 .left ul li:last-child {
    margin-bottom: 0;
}

#header--node--9 .right .slogan {
    text-align: center;
    font-size: 15px;
    font-family: HelveticaNeueCyr-Medium, Arial, sans-serif;
    line-height: 22px;
}

#header--node--9 .right .sale {
    margin-top: 45px;
}

/* SALE */

.sale {
    height: 444px;
    background: url("../img/sale-bg.png") no-repeat center center;
    text-align: center;
    overflow: hidden;
}

.sale > .title {
    font-size: 25px;
    font-family: HelveticaNeueCyr-Medium, Arial, sans-serif;
    margin: 55px 0 30px 0;
}

.sale .price, .sale > .pretitle {
    color: #ccff33;
    font-family: HelveticaNeueCyr-Roman, Arial, sans-serif;
    font-size: 28px;
}

.sale > .pretitle {
    margin-top: 35px;
    font-size: 35px;
    font-weight: bold;
}

.sale .timer {
    width: 340px;
    margin: 50px auto 30px;
    overflow: hidden;
}

.sale .timer > .title {
    font-size: 16px;
    margin-bottom: 15px;
}

.sale .timer .block {
    float: left;
}

.sale .timer .block .rect {
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, .8);
    line-height: 57px;
    font-size: 49px;
    padding: 0 5px;
}

.sale .timer .block .label {
    font-size: 15px;
}

.sale .timer .points {
    float: left;
    background: url("../img/timer-points.png") no-repeat center center;
    width: 23px;
    height: 59px;
}

/* RECOMMEND */

#recommend h2 {
    color: #434343;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

#recommend .left {
    float: left;
    width: 57%;
    color: #616161;
}

#recommend .right {
    float: right;
    width: 40%;
}

#recommend .right img {
    width: 100%;
}

#recommend .left ul {
    padding-left: 15px;
    margin-top: 30px;
}

#recommend .left ul li {
    margin-bottom: 30px;
}

#recommend .left ul li:last-child {
    margin-bottom: 0;
}

#recommend .slogan {
    clear: both;
    text-align: center;
    color: #5d5d5d;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-top: 20px;
    float: left;
    width: 100%;
}

/* NEED */

#need {
    background: url("../img/need-bg.jpg") no-repeat center center;
    height: 541px;
    color: #FFFFFF;
}

#need h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

#need p {
    margin-bottom: 20px;
    line-height: 21px;
    text-align: justify;
}

#need .left {
    float: left;
}

#need .right {
    float: right;
}

#need .left, #need .right {
    width: 48%;
}

#need .row {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 30px;
}

/* HOW */

#how .wrapper {
    padding-bottom: 0;
}

#how h2 {
    color: #5d5d5d;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
}

#how ul {
    list-style: none;
}

#how ul li {
    color: #616161;
    text-align: center;
    font-size: 15px;
    float: left;
    width: 33.33%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    margin-bottom: 30px;
}

#how ul li.icon-round1 {
    background-image: url("../img/icon-round1.png");
}

#how ul li.icon-round2 {
    background-image: url("../img/icon-round2.png");
}

#how ul li.icon-round3 {
    background-image: url("../img/icon-round3.png");
}

#how ul li.icon-round4 {
    background-image: url("../img/icon-round4.png");
}

#how ul li.icon-round5 {
    background-image: url("../img/icon-round5.png");
}

#how ul li.icon-round6 {
    background-image: url("../img/icon-round6.png");
}

/* RESULT */

#result {
    background: url("../img/result-bg.jpg") no-repeat center center;
    color: #FFFFFF;
}

#result h2 {
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

#result p {
    margin-bottom: 20px;
    line-height: 21px;
    text-align: justify;
}

#result .left {
    float: left;
}

#result .right {
    float: right;
    padding-top: 200px;
    background: url("../img/result-photo.png") no-repeat top center;
}

#result .left, #result .right {
    width: 48%;
}

/* DOCTOR */

#doctor h2 {
    text-align: center;
    color: #5d5d5d;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 28px;
}

#doctor h3 {
    color: #5d5d5d;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

#doctor p {
    color: #616161;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 21px;
}

#doctor p.center {
    text-align: center;
    color: #5d5d5d;
}

#doctor .left {
    float: left;
    padding-top: 235px;
    background: url("../img/doctor-photo.jpg") no-repeat top center;
}

#doctor .right {
    float: right;
}

#doctor .left, #doctor .right {
    width: 48%;
}

/* USEFUL */

#useful {
    background: url("../img/useful-bg.jpg") no-repeat center center;
    color: #FFFFFF;
}

#useful h2 {
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

#useful ul {
    padding-left: 15px;
}

#useful ul li {
    margin-bottom: 30px;
}

#useful ul li:last-child {
    margin-bottom: 0;
}

#useful .left {
    float: left;
}

#useful .right {
    float: right;
}

#useful .left, #useful .right {
    width: 48%;
}

/* HOW DRINK */

#how-drink h2 {
    text-align: center;
    color: #5d5d5d;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 28px;
}

#how-drink .wrapper {
    background: url("../img/how-drink-photo.jpg") top right no-repeat;
}

#how-drink ol {
    padding-left: 20px;
    color: #6a696a;
}

#how-drink ol li {
    margin-bottom: 30px;
}

#how-drink ol li:last-child {
    margin-bottom: 0;
}

#how-drink .left {
    width: 33%;
    margin-right: 10px;
    float: left;
}

#how-drink .row {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

/* FEEDBACK */

#feedback {
    background: url("../img/feedback-bg.jpg") no-repeat center center;
    color: #FFFFFF;
    height: 710px;
}

#feedback h2 {
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

#feedback .photo {
    width: 160px;
    float: left;
}

#feedback .photo img {
    width: 100%;
}

#feedback .message {
    float: left;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #6a696a;
    width: 720px;
    line-height: 20px;
    text-align: justify;
}

#feedback .message .text-right {
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}

#feedback .row {
    margin-bottom: 30px;
    width: 100%;
    clear: both;
    float: left;
}

#feedback .row:last-child {
    margin-bottom: 0;
}

#feedback .margin-right {
    margin-right: 20px;
}

/* DELIVERY */

#delivery h2 {
    text-align: center;
    color: #5d5d5d;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 28px;
}

#delivery .wrapper {
    background: url("../img/delivery-photo.jpg") no-repeat bottom center;
    padding-bottom: 260px;
}

#delivery p {
    color: #6a696a;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 21px;
}

#delivery .left {
    float: left;
}

#delivery .right {
    float: right;
}

#delivery .left, #delivery .right {
    width: 48%;
}

/* BOTTOM */

#bottom {
    background: url("../img/bottom-bg.jpg") no-repeat center center;
    height: 529px;
    color: #FFFFFF;
}

#bottom .left {
    float: left;
    width: 48%;
}

#bottom .right {
    float: right;
    width: 42%;
    position: relative;
    padding-top: 100px;
    text-align: center;
}

#bottom .sale {
    margin-top: 40px;
    height: 404px;
    background: url("../img/sale-bg2.png") no-repeat center center;
}

#bottom .sale > .title {
    margin: 30px 0;
}

#bottom .sale .timer {
    margin: 30px auto 0;
}

#bottom .right h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#bottom .right .arrow {
    position: absolute;
    top: 50%;
    left: -138px;
    background: url("../img/icon-arrow.png") no-repeat center center;
    width: 80px;
    height: 70px;
}

/* FORM */

input, select {
    background: url("../img/input.png") no-repeat left top;
    margin-bottom: 20px;
    float: right;
    clear: both;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    padding: 0 10px;
    width: 327px;
}

select {
    width: 347px;
}

select option {
    background: rgba(51,51,51,.5);
    line-height: 30px;
}

/* FOOTER */

#footer {
    background: #2a2a2a;
    text-align: center;
}

#footer p {
    margin-bottom: 10px;
}

#footer a {
    color: #bdbdbd;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

.block {
	clear: none;
}

body {
	line-height: 1;
	background-color: white;
}

h2 {
	margin-top: 0px !important;
}

.message p {
	margin: 0px !important;
}

#how li{
	list-style-type: none;
}

#bottom .wrapper {
	box-sizing: initial !important;
}

.webform-submit {
	width: 95% !important;
	padding: 0px !important;
}