@font-face {
    font-family: 'jameel';
    src:  url('/fonts/Jameel_Noori_Nastaleeq.ttf') format('truetype');
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.money-back {
    display: none;
}

.order-page-back {
    display: none;
}

::selection {
    background: #42a147;
    color: #FFF;
}

::-moz-selection {
    background: #42a147;
    color: #FFF;
}

html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    color: #000;
    line-height: 22px;
    padding: 0;
    margin: 108px 0 0 0;
    background: #ffffff;
    -webkit-text-size-adjust: none;
}

body.inner {
    margin: 0;
}

body.page2 {
    margin-top: 0px;
}

header, nav, section, article, aside, figure, footer {
    display: block;
}

/* tags */
a {
    color: #42a147;
    text-decoration: underline;
}

a:hover {
    color: #42a147;
    text-decoration: none;
}

p {
    padding: 0 0 21px 0;
    margin: 0;
}

ul, ol {
    padding: 0 0 21px 0;
    margin: 0;
}

img {
    display: block;
    border: none;
}

/* end tags *//* titles */
h1 {
    font-size: 48px;
    font-weight: 300;
    color: #42a147;
    line-height: 60px;
    padding: 0 0 15px;
    margin: 0;
}

h2 {
    font-size: 48px;
    font-weight: 300;
    color: #464646;
    line-height: 48px;
    padding: 0 0 21px;
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    padding: 0 0 22px;
    margin: 0;
}

h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 0 0 11px;
    margin: 0;
}

/* end titles *//* form elements */
input:focus, textarea:focus, select:focus {
    outline: none;
    /*-webkit-appearance: none;*/
}

input[type="text"], input[type="password"], input[type="email"], select {
    width: 100%;
    height: 33px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    color: #848795;
    vertical-align: middle;
    padding: 4px;
    margin: 0;
    border: 1px solid #c5c7d1;
    background: #fff;
}

#coupon {
    width: 175px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    color: #000;
    border: 1px solid #000;
}

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

input[type="button"], input[type="submit"] {
    font-family: inherit;
}

textarea {
    width: 100%;
    height: 90px;
    font-size: 12px;
    font-family: inherit;
    color: #999;
    line-height: 14px;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #ccc;
    resize: vertical;
    background: #fff;
}

/* end form elements *//* buttons */
.button {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
    border: none;
    border-radius: 3px;
}

.button.small {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.button.medium {
    height: 44px;
    font-size: 21px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 15px;
}

.button.large {
    min-height: 60px;
    font-size: 24px;
    line-height: 26px;
    padding: 0 15px;
}

/*----------------------------*/
.button.redcolor {
    font-weight: 600;
    color: #fff;
    /*background: #ff0000;*/
}

.button.redcolor:hover {
    /*background: #ff3232;*/
}

.button.redcolor.small {
    padding: 0 7px 0 27px;
}

.button.redcolor.small:before {
    content: '';
    width: 20px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    background: #660000 url("../images/icon-white-arrow.png") no-repeat 50% 50%;
    background-size: 9px auto;
}

.button.redcolor.medium {
    padding: 0 7px 0 40px;
}

.button.redcolor.medium:before {
    content: '';
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    background: #660000 url("../images/icon-white-arrow.png") no-repeat 50% 50%;
    background-size: 9px auto;
}

.button.redcolor.large {
    padding: 15px 15px 15px 47px;
    background: url("../images/urdu_1.gif") no-repeat 50% 50%;
}

.button.redcolor.large:before {
    content: '';
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    /*background: #660000 url("../images/icon-white-arrow.png") no-repeat 50% 50%;*/
    background-size: 9px auto;
}

/*----------------------------*/
.button.orange {
    font-weight: 600;
    color: #fff;
    background: #f6b70e;
}

.button.orange:hover {
    background: #dd7e03;
}

.button.orange.small {
    padding: 0 7px 0 27px;
}

.button.orange.small:before {
    content: '';
    width: 20px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    background: #e89525 url("../images/icon-white-arrow.png") no-repeat 50% 50%;
    background-size: 9px auto;
}

.button.orange.medium {
    padding: 0 7px 0 40px;
}

.button.orange.medium:before {
    content: '';
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    background: #e89525 url("../images/icon-white-arrow.png") no-repeat 50% 50%;
    background-size: 9px auto;
}

.button.orange.large {
    padding: 15px 15px 15px 47px;
    background: url("../images/place_my_order_2.gif") no-repeat 50% 50%;
    width: 248px;
}

.button.orange.large:before {
    content: '';
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 3px;
    /*background: #e89525 url("../images/icon-white-arrow.png") no-repeat 50% 50%;*/
    background-size: 9px auto;
}


.third-section .button.orange.large{
    background: url("../images/i_want_to_burn.gif") no-repeat 50% 50%;
    width: 440px;
}
.six-section .button.orange.large{
    background: url("../images/place_my_order_3.gif") no-repeat 50% 50%;
    width: 440px;
}

.button.green {
    color: #fff;
    background: #9cc46c;
}

.button.green:hover {
    background: #42a147;
}

/* end buttons *//* table */
table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

table td {
    padding: 0px;
}

/* end table *//* global class */
.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.inner-block {
    width: 940px;
    margin: auto;
    position: relative;
}

.hidden {
    opacity: 0;
}

.safebuy-corner {
    width: 120px;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url("../images/icon-safebuy.png") no-repeat 0 0;
}

/* global class *//*errors*/
.error-message {
    height: 32px;
    display: none;
    font-size: 13px;
    color: #fff;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0 15px 0 0;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 16;
    border-radius: 3px 0 0 3px;
    background: #ff5a00;
}

.error-message:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    border-top: 16px solid transparent;
    border-left: 10px solid #ff5a00;
    border-bottom: 16px solid transparent;
}

.error-message.exp-date {
    top: 10px;
}

.has-error {
    position: relative;
}

.has-error .error-message {
    display: block;
}

.has-error .error {
    border: 1px solid #ff5a00;
}

/*end errors*//*warning*/
.warning {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 108px;
    z-index: 100;
}

.warning .inner-block {
    color: #464646;
    position: relative;
    border: 3px solid #ff5a00;
    padding: 18px 45px;
    background: #fff;
}

.warning .title, .warning span {
    font-weight: bold;
    color: #ff5a00;
}

.warning .close-warning-link {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.warning .close-warning-link:before {
    content: '';
    width: 19px;
    height: 2px;
    display: block;
    position: absolute;
    left: -3px;
    top: 7px;
    background: #ff5a00;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.warning .close-warning-link:after {
    content: '';
    width: 19px;
    height: 2px;
    display: block;
    position: absolute;
    left: -3px;
    top: 7px;
    background: #ff5a00;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*end warning*/
.error-processing {
    border: 2px dashed #ff0000;
    color: #ff0000;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    min-height: 60px;
    padding: 20px;
    position: relative;
    width: 960px;
}

/*side menu*/
.side-menu {
    width: 250px;
    padding: 33px 0;
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 500;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 3px solid #e8e8e8;
    background: #fff;
}

.side-menu ul {
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
}

.side-menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #606060;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 40px;
}

.side-menu ul li a:hover {
    color: #54a758;
}

.side-menu ul li a.active {
    color: #fff;
    background: #54a758;
}

.side-menu .button {
    width: 110px;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center;
    padding: 0 !important;
    margin: 0 0 0 40px;
}

.side-menu .button:before {
    display: none !important;
}


/*-----------------------
*/

.bundles-delivery {
    min-height: 106px;
    padding: 30px 0 0 109px;
    margin: 0 0 18px;
    border: 3px dashed #ddd;
    background: url("../images/download.png") no-repeat 20px 15px;
    background-size: auto 70px;
}
.bundles-delivery h3 {
    font-size: 45px;
    padding: 0 0 5px 10px;
}
.bundles-delivery div {
    background: url(../images/download.png) no-repeat;
    background-size: auto 70px;
    height: 96px;
    z-index: 10;
    position: absolute;
    left: 550px;
    top: 946px;
    width: 100px;
}
.bundle1-css{
    width: 49%; float: left;margin-right: 10px;
}
.bundle1-info{
    /*width: 306px;padding: 10px 0 30px 20px;*/
        width: 288px !important;
    padding: 11px 0 33px 6px !important;
}
.bundle1-price{
    font-size: 25px !important; padding: 30px 0 0 0;
}
.bundle2-css{
    width: 49%; float: left;
    margin-left: 10px !important;
}
.bundle2-info{
  width: 292px !important;
    padding: 11px 0 31px 6px !important;
}
.bundle2-plan{
      padding: 0px 70px !important; color: #000 !important;
}
.bundle2-price{
 font-size: 25px !important;    padding: 10px 0 0 0;
}
.bundle2-plus{
    position: absolute; top: 148px;  left: 133px;  font-size: 44px;  font-weight: bolder; color: darkgreen;
}
.bundle1-plus{
 position: absolute;
 top: 144px;
 left: 139px;
 font-size: 44px;
 font-weight: bolder;
 color: darkgreen;
}
.bundle1-image2{
    float: left;margin-top: 22px;
}
.bundle1-image1{
    float: left;
}
.bundle1-plan{
    padding: 0px 77px !important; color: #000 !important;
        margin-bottom: 19px;
}
.bundle2-image1{
    float: left;
}
.bundle2-image2{
    float: left;
}
.bundle2-image3{
    margin-left: 59px;
}

/*---------------------
*/
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
.container .eight.columns {
    width: 460px;
    /*margin-left: 6%;*/
}

.container .five.columns {
    width: 280px;

}
.container .one.columns {
    width: 40px;
}
.arrow_box {
    position: relative;
    background: #46a04b;
    padding: 20px;
    border-radius: 10px;
}
.arrow_box:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(239, 65, 35, 0);
    border-right-color: #46a04b;
    border-width: 30px;
    margin-top: -30px;
}
.happy-clients-cite {
    font-size: 19px;
    font-weight: 300;
    color: #999;
    width: 75%;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 28px;
    margin-bottom: 7px;
}

.happy-clients-author {
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 32px;
}

/*.desktop-slider{
    display: block;
}
.mobile-slider{
    display: none;
}*/
@media screen and (max-width: 1555px) {
    .side-menu {
        display: none;
    }
}

/*end side menu*//*top bar*/
.top-bar {
    display: none;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 14px 0 16px;
    background: #42a147;
}

/*end top bar*//*header main*/
.header-main {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
    background: #fff;
}

.header-main.fixed {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.header-main .contacts {
    height: 30px;
    color: #464646;
    line-height: 30px;
    text-align: right;
    background: #fcfcfc;
}

.header-main .header-bottom {
    height: 78px;
}

.header-main .header-bottom .logo {
    padding: 11px 0 0 0;
}

.header-main .header-bottom .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-main .header-bottom .menu ul li {
    float: left;
    line-height: 78px;
    padding: 0 30px 0 0;
}

.header-main .header-bottom .menu ul li a {
    color: #686868;
    text-decoration: none;
}

.header-main .header-bottom .menu ul li a.active, .header-main .header-bottom .menu ul li a:hover {
    color: #42a147;
}

.header-main .header-bottom .menu .menu-link {
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
    margin: 19px 0 0 0;
}

.header-main .header-bottom .menu .menu-link span {
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background: #474747;
}

.header-main .header-bottom .menu .menu-link span.top {
    top: 6px;
}

.header-main .header-bottom .menu .menu-link span.middle {
    top: 18px;
}

.header-main .header-bottom .menu .menu-link span.bottom {
    top: 30px;
}

.header-main .header-bottom .menu .menu-link.active span {
    background: #fff;
}

.header-main .header-bottom .menu .menu-link.active span.top {
    width: 39px;
    top: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-main .header-bottom .menu .menu-link.active span.middle {
    opacity: 0;
}

.header-main .header-bottom .menu .menu-link.active span.bottom {
    width: 39px;
    bottom: 19px;
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-main .header-bottom .button {
    margin: 25px 0 0 0;
}

/*end header main*//*header inner*/
.header-inner .inner-block, .header-inner.confirmation .inner-block {
    height: 100px;
    position: relative;
}

.header-inner .logo {
    padding: 22px 0 0 0;
}

.header-inner .text {
    width: 380px;
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    line-height: 20px;
    padding: 28px 0 0 20px;
}

.header-inner .sticker {
    width: 252px;
    height: 34px;
    font-size: 12px;
    color: #666;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 32px;
    background: #ddd;
}

.header-inner .sticker.people-viewing {
    opacity: 0;
    -webkit-animation-name: StickerPeopleViewing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: StickerPeopleViewing;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -moz-animation-direction: alternate;
}

@keyframes StickerPeopleViewing {
    0% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes StickerPeopleViewing {
    0% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.header-inner .sticker.hour-purchase {
    opacity: 1;
    -webkit-animation-name: StickerHourPurchase;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
    -moz-animation-name: StickerHourPurchase;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -moz-animation-direction: alternate;
}

@-webkit-keyframes StickerHourPurchase {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes StickerHourPurchase {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.header-inner .lock img {
    height: 60px;
    position: relative;
    top: 11px;
}

/*end header inner*//*top section*/
.top-section {
    padding: 8px 0 0 0;
    overflow: hidden;
    background: url("../images/top-section-bg.jpg") no-repeat 50% 0;
}

.top-section aside {
    width: 450px;
}

.top-section aside h1 {
    padding-left: 18px;
    text-indent: -4px;
}

.top-section aside ul {
    list-style: none;
    margin: 7px 0 7px 24px;
}

.top-section aside ul li {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0 25px;
    background: url("../images/top-section-li-bg.png") no-repeat 0 50%;
    background-size: 11px auto;
}

.top-section aside .product {
    width: 211px;
    position: relative;
    z-index: 6;
}

.top-section aside .product img {
    width: 211px;
    position: relative;
    left: 7px;
}

.top-section aside .product .leaves {
    width: 236px;
    height: 113px;
    position: absolute;
    left: -186px;
    bottom: -4px;
    z-index: 18;
}

.top-section aside .product .info-popup {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 20;
}

.top-section aside .product .info-popup.man {
    top: 68px;
    left: 5px;
}

.top-section aside .product .info-popup.woman {
    bottom: 32px;
    right: -10px;
}

.top-section aside .product .info-popup.man:hover, .top-section aside .product .info-popup.woman:hover {
    z-index: 25;
}

.top-section aside .product .info-popup .point {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 20;
    border-radius: 50px;
}

.top-section aside .product .info-popup.man .point {
    background: #84b457;
    -webkit-animation: pulseHow 2s 0 infinite forwards;
    -moz-animation: pulseHow 2s 0 infinite forwards;
    -o-animation: pulseHow 2s 0 infinite forwards;
    animation: pulseHow 2s 0 infinite forwards;
}

.top-section aside .product .info-popup.woman .point {
    background: #1c611f;
    -webkit-animation: pulseHow 2s 1s infinite forwards;
    -moz-animation: pulseHow 2s 1s infinite forwards;
    -o-animation: pulseHow 2s 1s infinite forwards;
    animation: pulseHow 2s 1s infinite forwards;
}

@-webkit-keyframes pulseHow {
    0%, 100% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3)
    }
}

@keyframes pulseHow {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.3)
    }
}

.top-section aside .product .info-popup:hover .point {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.top-section aside .product .info-popup .point span {
    width: 8px;
    height: 8px;
    display: block;
    margin: -4px 0 0 -4px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    background: #fff;
}

.top-section aside .product .info-popup .popup {
    width: 212px;
    height: 286px;
    display: none;
    color: #fff;
    padding: 177px 20px 20px 20px;
    position: absolute;
    z-index: 15;
}

.top-section aside .product .info-popup:hover .popup {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.top-section aside .product .info-popup.man .popup {
    top: 0;
    left: 0;
    border-radius: 20px 0 0 0;
    background: #84b457 url("../images/top-section-product-popup-man-image.png") no-repeat 50% 25px;
}

.top-section aside .product .info-popup.woman .popup {
    bottom: 0;
    right: 0;
    border-radius: 0 0 20px 0;
    background: #1c611f url("../images/top-section-product-popup-woman-image.png") no-repeat 50% 25px;
}

.top-section .people {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 275px;
    z-index: 5;
}

.top-section .people img {
    width: 478px;
    position: absolute;
    left: 0;
    top: 0;
}

.top-section .people .man-image {
    opacity: 0;
    -webkit-animation-name: HeaderManImage;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes HeaderManImage {
    0% {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.top-section .people .woman-image {
    opacity: 1;
    -webkit-animation-name: HeaderWomanImage;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes HeaderWomanImage {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.top-section .arrows .arrow-image-tablet {
    display: none;
    width: 177px;
    height: 268px;
    position: absolute;
    left: 245px;
    top: 309px;
}

.top-section .arrows .arrow-image {
    width: 649px;
    height: 380px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 36px;
    z-index: 10;
}

.top-section .form-order {
    width: 272px;
    margin: 0 0 11px;
    position: relative;
    z-index: 10;
    border: 3px solid #46a04b;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    background: #fff;
}

.top-section .form-order header {
    height: 123px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding: 4px 0 0 0;
    margin: 0 0 18px;
    background: url("../images/top-section-form-header-bg.png") no-repeat 0 0;
}

.top-section .form-order header span {
    display: block;
    font-weight: 700;
}

.top-section .form-order .form-box {
    padding: 0 0 10px 0;
    margin: 0 18px;
}

.top-section .form-order .button {
    width: 230px;
    font-size: 21px;
    margin: 14px 18px 0 18px;
}

.top-section .form-order .images {
    padding: 24px 0 36px;
}

.top-section .form-order .images img {
    margin: auto;
}

/*end top section*//*second section*/
.second-section {
    color: #606060;
    padding: 65px 0 82px;
    background: url("../images/second-section-arrow-down.png") no-repeat 50% 100%;
}

.second-section .anchor {
    position: relative;
    top: 20px;
}

.second-section .video-block {
    height: 545px;
    margin: 0 0 40px;
    position: relative;
    background: url("../images/second-section-video-block-bg.png") no-repeat 50% 0;
}

.second-section .video-block .video-link {
    width: 182px;
    height: 182px;
    display: block;
    margin: -91px 0 0 -91px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../images/second-section-play-link.png") no-repeat 0 0;
}

.second-section .video-block .video-link:hover {
    background-position: 0 -182px;
}

.second-section .bottom-text .button {
    display: inline-block;
}

/*end second section*//*third section*/
.third-section {
    padding: 44px 0 82px;
    background: url("../images/second-section-arrow-down.png") no-repeat 50% 100%;
}

.third-section .anchor {
    position: relative;
    top: 38px;
}

.third-section h2 {
    text-align: center;
    padding: 0;
}

.third-section h2 + p {
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
}

.third-section .circle-block {
    height: 576px;
    position: relative;
    background: url("../images/third-section-image.png") no-repeat 50% 50%;
}

.third-section .circle-block .block {
    width: 240px;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.third-section .circle-block .block.first {
    left: 0;
    top: 0;
    z-index: 2;
}

.third-section .circle-block .block.first .image {
    width: 63px;
    height: 106px;
    margin: auto;
    background: url("../images/third-section-icons.png") no-repeat 0 0;
    background-size: 270px auto;
}

.third-section .circle-block .block.second {
    top: 0;
    right: 0;
    z-index: 2;
}

.third-section .circle-block .block.second .image {
    width: 143px;
    height: 87px;
    margin: 19px auto 0;
    background: url("../images/third-section-icons.png") no-repeat 100% 0;
    background-size: 270px auto;
}

.third-section .circle-block .block.third {
    right: 0;
    bottom: 0;
}

.third-section .circle-block .block.third .image {
    width: 143px;
    height: 88px;
    margin: 40px auto 0;
    background: url("../images/third-section-icons.png") no-repeat 0 -106px;
    background-size: 270px auto;
}

.third-section .circle-block .block.fourth {
    bottom: 0;
    left: 0;
}

.third-section .circle-block .block.fourth .image {
    width: 127px;
    height: 109px;
    margin: auto;
    background: url("../images/third-section-icons.png") no-repeat 100% 100%;
    background-size: 270px auto;
}

.third-section .circle-block .block h3 {
    font-weight: 700;
    padding: 20px 0 15px;
}

.third-section .circle-block .block .link {
    display: inline-block;
    padding: 0;
    position: relative;
}

.third-section .circle-block .block .link a {
    color: #42a147;
    text-decoration: none;
}

.third-section .circle-block .block .link a:hover {
    color: #9cc46c;
}

.third-section .circle-block .block .popup {
    width: 400px;
    display: none;
    padding: 50px;
    position: absolute;
    z-index: 5;
    border: 3px solid #42a147;
    background: #fff;
}

.third-section .circle-block .block .popup .close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 6;
}

.third-section .circle-block .block .popup .close:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
}

.third-section .circle-block .block .popup .close span {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
}

.third-section .circle-block .block .popup .close span:after {
    content: '';
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.third-section .circle-block .block .popup .close span:before {
    content: '';
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.third-section .circle-block .block.first .popup, .third-section .circle-block .block.first .popup .close {
    top: 0;
    left: 0;
}

.third-section .circle-block .block.first .popup .close:before {
    border-top: 40px solid #42a147;
    border-right: 40px solid transparent;
}

.third-section .circle-block .block.first .popup .close span {
    left: 5px;
    top: 5px;
}

.third-section .circle-block .block.second .popup, .third-section .circle-block .block.second .popup .close {
    right: 0;
    top: 0;
}

.third-section .circle-block .block.second .popup .close:before {
    border-top: 40px solid #42a147;
    border-left: 40px solid transparent;
}

.third-section .circle-block .block.second .popup .close span {
    right: 5px;
    top: 5px;
}

.third-section .circle-block .block.third .popup, .third-section .circle-block .block.third .popup .close {
    right: 0;
    bottom: 0;
}

.third-section .circle-block .block.third .popup .close:before {
    border-bottom: 40px solid #42a147;
    border-left: 40px solid transparent;
}

.third-section .circle-block .block.third .popup .close span {
    right: 5px;
    bottom: 5px;
}

.third-section .circle-block .block.fourth .popup, .third-section .circle-block .block.fourth .popup .close {
    left: 0;
    bottom: 0;
}

.third-section .circle-block .block.fourth .popup .close:before {
    border-bottom: 40px solid #42a147;
    border-right: 40px solid transparent;
}

.third-section .circle-block .block.fourth .popup .close span {
    left: 5px;
    bottom: 5px;
}

.third-section .circle-block .arrow-top {
    width: 470px;
    height: 83px;
    position: absolute;
    left: 200px;
    top: 10px;
    background: url("../images/third-section-top-arrow.png") no-repeat 0 0;
    background-size: 470px auto;
}

.third-section .circle-block .arrow-right {
    width: 21px;
    height: 92px;
    position: absolute;
    right: 94px;
    top: 250px;
    background: url("../images/third-section-right-arrow.png") no-repeat 0 0;
    background-size: 21px auto;
}

.third-section .circle-block .arrow-bottom {
    width: 350px;
    height: 46px;
    position: absolute;
    right: 290px;
    bottom: 30px;
    background: url("../images/third-section-bottom-arrow.png") no-repeat 0 0;
    background-size: 350px auto;
}

.third-section .circle-block .arrow-left {
    width: 21px;
    height: 85px;
    position: absolute;
    left: 94px;
    top: 256px;
    background: url("../images/third-section-left-arrow.png") no-repeat 0 0;
    background-size: 21px auto;
}

.third-section .circle-block .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.third-section .link {
    text-align: center;
    padding: 34px 0 0 0;
}

.third-section .link .button {
    display: inline-block;
}

/*end third section*//*fourth section*/
.fourth-section {
    padding: 33px 0 0 0;
    background: url("../images/fourth-section-bg.png") no-repeat 50% 50%;
}

.fourth-section .anchor {
    position: relative;
    top: 48px;
}

.fourth-section h2 {
    line-height: 70px;
    padding: 0 0 10px;
}

.fourth-section .leafs-block {
    padding: 40px 0 0 0;
}

.fourth-section .leafs-block .leaf-box.first {
    width: 202px;
    margin: 0 35px 0 0;
    position: relative;
}

.fourth-section .leafs-block .leaf-box.first .big-leaf {
    width: 155px;
}

.fourth-section .leafs-block .leaf-box.first .small-leaf {
    width: 148px;
    height: 195px;
    color: #fff;
    text-align: center;
    padding: 50px 0 0 0;
    position: absolute;
    left: -50px;
    top: 92px;
    background: url("../images/fourth-section-leaf-green-left.png") no-repeat 0 0;
    background-size: 148px auto;
}

.fourth-section .leafs-block .leaf-box.first .small-leaf b {
    font-size: 20px;
    display: block;
}

.fourth-section .leafs-block .leaf-box.second {
    width: 218px;
    margin: 0 25px 0 0;
    position: relative;
}

.fourth-section .leafs-block .leaf-box.second .big-leaf {
    width: 163px;
}

.fourth-section .leafs-block .leaf-box.second .small-leaf {
    width: 148px;
    height: 195px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 63px 10px 0;
    position: absolute;
    left: -50px;
    top: 70px;
    background: url("../images/fourth-section-leaf-purp-left.png") no-repeat 0 0;
    background-size: 148px auto;
}

.fourth-section .leafs-block .leaf-box.second .small-leaf b {
    font-size: 32px;
    display: block;
    line-height: 38px;
}

.fourth-section .leafs-block .leaf-box.third {
    width: 208px;
    margin: 0 32px 0 0;
    position: relative;
}

.fourth-section .leafs-block .leaf-box.third .big-leaf {
    width: 189px;
}

.fourth-section .leafs-block .leaf-box.third .small-leaf {
    width: 148px;
    height: 195px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 85px 0 0;
    position: absolute;
    left: 60px;
    top: 65px;
    background: url("../images/fourth-section-leaf-green-right.png") no-repeat 0 0;
    background-size: 148px auto;
}

.fourth-section .leafs-block .leaf-box.fourth {
    width: 208px;
    position: relative;
}

.fourth-section .leafs-block .leaf-box.fourth .big-leaf {
    width: 163px;
}

.fourth-section .leafs-block .leaf-box.fourth .small-leaf {
    width: 148px;
    height: 195px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 85px 0 0;
    position: absolute;
    left: 60px;
    top: 92px;
    background: url("../images/fourth-section-leaf-green-right.png") no-repeat 0 0;
    background-size: 148px auto;
}

.fourth-section .link {
    text-align: center;
    padding: 65px 0 82px;
    background: url("../images/second-section-arrow-down.png") no-repeat 50% 100%;
}

.fourth-section .link .button {
    display: inline-block;
}

/*end fourth section*//*fifth section*/
.fifth-section {
    padding: 44px 0 82px;
    background: url("../images/second-section-arrow-down.png") no-repeat 50% 100%;
}

.fifth-section .anchor {
    position: relative;
    top: 38px;
}

.fifth-section .reviews-block {
    padding: 33px 0 30px;
}

.fifth-section .reviews-block .review-box {
    height: 136px;
    color: #464646;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
    -webkit-box-shadow: 11px 11px 25px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 11px 11px 25px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 11px 11px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 11px 11px 25px 0 rgba(0, 0, 0, .1);
    background: #fcfcfc;
}

.fifth-section .reviews-block .review-box .review .info {
    width: 277px;
}

.fifth-section .reviews-block .review-box .review .image {
    width: 167px;
    padding: 15px 0;
}

.fifth-section .reviews-block .review-box .review .image img {
    height: 106px;
    margin: auto;
}

.fifth-section .reviews-block .review-box .review .name {
    width: 110px;
    text-align: left;
    padding: 46px 0 0 0;
    position: relative;
}

.fifth-section .reviews-block .review-box .review .name:after {
    content: '';
    width: 26px;
    height: 22px;
    display: block;
    position: absolute;
    top: 31px;
    right: 0;
    background: url("../images/icon-comment.png") no-repeat 0 0;
}

.fifth-section .reviews-block .review-box .review .name span {
    display: block;
    font-weight: 700;
}

.fifth-section .reviews-block .review-box .review .text {
    font-style: italic;
    text-align: left;
    padding: 45px 25px 0 25px;
    margin: 0 0 0 277px;
}

.fifth-section .link {
    text-align: center;
}

.fifth-section .link .button {
    display: inline-block;
}

/*end fifth section*//*six section*/
.six-section {
    padding: 33px 0 20px 0;
    background: url("../images/six-section-bg.png") no-repeat 50% 50%;
}


.six-section h2 {
    line-height: 70px;
    text-align: center;
    padding: 0 0 14px;
}

.six-section .title-hurry {
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    color: #50a854;
    line-height: 80px;
    text-align: center;
    padding: 0 0 13px;
}

.six-section .text {
    font-size: 18px;
    color: #606060;
    line-height: 27px;
    text-align: center;
}

.six-section .text b {
    color: #50a854;
}

.six-section .product-block {
    padding: 56px 0;
    position: relative;
}

.six-section .product-block .product-image {
    margin: auto;
}

.six-section .product-block .man-image {
    position: absolute;
    left: 0;
    top: -50px;
}

.six-section .product-block .woman-image {
    position: absolute;
    right: -130px;
    top: -55px;
}

.six-section .product-block .product-image-mobile, .six-section .product-block .product-image-tablet {
    display: none;
}

.six-section .link {
    text-align: center;
}

.six-section .link .button {
    height: 82px;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 9px 22px 0 67px;
}

.six-section .link .button:before {
    width: 42px;
    height: 82px;
}

.six-section .link .button span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 0 0;
}

/*end six section*//*order delivery*/
.order-delivery {
    min-height: 106px;
    padding: 22px 0 0 144px;
    margin: 0 0 18px;
    border: 3px dashed #ddd;
    background: url("../images/usps-logo.png") no-repeat 20px 15px;
    background-size: auto 70px;
    clear: both;
}

.order-delivery h3 {
    font-size: 32px;
    padding: 0 0 5px;
}

/*end order delivery*//*order counter*/
.order-counter {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    margin: 0 0 18px;
    border: 3px solid #42a147;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.order-counter .order-counter-line {
    padding: 13px 0 16px;
    border-bottom: 1px dashed #ddd;
}

.order-counter .order-counter-line.last {
    border: none;
}

.order-counter .order-counter-line b {
    color: #42a147;
}

.order-counter .order-counter-line.last .left {
    text-decoration: line-through;
}

/*end order counter*//*order special*/
.order-special {
    padding: 0 20px;
    margin: 0 0 18px;
    border: 3px dashed #ddd;
}

.order-special .order-special-header {
    text-align: center;
    padding: 0 0 23px;
    margin: 0 0 16px;
    border-bottom: 1px dashed #ddd;
}

.order-special .order-special-header div {
    font-size: 36px;
    font-weight: 700;
    color: #FA5C1F;
    line-height: 36px;
    letter-spacing: -1px;
    padding: 20px 0 8px;
}

.order-special .order-special-header div span {
    font-size: 24px;
    font-weight: 500;
    color: #666;
}

.order-special .order-special-header h2 {
    font-size: 42px;
    font-weight: 600;
    color: #42a147;
    line-height: 42px;
    letter-spacing: -2px;
    text-transform: uppercase;
    padding: 0;
}

.order-special .order-special-header h2 span {
    font-size: 14px;
    display: block;
    color: #000;
    line-height: 14px;
    letter-spacing: 0;
    padding: 3px 0 0 0;
}

.order-special .order-special-box {
    width: 33%;
    font-weight: 600;
    text-align: center;
    padding: 0 20px 19px;
}

.order-special .order-special-footer {
    font-size: 12px;
    color: #848795;
    line-height: 16px;
    text-align: center;
    padding: 15px 50px 21px;
    border-top: 1px dashed #ddd;
}

/*end order special*//*order gift*/
.order-gift {
    font-size: 18px;
    line-height: 20px;
    padding: 18px 20px 22px 20px;
    margin: 0 0 18px;
    border: 3px dashed #ddd;
    background: url("../images/icon-gift.png") no-repeat right 30px top 31px;
    background-size: auto 100px;
}

.order-gift h3 {
    font-size: 24px;
    color: #ca0000;
    line-height: 24px;
    padding: 0 0 9px;
}

.order-gift h3 span {
    font-size: 32px;
    font-weight: 600;
    display: block;
    line-height: 32px;
}

/*end order gift*//*order satisfaction*/
.order-satisfaction {
    min-height: 146px;
    font-size: 12px;
    line-height: 18px;
    padding: 22px 20px 19px 140px;
    margin: 0 0 19px;
    border: 3px dashed #ddd;
    background: url("../images/icon-moneyback.png") no-repeat 20px 20px;
    background-size: 100px 100px;
}

.order-satisfaction h3 {
    padding: 0 0 9px;
}

/*end order satisfaction*//*order gray text*/
.order-gray-text {
    font-size: 11px;
    line-height: 12px;
    color: #999;
    padding: 0 0 16px;
}

/*end order gray text*//*order arrow*/
.order-arrow {
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    letter-spacing: -1px;
    padding: 27px 0 0 85px;
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
    border-radius: 3px 0 0 3px;
    background: #a43e6e url("../images/icon-satisfaction.png") no-repeat 10px 5px;
    background-size: 70px 70px;
}

.order-arrow:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    border-top: 40px solid transparent;
    border-left: 40px solid #a43e6e;
    border-bottom: 40px solid transparent;
}

/*end order arrow*//*order section*/
.order-section {
    background: url("../images/order-section-bg.png") no-repeat 50% 0;
}

.order-section .order-content {
    width: 640px;
}

.order-section .order-content.special3 {
    padding: 0;
}

.order-section .order-content h1 {
    color: #464646;
    padding: 0 0 22px;
}

.order-section .order-content .product-info {
    padding: 0 0 23px;
}

.order-section .order-content .product-info .image {
    width: 180px;
    padding: 0 0 0 45px;
}

.order-section .order-content .product-info .image img {
    width: 134px;
}

.order-section .order-content .product-info .info {
    margin: 0 0 0 230px;
    padding: 25px 0 0 0;
}

.order-section .order-content .product-info .info .inner {
    width: 100%;
    display: table;
}

.order-section .order-content .product-info .info h2 {
    font-size: 28px;
    font-weight: bold;
    color: #4aa150;
    line-height: 32px;
    letter-spacing: -1px;
    padding: 0;
}

.order-section .order-content .product-info .info h2 .pink {
    color: #9d4278;
}

.order-section .order-content .product-info .info h2 .light {
    color: #a0cb71;
}

.order-section .order-content .product-info .info .free {
    font-size: 32px;
    font-weight: bold;
    color: #4aa150;
    line-height: 32px;
    letter-spacing: -1px;
}

.order-section .order-content .product-info .info .supply {
    font-size: 18px;
    padding: 17px 0 18px;
}

.order-section .order-content .product-info .info p {
    font-size: 16px;
    font-style: italic;
    color: #606060;
}

.order-section .order-content .shipping-block .discount {
    width: 220px;
    height: 124px;
    background: url("../images/discount-bg.png") no-repeat 0 0;
    background-size: 220px auto;
}

.order-section .order-content .shipping-block .discount .top {
    height: 74px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 78px;
    text-align: center;
    -webkit-animation: pulsePercent 1s 1s both;
    -moz-animation: pulsePercent 1s 1s both;
    -o-animation: pulsePercent 1s 1s both;
    animation: pulsePercent 1s 1s both
}

@-webkit-keyframes pulsePercent {
    0%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@keyframes pulsePercent {
    0%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

.order-section .order-content .shipping-block .discount .bottom {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.order-section .order-content .shipping-block .method {
    width: 410px;
}

.order-section .order-content .shipping-block .method header {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 8px;
}

.order-section .order-content .shipping-block .method .option {
    margin: 0 0 3px;
}

.order-section .order-content .shipping-block .method .option label {
    height: 48px;
    display: block;
    line-height: 16px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 3px;
}

.order-section .order-content .shipping-block .method .option label.checked {
    border: 1px solid #e3f1e4;
}

.order-section .order-content .shipping-block .method .option label .radio {
    width: 30px;
    display: block;
    text-align: center;
    padding: 6px 0 0 0;
}

.order-section .order-content .shipping-block .method .option label .name {
    padding: 7px 0 0 0;
}

.order-section .order-content .shipping-block .method .option label .name span {
    display: block;
    font-size: 12px;
}

.order-section .order-content .shipping-block .method .option label .price {
    font-size: 18px;
    font-weight: 700;
    display: none;
    color: #42a147;
    line-height: 14px;
    text-align: right;
    padding: 8px 10px 0 0;
}

.order-section .order-content .shipping-block .method .option label.checked .price {
    display: block;
}

.order-section .order-content .shipping-block .method .option label .price span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    text-decoration: line-through;
}

.order-section .order-content .bottom-block {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    line-height: 20px;
    padding: 0 0 35px;
    margin: 26px 0 32px;
    border-bottom: 1px solid #eff0f5;
}

.order-section .order-content .bottom-block .date {
    width: 305px;
    padding: 4px 0 0 70px;
    background: url("../images/icon-shipping.png") no-repeat 0 6px;
}

.order-section .order-content .bottom-block .total {
    font-size: 24px;
    color: #464646;
    line-height: 36px;
    text-align: right;
}

.order-section .order-content .bottom-block .total span {
    font-size: 34px;
    font-weight: 700;
    color: #42a147;
    line-height: 36px;
    margin-left: 6px;
}

.order-section .order-content .terms {
    padding: 0 0 19px;
}

.order-section .order-content .product-block {
    cursor: pointer;
    margin: 0 0 18px;
    border: 3px solid #ddd;
}

.order-section .order-content .product-block:hover {
    border: 3px solid #42a147;
}

.order-section .order-content .product-block.active {
    border: 3px solid #42a147;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.order-section .order-content .product-block header {
    height: 44px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 4px 0 18px;
    background: #ddd;
}

.order-section .order-content .product-block.special3 header {
    height: auto;
    padding: 0 4px 14px 20px;
}

.order-section .order-content .product-block.special3 header span {
    display: block;
}

.order-section .order-content .product-block.active header {
    color: #fff;
    background: #42a147;
}

.order-section .order-content .product-block header .text {
    padding: 11px 0 0 0;
    text-transform: uppercase;
}

.order-section .order-content .product-block.special3 header .text {
    width: 440px;
}

.order-section .order-content .product-block header .text .small {
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    padding: 6px 0 0 0;
}

.order-section .order-content .product-block.special3 header .tip {
    padding-top: 16px;
}

.order-section .order-content .product-block header .tip-text {
    font-size: 11px;
    color: #888;
    line-height: 12px;
    text-align: right;
    text-transform: uppercase;
    padding: 8px 5px 0 0;
}

.order-section .order-content .product-block header .tip-text span {
    display: block;
}

.order-section .order-content .product-block:hover header .tip-text {
    color: #454545;
}

.order-section .order-content .product-block.active header .tip-text {
    color: #fff;
}

.order-section .order-content .product-block header .tip-icon {
    width: 33px;
    height: 33px;
    margin: 4px 0 0 0;
    position: relative;
    border: 2px solid #888;
    border-radius: 3px;
}

.order-section .order-content .product-block:hover header .tip-icon {
    border: 2px solid #454545;
}

.order-section .order-content .product-block.active header .tip-icon {
    border: 2px solid #fff;
}

.order-section .order-content .product-block header .tip-icon span {
    width: 23px;
    height: 23px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
}

.order-section .order-content .product-block:hover header .tip-icon span {
    opacity: 0.1;
}

.order-section .order-content .product-block header .tip-icon span:before {
    content: '';
    width: 5px;
    height: 15px;
    display: block;
    position: absolute;
    left: 4px;
    top: 9px;
    border-radius: 3px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-section .order-content .product-block header .tip-icon span:after {
    content: '';
    width: 5px;
    height: 25px;
    display: block;
    position: absolute;
    left: 13px;
    top: -1px;
    border-radius: 3px;
    background: #000;
    -webkit-transform: rotate(30deg);
    -moz-webkit-transform: rotate(30deg);
    -o-webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.order-section .order-content .product-block.active header .tip-icon span {
    opacity: 1;
}

.order-section .order-content .product-block.active header .tip-icon span:before, .order-section .order-content .product-block.active header .tip-icon span:after {
    background: #fff;
}

.order-section .order-content .product-block .product-info-inner {
    padding: 0 20px;
    position: relative;
}

.order-section .order-content .product-block .product-info-inner .image {
    width: 258px;
    padding: 10px 0 0 0;
}

.order-section .order-content .product-block.special2 .product-info-inner .image {
    width: 191px;
    padding: 13px 0 20px;
}

.order-section .order-content .product-block.special3 .product-info-inner .image {
    width: 133px;
    padding: 13px 0 10px;
}

.order-section .order-content .product-block.special2 .product-info-inner .image img {
    width: auto;
    height: auto;
}

.order-section .order-content .product-block .product-info-inner .info {
    width: 336px;
    padding: 37px 0 37px 20px;
}

.order-section .order-content .product-block.special2 .product-info-inner .info {
    width: 403px;
    padding: 56px 0 0 20px;
}

.order-section .order-content .product-block.special3 .product-info-inner .info {
    width: 461px;
    padding: 27px 0 0 20px;
}

.order-section .order-content .product-block .product-info-inner .info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    letter-spacing: -1px;
    padding: 0 0 4px;
}

.order-section .order-content .product-block .product-info-inner .info h2 {
    font-size: 22px;
}

.order-section .order-content .product-block .product-info-inner .info h2.wait {
    font-size: 64px;
    font-weight: bold;
    color: #b70610;
    line-height: 60px;
    padding: 0 0 10px;
}

.order-section .order-content .product-block .product-info-inner .info .plan {
    color: #999;
}

.order-section .order-content .product-block .product-info-inner .info .description {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0 0 0;
}

.order-section .order-content .product-block .product-info-inner .info .price {
    font-size: 32px;
    font-weight: 600;
    color: #ff5a00;
    line-height: 30px;
    letter-spacing: -1px;
    padding: 20px 0 0 0;
}

.order-section .order-content .product-block .product-info-inner .info .price span {
    font-size: 12px;
    font-weight: 300;
    color: #999;
    line-height: 14px;
    letter-spacing: 0;
}

.order-section .order-content .product-block .product-info-inner .table {
    width: 405px;
    padding: 13px 0 21px 0;
}

.order-section .order-content .product-block .product-info-inner .table .line {
    line-height: 24px;
    text-transform: uppercase;
    padding: 4px 0 3px;
    border-bottom: 1px dashed #ccc;
}

.order-section .order-content .product-block .product-info-inner .table .line.top {
    font-size: 18px;
    padding-bottom: 5px;
}

.order-section .order-content .product-block .product-info-inner .table .line.bottom {
    font-size: 16px;
    border: none;
}

.order-section .order-content .product-block .product-info-inner .table .line.top .right {
    color: #ff5a00;
}

.order-section .order-content .product-block .product-info-inner .table .line.bottom .right {
    color: #42a147;
}

.order-section .order-content .product-block .product-info-inner .icons img {
    height: 40px;
    float: left;
    margin: 0 5px 0 0;
}

.order-section .order-content .product-block .product-info-inner .free-shipping {
    width: 75px;
    height: 75px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.order-section .order-content .product-block .product-info-inner .free-shipping:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-bottom: 75px solid #42a147;
    border-left: 75px solid transparent;
}

.order-section .order-content .product-block .product-info-inner .free-shipping span {
    display: block;
    font-size: 9px;
    font-weight: 800;
    line-height: 12px;
    text-align: center;
    position: absolute;
    top: 39px;
    left: 32px;
    z-index: 5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-section .order-content .product-block .product-info-inner .free-shipping span b {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.order-section .right-block {
    width: 272px;
}

.order-section .right-block .order-form {
    width: 272px;
    padding: 0 18px;
    border: 3px solid #42a147;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.order-section .right-block .order-form header {
    font-size: 30px;
    color: #42a147;
    line-height: 38px;
    text-align: center;
    padding: 12px 0 9px 0;
}

.order-section .right-block .order-form .title {
    color: #464646;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 17px;
}

.order-section .right-block .order-form .form-box {
    padding: 0 0 10px;
}

.order-section .right-block .order-form .description {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 0 10px 17px 10px;
}

.order-section .right-block .order-form .description.small {
    font-size: 10px;
    color: #848795;
    line-height: 14px;
    padding-top: 15px;
}

.order-section .right-block .order-form .cards {
    padding: 0 0 20px;
    text-align: center;
}

.order-section .right-block .order-form .cards .text { /*width: 76px;*/
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #848795;
    line-height: 32px;
}

.order-section .right-block .order-form .cards img {
    width: 116px;
}

.order-section .right-block .order-form .form-box.exp-date {
    padding: 10px 0 20px 0;
}

.order-section .right-block .order-form .form-box.exp-date .text {
    width: 70px;
    font-size: 12px;
    color: #848795;
    line-height: 14px;
    padding: 3px 0 0 0;
}

.order-section .right-block .order-form .form-box.exp-date select {
    width: 75px;
    float: left;
    margin: 0 0 0 5px;
}

.order-section .right-block .order-form .cvv-code input[type="text"] {
    width: 85px;
    float: left;
}

.order-section .right-block .order-form .cvv-code .cvv-link a {
    width: 19px;
    height: 19px;
    display: block;
    margin: 7px 0 0 10px;
    background: url("../images/icon-question.png") no-repeat 0 0;
    background-size: 19px 19px;
}

.order-section .right-block .order-form .cvv-code .cvv-image {
    display: none;
    padding: 20px 0 2px;
}

.order-section .right-block .order-form .cvv-code .cvv-image img {
    width: 190px;
    margin: auto;
}

.order-section .right-block .order-form .terms-text {
    font-size: 12px;
    color: #848795;
    line-height: 16px;
    padding: 15px 0;
}

.order-section .right-block .order-form .terms-text a {
    color: #848795;
}

.order-section .right-block .order-form .button {
    width: 100%;
    margin: 10px 0 0 0;
}

.order-section .right-block .order-form .icons {
    padding: 0 0 29px;
}

.order-section .right-block .order-form .icons img {
    margin: auto;
}

.order-section .right-block .terms {
    display: none;
}

.order-section .right-block .order-delivery, .order-section .right-block .order-counter, .order-section .right-block .order-special, .order-section .right-block .order-gift, .order-section .right-block .order-satisfaction, .order-section .right-block .order-gray-text {
    display: none;
}

/*end order section*//*confirmation section*/
.confirmation-section {
    padding: 23px 0 0 0;
}

.confirmation-section h2 {
    font-weight: 600;
    color: #42A147;
    text-align: center;
    padding: 0 0 34px;
}

.confirmation-section h3 {
    font-weight: 600;
    color: #ff5a00;
    text-align: center;
    padding: 0 0 8px;
}

.confirmation-section h4 {
    font-size: 28px;
    line-height: 28px;
    padding: 0 0 19px;
}

.confirmation-section_info {
    margin: 0 auto 40px;
}

.confirmation-section_info .inner-block {
    max-width: 940px;
    font-size: 18px;
    font-weight: 300;
    color: #757575;
    text-align: center;
    padding: 22px 0 15px 0;
    border-radius: 10px;
    border: 3px solid #42A147;
}

.confirmation-section_info.declined .inner-block {
    color: #ca0000;
    font-weight: 600;
    padding: 22px 0 26px 0;
    border: 3px solid #ca0000;
}

.confirmation-section_info h4 {
    color: #42A147;
    padding-top: 7px;
}

.confirmation-section_contacts {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 33px 0 32px 0;
    border-top: 1px dashed #ccc;
    background: #f8f8f7;
}

.confirmation-section_contacts h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 0 10px;
}

.confirmation-section_form {
    text-align: center;
    padding: 33px 0 40px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.confirmation-section_form h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 9px;
}

.confirmation-section_form p {
    padding: 0 0 6px;
}

.confirmation-section_form form {
    padding: 18px 0 0 0;
}

.confirmation-section_form form input[type="text"] {
    width: 750px;
    height: 60px;
    font-size: 24px;
    font-weight: 300;
    line-height: 58px;
    padding: 0 15px;
    border-radius: 3px;
}

.confirmation-section_form form .button {
    width: 180px;
    font-size: 18px;
}

.confirmation-section_important {
    padding: 33px 0 34px 0;
    margin: 0 0 20px;
    border-bottom: 1px dashed #ccc;
    background: #f8f8f7;
}

.confirmation-section_important h4 {
    font-size: 18px;
    color: #ff5a00;
    line-height: 20px;
    text-align: center;
    padding: 0 0 9px;
}

/*end confirmation section*//*cancel section*/
.cancel-section {
    padding: 51px 0 20px 0;
}

.cancel-section h2 {
    color: #42A147;
    text-align: center;
    padding: 0 0 9px;
}

.cancel-section h3 {
    text-align: center;
    padding: 0 0 25px;
}

.cancel-section h3.orange {
    color: #ff5a00;
}

.cancel-section .button {
    width: 300px;
    margin: 0 auto 22px;
}

.cancel-section p {
    text-align: center;
}

.cancel-section .bottom-text {
    text-align: center;
    padding: 0 0 36px;
    border-bottom: 1px dashed #ccc;
}

.cancel-section .confirmation-section_contacts {
    margin: 13px 0 0 0;
    border-bottom: 1px dashed #ccc;
}

/*end cancel section*//*popups*/
.popup-wrapper {
    width: 100%;
    height: 100%;
    display: none;
    overflow: scroll;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .9)
}

.popup-wrapper .popup {
    max-width: 900px;
    display: none;
    padding: 0 0 50px;
    position: relative;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.popup-wrapper .popup .popup-inner {
    padding: 34px 50px 43px;
    -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .15);
    background: #fff;
}

.popup-wrapper .popup#popup-terms .popup-inner {
    padding-top: 40px;
}

.popup-wrapper .popup .close-popup-link {
    width: 24px;
    height: 24px;
    display: block;
    opacity: 0.3;
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup-wrapper .popup .close-popup-link:before {
    content: '';
    width: 31px;
    height: 2px;
    display: block;
    position: absolute;
    left: -3px;
    top: 11px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-wrapper .popup .close-popup-link:after {
    content: '';
    width: 31px;
    height: 2px;
    display: block;
    position: absolute;
    left: -3px;
    top: 11px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-wrapper .popup h2 {
    color: #222;
    padding: 0 0 26px;
}

.popup-wrapper .popup#popup-terms h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 0 0 30px;
}

.popup-wrapper .popup h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px;
}

.popup-wrapper .popup p {
    padding: 0 0 11px;
}

.popup-wrapper .popup .form-popup {
    padding: 13px 0 17px;
}

.popup-wrapper .popup .form-popup .form-box {
    padding: 0 0 10px;
}

.popup-wrapper .popup .form-popup .form-box label {
    width: 150px;
    display: block;
    float: left;
    line-height: 32px;
}

.popup-wrapper .popup .form-popup .form-box select, .popup-wrapper .popup .form-popup .form-box input[type="text"], .popup-wrapper .popup .form-popup .form-box input[type="email"] {
    width: 50%;
}

.popup-wrapper .popup .form-popup .form-box .error-message {
    height: auto;
    font-size: 13px;
    color: #ee4c29;
    line-height: 14px;
    padding: 3px 4px 0 4px;
    position: relative;
    right: 0;
    top: 0;
    background: none;
}

.popup-wrapper .popup .form-popup .form-box .error-message:after {
    display: none;
}

.popup-wrapper .popup .form-popup .button.large {
    padding: 15px 32px 15px 67px;
}

.popup-wrapper .popup footer {
    text-align: center;
    padding: 25px 0 0 0;
    margin: 8px 0 0 0;
    border-top: 1px solid #eee;
}

.popup-wrapper .popup footer .close-popup-link {
    width: auto;
    height: 38px;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    opacity: 1;
    padding: 0 25px;
    position: relative;
    top: 0;
    right: 0;
}

.popup-wrapper .popup footer .close-popup-link:before, .popup-wrapper .popup footer .close-popup-link:after {
    display: none;
}

.popup-wrapper .popup#popup-declined .close-popup-link {
    top: 10px;
    right: 10px;
}

.popup-wrapper .popup#popup-declined .popup-inner {
    position: relative;
}

.popup-wrapper .popup#popup-declined h2 {
    text-align: center;
    padding: 0 0 34px;
}

.popup-wrapper .popup#popup-declined .reason {
    text-align: center;
    padding: 14px 100px 19px;
    margin: 0 0 29px;
    border: 2px solid #ff5a00;
    border-radius: 5px;
}

.popup-wrapper .popup#popup-declined .reason h3 {
    color: #ff5a00;
    padding: 0;
}

.popup-wrapper .popup#popup-declined ul {
    padding: 0 0 6px 30px;
}

.popup-wrapper .popup#popup-declined .form-popup .form-box input[type="text"] {
    width: 300px;
}

.popup-wrapper .popup#popup-declined .form-popup .form-box select, .popup-wrapper .popup#popup-declined .form-popup .form-box-cvv input[type="text"] {
    width: 100px;
}

.popup-wrapper .popup#popup-declined .form-popup .form-box-cvv .cvv-link {
    font-size: 12px;
    line-height: 32px;
    margin: 0 0 0 5px;
}

.popup-wrapper .popup#popup-declined .form-popup .form-box-cvv .cvv-image {
    display: none;
    padding: 10px 0 0 150px;
}

.popup-wrapper .popup#popup-declined .form-popup .form-box-cvv .cvv-image img {
    width: 203px;
}

.popup-wrapper .popup#popup-declined .form-popup .button {
    width: 203px;
    margin: 0 0 0 150px;
}

.popup-wrapper .popup#popup-declined .lock {
    height: 30px;
    font-size: 11px;
    color: #999;
    line-height: 14px;
    text-align: right;
    padding: 1px 33px 0 0;
    position: absolute;
    right: 45px;
    bottom: 10px;
    background: url("../images/icon-lock.png") no-repeat 100% 0;
    background-size: auto 30px;
}

.popup-wrapper .popup#popup-declined .tip {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.popup-wrapper .popup#popup-declined .tip .icon {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    background: #42A147;
}

.popup-wrapper .popup#popup-declined .tip .text {
    width: 370px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    display: none;
    text-align: right;
    padding: 11px 15px 12px;
    position: absolute;
    top: 45px;
    right: -10px;
    border-radius: 5px;
    background: #42A147;
}

.popup-wrapper .popup#popup-declined .tip .text:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 17px;
    top: -10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #42A147;
}

.popup-wrapper .popup#popup-declined .tip:hover .text, .popup-wrapper .popup#popup-declined .tip:focus .text {
    display: block;
}

.popup-banner-wrapper {
    width: 100%;
    overflow: scroll;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.9);
}

.popup-banner-wrapper .popup-banner {
    width: 600px;
    margin: 0 0 0 -300px;
    position: absolute;
    left: 50%;
    top: 50px;
}

.popup-banner-wrapper .popup-banner .popup-inner {
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.popup-banner-wrapper .popup-banner a {
    color: #52585d;
    text-decoration: none;
}

.popup-banner-wrapper header {
    height: 70px;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    background: #50A854;
}

.popup-banner-wrapper .banner1 header {
    background: #50A854;
}

.popup-banner-wrapper .banner2 header {
    letter-spacing: -1px;
    background: #872A57;
}

.popup-banner-wrapper .banner3 header {
    letter-spacing: -2px;
    background: #F97C23;
}

.popup-banner-wrapper .banner4 header {
    background: #1a8cc6;
}

.popup-banner-wrapper .popup-banner-content {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.popup-banner-wrapper .banner1 .popup-banner-content .inner {
    display: block;
    padding: 41px 90px 41px 202px;
    position: relative;
    z-index: 10;
}

.popup-banner-wrapper .banner1 .popup-banner-content .woman-image {
    height: 100%;
    position: absolute;
    top: 0;
    right: -110px;
    z-index: 9;
}

.popup-banner-wrapper .banner2 .popup-banner-content .inner {
    display: block;
    padding: 30px 90px 30px 202px;
    position: relative;
    z-index: 10;
}

.popup-banner-wrapper .banner2 .popup-banner-content .woman-image {
    height: 100%;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 9;
}

.popup-banner-wrapper .banner3 .popup-banner-content .inner {
    display: block;
    padding: 40px 90px 40px 202px;
    position: relative;
    z-index: 10;
}

.popup-banner-wrapper .banner3 .popup-banner-content .woman-image {
    height: 100%;
    position: absolute;
    top: 0;
    right: -35px;
    z-index: 9;
}

.popup-banner-wrapper .banner4 .popup-banner-content {
    padding: 20px 0 12px 19px;
    background: #fff url("../images/popup-banner4-bg.jpg") no-repeat right -50px top 0;
    background-size: auto 307px;
}

.popup-banner-wrapper .banner1 .product-image, .popup-banner-wrapper .banner2 .product-image, .popup-banner-wrapper .banner3 .product-image {
    width: 140px;
    position: absolute;
    top: 9px;
    left: 51px;
    z-index: 1200;
}

.popup-banner-wrapper .banner1 .product-image.smaller, .popup-banner-wrapper .banner2 .product-image.smaller, .popup-banner-wrapper .banner3 .product-image.smaller {
    width: 120px;
    position: absolute;
    top: 28px;
    left: 8px;
    z-index: 1199;
}

.popup-banner-wrapper .banner4 .product-image {
    width: 150px;
}

.popup-banner-wrapper .moneyback-image {
    width: 80px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.popup-banner-wrapper .banner4 .popup-banner-info {
    width: 421px;
    display: block;
    padding: 15px 0 0 20px;
}

.popup-banner-wrapper .banner1 .title, .popup-banner-wrapper .banner2 .title {
    display: block;
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: -2px;
    padding: 0 0 19px;
}

.popup-banner-wrapper .banner3 .title {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -2px;
    padding: 0 0 10px;
}

.popup-banner-wrapper .banner4 .title {
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: -1px;
    padding: 0 100px 0 0;
}

.popup-banner-wrapper .banner4 .title span {
    font-size: 52px;
    color: #ee216b;
}

.popup-banner-wrapper .banner1 .list {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: -1px;
    padding: 0 0 6px;
}

.popup-banner-wrapper .banner2 .text {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 0 0 21px;
}

.popup-banner-wrapper .banner2 .text b, .popup-banner-wrapper .banner3 .text b {
    color: #50A854;
}

.popup-banner-wrapper .banner3 .text {
    display: block;
    font-size: 22px;
    letter-spacing: -1px;
    padding: 3px 0 23px;
}

.popup-banner-wrapper .banner4 .text {
    display: block;
    font-size: 24px;
    padding: 18px 0 23px;
}

.popup-banner-wrapper .banner1 .button {
    width: 230px;
    margin-top: 16px;
}

.popup-banner-wrapper .banner2 .button, .popup-banner-wrapper .banner3 .button {
    width: 230px;
}

.popup-banner-wrapper .banner1 .button b, .popup-banner-wrapper .banner2 .button b, .popup-banner-wrapper .banner3 .button b {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 0 0 0;
}

.popup-banner-wrapper .banner4 .button {
    width: 250px;
}

.popup-video-wrapper {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
}

.popup-video-wrapper video {
    width: 960px;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1100;
}

.popup-video-wrapper .close-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 30px;
    position: fixed;
    top: 10px;
    right: 10px;
}

.popup-video-wrapper .close-link:before {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-video-wrapper .close-link:after {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-loading-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.9);
}

.popup-loading-wrapper .popup-loading-inner {
    width: 400px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-loading-wrapper .popup-loading-inner header {
    font-size: 24px;
    padding: 0 0 24px;
}

.popup-loading-wrapper .popup-loading-inner header span {
    display: block;
    font-size: 18px;
    color: #999;
    padding: 0 0 4px;
}

.popup-loading-wrapper .popup-loading-inner .lock-image {
    width: 70px;
    margin: 0 auto 12px;
}

.popup-loading-wrapper .popup-loading-inner .loading-image {
    width: 70px;
    height: 70px;
    margin: auto;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

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

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

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

.popup-loading-wrapper .popup-loading-inner footer {
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 12px 0 0;
    opacity: 0.0;
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.0;
    }
}

.popup-counter-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.85);
}

.popup-counter-wrapper .popup-counter-wrapper-inner {
    width: 600px;
    text-align: center;
    color: #fff;
    padding: 100px 0 0 0;
    margin: auto;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .timer {
    position: relative;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .timer div {
    display: inline-block;
    font-size: 90px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
    line-height: 90px;
    padding: 0 10px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .timer div i {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .timer .dots {
    font-size: 48px;
    position: absolute;
    top: 32px;
    left: 50%;
    margin: 0 0 0 -6px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .title {
    font-size: 64px;
    font-weight: 300;
    color: #49c34e;
    line-height: 64px;
    padding: 24px 0 15px 0;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .title + p {
    font-size: 24px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .product-images {
    padding: 22px 0;
    position: relative;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .product-images img {
    width: 110px;
    display: inline-block;
    margin: 0 15px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .product-images .plus {
    width: 20px;
    height: 6px;
    display: block;
    position: absolute;
    margin: -3px 0 0 -10px;
    left: 50%;
    top: 50%;
    background: #49c34e;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .product-images .minus {
    width: 6px;
    height: 20px;
    display: block;
    position: absolute;
    margin: -10px 0 0 -3px;
    left: 50%;
    top: 50%;
    background: #49c34e;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .product-images + p {
    font-size: 24px;
    line-height: 32px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .product-images + p span {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: #49c34e;
    text-transform: uppercase;
}

.popup-counter-wrapper .popup-counter-wrapper-inner .button {
    display: inline-block;
    margin: 26px 0 0 0;
}

.popup-counter-wrapper .popup-counter-wrapper-inner footer {
    width: 300px;
    padding: 30px 0 0 0;
    margin: 30px auto 0;
    border-top: 1px solid #666;
}

.popup-counter-wrapper .popup-counter-wrapper-inner footer .close-link {
    width: auto;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    text-decoration: none;
    padding: 0 20px;
    border: 1px solid #666;
    border-radius: 5px;
}

.popup-counter-wrapper .popup-counter-wrapper-inner footer .close-link:hover {
    color: #49c34e;
    border: 1px solid #49c34e;
}

/*end popups*//*order sticker*/
.order-sticker {
    width: 280px;
    height: 104px;
    display: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    padding: 21px 20px 0 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: url("../images/order-sticker-bg.png") no-repeat 0 0;
    background-size: 280px auto;
}

.order-sticker .close-sticker-link {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.order-sticker .close-sticker-link:before {
    content: '';
    width: 19px;
    height: 2px;
    display: block;
    position: absolute;
    left: -3px;
    top: 7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-sticker .close-sticker-link:after {
    content: '';
    width: 19px;
    height: 2px;
    display: block;
    position: absolute;
    left: -3px;
    top: 7px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-sticker span {
    display: block;
}

/*end order sticker*//*footer main*/
.footer-main .footer-menu {
    padding: 15px 0 9px;
}

.footer-main .footer-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.footer-main .footer-menu ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-main .footer-menu ul li a {
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-main .footer-menu ul li a:hover {
    color: #42a147
}

.footer-main .footer-gray {
    font-size: 12px;
    color: #606060;
    line-height: 18px;
    padding: 19px 0 6px 0;
    background-color: #fcfcfc;
}

.footer-main .footer-gray p {
    padding: 0 0 14px;
}

.footer-main .footer-bottom {
    font-size: 12px;
    color: #464646;
    text-align: center;
    padding: 7px 0 33px;
}

/*end footer main*/
@media screen and (max-width: 960px) {
    body {
        margin: 80px 0 0 0;
    }

    .inner-block {
        width: 722px;
    }

    /*header main*/
    .header-main .contacts {
        text-align: center;
    }

    .header-main .header-bottom .menu ul {
        display: none;
    }

    .header-main .header-bottom .menu ul {
        width: 100%;
        padding: 43px 0 47px;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(66, 161, 71, 0.95);
    }

    .header-main .header-bottom .menu ul li {
        height: 44px;
        float: none;
        line-height: 44px;
        text-align: center;
        padding: 0;
    }

    .header-main .header-bottom .menu ul li a {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
    }

    .header-main .header-bottom .menu ul li a:hover, .header-main .header-bottom .menu ul li a:focus {
        color: #fff;
    }

    .header-main .header-bottom .menu ul li a.active {
        color: #18621b;
    }

    .header-main .header-bottom .button {
        display: none;
    }

    .header-main .header-bottom .menu .menu-link {
        display: block;
    }

    /*end header main*/
    /*header inner*/
    .header-inner .text {
        width: 245px;
        font-size: 14px;
        line-height: 16px;
        padding: 28px 0 0 10px;
    }

    /*end header inner*/
    /*top section*/
    .top-section .people {
        top: 179px;
        left: 195px;
    }

    .top-section .people .man-image {
        display: none;
    }

    .top-section .people .woman-image {
        width: 330px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

    .top-section .arrows .arrow-image {
        display: none !important;
    }

    .top-section .arrows .arrow-image-tablet {
        display: none;
    }

    /*end top section*/
    /*second section*/
    .second-section {
        text-align: center;
        padding: 44px 0 82px;
    }

    .second-section .anchor {
        top: -122px;
    }

    .second-section .video-block {
        background: url("../images/second-section-video-block-bg.png") no-repeat 50% 0;
    }

    /*end second section*/
    /*third section*/
    .third-section .anchor {
        top: -122px;
    }

    .third-section .circle-block {
        background: url("../images/product-image.png") no-repeat 50% 50%;
        background-size: 120px auto;
    }

    .third-section .circle-block .arrow-top {
        width: 141px;
        height: 19px;
        left: 290px;
        top: 60px;
        background: url("../images/third-section-top-arrow-tablet.png") no-repeat 0 0;
        background-size: 141px 19px;
    }

    .third-section .circle-block .arrow-bottom {
        width: 141px;
        height: 19px;
        left: 290px;
        bottom: 60px;
        background: url("../images/third-section-bottom-arrow-tablet.png") no-repeat 0 0;
        background-size: 141px 19px;
    }

    /*end third section*/
    /*fourth section*/
    .fourth-section {
        text-align: center;
    }

    .fourth-section .anchor {
        top: -112px;
    }

    .fourth-section .leafs-block {
        padding: 13px 0 0 0;
    }

    .fourth-section .leafs-block .leaf-box {
        width: 165px !important;
        height: 220px;
    }

    .fourth-section .leafs-block .leaf-box.first {
        margin: 0 0 0 26px;
    }

    .fourth-section .leafs-block .leaf-box.second {
        margin: 0 0 0 5px;
    }

    .fourth-section .leafs-block .leaf-box.third {
        margin: 0 0 0 10px;
    }

    .fourth-section .leafs-block .leaf-box .big-leaf {
        display: none;
    }

    .fourth-section .leafs-block .leaf-box .small-leaf {
        left: 0 !important;
        right: 0 !important;
    }

    .fourth-section .leafs-block .leaf-box.first .small-leaf, .fourth-section .leafs-block .leaf-box.fourth .small-leaf {
        top: 30px !important;
    }

    .fourth-section .leafs-block .leaf-box.third .small-leaf, .fourth-section .leafs-block .leaf-box.second .small-leaf {
        top: 0 !important;
    }

    /*end fourth section*/
    /*fifth section*/
    .fifth-section {
        text-align: center;
    }

    .fifth-section .anchor {
        top: -122px;
    }

    .fifth-section .reviews-block {
        padding-top: 13px;
    }

    .fifth-section .reviews-block .review-box .review .text {
        padding-top: 34px;
    }

    /*end fifth section*/
    /*six section*/
    .six-section .product-block {
        overflow: hidden;
        padding: 20px 0 0 0;
    }

    .six-section .product-block .man-image, .six-section .product-block .woman-image, .six-section .product-block .product-image, .six-section .product-block .product-image-mobile {
        display: none
    }

    .six-section .product-block .product-image-tablet {
        display: block;
    }

    /*end six section*/
    /*order delivery*/
    .order-delivery {
        padding: 10px 10px 14px 163px;
        background-position: 20px 13px;
        background-size: auto 100px;
    }

    .order-delivery h3 {
        font-size: 24px;
        padding: 0 50px 2px 0;
    }

    /*end order delivery*/
    /*order counter*/
    .order-counter .order-counter-line .left, .order-counter .order-counter-line .right {
        float: none;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    /*end order counter*/
    /*order special*/
    .order-special .order-special-header div {
        padding: 20px 0 5px;
    }

    .order-special .order-special-header h2 {
        font-size: 32px;
    }

    .order-special .order-special-box {
        font-size: 12px;
        line-height: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*end order special*/
    /*order gift*/
    .order-gift {
        background: none;
    }

    /*end order gift*/
    /*order arrow*/
    .order-arrow {
        padding-top: 14px;
    }

    /*end order arrow*/
    /*order section*/
    .order-section .order-content {
        width: 430px;
    }

    .order-section .order-content h1 {
        font-size: 34px;
    }

    .order-section .order-content .product-block.special2 header .text {
        width: 200px;
        padding: 3px 0 0 0;
    }

    .order-section .order-content .product-info .image {
        width: 110px;
        padding: 0;
    }

    .order-section .order-content .product-info .info {
        padding: 12px 0 0 0;
        margin: 0 0 0 120px;
    }

    .order-section .order-content .product-info .info h2 {
        width: 200px;
    }

    .order-section .order-content .product-info .image img {
        width: 110px;
    }

    .order-section .order-content .shipping-block .discount {
        width: 110px;
        background: url("../images/discount-bg-tablet.png") no-repeat 0 0;
        background-size: 110px auto;
    }

    .order-section .order-content .shipping-block .discount .top {
        font-size: 36px;
        line-height: 64px;
    }

    .order-section .order-content .shipping-block .discount .bottom {
        height: 60px;
        line-height: 20px;
        padding: 2px 0 0 0;
    }

    .order-section .order-content .shipping-block .method {
        width: 310px;
    }

    .order-section .order-content .bottom-block {
        padding: 0 0 22px;
        margin: 17px 0 22px;
    }

    .order-section .order-content .bottom-block .date {
        width: 250px;
        font-size: 12px;
        line-height: 16px;
        padding: 6px 0 0 50px;
    }

    .order-section .order-content .bottom-block .total {
        padding: 2px 0 0 0;
    }

    .order-section .order-content .bottom-block .total span {
        margin: 0;
    }

    .order-section .order-content .product-block header {
        font-size: 14px;
    }

    .order-section .order-content .product-block.special3 header {
        padding: 0 7px 14px 20px;
    }

    .order-section .order-content .product-block header .text {
        padding-top: 12px;
    }

    .order-section .order-content .product-block.special3 header .text {
        width: 260px;
    }

    .order-section .order-content .product-block.special3 header .tip {
        padding-top: 3px;
    }

    .order-section .order-content .product-block header .tip-text {
        font-size: 10px;
        line-height: 10px;
        padding-top: 10px;
    }

    .order-section .order-content .product-block .product-info-inner .image {
        width: 100%;
        float: none;
    }

    .order-section .order-content .product-block.special2 .product-info-inner .image {
        width: 100%;
        padding: 20px 0 0;
    }

    .order-section .order-content .product-block.special2 .product-info-inner .image img {
        width: 100px;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .image {
        width: 110px;
        float: left;
        padding: 18px 0 16px;
    }

    .order-section .order-content .product-block .product-info-inner .image img {
        margin: auto;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .image img {
        width: 110px;
    }

    .order-section .order-content .product-block .product-info-inner .info, .order-section .order-content .product-block.special2 .product-info-inner .info {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0 20px 0;
    }

    .order-section .order-content .product-block.special2 .product-info-inner .info {
        padding-top: 10px;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .info {
        width: 269px;
        float: left;
        text-align: left;
        padding-top: 15px;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .info h2 {
        font-size: 24px;
        line-height: 26px;
        padding: 1px 0 3px;
    }

    .order-section .order-content .product-block .product-info-inner .info .table {
        width: 100%;
        padding: 3px 0 11px
    }

    .order-section .order-content .product-block .product-info-inner .icons img {
        height: 30px;
    }

    .order-section .order-content .product-block .product-info-inner .info .price {
        padding: 10px 0 0 0;
    }

    /*end order section*/
    /*order sticker*/
    .order-sticker {
        bottom: auto;
        top: 20px;
    }

    /*end order sticker*/
    /*confirmation section*/
    .confirmation-section h2 {
        font-size: 42px;
        padding: 0 0 22px;
    }

    .confirmation-section h3 {
        padding: 0 0 6px;
    }

    .confirmation-section_info {
        margin-bottom: 30px;
    }

    .confirmation-section_contacts {
        padding: 23px 0 22px;
    }

    .confirmation-section_form {
        padding: 23px 0 30px;
    }

    .confirmation-section_form form input[type="text"] {
        width: 532px;
    }

    .confirmation-section_important {
        padding: 23px 0 24px;
    }

    /*end confirmation section*/
    /*cancel section*/
    .cancel-section {
        padding-top: 21px;
    }

    /*end cancel section*/
    /*popups*/
    .popup-wrapper .popup {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        left: 0;
        top: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .popup-wrapper .popup .close-popup-link {
        top: 20px;
        right: 20px;
    }

    .popup-wrapper .popup .popup-inner {
        padding: 30px 30px 27px;
    }

    .popup-video-wrapper video {
        width: 720px;
        height: 405px;
    }

    /*end popups*/
}

@media screen and (max-width: 768px) {

    body {
        margin: 60px 0 0 0;
    }

    .inner-block {
        width: 460px;
    }

    .top-bar {
        font-size: 16px;
        line-height: 20px;
    }

    /*errors*/
    .error-message {
        height: auto;
        font-size: 13px;
        color: #ee4c29;
        line-height: 14px;
        padding: 3px 4px 0 4px;
        position: relative;
        right: 0;
        top: 0;
        background: none;
    }

    .error-message:after {
        display: none;
    }

    .error-message.exp-date {
        text-align: right;
        padding: 3px 4px 0 0;
        margin: 0;
        top: 0;
    }

    /*end errors*/
    /*header main*/
    .header-main .header-bottom {
        height: 60px;
    }

    .header-main .header-bottom .logo {
        padding: 5px 0 0 0;
    }

    .header-main .header-bottom .logo img {
        height: 50px;
    }

    .header-main .header-bottom .menu .menu-link {
        margin: 12px 0 0 0;
    }

    /*end header main*/
    /*header inner*/
    .header-inner .logo {
        padding: 20px 0 10px 0;
    }

    .header-inner .logo img {
        margin: auto;
    }

    .header-inner .sticker {
        display: none;
    }

    .header-inner .lock img {
        height: 60px;
        position: relative;
        top: 18px;
    }

    /*end header inner*/
    /*top section*/
    .top-section {
        background: url("../images/top-section-bg-mobile.png") no-repeat 50% 0;
    }

    .top-section aside {
        float: none;
        margin: 0 0 15px;
    }

    .top-section aside .text {
        width: 250px;
        float: left;
    }

    .top-section aside h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .top-section aside ul {
        margin: 0 0 0 10px;
        padding: 0;
    }

    .top-section aside ul li {
        width: 200px;
        font-size: 14px;
        line-height: 18px;
        padding: 3px 0 0 20px;
        margin: 0 0 10px;
        background-position: 0 7px;
    }

    .top-section aside .product {
        width: 126px;
        float: right;
        top: 60px;
    }

    .top-section aside .product img {
        width: 126px;
    }

    .top-section aside .product .info-popup, .top-section aside .product .leaves {
        display: none;
    }

    .top-section .arrows .arrow-image-tablet {
        display: none;
    }

    .top-section .people {
        top: -9px;
        left: 185px;
    }

    .top-section .people .woman-image {
        width: 220px;
    }

    .top-section .form-order {
        float: none;
        margin: auto;
    }

    /*end top section*/
    /*second section*/
    .second-section {
        padding: 34px 0 62px;
    }

    .second-section .anchor {
        top: -94px;
    }

    /*end second section*/
    /*third section*/
    .third-section {
        padding: 24px 0 62px;
    }

    .third-section .anchor {
        top: -84px;
    }

    .third-section h2 + p {
        line-height: 26px;
        padding: 17px 10px 24px 10px;
    }

    .third-section .circle-block {
        height: auto;
        padding-bottom: 4px;
        background: none;
    }

    .third-section .circle-block .block {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .third-section .circle-block .block.first {
        padding: 0 0 14px;
    }

    .third-section .circle-block .block.third {
        padding: 0 0 12px;
    }

    .third-section .circle-block .block.third .image {
        margin-top: 34px;
    }

    .third-section .circle-block .block .link {
        display: block;
        padding: 2px 0 0 0;
    }

    .third-section .circle-block .block .popup {
        width: 100%;
        top: auto !important;
        right: auto !important;
        left: 0 !important;
        bottom: 0 !important;
    }

    .third-section .circle-block .block .popup .close {
        top: 0 !important;
        right: 0 !important;
        bottom: auto;
        !important;
        left: auto !important;
    }

    .third-section .circle-block .block .popup .close:before {
        border-top: 40px solid #42a147;
        border-left: 40px solid transparent;
        border-bottom: none !important;
        border-right: none !important;
    }

    .third-section .circle-block .block .popup .close span {
        top: 5px !important;
        right: 5px !important;
        bottom: auto !important;
        left: auto !important;
    }

    .third-section .circle-block .arrow-top, .third-section .circle-block .arrow-right, .third-section .circle-block .arrow-bottom, .third-section .circle-block .arrow-left {
        display: none;
    }

    .third-section .link {
        padding: 30px 0 0 0;
    }

    /*end third section*/
    /*fourth section*/
    .fourth-section {
        padding: 18px 0 0 0;
    }

    .fourth-section .anchor {
        top: -78px;
    }

    .fourth-section h2 {
        line-height: 60px;
        padding: 0 0 15px;
    }

    .fourth-section .leafs-block {
        width: 370px;
        height: 426px;
        padding: 0;
        margin: auto;
        position: relative;
    }

    .fourth-section .leafs-block .leaf-box {
        margin: 0 !important;
    }

    .fourth-section .leafs-block .leaf-box.first {
        position: absolute;
        left: 0;
        top: 0;
    }

    .fourth-section .leafs-block .leaf-box.fourth {
        position: absolute;
        right: 0;
        top: 0;
    }

    .fourth-section .leafs-block .leaf-box.second {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .fourth-section .leafs-block .leaf-box.third {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .fourth-section .leafs-block .leaf-box.first .small-leaf, .fourth-section .leafs-block .leaf-box.fourth .small-leaf {
        position: relative;
        top: auto !important;
    }

    .fourth-section .link {
        padding: 23px 0 62px 0;
    }

    /*end fourth section*/
    /*fifth section*/
    .fifth-section {
        padding: 24px 0 62px;
    }

    .fifth-section .anchor {
        top: -84px;
    }

    .fifth-section .reviews-block .review-box {
        height: 195px;
    }

    .fifth-section .reviews-block .review-box .review {
        position: relative;
    }

    .fifth-section .reviews-block .review-box .review .info {
        width: 167px;
    }

    .fifth-section .reviews-block .review-box .review .info .image {
        float: none;
    }

    .fifth-section .reviews-block .review-box .review .info .name {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 0 15px 0;
        margin: 0;
    }

    .fifth-section .reviews-block .review-box .review .info .name:after {
        top: -10px;
        right: 15px;
    }

    .fifth-section .reviews-block .review-box .review .text {
        padding-top: 32px;
        margin: 0 0 0 137px;
    }

    /*end fifth section*/
    /*six section*/
    .six-section {
        padding: 18px 0 0 0;
    }

    .six-section h2 {
        line-height: 60px;
    }

    .six-section .title-hurry {
        line-height: 70px;
        padding: 0 0 18px;
    }

    .six-section .product-block {
        padding: 0;
    }

    .six-section .product-block .product-image-tablet {
        display: none;
    }

    .six-section .product-block .product-image-mobile {
        display: block;
        margin: auto;
    }

    /*end six section*/
    /*order arrow*/
    .order-arrow {
        border-radius: 3px;
        padding-left: 135px;
        margin: 0 0 18px;
        background-position: 60px 5px;
    }

    .order-arrow:after {
        margin: 0 0 0 -40px;
        bottom: -65px;
        left: 50%;
        right: auto;
        top: auto;
        border-left: 40px solid transparent;
        border-top: 25px solid #a43e6e;
        border-right: 40px solid transparent;
    }

    /*end order arrow*/
    /*order section*/
    .order-section .order-content {
        width: auto;
        max-width: 460px;
        float: none;
    }

    .order-section .order-content h1 {
        line-height: 40px;
        text-align: center;
    }

    .order-section .order-content .shipping-block .method {
        width: 340px;
    }

    .order-section .order-content .bottom-block {
        border: none;
        margin-bottom: 0;
    }

    .order-section .order-content .terms {
        display: none;
    }

    .order-section .right-block {
        width: 100%;
        float: none;
    }

    .order-section .right-block .order-form {
        margin: 0 auto 18px;
    }

    .order-section .right-block .terms {
        display: block;
        color: #606060;
        line-height: 20px;
        text-align: center;
        padding: 5px 0 25px 0;
    }

    .order-section .order-content .order-delivery, .order-section .order-content .order-counter, .order-section .order-content .order-special, .order-section .order-content .order-gift, .order-section .order-content .order-satisfaction, .order-section .order-content .order-gray-text {
        display: none;
    }

    .order-section .right-block .order-delivery, .order-section .right-block .order-counter, .order-section .right-block .order-special, .order-section .right-block .order-gift, .order-section .right-block .order-satisfaction, .order-section .right-block .order-gray-text {
        display: block;
    }

    /*end order section*/
    /*order sticker*/
    .order-sticker {
        display: none !important;
    }

    /*end order sticker*/
    /*confirmation section*/
    .confirmation-section {
        padding: 19px 0 0 0;
    }

    .confirmation-section h2 {
        font-size: 50px;
        line-height: 46px;
        padding: 0 0 26px;
    }

    .confirmation-section h3 {
        padding: 0 0 10px;
    }

    .confirmation-section_info h4 {
        font-size: 24px;
        padding: 1px 0 12px;
    }

    .confirmation-section_form form input[type="text"] {
        width: 100%;
        float: none;
        text-align: center;
    }

    .confirmation-section_form form .button {
        width: 100%;
        float: none;
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    /*end confirmation section*/
    /*cancel section*/
    .cancel-section h2 {
        font-size: 36px;
        line-height: 38px;
    }

    .cancel-section h3 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 26px;
    }

    /*end cancel section*/
    /*popups*/
    .popup-video-wrapper video {
        width: 460px;
        height: 259px;
    }
    .bundles-delivery div {
        display: none;
    }
    .bundles-delivery h3 {
        font-size: 35px;
    }

    /*end popups*/
}

@media screen and (max-width: 620px) {
    .bundles-delivery div {
        display: none;
    }
    .popup-banner-wrapper .popup-banner {
        width: 460px;
        padding: 10px 0;
        margin: 0 0 0 -230px;
        top: 0;
    }

    .popup-banner-wrapper .banner1 header, .popup-banner-wrapper .banner2 header, .popup-banner-wrapper .banner3 header {
        font-size: 36px;
    }

    .popup-banner-wrapper .banner4 header {
        font-size: 38px;
    }

    .popup-banner-wrapper .banner1 .popup-banner-content .inner {
        padding: 20px 60px 22px 145px;
    }

    .popup-banner-wrapper .banner2 .popup-banner-content .inner {
        padding: 28px 60px 30px 145px;
    }

    .popup-banner-wrapper .banner2 .popup-banner-content .woman-image {
        right: -60px;
    }

    .popup-banner-wrapper .banner3 .popup-banner-content .inner {
        padding: 24px 60px 24px 145px;
    }

    .popup-banner-wrapper .banner3 .popup-banner-content .woman-image {
        right: -55px;
    }

    .popup-banner-wrapper .banner4 .popup-banner-content {
        padding: 9px 0 0 9px;
        background-size: auto 250px;
    }

    .popup-banner-wrapper .banner1 .product-image, .popup-banner-wrapper .banner2 .product-image, .popup-banner-wrapper .banner3 .product-image {
        width: 100px;
        position: absolute;
        top: 6px;
        left: 32px;
        z-index: 1200;
    }

    .popup-banner-wrapper .banner1 .product-image.smaller, .popup-banner-wrapper .banner2 .product-image.smaller, .popup-banner-wrapper .banner3 .product-image.smaller {
        width: 80px;
        position: absolute;
        top: 25px;
        left: 5px;
        z-index: 1199;
    }

    .popup-banner-wrapper .banner4 .product-image {
        width: 120px;
    }

    .popup-banner-wrapper .banner4 .popup-banner-info {
        width: 321px;
        padding: 7px 0 13px 12px;
    }

    .popup-banner-wrapper .banner1 .title, .popup-banner-wrapper .banner2 .title {
        font-size: 24px;
        letter-spacing: -1px;
        padding: 0 0 6px;
    }

    .popup-banner-wrapper .banner3 .title {
        padding: 0 0 6px;
    }

    .popup-banner-wrapper .banner4 .title {
        font-size: 30px;
        line-height: 30px;
        padding-right: 70px;
    }

    .popup-banner-wrapper .banner4 .title span {
        font-size: 42px;
    }

    .popup-banner-wrapper .banner1 .list {
        font-size: 18px;
        line-height: 18px;
        padding: 0;
    }

    .popup-banner-wrapper .banner2 .text {
        font-size: 18px;
        line-height: 18px;
        padding: 0 0 13px;
    }

    .popup-banner-wrapper .banner3 .text {
        font-size: 22px;
        line-height: 22px;
        padding: 0 0 13px;
    }

    .popup-banner-wrapper .banner4 .text {
        font-size: 20px;
        padding: 8px 0 11px;
    }

    .popup-banner-wrapper .banner1 .button {
        margin-top: 13px;
    }
    .bundles-delivery h3 {
        font-size: 35px;
    }
    .bundle1-css {
        width: 100%;
    }
    .bundle2-css {
        width: 100%;
    }
    .right1 form{
        clear: both;
    }
    #apply{
        right: 101px
    }
    .bundle1-plus {
        top: 84px;
        left: 209px;
    }
 /*   .bundle2-css .product-info-inner  .image{  
        padding: 5px 32px;
    }*/
    .bundle1-plan{
        padding: 9px 30px;
        color: #000;
        clear: both;
        width: 100%;
    }
    .bundle1-image2{
        margin-top: 0px;
        height: 140px
    }
    .bundle2-image1 {

        width: 170px;
        height: 170px;
    }
    .bundle2-image2 {
        width: 170px;
        height: 170px;
    }
    .bundle2-image3 {

        width: 170px;
        height: 170px;
    }
        .bundle2-plus {
    top: 166px;
    left: 201px;
}
}

@media screen and (max-width: 480px) {
/*.desktop-slider{
    display: none;
}
.mobile-slider{
    display: block;
}*/


.bxslider li{
padding: 15px 47px !important;
}
    .container .eight.columns {
        width: 281px;
        /* margin-left: 6%; */
    }
    .arrow_box:after {
        right: 40%;
        top: -15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(239, 65, 35, 0);
        border-bottom-color: #46a04b;
        border-width: 30px;
    }

    .container .one.columns {
        width: 0px;
        margin: 0px;
    }
    .arrow_box {
        position: relative;
        background: #46a04b;
        padding: 5px;
        border-radius: 10px;
    }
    .container .five.columns {
       position: relative !important;
        transform: translateY(0%) !important;
        margin: 61px 10px 10px;
    }
    .happy-clients-cite {
        font-size: 14px;
    }
    .arrow_box {
        padding: 5px;
    }
    .bx-viewport{
        height: 470px !important;
    }
    .order-details {
        padding: 9px 0px 10px 48px !important;
        font-size: 14px;
    }

    .bundle2-info{
        width: 235px !important;
    }
    .bundle1-info{
        /*width: 306px;padding: 10px 0 30px 20px;*/
        width: 250px !important;
    }

    .bundle2-plus {
        top: 170px;
        left: 129px;
}
    .bundle2-image1 {

        /*width: 125px;*/
        /*height: 125px;*/

        width: 270px;
        height: 215px;


    }
    .bundle2-image2 {
        width: 125px;
        height: 125px;
    }
    .bundle2-image3 {

        width: 145px;
        height: 140px;
    }
    .bundle2-plan {
        padding: 0px 42px !important;
        color: #000 !important;
    }
    .bundle2-price{
        font-size: 18px !important;
    }
    .bundle2-price span{
        font-size: 16px !important;
    }
    /*.bundle2-css .product-info-inner  .image{*/

        /*padding: 53px 0 0 54px !important;*/

    /*}*/
    .bundle1-css .product-info-inner  .image{

        /*padding: 53px 0 0 54px !important;*/
        padding: 54px 0 0 0px !important;

    }
    .bundle1-plan{
        padding: 0px 34px !important;
        /*margin-bottom: 19px;*/
    }
    .bundle1-price{
        font-size: 22px !important;
    }
    .bundle1-price span{
        font-size: 15px !important;
    }
    .bundle1-image2{
        margin-top: 0px;
        height: 140px;
        margin-top: 18px !important;
    }
    .bundle1-plus {
        top: 185px;
        left: 141px;

    }
    .right1 form{
        clear: both;
    }
    #apply{
        right: 20px !important;
    }
    .bundle1-css {
        width: 100%;
    }
    .bundle2-css {
        width: 100%;
        margin-left: 0px !important;
    }
    .bundles-delivery div {
        display: none;
    }
    .bundles-delivery h3 {
        font-size: 30px;
        margin-top: -10px;
    }
    .money-back {
        color: #FFFFFF;
        background: #1c611f;
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        position: fixed;
        bottom: 0;
        text-align: center;
        z-index: 1000;
    }

    .order-page-back {
        color: #FFFFFF;
        background: #1c611f;
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 0;
        text-align: center;
        z-index: 1000;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;
        padding: 0 0 15px;
    }

    p {
        padding: 0 0 16px;
    }

    .inner-block {
        width: 300px;
    }

    /*header main*/
    .header-main .contacts {
        font-size: 12px;
    }

    /*end header main*/
    /*header inner*/
    .header-inner .inner-block {
        height: auto;
        padding: 0 0 16px;
    }

    .header-inner .logo {
        float: none;
        padding: 20px 0 7px 0;
    }

    .header-inner .text {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 3px;
    }

    .header-inner .sticker {
        right: 24px;
    }

    .header-inner .lock img {
        display: none;
    }

    /*end header inner*/
    /*top section*/
    .top-section aside {
        width: auto;
        float: none;
        position: relative;
    }

    .top-section aside .text {
        width: auto;
        float: none;
    }

    .top-section aside h1 {
        width: 300px;
        font-size: 30px;
        line-height: 32px;
    }

    .top-section aside ul {
        width: 200px;
        padding: 0 0 1px;
    }

    .top-section aside ul li {
        width: 150px;
        font-size: 12px;
        padding: 1px 0 0 15px;
        margin: 0 0 5px;
        background-position: 0 5px;
    }

    .top-section aside .product {
        width: 80px;
        float: none;
        position: absolute;
        right: 10px;
        top: 80px;
    }

    .top-section aside .product img {
        width: 80px;
    }

    .top-section .people {
        top: 72px;
        left: 130px;
    }

    .top-section .people .woman-image {
        width: 110px;
    }

    /*end top section*/
    /*second section*/
    .second-section {
        padding: 27px 0 52px 0;
    }

    .second-section .anchor {
        top: -87px;
    }

    .second-section .video-block {
        height: 233px;
        margin: 0 0 21px;
        background-size: auto 237px;
    }

    /*end second section*/
    /*third section*/
    .third-section {
        padding: 17px 0 52px;
    }

    .third-section .anchor {
        top: -77px;
    }

    .third-section .circle-block {
        padding: 0;
    }

    .third-section .link {
        padding: 20px 0 0 0;
    }

    .third-section .circle-block .block .popup {
        padding: 20px;
    }

    /*end third section*/
    /*fourth section*/
    .fourth-section {
        padding: 17px 0 0 0;
    }

    .fourth-section h2 {
        line-height: 40px;
    }

    .fourth-section .leafs-block {
        width: 300px;
    }

    .fourth-section .leafs-block .leaf-box {
        width: 150px !important;
    }

    .fourth-section .link {
        padding: 14px 0 52px;
    }

    /*end fourth section*/
    /*fifth section*/
    .fifth-section {
        padding: 17px 0 52px;
    }

    .fifth-section .anchor {
        top: -77px;
    }

    .fifth-section .reviews-block {
        padding: 13px 0 20px;
    }

    .fifth-section .reviews-block .review-box {
        height: auto;
    }

    .fifth-section .reviews-block .review-box .review .info {
        width: auto;
        float: none;
    }

    .fifth-section .reviews-block .review-box .review .info .image {
        float: left;
        padding: 15px 0 12px;
    }

    .fifth-section .reviews-block .review-box .review .info .name {
        width: 110px;
        float: left;
        text-align: left;
        padding: 46px 0 0 0;
    }

    .fifth-section .reviews-block .review-box .review .info .name:after {
        top: 31px;
        right: 0;
    }

    .fifth-section .reviews-block .review-box .review .text {
        width: auto;
        padding: 0 20px 14px;
        margin: 0;
    }

    /*end fifth section*/
    /*six section*/
    .six-section {
        padding: 17px 0 0 0;
    }

    .six-section .button.orange.large {
        width: 341px !important;
        margin-left: -4px !important;
    }
    .six-section h2 {
        line-height: 40px;
        padding: 0 0 8px;
    }

    .six-section .product-block {
        padding: 17px 0 10px;
    }

    .six-section .product-block .product-image {
        display: block;
    }

    .six-section .product-block .product-image-mobile {
        display: none;
    }

    .six-section .link .button {
        width: 100%;
        height: auto;
        font-size: 30px;
        min-height: 82px;
        padding: 9px 12px 0 57px;
    }

    .six-section .link .button:before {
        height: 100%;
    }

    .six-section .link .button span {
        font-size: 16px;
    }

    /*end six section*/
    /*order delivery*/
    .order-delivery {
        text-align: center;
        padding: 99px 0 14px;
        background-size: auto 80px;
        background-position: 50% 15px;
        clear: both;
    }

    .order-delivery h3 {
        font-size: 18px;
        font-weight: 400;
        padding: 0;
    }

    /*end order delivery*/
    /*order counter*/
    .order-counter .order-counter-line {
        padding: 8px 0 11px;
    }

    .order-counter .order-counter-line .left, .order-counter .order-counter-line .right {
        font-size: 14px;
    }

    /*end order counter*/
    /*order special*/
    .order-special .order-special-header div {
        font-size: 28px;
        line-height: 30px;
    }

    .order-special .order-special-header div span {
        font-size: 16px;
    }

    .order-special .order-special-header h2 {
        line-height: 32px;
    }

    .order-special .order-special-header h2 span {
        padding: 6px 0 0 0;
    }

    .order-special .order-special-box {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 11px;
    }

    .order-special .order-special-footer {
        margin-top: 11px;
        padding: 15px 0 21px;
    }

    /*end order special*/
    /*order arrow*/
    .order-arrow {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 0 0 85px;
        background-position: 10px 5px;
    }

    /*end order arrow*/
    /*order section*/
    .order-section .order-content.special3 {
        padding: 20px 0 0 0;
    }

    .order-section .order-content h1 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 0 17px;
    }

    .order-section .order-content .product-info {
        padding: 0 0 5px;
    }

    .order-section .order-content .product-info .image {
        width: 60px;
    }

    .order-section .order-content .product-info .image img {
        width: 60px;
    }

    .order-section .order-content .product-info .info {
        padding: 0;
        margin: 5px 0 0 70px;
    }

    .order-section .order-content .product-info .info h2 {
        width: 150px;
        font-size: 22px;
        line-height: 18px;
    }

    .order-section .order-content .product-info .info .supply {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0 7px;
    }

    .order-section .order-content .product-info .info p {
        font-size: 12px;
        line-height: 14px;
    }

    .order-section .order-content .shipping-block .discount {
        width: 100%;
        height: 39px;
        float: none;
        background: url("../images/discount-bg-mobile.png") no-repeat 0 0;
    }

    .order-section .order-content .shipping-block .discount .top {
        width: 97px;
        height: 39px;
        float: left;
        font-size: 28px;
        line-height: 38px;
    }

    .order-section .order-content .shipping-block .discount .bottom {
        width: 200px;
        height: 39px;
        line-height: 36px;
    }

    .order-section .order-content .shipping-block .method {
        width: 100%;
        padding: 15px 0 0 0;
        margin: 0;
    }

    .order-section .order-content .shipping-block .method header {
        font-size: 14px;
    }

    .order-section .order-content .bottom-block {
        margin: 9px 0 4px;
    }

    .order-section .order-content .bottom-block .total {
        width: 100%;
        float: none;
        text-align: center;
        padding: 2px 0 1px;
    }

    .order-section .order-content .bottom-block .date {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0 50px;
        background: none;
    }

    .order-section .order-content .product-block header {
        position: relative;
    }

    .order-section .order-content .product-block header {
        padding: 0;
    }

    .order-section .order-content .product-block header .text {
        float: none;
        text-align: center;
    }

    .order-section .order-content .product-block.special2 header .text {
        width: auto;
    }

    .order-section .order-content .product-block.special2 header .text b {
        display: block;
    }

    .order-section .order-content .product-block header .tip {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 50px;
    }

    .order-section .order-content .product-block.special3 header .tip {
        top: 112px;
    }

    .order-section .order-content .product-block header .tip .tip-text {
        display: inline-block;
        float: none;
        font-size: 14px;
        padding: 0 5px 0 0;
        position: relative;
        top: -11px;
    }

    .order-section .order-content .product-block.active header .tip .tip-text {
        color: #454545;
    }

    .order-section .order-content .product-block header .tip .tip-text span {
        display: inline-block;
    }

    .order-section .order-content .product-block header .tip .tip-icon {
        display: inline-block;
        float: none;
    }

    .order-section .order-content .product-block.active header .tip-icon {
        border: 2px solid #454545;
    }

    .order-section .order-content .product-block.active header .tip-icon span:before, .order-section .order-content .product-block.active header .tip-icon span:after {
        background: #454545;
    }

    .order-section .order-content .product-block .product-info-inner .image {
        padding: 52px 0 0 0;
    }

    .order-section .order-content .product-block.special2 .product-info-inner .image {
        padding: 45px 0 0 0;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .image {
        width: 100%;
        float: none;
        padding: 45px 0 0 0;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .info {
        width: 100%;
        float: none;
        padding: 3px 0 0 0;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .info h2 {
        text-align: center;
    }

    .order-section .order-content .product-block.special3 .product-info-inner .icons {
        padding: 0 0 20px;
    }

    .order-section .right-block .terms {
        font-size: 12px;
    }

    .order-section .right-block .order-satisfaction {
        margin: 0;
    }

    /*end order section*/
    /*confirmation section*/
    .confirmation-section {
        padding: 0;
    }

    .confirmation-section h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .confirmation-section_info .inner-block {
        font-size: 16px;
        line-height: 20px;
        padding: 18px 10px 9px;
    }

    .confirmation-section_info h4 {
        font-size: 20px;
        padding: 0 0 11px;
    }

    .confirmation-section_form h4 {
        font-size: 20px;
        padding: 0 0 7px;
    }

    .confirmation-section_important {
        margin: 0;
    }

    /*end confirmation section*/
    /*cancel section*/
    .cancel-section {
        padding: 0;
    }

    .cancel-section h2 {
        padding: 0 0 6px;
    }

    .cancel-section h3 {
        font-size: 22px;
    }

    .cancel-section .button + p br {
        display: none;
    }

    /*end cancel section*/
    /*popups*/
    .popup-wrapper .popup .form-popup .form-box select, .popup-wrapper .popup .form-popup .form-box input[type="text"], .popup-wrapper .popup .form-popup .form-box input[type="email"] {
        width: 100%;
    }

    .popup-wrapper .popup .form-popup .button.large {
        width: 100%;
        padding: 0 20px 0 34px;
    }

    .popup-wrapper .popup#popup-declined .popup-inner {
        padding-bottom: 43px;
    }

    .popup-wrapper .popup#popup-declined h2 {
        font-size: 32px;
        line-height: 34px;
        padding: 0 0 25px;
    }

    .popup-wrapper .popup#popup-declined .reason {
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 0 19px;
    }

    .popup-wrapper .popup#popup-declined .reason + h3 {
        line-height: 20px;
        padding: 0 0 7px;
    }

    .popup-wrapper .popup#popup-declined ul {
        padding: 2px 0 4px 20px;
    }

    .popup-wrapper .popup#popup-declined .form-popup .form-box label {
        width: auto;
        float: none;
        line-height: normal;
        padding: 0 0 6px;
    }

    .popup-wrapper .popup#popup-declined .form-popup .form-box input[type="text"] {
        width: 100%;
    }

    .popup-wrapper .popup#popup-declined .form-popup .form-box select, .popup-wrapper .popup#popup-declined .form-popup .form-box-cvv input[type="text"] {
        width: 100px;
    }

    .popup-wrapper .popup#popup-declined .form-popup .form-box-cvv .cvv-image {
        padding: 10px 0 0 0;
    }

    .popup-wrapper .popup#popup-declined .form-popup .button {
        width: 100%;
        margin: 0;
    }

    .popup-banner-wrapper .popup-banner {
        width: 300px;
        padding: 10px 0;
        margin: 0 0 0 -150px;
        top: 0;
    }

    .popup-banner-wrapper .popup-banner header {
        height: 50px;
        font-size: 24px;
        line-height: 48px;
    }

    .popup-banner-wrapper .popup-banner.banner3 header {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .popup-banner-wrapper .banner1 .popup-banner-content .inner {
        padding: 12px 0 10px 100px;
    }

    .popup-banner-wrapper .banner2 .popup-banner-content .inner {
        padding: 19px 0 17px 100px;
    }

    .popup-banner-wrapper .banner3 .popup-banner-content .inner {
        padding: 16px 0 14px 100px;
    }

    .popup-banner-wrapper .banner1 .popup-banner-content .woman-image, .popup-banner-wrapper .banner2 .popup-banner-content .woman-image, .popup-banner-wrapper .banner3 .popup-banner-content .woman-image {
        display: none;
    }

    .popup-banner-wrapper .banner4 .popup-banner-content {
        padding: 9px 0 0 9px;
        background: none;
    }

    .popup-banner-wrapper .banner1 .product-image, .popup-banner-wrapper .banner2 .product-image, .popup-banner-wrapper .banner3 .product-image {
        width: 70px;
        position: absolute;
        top: 14px;
        left: 22px;
        z-index: 1200;
    }

    .popup-banner-wrapper .banner1 .product-image.smaller, .popup-banner-wrapper .banner2 .product-image.smaller, .popup-banner-wrapper .banner3 .product-image.smaller {
        width: 60px;
        position: absolute;
        top: 23px;
        left: 2px;
        z-index: 1199;
    }

    .popup-banner-wrapper .banner4 .product-image {
        width: 80px;
        margin: 17px 0 0 0;
    }

    .popup-banner-wrapper .banner4 .moneyback-image {
        display: none;
    }

    .popup-banner-wrapper .banner4 .popup-banner-info {
        width: 201px;
        padding: 5px 0 15px 12px;
    }

    .popup-banner-wrapper .banner1 .title, .popup-banner-wrapper .banner2 .title {
        font-size: 19px;
        line-height: 20px;
        padding: 0 0 4px;
    }

    .popup-banner-wrapper .banner3 .title {
        font-size: 28px;
        line-height: 28px;
        padding: 0 0 4px;
    }

    .popup-banner-wrapper .banner4 .title {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0;
        padding-right: 0;
    }

    .popup-banner-wrapper .banner4 .title span {
        font-size: 30px;
    }

    .popup-banner-wrapper .banner1 .list {
        font-size: 16px;
        line-height: 18px;
    }

    .popup-banner-wrapper .banner2 .text {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 1px;
    }

    .popup-banner-wrapper .banner3 .text {
        font-size: 18px;
        line-height: 18px;
        padding: 0 0 1px;
    }

    .popup-banner-wrapper .banner4 .text {
        font-size: 18px;
        line-height: 20px;
        padding: 9px 0 12px;
    }

    .popup-banner-wrapper .banner1 .button, .popup-banner-wrapper .banner2 .button, .popup-banner-wrapper .banner3 .button, .popup-banner-wrapper .banner4 .button {
        width: 180px;
        font-size: 20px;
        line-height: 22px;
        padding: 8px 15px 0 47px;
        margin-top: 7px;
    }

    .popup-banner-wrapper .banner4 .button {
        margin: 0;
    }

    .popup-video-wrapper video {
        width: 300px;
        height: 169px;
    }

    /*end popups*/
    /*footer main*/
    .footer-main .footer-menu {
        height: auto;
        padding: 30px 0;
    }

    .footer-main .footer-menu ul li {
        display: block;
        line-height: 30px;
    }

    /*end footer main*/
}

#second-section .video-block a {
    display: none;
}

#apply {
    width: 60px;
    height: 32px;
    background-color: #42a147;
    border: 1px solid #262626;
    color: #fff;
    position: absolute;
    right: 10px;
}

#apply:hover {
    background-color: #ff5a00;
}

.form-box label.error {
    color: #ff0000;
    font-size: 12px;
}
.order-details{
    cursor: pointer;
    width: 64%;
    float: left;
    padding: 9px 15px 10px 48px;
    background: url(../images/ShoppingCart2.png);
    background-size: 53px 41px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 6px;
}
.place-order-div{
    /*cursor: pointer;*/
    /*width: 33%;*/
    /*float: right;*/
    /*background: red;*/
    padding: 15px 15px 33px;
}
.order-derails-cart{
    color: #fff;
    font-size: 15px;
}
.yellow-color{
    color: yellow;
    margin-left: 30px;
}

/*-----------------------------------------------------------*/


.modal-box {
    z-index: 1000;
    width: 100%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    height:233px;
    opacity: 0.9 !important;
    background: rgb(66, 161, 71); position: fixed !important; bottom: 0; left: 0; display: none;
}

@media (min-width: 32em) {

    .modal-box {
        width: 70%;
    }
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    /*border-bottom: 1px solid #ddd;*/
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
    padding: 0 0 0px;
    font-weight: bold;
    color:#fff;
}

.modal-box .modal-body {
    padding: 0em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

/*.modal-overlay {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: #fff !important;
}*/

a.close {
    line-height: 1;
    font-size: 4.5em;
    position: absolute;
    top: 0%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}



