﻿
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

* {
    box-sizing: border-box
}

img {
    border: 0;
    max-width: 100%
}

ul, ol, li, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

form, fieldset, label, input, figure, figcaption {
    padding: 0;
    margin: 0
}

fieldset {
    border: 0
}

p {
    margin: 0 0
}

*:focus, button:focus {
    outline: 0 none
}



@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes tada {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(7)
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1)
    }
    55% {
        animation-timing-function: ease-in;
        transform: scale(1.5)
    }
    72% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
    81% {
        animation-timing-function: ease-in;
        transform: scale(1.24)
    }
    89% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
    95% {
        animation-timing-function: ease-in;
        transform: scale(1.04)
    }
    100% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
}

@keyframes jelly {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(0.75, 1.25, 1)
    }
    40% {
        transform: scale3d(1.25, 0.75, 1)
    }
    50% {
        transform: scale3d(0.85, 1.15, 1)
    }
    65% {
        transform: scale3d(1.05, 0.95, 1)
    }
    75% {
        transform: scale3d(0.95, 1.05, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotate(-45deg)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) rotate(0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px #bdc3c7
    }
    100% {
        box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0)
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-left: 10px;
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.66%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

[class*="col-"] {
    position: relative;
    float: left
}

.row {
    position: relative;
    display: block;
    margin: 0 auto
}

.row::after {
    content: "";
    clear: both;
    display: table
}

.p0 {
    padding: 0px
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.p35 {
    padding: 35px
}

.p40 {
    padding: 40px
}

.p45 {
    padding: 45px
}

.p50 {
    padding: 50px
}

.pt0 {
    padding-top: 0px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pb0 {
    padding-bottom: 0px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pl0 {
    padding-left: 0px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.pr0 {
    padding-right: 0px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.m0 {
    margin: 0px
}

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.m25 {
    margin: 25px
}

.m30 {
    margin: 30px
}

.m35 {
    margin: 35px
}

.m40 {
    margin: 40px
}

.m45 {
    margin: 45px
}

.m50 {
    margin: 50px
}

.mt0 {
    margin-top: 0px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mb0 {
    margin-bottom: 0px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.ml0 {
    margin-left: 0px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.mr0 {
    margin-right: 0px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.tar {
    align-items: center
}

header {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 12
}

header .logo {
    position: relative;
    display: inline-block;
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.loaded header .logo {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s
}

header .toggle-nav, header .toggle-cart {
    position: fixed;
    top: 67.5px;
    right: 6%;
    padding: 20px;
    cursor: pointer;
    color: #fff;
    transition: all .3s
}

header .toggle-cart {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px)
}

header.black-nav .toggle-nav, header.black-nav .toggle-cart, header.black-nav .client-nav {
    color: #ff7505
}

.toggle-nav > span, .toggle-cart > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 7px;
    transition: all .3s;
    font-weight: 700;
}

.toggle-nav:hover > span, .toggle-cart:hover > span {
    transform: translateX(3px)
}

.toggle-nav > span::before {
    content: 'Меню'
}

.toggle-cart > span::before {
    content: 'Cart'
}

.active.toggle-nav > span::before {
    content: 'Закрыть'
}

.active.toggle-cart {
    opacity: 0;
    cursor: default
}

.toggle-nav .toggle, .toggle-cart .toggle-bag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 16px
}

header.black-nav .toggle span, header.black-nav .toggle-bag span {
    background-color: #ff7505
}

.toggle span, .toggle-bag span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .3s
}

.toggle span:nth-child(2) {
    top: 7px
}

.toggle span:nth-child(3), .toggle-bag span:nth-child(3) {
    top: 14px
}

.toggle-nav:hover .toggle span:first-child, .toggle-cart:hover .toggle-bag span:first-child {
    top: 1px
}

.toggle-nav:hover .toggle span:last-child, .toggle-cart:hover .toggle-bag span:last-child {
    top: 13px
}

.active.toggle-nav .toggle span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important
}

.active.toggle-nav .toggle span:nth-child(2), .active.toggle-cart .toggle-bag span:nth-child(1), .active.toggle-cart .toggle-bag span:nth-child(3) {
    opacity: 0;
    left: 60px
}

.active.toggle-nav .toggle span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important
}

.toggle-nav.active {
    color: #fff !important
}

.toggle-nav.active .toggle span {
    background-color: #fff !important
}

.toggle-bag p {
    text-align: center;
    font-size: 9px;
    line-height: 14px
}

.client-nav-wrapper {
    position: absolute;
    top: -65px;
    right: 6.5%
}

.client-nav {
    width: 225px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    z-index: 1
}

.client-nav .fa {
    padding-right: 3px
}

.client-nav a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.client-nav a:hover {
    color: #b62522
}

.client-nav-menu {
    text-transform: uppercase;
    font-size: 17px;
    padding-top: 30px;
    z-index: 1
}

.client-nav-menu .row {
    line-height: 35px
}

.client-nav-menu .fa {
    padding-right: 5px
}

.client-nav-menu a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.client-nav-menu a:hover {
    color: #b62522
}

.hide {
    display: none
}

#menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#menu.active {
    left: 0
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 86, 87, 0.54)
}

.wp {
    position: absolute;
    top: 0;
    right: -20%;
    opacity: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(75, 86, 87, 0.94);
    padding: 8%;
    padding-right: 90px;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#menu nav div, #menu nav a {
    position: relative;
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    transition: all .3s;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    margin: 0 0 15px;
}

#menu hr {
    width: 30px;
    border-color: #fff;
    margin: 20px 0;
    text-align: left
}

#menu div:hover, #menu div.active, #menu nav a:hover {
    color: #ff7505
}

#menu nav div.active::after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 15%;
    height: 3px;
    background-color: #d54f32
}

#menu .social {
    display: block;
    padding-top: 30px
}

#menu .social a {
    display: block;
    font-size: 24px;
    line-height: 34px;
    transition: all .3s
}

#menu .social a:hover {
    color: #ef315c
}

#menu.active .wp {
    right: 0;
    transition-delay: .2s;
    opacity: 1
}

.call_to_action {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 11;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.call_to_action.active {
    left: 0
}
.call_to_action.active .wp {
    right: -20px;
    transition-delay: .2s;
    opacity: 1
}
.call_to_action .wp{
    width: 70%;
    overflow-y: scroll;

}
.call_to_action h1{
    display: block;
    font-size: 46px;
    color: #ff7300;
    margin-bottom: 30px;
    line-height: 52px;
}
.call_to_action hr{
    border-color: #ff7300;
}
.call_to_action p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #fff;
}

.call_to_action input[type="text"] {
    display: block;
    background: transparent;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    color: #fff;
    font-size: 14px;
    padding: 5px;
    max-width: 280px;
    width: 100%;
    margin: 0 0 15px;
}
.call_to_action .has-error input[type="text"]{
    background: rgba(236, 137, 137, 0.5);
}
.form-block{
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 20px;
}
.form-block span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px;
}
.call_to_action button{
    display: block;
    background: #ff7300 url("../img/arrow-right.png") 6px center no-repeat;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px 15px 60px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s  cubic-bezier(0.165, 0.84, 0.44, 1);
}
.call_to_action button:hover{
    background-color: #b62522;
    background-position: 12px center;
}

.docs {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    z-index: 9;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.docs.active {
    left: -20px;
    right: 0;
    width: auto;
}
.docs.active .wp {
    right: -20px;
    transition-delay: .2s;
    opacity: 1
}
.docs .wp{
    width: 100%;
    overflow-y: scroll;

}
.docs h1{
    display: block;
    font-size: 36px;
    color: #ff7505;
    margin-bottom: 30px;
    line-height: 42px;
    text-align: center;
}
.docs img{
    display: block;
    margin: 0 auto;
}
.docs hr {
    margin: 30px auto;
    border-color: #ff7505;
}

@media screen and (max-width: 1400px) {
    header {
        top: 50px
    }

    header .toggle-nav, header .toggle-cart {
        top: 36.5px
    }

    #menu nav div, #menu nav a {
        font-size: 22px;
        line-height: 26px
    }

    .client-nav-wrapper {
        top: -35px;
        z-index: 2
    }
}

@media screen and (max-width: 550px) {
    .client-nav-wrapper {
        display: none
    }
}

@media screen and (max-height: 550px) {
    .client-nav-wrapper {
        display: none
    }

    .client-nav-menu .row {
        line-height: 20px
    }
}






footer {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
    color: #fff;
    background: #4b5657;
    font-size: 16px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 1s 3s
}

.loaded footer {
    opacity: 1
}
footer .wrapper{
    width: 50%;
}
footer .arrow-up {
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: all .3s
}

footer .arrow-up:hover {
    transform: translateY(10px)
}
.confidentiality{
    display: block;
    margin: 0 0 25px;
}
.attention{
    font-size: 18px;
    display: block;
    line-height: 22px;
}
footer .col-10 img{
    display: block;
    margin: 20px 0;
    max-width: 400px;
    width: 100%;
}
.footer-side{
    float: right;
}
footer p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    margin: 25px 0;
}
footer hr {
    border-color: #d2d3d4;
}
footer a{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 1366px) {
    footer p {
        width: 350px
    }
}

@media screen and (max-width: 1200px) {
    footer h4 {
        font-size: 14px
    }
}

@media screen and (max-width: 1000px) {
    footer p {
        width: auto
    }

    .footer-side {
        display: none
    }

    .footer-left {
        width: 100%;
        display: table-footer-group;
        float: none
    }

    .footer-right {
        width: 100%;
        display: table-header-group;
        float: none
    }

    .footer-main {
        margin-left: 25%
    }

    .res-margin {
        margin-top: 75px
    }
}

@media screen and (max-width: 900px) {
    .footer-main {
        margin-left: 22.5%
    }
}

@media screen and (max-width: 800px) {
    .footer-main {
        margin-left: 17.5%
    }
    header .logo{
        max-width: 360px;
    }
}

@media screen and (max-width: 700px) {
    .footer-main {
        margin-left: 12.5%
    }
}

@media screen and (max-width: 600px) {
    .footer-main {
        margin-left: 10%
    }

    footer p {
        width: 450px
    }
}

@media screen and (max-width: 500px) {
    footer p {
        width: 375px
    }

    .res-500 {
        display: none
    }

    .res-500-50 {
        width: 50%
    }
}

@media screen and (max-width: 400px) {
    footer p {
        width: 275px
    }
}

.tpwidget_wrapper {
    position: absolute;
    bottom: 17.5vw;
    left: 0px;
    width: 100%
}

.tpwidget_left {
    position: relative;
    height: 20vw
}

.tpwidget_right {
    position: relative;
    height: 20vw
}

.tpwidget_holder {
    position: relative;
    height: 100%;
    width: 50%;
    margin-left: 30%
}



.tpreview_holder {
    position: relative;
    height: 100%;
    width: 90%;
    left: 5%;
}


.tpreview {
    position: relative;
    margin-top: 3vw;
    color: #9e9e9e
}

.tpreview p {
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}


.tpreview h3 {
    position: relative;
    font-weight: normal;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #ff7505;
    margin: 20px 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.tpavatar_holder {
    position: relative;
    width: 100%;
    margin-bottom: 1vw
}

.tpavatar {
    height: 120px;
    width: 120px;
    margin: auto;
    left: 0;
    right: 0
}

.tpavatar img {
    border-radius: 50%;
    border: none;
    width: 100%;
}

.tpscore-holder {
    position: relative;
    width: 100%;
    margin-top: 1vw
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    opacity: 0.3;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("../img/circle.png") no-repeat;
}
.slick-dots li:hover button:before{
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}




.side-label.white {
    color: #fff
}

.side-label.white::before, .side-label.white::after {
    background-color: #fff
}

.main_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}


.bullet_ingredients {
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.2s ease-out !important;
    transition-delay: 0s !important
}

.bullet-list-holder {
    position: relative;
    width: 300px
}


body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-family: 'Panton', Arial, sans-serif;
    color: #fff;
    background-color: #fff
}

body {
    transition: all 1s 1s;
    opacity: 0;
    overflow-x: hidden;
}

body.loaded {
    opacity: 1
}

.wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 75%
}

.enter-y {
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-y-r {
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-x {
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-x-r {
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.show .delay-1, .ready #hero .delay-1 {
    transition-delay: .2s !important
}

.show .delay-2, .ready #hero .delay-2 {
    transition-delay: .4s !important
}

.show .delay-3, .ready #hero .delay-3 {
    transition-delay: .6s !important
}

.show .delay-4, .ready #hero .delay-4 {
    transition-delay: .8s !important
}

.show .delay-5, .ready #hero .delay-5 {
    transition-delay: 1s !important
}

.show .delay-6, .ready #hero .delay-6 {
    transition-delay: 1.2s !important
}

.show .enter-y, .show .enter-x, .show .enter-y-r, .show .enter-x-r {
    opacity: 1;
    transform: translate(0)
}

.paragraph-font-style {
    font-weight: 300
}

#hero {
    position: relative;
    display: block;
    width: 100%;
    background: url(../img/bg-shop3.jpg);
    background-size: cover;
    background-position: center;
    background-color: #de5335;
    height: 100vh;
    z-index: 1
}

#hero .hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    width: 80px;
    height: 117px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hero-bottom:hover {
    bottom: -35px !important
}

#hero .arrow, #ings .arrow {
    position: absolute;
    top: 45%;
    left: 0;
    padding: 2%;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#hero .arrow:hover, #ings .arrow:hover {
    left: -10px
}

#hero .arrow.right, #ings .arrow.right {
    left: initial;
    left: auto;
    right: 0
}

#hero .arrow.right:hover, #ings .arrow.right:hover {
    right: -10px
}

.main-faq #ings .wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 500px;
    pointer-events: none;
    z-index: 10000;
    box-shadow: 0 120px 100px -50px #fafafc inset
}

#hero .follow {
    position: absolute;
    bottom: 50px;
    right: 4%;
    padding: 2%;
    z-index: 8;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

#hero .follow:hover {
    bottom: 30px
}

#hero .follow div {
    display: block;
    transition: all .3s
}

#hero .follow div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px)
}

#hero .follow div * {
    display: block;
    margin: 0 auto
}

#hero .follow:hover div:first-child {
    transform: translateY(-20px);
    opacity: 0
}

#hero .follow:hover div:last-child {
    opacity: 1;
    transform: translateY(0)
}

#hero .follow a {
    font-size: 20px;
    padding: 5px;
    transition: all .3s
}

#hero .follow a:hover {
    color: #fff;
}

#hero .wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#hero .slide-container {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
#hero .slick-dots{
    text-align: right;
    padding-right: 25%;
    bottom: 5%;
}
#hero  .slick-dots li button:before {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c2110b;
}
#hero .button{
    background: #fff;
    color: #b62522;
}
#hero hr {
    border-color: #fff;
}
#hero .left h1 {
    display: block;
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 25px;
    margin-left: 0px;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px);
    /*text-shadow: 0 0 4px #333;*/
}

#hero .left p {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px)
}
#hero .left ul {
    display: block;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px)
}
#hero .left ul li {
    display: block;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #fff;
    padding-left: 40px;
    background: url(../img/check_w.png) no-repeat 0 4px;
}

#hero .show {
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    opacity: 0;
    transform: translateY(100px)
}

#hero .slick-current .left h1 {
    transition-delay: .5s;
    opacity: 1;
    transform: translateY(0)
}

#hero .slick-current .left p {
    transition-delay: .8s;
    opacity: 1;
    transform: translateY(0)
}
#hero .slick-current .left ul {
    transition-delay: .8s;
    opacity: 1;
    transform: translateY(0)
}

#hero .slick-current .left .show {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translateY(0)
}

.button {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #ff7300;
    text-transform: uppercase;
    padding: 20px 50px;
    border-radius: 100px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button:hover, #hero .button:hover {
    background-color: #b62522;
    color: #fff;
    box-shadow: 0 0 8px 5px #fff;
}

hr {
    display: block;
    width: 60px;
    height: 1px;
    border-color: #b62522;
    margin: 30px 0
}

#hero .slide-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#hero .slide-images img {
    position: absolute;
    max-width: 100vw;
    top: auto;
    bottom: 0;
    right: -10%;
    opacity: 0;
   /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-height: 100vh;
}

#hero .slide-images .slick-current img {
    right: 0;
    opacity: 1;
    transition-delay: .5s
}

#hero .slide-images div {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100%
}
#hero .side-label.white{
    left: -50px;
}

.side-label {
    position: absolute;
    top: 50%;
    left: -70px;
    color: #ff7505;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 8
}

.side-label::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: calc(100% + 15px);
    width: 30px;
    height: 1px;
    background-color: #ff7505
}

.side-label::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: calc(100% + 15px);
    width: 30px;
    height: 1px;
    background-color: #ff7505
}

.side-label.slide-control {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 6%;
    left: initial;
    left: auto
}

.slide-control span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 50px 0;
    transition: all .3s;
    cursor: pointer;
    color: #ffc222;
}
.slide-control::before{
    color: #b78500;
}

.slide-control.active-0 span:nth-child(1), .slide-control.active-1 span:nth-child(2), .slide-control.active-2 span:nth-child(3) {
    color: #fff
}

.slide-control::before {
    width: 1px;
    height: 30px;
    right: 7px;
    bottom: initial;
    bottom: auto;
    top: 71px
}

.slide-control::after {
    width: 1px;
    height: 30px;
    right: 7px;
    bottom: initial;
    bottom: auto;
    top: 134px;
    left: initial;
    left: auto
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 48%;
    width: 100%;
    white-space: nowrap;
    font-size: 30vw;
    color: #ca4c30;
    text-align: center;
    pointer-events: none;
    font-weight: bold;
    letter-spacing: -60px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.bullet_who {
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px
}

.bullet_bolt {
    background: url(../img/bullet_bolt.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    position: absolute;
    left: -25px
}

.light-bg {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #000;
    z-index: 1;
    background-color: #f6f6f8
}

.light-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1987px #fafafc;
    border-left: solid 100vw transparent;
    z-index: 1
}

#why, #docs, #problem, #reviews, #action {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    padding: 60px 0;
}

#composition {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
    z-index: 2;
    overflow: hidden
}
#buy {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    z-index: 2;
    overflow: hidden
}


section:not(#hero) .left {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 8%
}

section:not(#hero) .right:not(.arrow):not(.arrow-hiw) {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
    margin-left: -7px;
    margin-top: 35px;
}

.left h2, #buy h2 {
    display: block;
    font-size: 56px;
    text-transform: uppercase;
    color: #b62522;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 62px
}

#buy h2 {
    color: #fff;
    margin-left: -6px;
    font-size: 60px;
    line-height: 64px;
}


#why .left h2 {
    color: #b62522
}
#advantages h2{
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 100px;
    line-height: 62px
}

#why .button{
    margin: 0;
}
.left h3, #buy h3 {
    display: block;
    font-size: 27px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 30px
}

#buy h3 {
    margin-bottom: 10px;
    margin-top: -15px;
    color: #fff
}

section:not(#hero) p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #000
}
section:not(#hero) p b{
    font-weight: 700;
}
span.bold{
    font-weight: 700;
}
section:not(#hero) p span {
    color: #b62522
}
section:not(#hero) p.desc{
    text-align: center;
    font-style: italic;
    margin-top: 15px;
}
.composition_slide{
    position: relative;
    width: 100%;
}
#composition h2{
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: #b62522;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 62px;
}
section#composition .right {
    position: absolute;
    top: 5%;
    right: 0;
    width: 44% !important;
    margin-left: -50px!important;
    margin-top: 0!important;
}

section#composition .left {
    width: 56% !important
}

section#composition p {
    max-width: 700px
}
section#composition.show .delay-6.button{
    transition: background-color 0.5s, transform 1.2s!important;
}
section#composition .right img{
    margin: 0 auto;
}
#composition .slide-control span{
    color: #ff7505;
}
#composition .slide-control.active-0 span:nth-child(1), .slide-control.active-1 span:nth-child(2), .slide-control.active-2 span:nth-child(3){
    font-weight: bold;
}
.button.red {
    background-color: #b62522;
    color: #fff
}

.button.red:hover {
    background-color: #242526;
    color: #fff
}

#action h2{
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: #b62522;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 62px;
}
#action p{
    padding-left: 90px;
    position: relative;
}
#action p .number{
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: 0;
    border: 2px solid #b62522;
    border-radius: 50%;
    color: #b62522;
    line-height: 70px;
}
#action .left{
    width: 30% !important;
    margin-right: 6%!important;
}
#action .right{
    width: 64% !important;
}
.icons{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.icons img{
    margin: 20px;
}

#problem .bg-text {
    color: rgba(140, 140, 140, 0.05);
    letter-spacing: -45px;
    z-index: 0;
}
#problem h2 {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: #b62522;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 62px
}
#problem h3 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: #ff7300;
    padding-top: 20px;
    margin-bottom: 30px;
    line-height: 52px
}

.center{
    text-align: center;
    vertical-align: top;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
#problem img.center{
    display: block;
    margin: 0 auto;
}
#problem .left{
    width: 52%!important;
}
#problem .right{
    width: 40% !important;
}
#problem .right img{
    border-radius: 50%;
    box-shadow: #d7d7db 0 0 0px 8px;
}
.w25 {
    vertical-align: top;
    width: 25%;
    padding: 0 2%;
    display: block;
    position: relative;
}
.w25 img {
    margin: 0 auto 10px;
    width: 80%;
    max-width: 222px;
    border-radius: 50%;
    border: 1px solid #b62522;
}
section:not(#hero) .w25 p{
    color: #b62522;
}
ul.prob{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.prob li{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #000;
    padding-left: 40px;
    background: url("../img/bullet_bolt.png") no-repeat 2px 3px;
}
#advantages {
    position: relative;
    display: block;
    width: 100%;
    padding: 150px 0 180px;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center 8%;
    text-align: center;
    z-index: 1;
}

#advantages .ft {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding: 0px 1%;
    text-align: center;
}
#advantages .ft img{
    margin: 0 auto 25px;
}
#advantages .ft p{
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.red-bg {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #d02930;
    color: #02461c;
    z-index: 2;
    overflow: hidden;
}

.red-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 500px;
    border-top: solid 1987px #f3f3f5;
    border-right: solid 172vw transparent;
    z-index: 2
}

#docs {
    padding-top: 100px;
    z-index: 3;
    background: #f3f3f5;
}
#docs h2 {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: #b62522;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 62px;
}
section#docs .left{
    width: 100%;
}
#docs h3{
    color: #b62522;
    display: block;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 30px;
}
#docs a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #b62522;
    cursor: pointer;
    text-decoration: underline;
}
.documents{
    position: relative;
}
.show_docs{
    display: inline-block;
    margin: 0 25px 25px 0;
    cursor: pointer;
    border: 1px solid #c4d8f1;
}
ul.plus{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.plus li{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #b62522;
    padding-left: 40px;
    font-weight: 700;
    background: url("../img/check.png") no-repeat 2px 1px;
}
#reviews{
    z-index: 3;
}
#reviews h2 {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    color: #ff7505;
    margin-top: -10px;
    margin-bottom: 40px;
    line-height: 72px;
    text-align: center;
}
section#buy .left {
    position: absolute;
    top: 6%;
    left: 0;
    bottom: -50px;
    width: 50% !important
}
section#buy .left img{
    max-height: 100%;
}
#buy hr{
    border-color: #fff;
}
section#buy .right {
    margin-left: 60% !important;
    position: relative;
    z-index: 1
}

[data-speed] {
    position: relative
}

@media screen and (max-width: 1500px) {
    .info-page .side-label {
        left: -2%
    }

    .img-info {
        width: 67%
    }

    .img-legal-tos {
        width: 62%
    }
}

@media screen and (max-width: 1100px) {
    .arrow, .side-label {
        display: none !important
    }

    header .toggle-nav, header .toggle-cart {
        right: 5%
    }

    #hero .follow {
        right: 5%
    }

    #hero .left h1 {
        font-size: 45px;
        margin-left: 2px;
        letter-spacing: -1px
    }

    #hero .left p {
        font-size: 18px;
        line-height: 24px
    }

    #why, #docs {
        padding: 150px 0;
        z-index: 2
    }

    .left h2, #buy h2 {
        font-size: 50px;
        line-height: 55px
    }
    #problem h2{
        font-size: 50px;
        line-height: 55px;
    }
    #advantages h2{
        font-size: 50px;
        line-height: 55px;
    }

    .left h3, #buy h3, #problem h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px
    }


    #advantages {
        padding: 150px 0;
        z-index: 3
    }

    #buy {
        padding-top: 0;
        padding-bottom: 120px
    }

    footer .arrow-up {
        display: none
    }

    #why {
        padding-bottom: 70px
    }

    #composition {
        padding-top: 70px;
        padding-bottom: 100px
    }

    .light-bg {
        z-index: 3
    }


    #docs .wrapper {
        z-index: 9
    }

    #problem .bg-text {
        display: none
    }

    .img-ing {
        bottom: 0
    }

    .diags-bottom::before {
        left: -260px
    }

    #advantages .ft {
        width: 45%;
        margin-bottom: 25px;
    }

    #menu nav div.active::after {
        display: none
    }
    .w25 {
        width: 50%;
    }

}

@media screen and (max-width: 850px) {
    .toggle-nav > span, .toggle-cart > span{
        font-size: 10px;
        margin-right: 5px;
    }
    .toggle-nav .toggle, .toggle-cart .toggle-bag{
        width: 22px;
        height: 16px;
    }
    .overlay {
        display: none
    }

    #menu .wp {
        width: 100%
    }
    .call_to_action .wp{
        width: calc(100% + 20px);
    }

    .call_to_action h1{
        font-size: 40px;
        line-height: 46px;
    }
    header .logo {
        z-index: 9
    }

    .toggle-nav.active {
        z-index: 10
    }

    header {
        z-index: auto
    }

    .toggle-nav, .toggle-cart {
        z-index: 9
    }
}

.mobile {
    display: none !important
}

@media screen and (max-width: 800px) {
    .light-bg::before {
        display: none
    }

    #why {
        padding-top: 80px
    }

    section:not(#hero) .left:not(.arrow):not(.arrow-hiw) {
        display: block;
        width: 100% !important
    }

    section:not(#hero) .right:not(.arrow):not(.arrow-hiw) {
        display: block;
        width: 100%
    }
    #problem .right{
        width: 100%!important;
    }

    section#composition .right {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        width: 100% !important;
        margin-left: auto!important;
    }
    #action .left{
        margin: 0!important;
    }
    #action .left img{
        margin: 0 auto;
        display: block;
        max-width: 300px;
    }
    #action .right{
        width: 100% !important;
    }


    #advantages {
        padding: 80px 0
    }

    .red-bg::before {
        display: none
    }
    #reviews{
        background: #f3f3f5;
    }


    #docs {
        padding-bottom: 30px;
        padding-top: 50px
    }

    section#buy .left {
        width: 100%;
        position: relative;
        margin: 60px auto 40px;
        bottom: 0;
    }

    section#buy .right {
        margin-left: 0 !important;
        width: 100%
    }


    body {
        padding-bottom: 0
    }

    footer .column {
        width: 30% !important
    }

    footer .column:first-child {
        width: 100% !important;
        margin-bottom: 50px
    }

    footer {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px
    }

    footer hr {
        display: none
    }

    #hero {
        min-height: initial;
        min-height: auto;
        padding: 150px 0
    }

    #hero .wrapper {
        position: relative
    }

    #hero .slide-container {
        position: relative;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    .ingredients .left {
        margin-top: 0;
        max-width: 100%
    }

    .follow {
        display: none !important
    }

    #hero.ingredients .hero-bottom {
        display: none
    }

    .bg-text {
        display: none
    }

    .mobile {
        display: block !important
    }

    .not-mobile {
        display: none !important
    }

    .img-shop {
        top: auto !important
    }


    #menu .wp {
        padding-right: 8%
    }
    footer .wrapper{
        width: 75%;
    }
}

@media screen and (max-width: 700px) {
    #hero .slide-images img {
        top: 65%
    }
    #advantages .ft {
        width: 90%;
        margin: 0 5% 20px;
    }
}

@media screen and (max-width: 600px) {
    #hero .slide-images img {
        display: none
    }
    #hero .slick-dots{
        display: none;
    }

    .left h2, #buy h2 {
        font-size: 40px;
        line-height: 40px
    }
    #reviews h2, #composition h2, #problem h2, #advantages h2, #action h2, #docs h2{
        font-size: 40px;
        line-height: 46px;
    }
    #problem h3{
        font-size: 22px;
        line-height: 26px;
    }
    #docs h3{
        font-size: 22px;
        line-height: 26px;
    }

    #i-main .badge {
        display: block
    }
    .call_to_action h1{
        font-size: 30px;
        line-height: 36px;
    }
    header .logo{
        max-width: 300px;
    }
    .wrapper {
        width: 85%;
    }
    footer .wrapper{
        width: 85%;
    }
    .button{
        text-align: center;
        padding: 20px;
    }
}

@media screen and (max-width: 450px) {
    #hero {
        overflow: hidden
    }

    #hero .hero-bottom {
        display: none
    }

    #hero .left h1 {
        font-size: 30px
    }
    .slick-slide{
        padding: 0;
    }

    .left h2, #buy h2 {
        font-size: 30px;
        line-height: 30px;
    }
    #reviews h2, #composition h2, #problem h2, #advantages h2, #action h2, #docs h2{
        font-size: 30px;
        line-height: 36px;
    }
    #action p {
        padding-left: 0;
        padding-top: 100px;
        position: relative;
    }
    #action p .number {
        top: 20px;
        left: calc(50% - 35px);
    }
    footer .column {
        width: 100% !important;
        margin-bottom: 40px
    }

    .diags-bottom {
        display: none
    }

    .toggle-cart {
        display: none
    }

    .img-faq {
        position: absolute;
        top: 140px !important;
        left: 80%
    }

    .img-shop {
        top: auto !important
    }

    #hero.ingredients.hero-faq::after {
        display: none
    }

    .main-faq #ings {
        padding-top: 80px
    }

    .embase {
        width: 300%;
        max-width: auto;
        max-width: initial;
        margin-left: -100%
    }

    #embase {
        overflow: hidden;
        margin-top: -80%
    }
    .w25 {
        width: 95%;
    }
    .call_to_action h1{
        font-size: 28px;
    }


}

@media screen and (max-width: 380px) {
    header .logo {
        width: 200px
    }

    header {
        top: 60px
    }

    header .toggle-nav {
        top: 42.5px
    }

    #hero .slide-container {
        top: -50px
    }

    header .toggle-nav, header .toggle-cart {
        padding-right: 20px
    }


}
@media (min-aspect-ratio: 8/5) {
    #hero .slide-images .slick-current img {
        right: 10%;
    }
    #hero{
        height: auto;
        min-height: 100vh;
        padding: 150px 0 80px;
    }
}

@media screen and (max-height: 650px) {
    #menu nav a {
        font-size: 35px;
        line-height: 45px
    }

    #menu .social, .client-nav-menu {
        margin-top: 0px
    }

    #cart-content .wp {
        padding-top: 0
    }

    header .logo {
        z-index: 9
    }

    .toggle-nav.active {
        z-index: 10
    }

    header {
        z-index: auto
    }

    .toggle-nav, .toggle-cart {
        z-index: 9
    }

    .toggle-nav.active {
        top: 10.5px
    }
}

@media screen and (max-height: 550px) {
    #menu .social {
        display: none
    }

    .client-nav-menu {
        width: 100%;
        text-align: left
    }

    .cell-one {
        display: none
    }

    .flash-cart {
        display: none !important
    }
}

@media screen and (max-height: 425px) {
    #menu nav a {
        font-size: 25px;
        line-height: 30px
    }

    #menu hr {
        margin: 10px 0;
    }
    #menu nav div{
        margin: 10px 0;
    }

    .client-nav-menu {
        padding-top: 0px
    }
}

@media screen and (max-height: 400px) {
    #cart-content hr {
        display: none
    }
}

@media screen and (max-height: 600px) {
    #hero .hero-bottom {
        display: none
    }

    #hero {
        height: auto;
        min-height: 100vh;
        padding: 150px 0 30px;
    }


    .follow {
        display: none !important
    }
}

@media screen and (max-height: 380px) {
    #hero .left h1 {
        font-size: 40px
    }

    #hero .slide-container {
        top: -50px !important
    }

    #hero .left p {
        font-size: 16px;
        line-height: 20px
    }

    #hero .left hr {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        width: 20px
    }

    .button {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .slider-badge {
        display: none !important
    }
}


_:-ms-lang(x), _:-webkit-full-screen, hr {
    display: table-caption
}

_:-ms-lang(x), _:-webkit-full-screen, .cart-body hr {
    display: block
}

_:-ms-lang(x), _:-webkit-full-screen, .tar {
    text-align: right
}

_:-ms-lang(x), _:-webkit-full-screen, .tac {
    text-align: center
}

_:-ms-lang(x), _:-webkit-full-screen, .tal {
    text-align: left
}

i.fa-spinner {
    animation: rotate 1.2s linear infinite
}

@keyframes p0-to-p1 {
    0% {
        opacity: 0;
        left: -200px
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes p1-to-p2 {
    0% {
        left: 0px
    }
    100% {
        left: 550px
    }
}

@keyframes p2-to-p3 {
    0% {
        left: 550px
    }
    100% {
        opacity: 0;
        left: 750px
    }
}

@keyframes p3-to-p2 {
    0% {
        opacity: 0;
        left: 750px
    }
    100% {
        opacity: 1;
        left: 550px
    }
}

@keyframes p2-to-p1 {
    0% {
        left: 550px
    }
    100% {
        left: 0px
    }
}

@keyframes p1-to-p0 {
    0% {
        left: 0
    }
    100% {
        opacity: 0;
        left: -200px
    }
}

.active-1.left .l1 {
    animation: p0-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.left .l2 {
    animation: p1-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.left .l3 {
    animation: p2-to-p3 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.right .l1 {
    animation: p2-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.right .l2 {
    animation: p3-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.right .l3 {
    animation: p1-to-p0 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.left .l2 {
    animation: p0-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.left .l1 {
    animation: p2-to-p3 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.left .l3 {
    animation: p1-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.right .l2 {
    animation: p2-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.right .l1 {
    animation: p1-to-p0 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.right .l3 {
    animation: p3-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.left .l3 {
    animation: p0-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.left .l2 {
    animation: p2-to-p3 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.left .l1 {
    animation: p1-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.right .l3 {
    animation: p2-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.right .l2 {
    animation: p1-to-p0 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.right .l1 {
    animation: p3-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}


/*# sourceMappingURL=child-theme.min.css.map */
.faq{
    background: #e73a34;
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
    height: auto;
    min-height: 100vh;
    padding: 200px 0 80px;
}
.faq h1{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.ask{
    padding-bottom: 40px;
    text-align: left;
}
.ques{
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 20px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;

}
.ans{
    display: none;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
.ans a{
    font-style: italic;
    text-decoration: underline;
}