﻿@font-face {
    font-family: Segoe-UI;
    src: url(images/segoeui.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Segoe-UI-Bold;
    src: url(images/segoeuib.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Segoe-UI-Italic;
    src: url(images/segoeuii.ttf);
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
	box-sizing: inherit;
}

body {
    font-family: Segoe-UI, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
	background-color: white;
	line-height: normal;
}

h1, h2, h3 {
    font-family: Segoe-UI-Bold, Arial, sans-serif;
}

h1 {
    font-size: 64px;
    line-height: 64px;
}

h2 {
    font-size: 32px;
}

.bbutton::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.bbutton {
    background: url(images/button.png) no-repeat 0 0;
    cursor: pointer;
    width: 249px;
    height: 65px;
    display: inline-block;
}

.bbutton:hover {
    background-position: 0 -65px;
}

.bbutton:active {
    height: 65px;
    background-position: 0 -130px;
    position: relative;
    top: 2px;
}

p {
    margin-bottom: 10px;
    line-height: 21px;
}

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

.wrapper--node-3 {
    width: 980px;
    padding: 30px 10px;
    margin: 0 auto;
    overflow: hidden;
}

.clear {
    clear: both;
}

/* HEADER */
#header--node--3 {
    background: url("images/header-bg.jpg") center center no-repeat;
    height: 885px;
}

#header--node--3 h1 {
    text-align: center;
    color: #579001;
    margin-bottom: 15px;
	margin-top: 0px;
}

#header--node--3 h2 {
    text-align: center;
    color: #557383;
    margin-bottom: 25px;
}

#header--node--3 .slogan {
    color: #9d0a02;
    font-size: 18px;
    text-align: center;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    margin-bottom: 40px;
}

#header--node--3 .left {
    float: left;
    width: 366px;
}

#header--node--3 .middle {
    float: left;
    width: 254px;
    text-align: center;
}

#header--node--3 .right {
    float: right;
    width: 307px;
}

#header--node--3 .left ul li {
    background: url("images/header-icon-list.png") no-repeat left center;
    list-style: none;
    font-size: 20px;
    padding-left: 42px;
    margin-bottom: 20px;
    line-height: 33px;
    height: 33px;
}

#header--node--3 .middle .text .sale {
    color: #9d0a02;
    font-size: 32px;
    line-height: 40px;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
}

#header--node--3 .timer {
    margin-top: 10px;
    margin-bottom: 20px;
}

#header--node--3 .right ul li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 29px;
    line-height: 16px;
}

#header--node--3 .right ul li.icon1 {
    background-image: url("images/header-icon-1.png");
}

#header--node--3 .right ul li.icon2 {
    background-image: url("images/header-icon-2.png");
}

#header--node--3 .right ul li.icon3 {
    background-image: url("images/header-icon-3.png");
}

#header--node--3 .right ul li.icon4 {
    background-image: url("images/header-icon-4.png");
}

#header--node--3 .right ul li.icon5 {
    background-image: url("images/header-icon-5.png");
}

#header--node--3 .right .text {
    margin-top: 70px;
    margin-left: 44px;
}

/* TIMER */
.timer {
    border-radius: 5px;
    border: 1px solid #bed7d9;
    width: 248px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    text-align: center;
}

.timer legend {
    margin-left: 30px;
    padding: 0 10px;
}

.timer .numbers {
    font-size: 32px;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
}

.timer .label {
    float: left;
    width: 38px;
    margin-right: 26px;
    font-size: 10px;
	padding: 0;
}

.timer .label.first {
    margin-left: 42px;
}

.timer .label.last {
    margin-right: 0;
}

/* WHY */
#why {
    background: url("images/why-bg.jpg") center center no-repeat;
    height: 545px;
    margin-top: 20px;
}

#why h2 {
    color: #49730a;
    margin-bottom: 30px;
    line-height: 40px;
}

#why ul li {
    background: url("images/why-icon-list.png") no-repeat left center;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 20px;
    min-height: 24px;
    line-height: 16px;
}

/* HELP */
#help h2 {
    color: #557383;
    margin-bottom: 30px;
}

#help ul {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

#help ul li {
    list-style: none;
    width: 41%;
    float: left;
    margin-bottom: 10px;
    padding-left: 85px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 69px;
    color: #557383;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    padding-top: 20px;
}

#help ul li.icon1 {
    background-image: url("images/help-icon-1.jpg");
}

#help ul li.icon2 {
    background-image: url("images/help-icon-2.jpg");
}

#help ul li.icon3 {
    background-image: url("images/help-icon-3.jpg");
}

#help ul li.icon4 {
    background-image: url("images/help-icon-4.jpg");
}

/* HOW */
#how {
    background: url("images/how-bg.jpg") center center no-repeat;
    height: 533px;
}

#how .right {
    width: 50%;
    float: right;
}

#how .right h2 {
    font-size: 28px;
    color: #619219;
    margin-bottom: 20px;
}

#how .right .bbutton {
    margin-top: 10px;
}

/* RESULT */
#result h2 {
    color: #d61f15;
    margin-bottom: 20px;
}

#result .left {
    float: left;
    background: url("images/result-icon-1.jpg") no-repeat left center;
    padding-left: 239px;
    width: 251px;
    min-height: 213px;
    margin: 20px 0;
    padding-top: 30px;
}

#result .right {
    float: right;
    background: url("images/result-icon-2.jpg") no-repeat left center;
    padding-left: 239px;
    width: 251px;
    min-height: 213px;
    margin: 20px 0;
}

#result .text {
    width: 100%;
    float: left;
}

/* DOCTOR */
#doctor {
    background: url("images/doctor-bg.jpg") center center no-repeat;
    height: 611px;
}

#doctor .left {
    float: left;
    width: 655px;
    padding-top: 30px;
    padding-left: 40px;
}

#doctor .left h2 {
    color: #4b569d;
    margin-bottom: 15px;
}

/* PERIOD */
#period {
    background: url("images/period-bg.jpg") center center no-repeat;
    height: 579px;
}

#period .block {
    margin-left: 207px;
    width: 635px;
    float: left;
}

#period .block h2 {
    color: #619219;
    margin-bottom: 20px;
    line-height: 40px;
}

#period .block ul li {
    background: url("images/period-icon-list.jpg") no-repeat left center;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 10px;
    min-height: 33px;
}

#period .block .left {
    padding-top: 40px;
    width: 300px;
    float: left;
    text-align: center;
}

#period .block .left .sale {
    font-size: 20px;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
}

#period .block .left p {
    float: left;
    width: 100%;
}

#period .block .left .price {
    color: #9d0a02;
    font-size: 32px;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    margin-top: 5px;
}

#period .block .left .price .small-text {
    font-family: Segoe-UI, Arial, sans-serif;
    font-size: 16px;
}

#period .block .left .old-price {
    text-decoration: line-through;
}

#period .block .right {
    float: right;
    width: 320px;
    text-align: center;
    padding-top: 10px;
}

#period .block .right .button {
    margin-top: 10px;
}

/* COMMENT */
#comment {
    background: url("images/comment-bg.jpg") center bottom no-repeat;
    height: 800px;
}

#comment h2 {
    color: #d0883e;
    text-align: center;
}

#comment .item {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative;
    top: -30px;
}

#comment .item .user {
    padding-left: 110px;
    height: 80px;
    position: relative;
    z-index: 1;
}

#comment .item .user .user-name {
    padding-top: 16px;
}

#comment .item .user .small-text {
    font-size: 12px;
}

#comment .item .user.avatar1 {
    background: url("images/comment-avatar1.png") no-repeat left center;
}

#comment .item .user.avatar2 {
    background: url("images/comment-avatar2.png") no-repeat left center;
}

#comment .item .user.avatar3 {
    background: url("images/comment-avatar3.png") no-repeat left center;
}

#comment .item .text {
    padding: 25px;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    top: -5px;
    line-height: 19px;
}

#comment .item .icon-figure {
    position: absolute;
    background: url("images/comment-item-figure.png") center center no-repeat;
    height: 23px;
    width: 45px;
    top: -23px;
    left: 220px;
}

/* DRINK */
#drink {
    background: url("images/drink-bg.jpg") center bottom no-repeat;
    height: 522px;
}

#drink h2 {
    color: #619219;
    margin-left: 115px;
    margin-bottom: 45px;
    float: left;
}

#drink ul {
    margin-left: 107px;
    width: 100%;
    float: left;
}

#drink ul li {
    list-style: none;
    float: left;
    width: 282px;
}

#drink ul li .number {
    background: url("images/drink-icon-list.png") no-repeat center center;
    width: 49px;
    height: 49px;
    line-height: 49px;
    color: #FFFFFF;
    float: left;
    font-size: 32px;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    text-align: center;
    margin-right: 13px;
}

#drink ul li .list-text {
    line-height: 16px;
}

#drink .warranty {
    color: #619219;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    margin-left: 107px;
    margin-top: 50px;
    float: left;
}

#drink .warranty .percent {
    font-size: 80px;
    float: left;
    margin-right: 18px;
}

#drink .warranty .warranty-text {
    font-size: 32px;
    float: left;
    line-height: 34px;
    padding-top: 20px;
}

#drink .text {
    position: relative;
    padding: 50px;
}

#drink .text .sale {
    color: #FFFFFF;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    position: absolute;
    right: 257px;
    top: -43px;
    font-size: 54px;
    line-height: 36px;
}

#drink .text .sale .small-text {
    font-size: 32px;
}

/* DELIVERY */
#delivery .left {
    float: left;
    width: 515px;
}

#delivery .right {
    float: right;
    width: 323px;
    background: url("images/delivery-icon-arrow.jpg") no-repeat 195px 20px;
}

#delivery .left h2 {
    color: #af1302;
    margin-bottom: 25px;
    line-height: 40px;
}

#delivery .right h2 {
    color: #619219;
    margin-bottom: 25px;
    line-height: 40px;
}

#delivery .right ul li {
    list-style: none;
    width: 41%;
    float: left;
    margin-bottom: 25px;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 35px;
    font-family: Segoe-UI-Italic, Arial, sans-serif;
}

#delivery .right ul li.icon1 {
    background-image: url("images/delivery-icon1.jpg");
}

#delivery .right ul li.icon2 {
    background-image: url("images/delivery-icon2.jpg");
}

#delivery .right ul li.icon3 {
    background-image: url("images/delivery-icon3.jpg");
}

#delivery .right ul li.icon4 {
    background-image: url("images/delivery-icon4.jpg");
}

/* BOTTOM */
#bottom {
    background: url("images/bottom-bg.jpg") center bottom no-repeat;
    height: 519px;
}

#bottom .wrapper--node-3 {
    padding-bottom: 10px;
}

#bottom .left {
    float: left;
    width: 590px;
}

#bottom .right {
    float: right;
    width: 323px;
}

#bottom .footer--node-3 {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-top: 20px;
}

#bottom .left .price-text {
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    font-size: 20px;
    float: left;
    width: 308px;
    text-align: right;
    margin-right: 15px;
}

#bottom .left .price-text .old-price {
    font-family: Segoe-UI, Arial, sans-serif;
    font-size: 16px;
    text-decoration: line-through;
}

#bottom .left .price {
    float: left;
    font-family: Segoe-UI-Bold, Arial, sans-serif;
    color: #9d0a02;
    font-size: 42px;
    text-align: left;
}

#bottom .left .price .small-text {
    font-size: 16px;
    font-family: Segoe-UI, Arial, sans-serif;
}

#bottom .left .text {
    float: left;
    width: 100%;
    margin-top: 35px;
}

#bottom .right .timer {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 27px;
}

/* FORM */
form select, form input {
    border: 0;
    height: 47px;
    width: 249px;
    line-height: 47px;
    padding: 0 5px 0 45px;
    float: left;
    clear: both;
    margin-bottom: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

form select {
    background-image: url("images/input-country.png");
    -webkit-appearance: none;
}

input[type="submit"] {
	width: 248px !important; 
}

#inputtext {
    background-image: url("images/input-name.png") !important;
    width: 199px !important;
}

#inputphone {
    background-image: url("images/input-phone.png");
    width: 199px;
}
.footer_text {
	display: inline-block;
}

#edit-submitted-name,
#edit-submitted-phone-number,
#edit-submitted-e-mail {
	width: 264px;
}

#header,
#main-navigation {
	box-sizing: border-box;
}

element.style {
font-family: 'Open Sans', sans-serif;
}

#site-slogan,
#site-name a {
	font-family: 'Open Sans', sans-serif;
}

#main-navigation ul.menu li a {
	padding-left: 16px;
	padding-right: 2px;
	background: url(images/point.png) left center no-repeat;
}

#main-navigation ul.menu li a:hover {
	padding-left: 16px;
	padding-right: 2px;
	background: url(images/point.png) left center no-repeat;
}

.menu-346 a {
	background: none !important;
}