.bx-breadcrumb,
.prefooter-block {
    display: none;
}
#intro {
    /*background: url(/promo/images/main_block_bg_image.jpg) no-repeat 50% 50% / cover;*/
    background: #FFF;
    position: relative;
}
#intro h1 {
    font-size: 50px;
}

strong {
    font-weight: 600;
}

.margin-10 {
    margin-top: 10px;
}

.margin-20 {
    margin-top: 20px;
}

.margin-30 {
    margin-top: 30px;
}

.margin-40 {
    margin-top: 40px;
}

.margin-50 {
    margin-top: 50px;
}

.margin-80 {
    margin-top: 80px;
}



section.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    background-color: rgba(255, 255, 255, 1);
}

/* 3-Header Section */

.navbar {
    border: 0;
    -webkit-transform: translate3d(0,0,0);
    background-color: transparent;
}

.navbar-fixed-top {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

.top-nav-collapse {
    background-color: rgba(255,255,255,0.94);
    border-bottom: 1px solid #f6f9e8;
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    line-height: 1em;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 2px solid transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-nav li .button {
    padding: 15px 20px;
    margin: 10px 15px;
}

.navbar-default .navbar-toggle {
    margin-top: 18px;
    border-color: #a6ce37;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #2a323e;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover  {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #a6ce37;
}
.navbar .toggle {
    background-color: #fff;
}

/* 4-Intro Section */

#form1 {
    padding: 50px 30px;
    border-top: 3px solid #95d024;
    background-color: rgba(255,255,255,0.45);
}

#form1 h1 {
    font-size: 34px;
    line-height: 1.1em;
}

#form1 small {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
}

#form1 h2 {
    font-size: 16px;
    line-height: 1.4em;
    opacity: 0.8;
    padding: 10px;
}

#form1 a {
    text-decoration: underline;
}

#form1 .extra {
    padding: 10px 0 0;
    margin: 0;
}


.form-control {
    height: 52px;
    padding: 6px 16px;
    font-size: 16px;
    line-height: 1.2em;
    border: 1px solid #e9ede5;
    border-radius: 0;
    box-shadow: none;
}

.error_message {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    margin: 5px 0;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F73E3E;
}

#success_page p {
    margin: 5px 0;
}

/* 5-Buttons */

.button {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    padding: 16px 40px;
    position: relative;
    white-space: nowrap;
    border: 2px solid #cdaa5e;
    background: transparent;
}

.button:hover,
.button:focus,
.button:active {
    color: #fff;
    background: #cdaa5e;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.button.small {
    font-size: 16px;
    padding: 7px 10px;
}

.button.large {
    font-size: 16px;
    padding: 20px 40px;
}

.button.full {
    width: 100%;
}

.button.green {
    color: #fff;
    background-color: #a6ce37;
    border-color: #a6ce37;
}

.button.green:hover,
.button.green:focus,
.button.green:active {
    color: #fff;
    background-color: #8fbe26;
    border-color: #8fbe26;
}

.button.green.border {
    color: #333;
    border: 2px solid #a6ce37;
    background-color: transparent;;
}

.button.green.border:hover,
.button.green.border:focus,
.button.green.border:active {
    color: #fff !important;
    background: #a6ce37;
    -webkit-transition: all .1s ease-out;
}

.button.green.border.light {
    color: #fff !important;
}

.button.fb i,
.button.twitter i {
    padding-right: 5px;
}

.button.fb {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.button.fb:hover,
.button.fb:focus,
.button.fb:active {
    color: #fff;
    background-color: #2c4372;
    border-color: #2c4372;
}

.button.twitter {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #00acee;
    border-color: #00acee;
}

.button.twitter:hover,
.button.twitter:focus,
.button.twitter:active {
    color: #fff;
    background-color: #0092cb;
    border-color: #0092cb;
}

.button.rounded {
    border-radius: 3px
}

/* 6-About Section */

#about p {
    padding-top: 20px;
}

#about .text a {
    font-weight: 500;
}

#about a i {
    color: #99d328;
}

.featured-products-carousel figure {
    margin: 10px 0;
    position: relative;
    background-color: #fff;
}

.featured-products-carousel figure a {
    display: block;
    padding: 40px 15px;
    border: 1px solid #f2f3f4;
}

.featured-products-carousel figure img {
    height: 140px;
    width: auto !important;
    margin: 0 auto;
}

.featured-products-carousel figure h5:before {
    content: ' ';
    display: block;
    width: 40px;
    height: 1px;
    margin: 15px auto 20px;
    background-color: #dfdfdf;
}

.featured-products-carousel figure a:hover h5:before {
    background-color: #99d328;
}

.featured-products-carousel figure h5 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.featured-products-carousel figure .tag.new {
    z-index: 2;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    top: 10px;
    right: 10px;
    position: absolute;
    padding: 4px 6px;
    background-color: #fd5308;
    text-transform: uppercase;
    line-height: 100%;
}

/* 7-Features Section */

#features-title {
    padding-bottom: 270px;
    background-image: url(../images/background1-2.jpg);
}

#features-title h3 {
    color: #fff;
    font-size: 60px;
}

#features-title h6 {
    color: #99d328;
    font-weight: 600;
}

#feature-boxes {
    margin-top: -190px;
    padding-top: 0;
    padding-bottom: 0;
}


#feature-boxes figure {
    padding: 30px 30px;
    background-color: #fff;
    border-bottom: 3px solid #f2f3f4;
    margin-top: 20px;
    min-height: 421px;
}

#feature-boxes .fbox i {
    border: 3px solid #a6ce37;
    border-radius: 50%;
    display: inline-block;
    height: 76px;
    width: 76px;
    padding-top: 18px;
    text-align: center;
    font-size: 32px;
}

#feature-boxes h5 {
    margin: 20px 0 10px;
    font-size: 22px;
    font-weight: 700;
}

/* 8-Pricing Section */

#pricing {
    padding-top: 70px;
}

#pricing .text p {
    margin-top: 20px;
}

#pricing .text a {
    font-weight: 500;
}

#pricing a i {
    color: #99d328;
}

#pricing .price-list {
    padding: 50px 15px;
    border: 1px solid #f2f3f4;
    font-family: arial, 'sans-serif';
}

#pricing .price-list .price-group {
    color: #99d328;
    margin: 20px 0 20px;
}

#pricing .price-list .dollar {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 100;
    vertical-align: top;
}

#pricing .price-list .price {
    font-size: 110px;
    font-weight: 500;
    line-height: 1;
}

#pricing .price-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#pricing .price-list ul li {
    font-size: 16px;
    padding-top: 5px;
}

/* 9-Video Section */

#video {
    position: relative;
    background-image: url(../images/background1-3.jpg);
}

#video .play-button {
    padding: 80px 0 70px;
}

#video .play-button .icon {
    border: 3px solid #a6ce37;
    border-radius: 50%;
    display: inline-block;
    height: 110px;
    width: 110px;
    padding-top: 19px;
    text-align: center;
}
#video .play-button .icon:hover {
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: opacity .45s ease-in-out;
    -moz-transition: background-color .45s ease-in-out;
    -ms-transition: background-color .45s ease-in-out;
    -o-transition: background-color .45s ease-in-out;
    transition: background-color .45s ease-in-out;
}

#video .play-button h6 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 20px;
}

#video .youtube-link {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

#video .youtube-link a {
    display: inline-block;
}

#video .youtube-link img {
    height: 22px;
    width: auto;
    padding-right: 10px;
}

#video .youtube-link span {
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

.mfp-bg {
    background: #FFF;
    opacity: 0.9;
}

.mfp-iframe-scaler iframe {
    box-shadow: none;
}

.mfp-iframe-scaler .mfp-close {
    color: #000;
}

/* 10-Statistic Section */

#statistic .title {
    margin-bottom: 70px;
}

#statistic .timer {
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    font-family: arial, 'sans-serif';
}

#statistic .lead {
    font-size: 16px;
    padding-top: 10px;
}

#statistic .text {
    margin: 40px 0 30px;
}

#statistic ul {
    margin: 0;
    padding: 0;
}

.counter-box li {
    position: relative;
    list-style: none;
    float: left;
    padding: 10px 0;
}

#statistic li:first-child:after {
    display: none;
}

/* 11-Testimonial Section */

#testimonials {
    background-image: url(../images/background1-4.jpg);
}

#testimonials figure {
    padding: 50px 40px;
    background-color: #fff;
}

#testimonials figure h5 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}

#testimonials figure .client {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #f2f3f4;
}

#testimonials figure .client img {
    height: 30px;
    width: auto;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

#testimonials figure .client img {
    height: 30px;
    width: auto;
    float: left;
}

#testimonials figure .client h6 {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    float: left;
}

/* 12-Partners Section */

#partners {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f3f4;
}

#partners {
    padding-left: 50px;
    padding-right: 50px;
}

#partners h3 {
    /*display: none;*/
}

#partners figure {
    opacity: 0.6;
    -webkit-transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -ms-transition: opacity .45s ease-in-out;
    -o-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    padding: 30px;
}

#partners figure:hover {
    opacity: 1;
}

#partners figure img {
    max-height: 240px;
    width: auto !important;
    margin: 0 auto;
}

/* 13-Footer Section */

#footer {
    padding-top: 40px;
}

#footer ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#footer ul li {
    color: #2a323e;
    display:inline;
}

#footer ul li a {
    font-size: 14px;
    font-weight: 600;
    display:inline-block;
    padding: 7px 28px;
    text-transform: uppercase;
    background: #95d024;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #95d024;
}
#footer ul li a:hover {
    background: #FFF;
    color: #000;
}


#footer p {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
    padding: 15px 15px 40px;
}

section.plus50-padding-top {
    padding-top: 40px !important;
}

.navbar-slogan-block {
    float: left;
    line-height: 18px;
    margin: 8px 0 0 0;
    border-left: 2px solid #000;
    padding: 0 0 0 15px;
}

.promo-rules-popup {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px 40px;
    background: #FFF;
    border: 2px solid #95d024;
    min-width: 280px;
    width: 100%;
}

.centered-text {
    margin: 20px 0 0 0;
    text-align: center;
}
.centered-text a,
.promo-info-block a {
    border-bottom: 1px dashed #000;
}

.centered-text a:hover,
.promo-info-block a:hover {
    border: none;
}

.promo-info-block-bullit {
    font-size: 32px;
    position: relative;
    top: 11px;
}

.counter {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #95d024;
    display: inline-block;
}
.counter-text {
    padding: 0 0 0 4px;
    display: inline-block;
    width: 100%;
    max-width: 145px;
    vertical-align: top;
    font-size: 12px;
    line-height: 17px;
}

#pricing h6 {
    display: block;
    height: 50px;
    font-size: 14px;
}

.advantages-text-extra {
    font-style: italic;
    font-size: 12px;
    color: #00a2df;
    border-top: 1px solid #00a2df;
    padding: 5px 0 0 0;
    margin: 8px 0 0 0;
}

.delivery-text {
    padding: 15px;
    height: 230px;
    background: #dde4cf;
}

#delivery {
    padding-top: 0;
    padding-bottom: 60px;
}
.v-top {
    vertical-align: top !important;
}

.contacts-field {
    text-align: left;
    margin: 30px 0 0 0;
    line-height: 35px;
}
.line-height-normal {
    line-height: 23px !important;
    display: block;
}
.advantages-image {
    margin: 0 0 15px 0;
}
.advantages-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.advantages-text h8 {
    display: block;
    height: 80px;
    margin: 10px 0 0 0;
}

.reviews-img-block {
    height: 250px;
    margin: 0 0 20px 0;
}

.left-aligned {
    text-align: left;
}
.padding-top-bottom {
    padding: 50px 0;
}

.additional-services-block-title {
    text-align: center;
}
.additional-services-block {
    font-size: 13px;
}

.reviews-block-text p {
    font-size: 13px;
    line-height: 15px;
}

.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}
.form-promo-label {
    text-align: center;
    margin: 0;
    line-height: 15px;
    color:#000;
    font-weight:bold;
    height: 80px;
    margin: 0 0 10px 0;
}
.fomr-promo-img .form-promo-img-inner {
    border: 2px solid #0a962f;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.fomr-promo-img img {
    display: none;
}

.form-promo-article {
    text-align: center;
    margin: 0 0 10px 0;
    color: #000;
}
.form-promo-size {
    color: #000;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.form-promo-price {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 0 0;
}
.form-promo-price a {
    color: #22851a;
}

.v-cell {
    position: relative;
    z-index: 99;
}
/*
.overlay-white-transparent {
    position: absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background: #FFF;
    opacity: 0.7;
    z-index:98;
}*/

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.features__row {
    display: table-row;
}
.features__row:nth-child(2n+1) .features__caption, .features__row:nth-child(2n+1) .features__value {
    background: white;
}
.features__caption, .features__value {
    display: table-cell;
    padding: 12px 15px;
    border: 1px solid #dae0e5;
}
.features__caption {
    font-weight: bold;
}