@font-face {
    font-family: 'Bebas Neue Light';
    src: url(../fonts/bebas/bebasneue_light-webfont.eot);
    src: url(../fonts/bebas/bebasneue_light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebas/bebasneue_light-webfont.woff2) format("woff2"), url(../fonts/bebas/bebasneue_light-webfont.woff) format("woff"), url(../fonts/bebas/bebasneue_light-webfont.ttf) format("truetype"), url(../fonts/bebas/bebasneue_light-webfont.svg#bebas_neuelight) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: url(../fonts/bebas/bebasneue_regular-webfont.eot);
    src: url(../fonts/bebas/bebasneue_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/bebas/bebasneue_regular-webfont.woff2) format("woff2"), url(../fonts/bebas/bebasneue_regular-webfont.woff) format("woff"), url(../fonts/bebas/bebasneue_regular-webfont.ttf) format("truetype"), url(../fonts/bebas/bebasneue_regular-webfont.svg#bebas_neue_regularregular) format("svg");
    font-weight: 400;
    font-style: normal
}
* {
    font-family: 'Roboto', sans-serif
}
html {
    height: 100%;
    background: #fff;
    line-height: 1.3
}
body {
    height: 100%;
    margin: 0
}
.container {
    width: 80%;
}
section.main {
    display: table;
    width: 100%;
    margin: 0
}
header {
    display: table-row;
    text-align: center;
    height: 150px
}
header .container {
    position: relative;
    height: 150px
}
header .button-collapse {
    position: absolute;
    left: 0;
    top: 50%;
    color: #000
}
header .button-collapse i {
    position: relative;
    top: 8px;
    font-size: 2.2rem
}
header .button-collapse span {
    font-size: 2.2rem
}
header .logo {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    width: 120px
}
header .logo img {
    width: 120px
}
header .phone {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: 'Bebas Neue Regular';
    font-size: 2.5rem;
    color: #000
}
header .phone span {
    display: block;
    font-size: 1.05rem;
    line-height: 1;
    color: #424242;
    text-align: right
}
.ws-chat .ws-chat-btn-el-container,
.cbk-phone {
    display: none!important
}
.callback-overlay {
    display: none;
    position: fixed;
    z-index: -997;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -ms-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s
}
.callback-overlay.active {
    z-index: 997;
    opacity: .5
}
.fixed-action-btn {
    top: auto;
    bottom: 100px;
    left: 50px;
    width: 100px;
    padding: 0;
    margin: 0
}
.fixed-action-btn ul {
    top: auto;
    bottom: 120px;
    left: 0;
    width: 300px;
    text-align: left
}
.btn-floating {
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 56px
}
.phone-s {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #fff;
    background: #6cb551;
    cursor: pointer;
    -webkit-transition: background ease-in-out .3s;
    -moz-transition: background ease-in-out .3s;
    -ms-transition: background ease-in-out .3s;
    -o-transition: background ease-in-out .3s;
    transition: background ease-in-out .3s
}
.fixed-action-btn.active .phone-s {
    background: #b4b4b4
}
.phone-s i {
    width: 100px;
    line-height: 100px
}
.btn-floating i {
    width: 56px;
    line-height: 56px
}
.phone-s i img {
    width: 100%;
    padding: 25px
}
.btn-floating i img {
    width: 100%;
    padding: 13px
}
.btn-floating span {
    display: inline-block;
    line-height: 56px;
    vertical-align: top;
    font-size: 18px
}
.phone-s i {
    position: absolute;
    top: 0;
    left: 0
}
.fixed-action-btn .close {
    display: none
}
.fixed-action-btn.active .close {
    display: block
}
.fixed-action-btn.active .first,
.fixed-action-btn.active .second {
    display: none
}
.phone-s.cbpulse {
    background: #F44336;
    box-shadow: 0 0 0 0 rgba(244, 67, 54, 1);
    -webkit-animation: cbpulse 2.3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: cbpulse 2.3s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: cbpulse 2.3s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: cbpulse 2.3s infinite cubic-bezier(0.66, 0, 0, 0.1);
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    -ms-animation-delay: 1.7s;
    animation-delay: 1.7s
}
@-webkit-keyframes cbpulse {
    to {
        box-shadow: 0 0 5px 15px rgba(244, 67, 54, 0)
    }
}
@-moz-keyframes cbpulse {
    to {
        box-shadow: 0 0 5px 15px rgba(244, 67, 54, 0)
    }
}
@-ms-keyframes cbpulse {
    to {
        box-shadow: 0 0 5px 15px rgba(244, 67, 54, 0)
    }
}
@keyframes cbpulse {
    to {
        box-shadow: 0 0 5px 15px rgba(244, 67, 54, 0)
    }
}
.fixed-action-btn.active .phone-s.cbpulse {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}
.more {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: block;
    padding: 10px 40px;
    font-size: 26px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap
}
.more.green {
    background: #6cb551;
    background: -moz-linear-gradient(top, #6cb551 0%, #679e47 100%);
    background: -webkit-linear-gradient(top, #6cb551 0%, #679e47 100%);
    background: linear-gradient(to bottom, #6cb551 0%, #679e47 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6cb551', endColorstr='#679e47', GradientType=0);
    border: 2px solid #65a24a;
    box-shadow: 0 0 0 0 rgba(117, 202, 86, 1);
    -webkit-animation: pulsegreen 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsegreen 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsegreen 3s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsegreen 2s infinite cubic-bezier(0.66, 0, 0, 0.1)
}
@-webkit-keyframes pulsegreen {
    to {
        box-shadow: 0 0 5px 25px rgba(117, 202, 86, 0)
    }
}
@-moz-keyframes pulsegreen {
    to {
        box-shadow: 0 0 5px 25px rgba(117, 202, 86, 0)
    }
}
@-ms-keyframes pulsegreen {
    to {
        box-shadow: 0 0 5px 25px rgba(117, 202, 86, 0)
    }
}
@keyframes pulsegreen {
    to {
        box-shadow: 0 0 5px 25px rgba(117, 202, 86, 0)
    }
}
.more.orange {
    background: #6cb551;
    box-shadow: 0 0 0 0 rgba(108, 181, 81, 1);
    -webkit-animation: pulseorange 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulseorange 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulseorange 3s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulseorange 2s infinite cubic-bezier(0.66, 0, 0, 0.1)
}
@-webkit-keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(108, 181, 81, 0)
    }
}
@-moz-keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(108, 181, 81, 0)
    }
}
@-ms-keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(108, 181, 81, 0)
    }
}
@keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(108, 181, 81, 0)
    }
}
.more img {
    height: 30px;
    vertical-align: middle;
    padding-right: 15px;
    margin-top: -4px;
    margin-left: -13px
}
.section-separator {
    border-top: 1px dashed #aaa;
    background: #fff
}
.content-section {
    position: relative;
    display: table;
    width: 100%;
    background: #fff2f6;
    box-sizing: border-box;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
#screen2,
#screen3,
#screen4,
#screen6 {
    padding-bottom: 7rem;
}
#screen6,
#screen7 {
    border-bottom: none;
}
.fitpatch-banner {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 20px solid #fff;
}
.insta-banner {
    border-bottom: none;
}
#get-it-now {
/*    min-height: 100%;
*/}
.content-section .content {
    display: table;
    width: 100%;
}
.main .content-section .content img {
    width: 100%;
    height: auto;
}
.main .content-section .content .image {
    font-size: 0;
}
.content-section .image {
	position: relative;
    display: table-cell;
    float: none;
    min-height: 100%;
    margin: 0;
    padding: 0
}
.content-section .text {
    display: table-cell;
    float: none;
    min-height: 100%;
    margin: 0;
    padding: 0
}
.content-section .text .container {
    position: relative
}
.content-section .header-wrapper {
    text-align: center;
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    line-height: 1;
    padding: 10% 0;
    color: #424242;
    position: relative;
    width: 100%
}
.content-section.full .header-wrapper {
    width: 70%;
    padding: 5% 0;
    margin: 0 auto
}
.content-section.full .header-wrapper.original {
    padding: 1% 0;
}
.content-section.full .header-wrapper.fit-text-8 {
    padding: 7% 0 2%
}
.content-section .header-wrapper span {
    font-family: 'Bebas Neue Regular';
    color: #2196F3
}
.content-section .header-wrapper img {
    width: 60%
}
.more.circle {
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    padding: 0;
    margin: 0
}
.more.circle i {
    font-size: 3rem;
    line-height: 80px;
    padding-top: 3px
}
.content-section ul.icons {
    width: 100%;
    margin: 0 auto!important;
    list-style-type: none;
}
.content-section ul.icons li div {
    text-align: center;
}
.content-section ul.icons li.sep {
    height: 55px
}
.content-section .advantages img {
    width: 240px;
    border-radius: 100%;
    border: 10px solid #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}
.content-section ul.icons li span {
    display: block;
    width: 90%;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    margin: 0 auto;
}
.content-section .yesno div {
    display: block;
    width: 70%;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
    margin: 0 auto;
}
.content-section ul.icons li span .sub {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
    color: #424242!important;
    padding: 10px 0 0;
    font-weight: 400
}
.content-section ul.icons li span .sub i {
    display: block;
    padding-bottom: .9rem
}
.container.icons {
    margin-top: 100px;
    width: 70%;
}
.patch {
    text-align: center
}
.patch img {
    width: 75%
}
.places {
    text-align: center;
    padding: 0 0 50px
}
.places img {
    width: 30%
}
.places .desc {
    width: 65%;
    font-size: 1.5rem;
    margin: 0 auto;
    padding-bottom: 4rem
}
.places .desc i {
    display: block;
    height: 1rem
}
.content-section ul.col3 li {
    padding-bottom: 40px;
}
.content-section ul.col3 li img {
    display: block;
    margin: 0 auto;
    width: 190px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.content-section ul.col3 li img {
    width: 130px;
    padding-bottom: 20px;
}
.content-section .yesno ul li h5 {
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    font-size: 4rem;
    padding: 1% 0;
    position: relative;
    width: 100%;
    text-align: center;
}
.content-section .yesno ul li.no h5 {
    color: #424242;
    margin: 0;
    padding: 0;
}
.content-section .yesno ul li.yes h5 {
    color: #2196F3;
    margin: 0;
    padding: 0;
}
.content-section .yesno ul li div {
    width: 80%;
}
.fb-cont .col {
    text-align: center
}
.fb-cont img {
    width: 90px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px
}
.fb-cont span .nothover {
    display: block
}
.fb-cont span .hover {
    display: none
}
.fb-cont span:hover .nothover {
    display: none
}
.fb-cont span:hover .hover {
    display: block
}
.faq-button {
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px
}
.faq-button b {
    font-size: 18px;
    line-height: 1!important;
    color: #000;
    font-weight: 400
}
.more.bot-20 {
    bottom: 20px
}
.free-shipping {
    text-align: center;
    color: #424242;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
}
.wb-logo {
    text-align: center;
    margin: 50px 0;
}
.wb-logo img {
    width: 70%;
    height: auto;
}
section#get-it-now .more {
    position: absolute;
    display: block;
    margin: 0 auto
}
.order-params {
    margin-bottom: 40px
}
.order-wrapper {
    padding: 3rem 0
}
.quant-wrapper {
    position: relative;
    padding-top: 2rem;
    float: right
}
.quant-input-text {
    display: inline-block;
    background: #fff!important;
    width: 10rem!important;
    height: 5rem!important;
    padding: 1rem!important;
    margin: 0 1rem!important;
    font-size: 3rem!important;
    border-left: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
    border-top: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
    box-shadow: none!important;
    text-align: center;
    color: #000!important
}
.quant-wrapper .minus .btn,
.quant-wrapper .plus .btn {
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #fff;
    background: #666;
    border-radius: 10rem;
    text-align: center;
    padding: 0;
    background: #ff9800;
}
.minus .btn.gray {
    background: #9c9c9c;
}
.quant-wrapper .minus {
    text-align: right;
}
.quant-wrapper .plus {
    text-align: left;
}
#get-it-now .quant-input {
    text-align: center;
}
#get-it-now .quant,
#get-it-now .minus,
#get-it-now .quant-input,
#get-it-now .plus {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#get-it-now .img {
    width: 40%;
}
#get-it-now .quant {
    width: 20%;
}
#get-it-now .desc {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 10px;
}
#get-it-now .total {
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    font-size: 5rem;
    text-align: center;
    color: #555;
    background: transparent;
    border: none;
    float: left;
}
#get-it-now .total .num {
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    font-size: 7rem;
    padding: 0 0 0 2rem;
}
#get-it-now .total .cur {
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    font-size: 2rem;
}
#get-it-now .total-desc {
    font-family: 'Bebas Neue Regular';
    font-size: 2rem;
    padding: 0 0 1rem 0;
    clear: both;
    font-weight: 500;
}
#get-it-now .total-desc span {
    font-family: 'Bebas Neue Regular';
    color: #2196f3;
}
.cta {
    position: relative;
    width: 100%;
    height: 100px;
}
.private {
    display: table;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
    color: #666
}
.private .row {
    display: table
}
.private i {
    display: table-cell
}
.private span {
    display: table-cell;
    vertical-align: middle
}
.private a {
    cursor: pointer;
    text-decoration: underline
}
.private a:hover {
    text-decoration: none!important
}
.modal .modal-content {
    padding: 24px
}
.modal .modal-footer {
    text-align: center;
    background: none;
    border-top: none!important
}
.modal.modal-fixed-footer .modal-footer {
    top: 0;
    bottom: auto
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
    color: #2196F3;
    text-align: center;
    padding: 1rem 0
}
.modal h4 span {
    font-size: 1.5rem
}
.collapsible-header,
.ingredients li div b {
    font-size: 1.5rem
}
.collapsible-body {
    font-size: 1.2rem;
    padding: 2rem 3rem
}
.collapsible-body ul {
    margin-left: 20px
}
.collapsible-body ul li {
    list-style: disc;
    padding: .5rem 0
}
.collapsible-body p {
    padding: .5rem 0
}
.collapsible-header span,
.ingredients li div span {
    display: table-cell
}
.composition .ingredients {
    padding-left: 5rem;
}
.ingredients li {
    padding: 1rem 0
}
.collapsible-header b,
.ingredients li div b {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    padding-left: 15px
}
.collapsible-header b,
.ingredients li div i {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem
}
.collapsible-header span b,
.ingredients li div span b {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0
}
.collapsible-header span b {
    background: #2196f3
}
.ingredients li div span b {
    background: #2196f3
}
.collapsible-header.active span b {
    background: #ff9800
}
.composition .row {
    display: table;
    width: 100%;
}
.composition .col {
    display: table-cell;
    float: none;
}
.composition .brace {
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20rem;
    line-height: 1;
    color: #b71c1c;
    padding-top: 4rem;
}
.composition .brace.eq {
    color: #2196F3;
}
.composition .header {
    text-align: center;
    font-family: 'Bebas Neue Regular';
    font-weight: 700;
    font-size: 4rem;
    color: #424242;
    padding: 0 0 0 2rem;    
}
.btn.green,
.btn-large.green {
    text-transform: none;
    border-radius: 50px;
    background-color: #6cb551!important
}
.btn.orange,
.btn-large.orange {
    text-transform: none;
    border-radius: 50px;
    background-color: #ff9800!important
}
.modal {
    overflow-y: visible
}
.modal-close.green {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #999!important;
    border: 2px solid #fff;
    box-sizing: content-box;
    width: 36px;
    padding: 0;
    margin: 0!important
}
.modal-close i {
    margin: 0;
    font-size: 2rem;
    width: 100%
}
.btn-large {
    font-size: 1.5rem;
    width: 40%;
    margin-left: 30%;
    padding-right: 3rem
}
.btn-large i {
    padding-right: 20px
}
.btn-large span {
    display: inline-block;
    vertical-align: top
}
#modal-callback .col {
    margin-bottom: 25px
}
.cert-img {
    width: 100%
}
footer {
    background-color: #2196F3!important;
}
footer.page-footer {
    margin-top: 0;
    padding-top: 0;
}
.main .content-section {
    border: none
}
.main .text {
    position: relative;
    position: relative
}
.main .cta {
    margin-top: 20px
}
.main-offer h1,
.main-offer h2,
.main-offer h3,
.main-offer h4,
.main-offer h5,
.main-offer h6 {
    margin: 0;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    color: #424242
}
.main-offer h2 {
    line-height: 1.3;
    font-weight: 700
}
.main-offer h2 span,
.main-offer h6 span {
    color: #2196F3;
    font-family: 'Bebas Neue Regular';
}
.main-offer h3 {
    line-height: 1.3;
    font-weight: 700;
    color: #2196F3
}
.main-offer h4 {
    line-height: 1.5;
    font-weight: 700
}
.main-offer h5 {
    line-height: 3;
    font-weight: 500;
    color: #2196F3
}
.main-offer h6 {
    line-height: 1.3;
    font-weight: 500;
    padding: 2rem 0
}
.valign-wrapper-c {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.main-section {
}
.page-footer .white-text {
    text-align: center;
    padding: 3rem 0;
    font-size: 2rem;
    line-height: 1.5
}
.ws-chat-btn-el-container {
    z-index: 9999999!important
}
.ws-chat-container input {
    font-size: 1.2rem;
    box-sizing: inherit
}
.success-message {
    text-align: center;
    font-size: 1.5rem;
    padding: 2rem
}
.text-justify {
    text-align: justify
}
.text-left {
    text-align: left
}
.bt {
    color: #2196F3;
}
.instruction {
    max-width: 700px;
    margin: 0 auto;
    background: #fff
}
.instruction li {
    border: 1px #d9dada solid;
    border-bottom: none;
    text-align: center;
    padding: 40px;
    font-size: 1.3rem
}
.instruction li.instruction-logo {
    padding: 0
}
.instruction li img {
    width: 40%
}
.instruction li.instruction-logo img {
    width: 100%
}
.instruction li.instruction-places img {
    width: 60%
}
.instruction h3 {
    font-family: 'Bebas Neue Regular';
    font-size: 2.5rem;
    color: #000
}
.instruction h4 {
    font-size: 2rem
}

.main-video {
    z-index: 0!important;
}

.video {
    overflow: hidden;
}
.video-wrapper {
    width: 80%;
    margin: 0 auto;
    border: 10px solid #ff9800;
    margin-bottom: 5rem;
}
.video {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.row {
    margin-bottom: 0!important;
}
.stickit .header-wrapper {
}
.header-wrapper.fit-text-5.sub {
    padding: 1% 0!important;
    color: #ff9800;
}
.stickit .desc {
    padding: 5rem 0;
}
.innovation .header-wrapper  {
    padding: 10% 0 1% 0!important; 
}
.header-wrapper.fit-text-5.sub{
    color: #ff9800;
    padding: 1% 0 5% 0!important; 
}
.insta {
    width: 100%;
    margin: 0 0 4rem 0;
    text-align: center;
}
.insta a {
    display: table;
    margin: 0 auto;
}
.insta a img {
    display: table-cell;
    width: 90px;
    margin-right: 20px;
}
.insta a span {
    display: table-cell;
    font-size: 3rem;
    color: #424242;
    vertical-align: middle;
}
.advantages {
    padding-bottom: 7rem;
}
.sound {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    text-align: right;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 70px;
    height: 70px;
    background: #424242;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}
.sound img {
    width: 40px;
    margin-top: 15px;
    margin-left: 15px;
}
.sound .vol-off {
    display: none;
}
.sound .vol-on {
    display: block;
}
.sound.off .vol-off {
    display: block;
}
.sound.off .vol-on {
    display: none;
}
.reviews {
}

.content-section .reviews ul li span {
    display: inherit;
    width: inherit;
    text-align: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    margin: inherit;
}
.feed li {
    display: none;
}
.feed .item {
    padding: 30px 35px;
}
.feed .item .panel {
    position: relative;
    border: 5px solid #2196F3;
    background: #fff;
    border-radius: 20px;
}
.feed .item .panel:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #2196F3 transparent;
    display: block;
    width: 0;
}
.feed .item .panel:after {
    content: "";
    position: absolute;
    bottom: -13px;
    right: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}
.feed .item .panel span {
    font-size: 18px;
}
.feed .item .panel blockquote {
    position: relative;
    border: none;
    padding: 1rem 1.5rem 1rem 3rem;
    text-align: left;
}
.feed .item .panel blockquote:before{
  content: "\201C";
  font-size: 70px;
  font-weight: bold;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: -20px;
}
.feed .name-wrapper {
    padding-top: 15px;
}
.feed .name {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
}
.feed .name span {
    display: block;
    font-size: 14px!important;
    font-weight: 400!important;
    text-align: right;
}
.rev-btn {
    display: table;
    margin: 0 auto;
    color: #2196F3;
    font-size: 3rem;
    border-bottom: 2px dashed #2196F3;
    cursor: pointer;
}
.rev-btn:hover {
    color: #ff9800;
    border-bottom: 2px dashed #ff9800;
}
.rev-form {
    width: 50%;
    margin: 40px auto;
}
.rev-form .btn-large {
    padding: 0;
    margin: 30px 0 0 0;
    width: 50%;
}
.rev-form .btn-large input {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.thankYou {
    display: none;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 50px;
}
.composition {
}


.composition .desc span {
    display: table-cell!important;
    vertical-align: middle;
    width: 40px!important;
}
.composition .desc span b {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    background: #2196F3;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
}
.composition .desc i {
    display: table-cell!important;
    vertical-align: middle;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    font-size: 1.4rem;
    padding-left: 15px;
}

@media only screen and (max-width: 1700px) {
    .content-section {
        border-top: 20px solid #fff;
        border-bottom: 20px solid #fff;
    }
    .more {
        font-size: 22px
    }
    .quant-input-text {
        width: 7rem!important;
        height: 4rem!important;
        font-size: 2.5rem!important
    }
    #get-it-now .desc {
        font-size: 1.2rem
    }
    #get-it-now .total {
        font-size: 4rem
    }
    #get-it-now .total .num {
        font-size: 6rem
    }
    .content-section .text .time {
        padding: 40px 0
    }
    #get-it-now .total-desc {
        font-size: 1.7rem;
    }
    .feed .item .panel span {
        font-size: 16px;
    }
    .feed .name {
        font-size: 18px;
    }
    .composition .header {
        font-size: 3.5rem;
    }
    .collapsible-header, 
    .ingredients li div b {
        font-size: 1.3rem;
    }
    .rev-btn {
        font-size: 2.5rem;
    }
    .insta a span {
        font-size: 2.5rem;
    }
    .insta a img {
        width: 80px;
    }
}
@media only screen and (max-width: 1550px) {
    .quant-wrapper {
        padding-top: 1.3rem
    }
    .quant-input-text {
        width: 6rem!important;
        height: 4rem!important;
        font-size: 2.5rem!important
    }
    #get-it-now .total {
        font-size: 3.5rem
    }
    #get-it-now .total .num {
        font-size: 5rem
    }
    #get-it-now .total-desc {
        font-size: 1.5rem;
    }
    .content-section .advantages img {
        width: 220px;
    }
    .content-section .yesno ul li h5 {
        font-size: 3rem;
    }
    .composition .brace {
        font-size: 18rem;
        text-align: right;
    }
}
@media only screen and (max-width: 1450px) {
    header,
    header .container {
        height: 130px
    }
    header .logo img {
        width: 100px
    }
    header .phone {
        font-size: 2.3rem
    }
    header .phone span {
        font-size: .95rem
    }
    header .phone a {
        font-size: 1rem;
        line-height: 2rem
    }
    header .button-collapse span {
        font-size: 2rem
    }
    header .button-collapse i {
        position: relative;
        top: 7px;
        font-size: 2rem
    }
    .more.circle {
        bottom: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        padding: 0;
        margin: 0
    }
    .more.circle i {
        line-height: 80px
    }
    .more {
        font-size: 20px
    }
    .more img {
        height: 20px;
        vertical-align: middle;
        padding-right: 15px;
        margin-top: -4px;
        margin-left: -13px
    }
    .faq-button i {
        font-size: 1.2rem;
        vertical-align: bottom;
        padding-bottom: 5px
    }
    .faq-button b {
        font-size: 16px
    }
    .faq-button {
        margin-top: 10px
    }
    .content-section .text ul li span .sub {
        font-size: 16px
    }
    .content-section .text .time ul li img {
        width: 100px
    }
    .patch img {
        width: 80%
    }
    .rev-form {
        width: 70%;
    }
}
@media only screen and (max-width: 1370px) {
    .content-section {
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }
    .more.circle {
        bottom: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        margin: 0
    }
    .more.circle i {
        line-height: 60px;
        font-size: 2.5rem
    }
    .content-section .text ul li span {
        font-size: 20px
    }
    .collapsible-header,
    .ingredients li div b {
        font-size: 1.3rem
    }
    .quant-wrapper .minus .btn,
    .quant-wrapper .plus .btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
        line-height: 2.5rem
    }
    #get-it-now .desc {
        font-size: 1rem
    }
    .quant-input-text {
        width: 5rem!important;
        height: 3rem!important;
        font-size: 2.2rem!important
    }
    #get-it-now .total {
        font-size: 3rem
    }
    #get-it-now .total .num {
        font-size: 4.5rem;
        padding: 0 0 0 1rem
    }
    .fb-cont img {
        width: 80px;
    }
    .content-section .advantages img {
        width: 200px;
    }
    .content-section ul.col3 li img {
        width: 120px;
    }
    .content-section .text ul li span .sub {
        font-size: 16px;
    }
    .fitpatch-banner {
        border-bottom: 10px solid #fff;
    }
    .insta-banner {
        border-bottom: none;
    }
}
@media only screen and (max-width: 1290px) {
    header,
    header .container {
        height: 120px
    }
    header .logo img {
        width: 90px
    }
    header .phone {
        font-size: 2rem
    }
    header .phone span {
        font-size: .85rem
    }
    header .button-collapse span {
        font-size: 1.8rem
    }
    header .button-collapse i {
        position: relative;
        top: 6px;
        font-size: 1.8rem
    }
    .more.circle {
        bottom: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        margin: 0
    }
    .more.circle i {
        line-height: 60px;
        font-size: 2.5rem
    }
    .content-section .yesno ul li h5 {
        font-size: 3rem;
    }
    .btn-large {
        width: 60%;
        margin-left: 20%
    }
    .container.icons {
        width: 90%
    }
    .content-section .text .time ul li img {
        width: 80px
    }
    .patch img {
        width: 85%
    }
    .insta a img {
        width: 70px;
    }
    .insta a span {
        font-size: 2rem;
    }
    .rev-btn {
        font-size: 2rem;
    }
    .feed .item .panel blockquote {
        padding: 0.3rem 0.7rem 0.3rem 3rem ;
    }
    .feed .item .panel blockquote:before {
        font-size: 50px;
    }
    .feed .item .panel {
        border-radius: 10px;
    }
    .feed .item {
        padding: 30px 25px;
    }
    .collapsible-header, 
    .ingredients li div b {
        font-size: 1.1rem;
    }
    .collapsible-header span b, 
    .ingredients li div span b {
        font-size: 1rem;
    }
    .composition .brace.eq {
        font-size: 16rem;
    }
    .free-shipping {
        font-size: 1.3rem;
    }
    .rev-form {
        width: 80%;
    }
    .container {
        width: 90%;
    }
}
@media only screen and (max-width: 1030px) {
    .more {
        font-size: 16px
    }
    .more.bot-20 {
        bottom: 10px
    }
    .content-section .advantages img {
        width: 180px
    }
    .content-section .text ul li span {
        font-size: 16px
    }
    label,
    input,
    textarea.materialize-textarea {
        font-size: 1.2rem!important
    }
    label.active {
        font-size: .8rem!important
    }
    .quant-wrapper .minus .btn,
    .quant-wrapper .plus .btn {
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        line-height: 1.8rem
    }
    .quant-wrapper {
        padding-top: .5rem
    }
    .quant-input-text {
        width: 4rem!important;
        height: 2.5rem!important;
        font-size: 2rem!important
    }
    #get-it-now .total {
        font-size: 2.5rem
    }
    #get-it-now .total .num {
        font-size: 3.5rem;
        padding: 0 .5rem
    }
    .content-section ul.col3 li img {
        width: 100px;
    }
    .content-section .yesno ul li h5 {
        font-size: 2.5rem;
    }
    .insta a img {
        width: 50px;
    }
    .insta a span {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 992px) {
    .callback-overlay {
        display: block
    }
    .fixed-action-btn {
        top: 32px;
        bottom: auto;
        right: 23px;
        left: auto;
        width: 56px
    }
    .phone-s {
        width: 56px;
        height: 56px
    }
    .phone-s i,
    .btn-floating i {
        width: 56px;
        line-height: 56px
    }
    .btn-floating i img,
    .phone-s i img {
        padding: 13px
    }
    .fixed-action-btn ul {
        top: 80px;
        left: auto;
        width: 270px;
        text-align: left
    }
    section.main {
        height: auto;
        min-height: auto
    }
    .main .main-offer {
        position: relative!important;
        width: 100%;
        top: auto;
        left: auto;
        transform: none!important;
        padding-top: 3rem
    }
    .main-offer h6 {
        padding: 1rem
    }
    .content-section {
        min-height: auto
    }
    .content-section .image {
        display: block;
        float: left;
        height: 450px
    }
    .content-section .text {
        display: block;
        float: left;
        padding-bottom: 20px
    }
    .more.circle {
        display: none
    }
    .main .more {
        bottom: 25px
    }
    .more {
        font-size: 28px
    }
    .content-section .text ul {
        display: block;
        width: 100%
    }
    .content-section .text ul li.sep {
        height: 35px
    }
    .content-section .text ul li span {
        font-size: 24px
    }
    .faq-button b {
        font-size: 20px
    }
    .faq-button i {
        font-size: 1.5rem
    }
    .quant-wrapper .minus .btn,
    .quant-wrapper .plus .btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
        line-height: 2.5rem
    }
    #get-it-now .desc {
        font-size: 1.5rem;
        text-align: center
    }
    .quant-input-text {
        width: 6rem!important;
        height: 4rem!important;
        font-size: 2.5rem!important
    }
    #get-it-now .total {
        font-size: 4rem
    }
    #get-it-now .total .num {
        font-size: 5rem;
        padding: 0 0 0 1rem
    }
    .content-section .text ul li span .sub {
        font-size: 18px
    }
    .main .cta {
        margin-top: 0
    }
    .container.icons {
        width: 90%
    }
    .content-section .text ul li {
        display: block;
        width: 100%
    }
    .content-section .text ul li img {
        display: block;
        margin: 0 auto;
    }
    .content-section .text ul li span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .content-section .text ul li div {
        display: block
    }
    .content-section .text .time {
        padding: 30px 0
    }
    .content-section .text .time ul li img {
        width: 140px
    }
    .patch img {
        width: 95%
    }
    .places img {
        width: 65%
    }
    .places .desc {
        width: 100%;
        text-align: justify
    }
    .content-section.full .header-wrapper {
        width: 100%;
        padding: 10% 0
    }
    .content-section.full .header-wrapper.fit-text-8 {
        padding: 20% 0 5%
    }
    .page-footer .white-text {
        padding: 2.5rem 0;
        font-size: 1.5rem
    }
    footer.page-footer .footer-copyright {
        padding: 30px 0
    }
    .btn-large {
        width: 100%;
        margin-left: 0
    }
    .btn-large i {
        font-size: 1.5rem
    }
    .private {
        width: 100%
    }
    .success-message {
        font-size: 1.2rem
    }
    .video-wrapper {
        width: 100%;
        border: 5px solid #2196F3;
    }
    .content-section .yesno ul li h5 {
        font-size: 3rem;
    }
    .content-section ul.col3 li img {
        padding-bottom: 0;
    }
    .content-section .advantages img {
        width: 220px;
    }
    .content-section .advantages li {
        padding-bottom: 40px;
    }
    .content-section.full .header-wrapper.fit-text-8 {
        padding: 5% 0;
    }
    .content-section ul.col3 li {
        padding: 20px 0;
    }
    .container.icons {
        width: 95%;
    }
    .fb-cont img {
        width: 70px;
    }
    .faq-button b {
        font-size: 18px;
    }
    .innovation .header-wrapper,
    .stickit .header-wrapper {
    }
    .feed .name span {
        text-align: right!important;
    }
    .feed .item {
        padding: 35px 0;
    }
    .feed .row {
        display: none;
        padding: 0;
        margin: 0;
    }
    .composition .desc li {
        padding-bottom: 0;
    }
    .composition .col {
        display: inherit;
        float: inherit;
    }
    .collapsible-header span, 
    .ingredients li div span {
        display: table-cell!important;
        width: inherit!important;
    }
    .composition .ingredients li {
        padding: 0;
    }
    .collapsible-header, 
    .ingredients li div b {
        font-size: 1.3rem;
    }
    .composition .brace.eq {
        font-size: 14rem;
        line-height: 10rem;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .collapsible-header span b, 
    .ingredients li div span b {
        font-size: 1.2rem;
    }
    .main .content-section .image {
        height: auto;
    }
}
@media only screen and (max-width: 800px) {
    .content-section .image {
        height: 440px
    }
    .instruction li img {
        width: 50%
    }
    .text-justify {
        text-align: left
    }
}
@media only screen and (max-width: 700px) {
    .content-section .image {
        height: 350px
    }
    .rev-form {
        width: 95%;
    }
    .rev-form .btn-large {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .content-section .image {
        display: block;
        float: left;
        height: 300px
    }
    .main-offer h4 {
        line-height: 1.7
    }
    .main .more {
        bottom: 25px
    }
    .more {
        font-size: 18px
    }
    .content-section .text ul {
        width: 100%
    }
    .content-section .text ul li {
        padding: 20px 10px
    }
    .content-section .text .time ul li {
        padding: 10px
    }
    .content-section .text ul li.sep {
        height: 35px
    }
    .content-section .text ul li span {
        font-size: 18px
    }
    .faq-button b {
        font-size: 18px
    }
    .faq-button i {
        font-size: 1.5rem
    }
    .order-params {
        margin: 0
    }
    .order-wrapper {
        padding: 0
    }
    .quant-wrapper {
        margin-bottom: 40px!important;
        float: none
    }
    .quant-wrapper .minus .btn,
    .quant-wrapper .plus .btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
        line-height: 2.5rem
    }
    #get-it-now .desc {
        font-size: 1rem;
        text-align: center
    }
    .quant-input-text {
        width: 5rem!important;
        height: 3rem!important;
        font-size: 2.2rem!important
    }
    #get-it-now .total {
        font-size: 3rem;
        float: none;
        padding-top: 10px
    }
    #get-it-now .total .num {
        font-size: 4.5rem;
        padding: 0 0 0 1rem
    }
    .quant-wrapper,
    .total {
        display: table;
        margin: 0 auto
    }
    .free-shipping {
        padding: 0 0 2rem
    }
    .content-section .text ul li span .sub {
        font-size: 14px
    }
    .main .main-offer {
        padding-top: 2rem
    }
    .container.icons {
        width: 60%;
        margin-top: 50px;
    }
    .fb-cont img {
        width: 30%;
        margin: 0 auto;
        display: block;
        padding-bottom: 5px
    }
    .fb-cont .col {
        padding-bottom: 10px
    }
    .content-section.full .header-wrapper {
        width: 100%;
        padding: 30px 0
    }
    .patch img {
        width: 75%
    }
    .places img {
        width: 75%
    }
    .places .desc {
        font-size: 1.2rem;
        text-align: left
    }
    .page-footer .white-text {
        padding: 1.5rem 0;
        font-size: 1.2rem
    }
    footer.page-footer .footer-copyright {
        padding: 20px 0;
        font-size: 12px
    }
    .private {
        text-align: left
    }
    .instruction li {
        padding: 30px;
        font-size: 1.2rem
    }
    .instruction li img {
        width: 60%
    }
    .wb-logo {
        margin: 30px 0;
    }
    .composition .header {
        font-size: 3rem;
    }
    .composition .ingredients li {
        padding: 0!important;
    }
}
@media only screen and (max-width: 560px) {
    .modal-content h4 {
        font-size: 1.7rem
    }
    .ingredients {
        padding: 0
    }
    .collapsible-header span b,
    .ingredients li div span b {
        font-size: 1rem;
        width: 30px;
        height: 30px;
        line-height: 32px
    }
    .collapsible-header,
    .ingredients li div b {
        font-size: 1.2rem;
        line-height: 1.2
    }
    .patch img {
        width: 80%
    }
    .insta {
        width: 100%;
        margin: 2rem 0;
        text-align: center;
    }
    .insta a img {
        width: 40px;
        margin-right: 10px;
    }
    .insta a span {
        font-size: 1.7rem;
    }
    .content-section .advantages img {
        width: 200px;
    }
    #screen2, #screen3, #screen4, #screen6 {
        padding-bottom: 4rem;
    }
}
@media only screen and (max-width: 500px) {
    .content-section .image {
        height: 250px
    }
    .instruction li img {
        width: 80%
    }
    .instruction li.instruction-places img {
        width: 80%
    }
    .instruction h3 {
        font-size: 2.2rem
    }
    .instruction h4 {
        font-size: 1.5rem
    }
    .content-section .yesno ul li div {
        width: 100%;
    }
    .content-section .yesno ul li h5 {
        font-size: 2rem;
    }
    .composition .header {
        font-size: 2.2rem;
    }
    .composition .brace.eq {
        font-size: 10rem;
    }
    .ingredients li div b {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 460px) {
    header,
    header .container {
        height: 90px
    }
    .button-collapse span {
        display: none
    }
    .button-collapse i {
        top: 0!important;
        font-size: 2.5rem!important;
        margin: 0;
        padding: 0
    }
    header .logo {
        width: 90px;
        height: 90px;
        padding: 10px 0
    }
    header .logo img {
        width: 70px
    }
    .btn-large {
        font-size: 1.3rem;
        padding: 0
    }
    .content-section .text .time ul li img {
        width: 100px
    }
    .patch img {
        width: 85%
    }
    .fixed-action-btn {
        top: 17px
    }
    .instruction h3 {
        font-size: 1.8rem
    }
    .composition .ingredients {
        padding-left: 0;
    }
}
@media only screen and (max-width: 400px) {
    .modal .modal-content {
        padding: 10px
    }
    #modal-callback .col {
        margin-bottom: 15px
    }
    #modal-callback form {
        margin: 0
    }
    .faq-button b {
        font-size: 16px
    }
    .faq-button i {
        font-size: 1.2rem
    }
    .content-section .text ul li span {
        font-size: 16px
    }
    .patch img {
        width: 95%
    }
    .content-section .image {
        height: 200px
    }
    .instruction li img {
        width: 90%
    }
    .instruction li {
        padding: 20px;
        font-size: 1.1rem
    }
    .content-section .advantages img {
        width: 180px;
    }
    .composition .ingredients li {
        padding: 5px 0!important;
    }
}
@media only screen and (max-width: 380px) {
    .content-section .image {
        height: 260px
    }
    .main .main-offer {
        padding-top: 5px
    }
    .main-offer h6 {
        padding: 7px
    }
    .main-offer h5 {
        line-height: 2
    }
    .main .cta {
        margin-top: -30px;
        height: 100px
    }
    .content-section .header-wrapper {
        padding: 8% 0
    }
    form#order {
        margin-top: -10px
    }
    .quant-wrapper {
        padding-top: 0
    }
    .quant-input-text {
        height: 1.8rem!important
    }
    #get-it-now .total .num {
        font-size: 3.5rem
    }
    .free-shipping {
        padding: 0
    }
    form#order .cta {
        height: 85px
    }
    .fb-cont {
        padding: 20px 0
    }
}
@-webkit-keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(251, 140, 0, 0)
    }
}
@-moz-keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(251, 140, 0, 0)
    }
}
@-ms-keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 25px rgba(251, 140, 0, 0)
    }
}
@keyframes pulseorange {
    to {
        box-shadow: 0 0 5px 12px rgba(251, 140, 0, 0)
    }
}
@media only screen and (max-width: 350px) {
    .main-offer h3 {
        font-size: 1.5rem;
        line-height: 2.5rem
    }
    .more {
        font-size: 16px
    }
    .more img {
        margin-left: -18px;
        padding-right: 10px
    }
    label,
    input,
    textarea.materialize-textarea {
        font-size: 1rem!important
    }
    .modal-content h4 {
        font-size: 1.5rem
    }
    .instruction h3 {
        font-size: 1.6rem
    }
}
@media only screen and (max-width: 360px) {
    .content-section .image {
        height: 220px;
    }
    .feed .item .panel blockquote {
        padding: 0.3rem 0.7rem 0.3rem 2.5rem;
    }
}
@media only screen and (max-width: 320px) {
    .content-section .image {
        height: 200px;
    }
}
