﻿
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)
    }
}
.no_wrap{
    white-space: nowrap;
}
.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;
    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;
    padding-bottom: 30px;
}

.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
}

[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: 1000;
}

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.blue-nav .toggle-nav, header.blue-nav .toggle-cart, header.blue-nav .client-nav {
    color: #35489e;
}
header.black-nav .toggle-nav, header.black-nav .toggle-cart, header.black-nav .client-nav {
    color: #cb9b0c;
}

.toggle-nav > span, .toggle-cart > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 5px;
    transition: all .3s
}

.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: 22px;
    height: 16px
}

header.black-nav .toggle span, header.black-nav .toggle-bag span {
    background-color: #cb9b0c;
}
header.blue-nav .toggle span, header.blue-nav .toggle-bag span {
    background-color: #35489e;
}
.toggle span, .toggle-bag span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    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: #cb9b0c
}

.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: #cb9b0c
}

.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(70, 70, 70, 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: #cb9b0c;
}

#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: 999;
    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: #cb9b0c;
    margin-bottom: 30px;
    line-height: 52px;
}
.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{
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px;
}
.call_to_action button{
    display: block;
    background: #cb9b0c 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: #8f7322;
    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: #cb9b0c;
    margin-bottom: 30px;
    line-height: 42px;
    text-align: center;
}
.docs img{
    display: block;
    margin: 0 auto;
}
.docs hr {
    margin: 30px auto;
}

@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: #393737;
    font-size: 16px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 1s 1s
}

.loaded footer {
    opacity: 1
}

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-side{
    float: right;
}
footer p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    margin: 25px 10px 25px 0;
}
footer p.with_img{
    padding-left: 200px;
    background: url("../img/footer_logo_MCZ.png") no-repeat 0 0;
    min-height: 100px;
}
footer hr {
    border-color: #d2d3d4;
}
footer a{
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 1366px) {
    footer p {
        width: auto;
    }
}

@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: 920px) {
    .footer-main {
        margin-left: 22.5%
    }
    footer .col-10{
        width: 100%;
    }
    footer .col-6{
        width: 100%;
    }
    footer .col-3{
        width: 50%;
    }
}

@media screen and (max-width: 860px) {
    .footer-main {
        margin-left: 17.5%
    }
}

@media screen and (max-width: 700px) {
    .footer-main {
        margin-left: 12.5%
    }
    footer p {
        text-align: center;
    }
    footer p.with_img{
        padding-top: 120px;
        padding-left: 0;
        background: url("../img/footer_logo_MCZ.png") no-repeat center 0;
    }
}

@media screen and (max-width: 600px) {
    .footer-main {
        margin-left: 10%
    }


}

@media screen and (max-width: 500px) {

    .confidentiality{
        text-align: center;
    }

    .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: #000;
    margin: 20px 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.tpavatar_holder {
    position: relative;
    width: 100%;
    margin-bottom: 25px
}

.tpavatar {
    height: 96px;
    width: 96px;
    margin: auto;
    left: 0;
    right: 0
}

.tpavatar img {
    border-radius: 50%;
    border: none;
    width: 96px;
}

.tpscore-holder {
    position: relative;
    width: 100%;
    margin-top: 1vw
}
.slick-dots {
    position: absolute;
    bottom: 0;
    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: 'Montserrat', Arial, sans-serif;
    color: #000;
    background-color: #f6f6f6
}

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
}
section:not(#hero) p {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #000;
}
section:not(#hero) p b{
    font-weight: 700;
}
.red, section:not(#hero) p span.red {
    color: #cb9b0c
}
.white, section:not(#hero) p span.white {
    color: #fff
}
#hero {
    position: relative;
    display: flex;
    width: 100%;
    background: url(../img/b5.jpg);
    background-size: cover;
    background-position: center;
    background-color: #000e1b;
    height: auto;
    min-height: 100vh;
    z-index: 1;
    padding: 178px 0;
    align-content: center;
    align-items: center;
}

#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 .slide-container {
    position: relative;

    z-index: 2;
}
#hero hr {
    border-color: #fff;
}
#hero .wrapper{
    z-index: 2;
}
#hero .left h1 {
    display: block;
    font-family: SatyrSP, sans-serif;
    font-size: 130px;
    color: #fff;
    background-image: radial-gradient(circle,rgba(243, 200, 77, 1) 0%, rgba(247, 228, 163, 1) 50%, rgba(240, 159, 79, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 25px;
    margin-left: 0px;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px);
}
#hero .left h4 {
    display: block;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px);

    font-weight: 700;
    margin-bottom: 30px;
}
#hero ul li{
    color: #fff;
}
#hero .left img{
    width: 50%;
    max-width: 600px;
}
#hero .left p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #deb669;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px);
    text-shadow: 0 0 2px #333;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 30px 0 0 10px;
    max-width: 500px;
    width: 55%;
}

#hero .show {
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    opacity: 0;
    transform: translateY(100px)
}

#hero .left h1 {
    transition-delay: .5s;
    opacity: 1;
    transform: translateY(0)
}
#hero .left h4 {
    transition-delay: .2s;
    opacity: 1;
    transform: translateY(0)
}
#hero .left p {
    transition-delay: .8s;
    opacity: 1;
    transform: translateY(0)
}

#hero .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: #cb9b0c;
    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 {
    background-color: #1b3d79;
    color: #fff;
    box-shadow: 0 0 8px 5px #fff;
}
#hero .button{
    background-color: #0a2e6d;
    color: #fff;
    box-shadow: 0 0 2px 2px #cf9a3b;
}
#hero .button:hover{
    background-color: #cb9b0c;
    color: #fff;
    box-shadow: 0 0 8px 5px #fff;
}
.button.green{
    color: #cb9b0c;
    background-color: #fff;
}
.button.green:hover {
    background-color: #cb9b0c;
    color: #fff;
    box-shadow: 0 0 8px 5px #fff;
}
hr {
    display: block;
    width: 60px;
    height: 1px;
    border-color: #cb9b0c;
    margin: 30px 0
}

#hero .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}


#hero .hero-img img {
    position: absolute;
    max-width: 100vw;
    top: 50%;
    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 .hero-img 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: #03346d;
    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: #03346d
}

.side-label::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: calc(100% + 15px);
    width: 30px;
    height: 1px;
    background-color: #03346d
}

.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
}

.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: 20vw;
    color: #961ea4;
    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%);
    opacity: 0.8;
}

.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: #f6f6f6;
}

/*.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, #symptoms {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    padding: 80px 0;
    overflow: visible;
}

#composition, #buy, #result, #immunity, #mechanism, #uniqueness, #effect {
    position: relative;
    display: block;
    width: 100%;
    padding: 80px 0;
    z-index: 1;
    overflow: visible;
}

.with_number{
    padding-left: 36px;
    position: relative;
}
.number{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    position: absolute;
    top: -6px;
    left: 0;
    color: #cb9b0c;
}


section:not(#hero) .left {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 1%
}

section:not(#hero) .right:not(.arrow):not(.arrow-hiw) {
    display: inline-block;
    vertical-align: middle;
    margin-left: -7px;
    margin-top: 0;
}
h2{
    font-size: 52px;
    color: #cb9b0c;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 62px;
}


.left h2, #buy h2 {
    display: block;
    text-transform: uppercase;
    color: #cb9b0c;
}
h3 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}
.left h3, #buy h3 {
    display: block;
    font-size: 27px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 30px
}
h4 {
    display: block;
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
    line-height: 36px;
    font-weight: 400;
}
h5{
    display: block;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 35px;
    font-weight: 700;
}
#symptoms .fm{
    position: absolute;
    bottom: 200px;
    left: 10px;
    height: 80%;
    max-height: 601px;
}
#symptoms .fw{
    position: absolute;
    bottom: 200px;
    right: 10px;
    height: 80%;
    max-height: 601px;
}
#symptoms .center{
    margin-bottom: 25px;
}
#symptoms .w33{
    max-width: 500px;
    background: rgba(207, 206, 206, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 15px;
}
#symptoms .w33 p{
    width: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
#symptoms .w33 p b{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    display: block;
}
#symptoms .w33 img{
    max-width: 50px;
    display: block;
    margin: 0 auto 25px;
}
#restrictions{
    position: relative;
    background: #031d32 url(../img/bg5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    overflow: visible;
}
#restrictions h2, #restrictions h4, #restrictions h3 {
    display: block;
    color: #fff;
    text-align: center;
}
ul.alert{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
ul.alert li {
    width: 48%;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 12px 0 12px 70px;
    color: #fff;
    background: url(../img/attent2.png) no-repeat 0 center;
    text-align: left;
}
#restrictions ul.alert{
    margin-bottom: 30px;
}
#product{
    background: #f6f6f6 url(../img/bg2.jpg) repeat-y left top;
    color: #000;
    overflow: visible;
    position: relative;
}
#product h2, #product h4, #product h3 {
    display: block;
    text-align: center;
}
#product .center{
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0px 10px;

}
#product .center div.product{
    background: url(../img/Geliatrix_600.png) center center no-repeat;
    background-size: 25% auto;
    padding: 0 20px 20px;
    position: relative;
    z-index: 2;
}
#product .center img{
    max-width: 50px;
    display: block;
    margin: 0 auto 20px;
}
section#product p{
    margin-bottom: 15px;
}
section#product p b{
    text-transform: uppercase;
}
.component {
    text-align: center;
    width: 30%;
    position: relative;
}
#product .center  div.component:nth-child(1) {
    margin: 50px 0 20px 15px;
}
#product .center div div.component:nth-child(2) {
    margin: 0 0 20px 73%;
}
#product .center div div.component:nth-child(3) {
    margin: 0 0 50px 0;
}
.line-1{
    display: block;
    position: absolute;
    top: 50px;
    left: 30%;
    width: 20%;
    height: 50%;
    border-top: 2px solid #dfb20a;
    border-right: 2px solid #dfb20a;
    border-radius: 0 100px 0 0;
    z-index: 1;
}
.line-2{
    display: block;
    position: absolute;
    bottom: 150px;
    left: 30%;
    width: 20%;
    height: 50%;
    border-bottom: 2px solid #dfb20a;
    border-right: 2px solid #dfb20a;
    border-radius: 0 0 100px 0;
    z-index: 1;
}
.line-3{
    display: block;
    position: absolute;
    top: 50%;
    right: 27%;
    width: 20%;
    height: 2px;
    background: #dfb20a;
    z-index: 1;
}
ul.circl{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.circl li{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-left: 40px;
    background: url("../img/circle.png") no-repeat 0 5px;
}
#product ul.circl li{
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 30px;
}
#product ul.circl li:after{
    display: block;
    content: '';
}


#mechanism{
    position: relative;
    overflow: visible;
    background: url(../img/bg3.jpg) right bottom repeat;
}
#mechanism h2, #mechanism h3, #mechanism h4, section#mechanism p {
    display: block;
}
#mechanism .wrapper>div{
    display: flex;
    position: relative;
    min-height: 50px;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
    align-items: center;
    justify-content: flex-start;
}
#mechanism div img{
    width: 50px;
    position: relative;
    margin-right: 15px;
}
#problem  {
    position: relative;
    background: #031d32 url(../img/bg5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    overflow: visible;
}
#problem h2, #problem h4, #problem h3, section#problem p {
    color: #fff;
}
#problem h2 {
    display: block;
    margin-bottom: 30px;
}

#problem .center{
    text-align: left;
    margin-bottom: 30px;
}
#problem h3{
    min-height: 50px;
    padding-left: 80px;
    text-align: left;
}
#problem .w33 {
    background: rgba(0,0,0,0.1);
    margin-bottom: 25px;
    border-radius: 20px;
    padding: 15px 15px 0;
    border: 2px solid rgba(203, 155, 12, 1);
}
#problem .w33 h3, #problem .w33 h5, section#problem .w33 p{
    color: #fff;
}
#problem .w33 img{
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px;
}
#problem .w33:nth-child(1) h3{
    background: url("../img/problem-i1.png") 0 2px no-repeat;
    background-size: 50px 50px;
}
#problem .w33:nth-child(2) h3{
    background: url("../img/problem-i2.png") 0 2px no-repeat;
    background-size: 50px 50px;
}
#problem .w33:nth-child(3) h3{
    background: url("../img/problem-i3.png") 0 2px no-repeat;
    background-size: 50px 50px;
}
#problem ul.bullet{
    padding: 0 15px;
    text-align: left;
}
.causes__quote {
    position: relative;
    width: 100%;
    background: rgba(255,255,255, 0.2);
    padding: 20px 20px 1px;
    border-radius: 20px;
    margin: 30px 0;
    box-sizing: border-box;
    font-style: italic;

}
.quote {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    width: 52px;
    background: url(../img/quote.png) no-repeat left top;
}
.quote:after {
    width: 2px;
    height: 100%;
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    right: 0;
}
#problem .causes__quote p {
    padding: 0 0 0 74px;
    color: #fff;
}
.center{
    text-align: center;
    vertical-align: top;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.w25{
    vertical-align: top;
    width: 23%;
    margin: 0 1%;
    display: block;
    position: relative;
}
.w25 img{
    display: block;
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px;
}


.w33{
    vertical-align: top;
    width: 30%;
    padding: 0;
    margin: 0 1%;
    display: block;
    position: relative;
}
.w33 img{
    width: 100%;
    position: relative;
}

.w50{
    vertical-align: top;
    width: 47%;
    padding: 0;
    margin: 0 1% 25px;
    display: block;
    position: relative;
    text-align: left;
}


.w50 img{
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 10px;
}
.inline{
    position: relative;
}
.inline img{
    display: inline-block;
    margin: 15px  20px  15px  0;
    max-width: 150px;
}
ul.prob{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    padding: 0 10px 25px;
}
ul.prob li{
    color: white;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0 0 0 40px;
    background: url("../img/attent.png") no-repeat 2px 0;
}

ul.flash{
    position: relative;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
ul.flash li{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-left: 40px;
    background: url("../img/bullet_bolt_white.png") no-repeat 2px 3px;
    color: #fff;
}

span.go_to_action{
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

#result {
    position: relative;
    display: block;
    width: 100%;
    background: #f6f6f6 url(../img/upack.png) no-repeat 10% 60%;
    background-size: auto 70%;
    padding: 80px 0;
}
.upack{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.up{
    text-transform: uppercase;
}
#result .wrapper>div{
    margin-bottom: 50px;
    position: relative;
    background: url("../img/Geliatrix_600.png") no-repeat 30% center;
    background-size: auto 80%;
}
.res{
    width: 40%;
    position: relative;
    margin: 0 0 30px 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
#result .wrapper div .res:nth-child(2), #result .wrapper div .res:nth-child(4){
    margin-left: 55%;
}
#result .wrapper div .res:nth-child(3){
    margin-left: 60%;
}
.res img{
    width: 120px;
    margin-right: 30px;
    border-radius: 50%;
    border: 3px solid #cb9b0c;
}
section#result .res p{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin: 0;
}
p.italic{
    font-style: italic;
}
#effect{
    position: relative;
    overflow: visible;
    background: #031d32 url("../img/bg5.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}
section#effect p, section#effect h3, section#effect h2, section#effect h4{
    color: #fff;
}
#effect .fw {
    position: absolute;
    bottom: 300px;
    right: 10px;
    height: 80%;
    max-height: 601px;
}
#effect .fm {
    position: absolute;
    bottom: 300px;
    left: 10px;
    height: 80%;
    max-height: 601px;
}
#effect .center{
    margin-bottom: 25px;
}
#effect  .w33 {
    max-width: 500px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(214, 174, 57, 0.3);
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 15px;
}
#effect .w33 img {
    max-width: 50px;
    display: block;
    margin: 0 auto 25px;
}
section#effect p{
    margin: 0;
}

#buy h2 {
    color: #fff;
    margin: 0 0 40px -6px;
    font-size: 34px;
    line-height: 40px;
}
.line_bw{
    position: absolute;
    width: 100%;
    background: url("../img/line_1.png") no-repeat;
    background-size: cover;
    top: -250px;
    left: 0;
    height: 500px;

}
.line_bw.reverse{
    background-image: url("../img/line_2.png");
}
.line_top{
    width: 100%;
    height: 348px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/line_top.png") repeat-x;
}
.line_bot{
    width: 100%;
    height: 348px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/line_bot.png") repeat-x;
}
#why{
    overflow: visible;
    background:url("../img/bg3.jpg") right bottom repeat;
}
#why .center{
    justify-content: space-between;
    text-align: center;
    align-items: stretch;
}
#why .center img{
    width: 90%;
    max-width: 400px;
    border-radius: 0;
    margin: 0 auto 15px;
}
#why .w25{
    margin-bottom: 30px;
}

span.green{
    font-weight: 700;
    color: #cb9b0c;
}
.w16{
    vertical-align: top;
    width: 16%;
    padding: 0 5px;
    display: block;
    position: relative;
}
.w16 img{
    margin: 0 auto 10px;
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cb9b0c;
}
/*.w16:before{
    content: '';
    position: absolute;
    top: -15px;
    right: 25px;
    width: 1px;
    height: 15px;
    background-color: #cb9b0c;
}
.w16:after{
    content: '';
    position: absolute;
    top: -15px;
    left: 25px;
    width: 1px;
    height: 15px;
    background-color: #cb9b0c;
}*/
.w16 .line {
    max-width: 300px;
    width: 84px;
    height: 30px;
    margin: 0;
    border-bottom: 0;
    right: -42px;
    top: -20px;
    background: url("../img/arrow-next.png") no-repeat;
    position: absolute;
}
.w16:nth-child(2){
    margin-top: 10px;
}
.w16:nth-child(3){
    margin-top: 20px;
}
.w16:nth-child(4){
    margin-top: 30px;
}
.w16:nth-child(5){
    margin-top: 40px;
}
.w16:nth-child(6){
    margin-top: 50px;
}
.w16 .number{
    display: none;
    color: #cb9b0c;
    left: 50%;
    top: -15px;
    margin-left: -100px;
}
#why .button{
    margin: 30px 0 0;
}




section#composition{
    position: relative;
    overflow: visible;
    background: #031d32 url(../img/bg5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}
section#composition h2, section#composition h3, section#composition h5, section#composition h4, section#composition p{
    color: #fff;
}
.top_comp{
    position: absolute;
    width: 100%;
    height: 348px;
    top: 0;
    left: 0;
    background: url("../img/top_comp.jpg") no-repeat 0 0;
}
section#composition .right {
    position: absolute;
    bottom: 10px;
    right: -27%;
    width: 60%;
}

section#composition .left {
    width: 68%;
}

section#composition h2 {
    display: block;
    margin-bottom: 30px;
}
section#composition h2{
    text-transform: none;
}
section#composition.show .delay-6.button{
    transition: background-color 0.5s, transform 1.2s!important;
}
section#composition .right img{
    min-width: 80%;

}
section#composition .to_bottom img{
    margin: 0 auto -20px;
    display: block;
}
#composition .arrow.left{
    width: auto!important;
    position: absolute;
    top: 25%;
    left: -100px;
    padding: 15px;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#composition .arrow.right{
    width: auto;
    position: absolute;
    top: 25%;
    padding: 15px;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: initial;
    left: auto;
    right: -100px;
    bottom: auto;
}
#composition .arrow.right:hover {
    right: -110px;
}
#composition .arrow.left:hover {
    left: -110px;
}

#composition h5{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 35px;
    font-weight: 700;
}
#composition h5.mb40{
    margin-top: 0;
    margin-bottom: 40px;
}
#composition .center{
    justify-content: space-between;
    margin-top: 50px;

}
#composition .center>div{
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 25px;
    min-height: 110px;
}
#composition .center>div.big{
    background: rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 15px 15px 0;
    border: 2px solid rgba(203, 155, 12, 1);
}

#composition .center>div img{
    width: 70px;
    max-width: 30%;
    margin-right: 30px;
    margin-left: 30px;
}
#composition .center>div.big img{
    width: 110px;
    max-width: 30%;
    margin-right: 20px;
    margin-left: 0;
}
#composition .center>div .text{
    text-align: left;
}
#composition .center>div .text p{
    font-size: 18px;
    margin-bottom: 10px;
}
#composition .center>div.big .text p{
    font-size: 20px;
    margin-bottom: 15px;
}
#composition .center>div .text span{
    font-size: 22px;
    font-weight: bold;
}
#composition .center>div.big .text span{
    font-size: 26px;
    line-height: 30px;
}
section:not(#hero) .element{
    position: relative;
    padding: 30px;
}
section:not(#hero) .element h3{
    margin: 0;
    padding: 25px 15px;
    background: rgba(255, 255, 255, 0.8);
}
section:not(#hero) .element p{
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.composition_slider .slick-list{
    overflow: visible;
}
/*.composition_slider.cbg1{
    background: url("../img/bg_arm.jpg") no-repeat center center;
    background-size: cover;
}
.composition_slider.cbg2{
    background: url("../img/bg_tree.jpg") no-repeat center center;
    background-size: cover;
}
.composition_slider.cbg3{
    background: url("../img/tree.jpg") no-repeat center center;
    background-size: cover;
}*/
.composition_slider .slick-dots{
    bottom: -35px;
}
.button.red {
    background-color: #cb9b0c;
    color: #fff
}

.button.red:hover {
    background-color: #242526;
    color: #fff
}
.to_center{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.show-me {
    overflow: hidden;
}
#uniqueness{
    background: linear-gradient(to left top, #cb9b0c, #895c00);
}
section#uniqueness h2 {
    color: #fff;
}
section#uniqueness p{
    color: #fff;
}
section#uniqueness .right {
    position: absolute;
    bottom: calc(50% - 400px);
    right: -10%;
    width: 40%;
}
section#uniqueness .right img{
    max-height: 70%;
}
section#uniqueness .left {
    width: 68% !important
}
.block_line_to_down{
    position: relative;
    padding: 10px 0;
    margin: 50px 0 70px;
}
.line_to_down{
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    left: 29px;
    background: #fff;
}
#uniqueness .number {
    font-size: 36px;
    line-height: 54px;
    height: 60px;
    width: 60px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    color: #cb9b0c;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    background: #fff;
    margin-top: -30px;
}
#uniqueness .with_number{
    padding: 15px 0 15px 90px;
    font-size: 20px;
    line-height: 26px;
    margin: 30px 0;
}
#uniqueness .with_number b{
    font-size: 22px;
}
img.bullit{
    border-radius: 50%;
}
#advantages {
    position: relative;
    display: block;
    width: 100%;
    padding: 150px 0 180px;
    background-image: url("../img/bg_adv2.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
    z-index: 1;
    overflow: visible;
}
#advantages h2{
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 100px;
}
#advantages .ft {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 0px 1%;
    text-align: center;
    max-width: 400px;
}
#advantages .ft img{
    margin: 0 auto 25px;
}
#advantages .ft p{
    color: #fff;
}
#advantages .ft p b{
    font-size: 22px;
    line-height: 1.4;
}

#docs {
    background: #031d32 url(../img/bg5.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    overflow: visible;
}
#docs  h2{
    color: #fff;
}
#docs h3{
    color: #fff;
}
#docs .center{
    margin-bottom: 30px;
}
#docs .center img{
    max-width: 110px;
    margin-bottom: 25px;
}
#docs .center p b{
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
    display: block;
}
section#docs p{
    color: #fff;
}
#docs a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
#docs .show_docs{
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 90px;
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 80px 100px 80px 0;
    cursor: pointer;
    text-align: left;
    padding: 30px 100px 30px 40px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
    border-radius: 10px;
    min-width: 380px;
}
.documents{
    position: relative;
    margin-bottom: 25px;
}
.show_docs img{
    position: absolute;
    top: -61px;
    right: -70px;
}
ul.plus{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.plus li{
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("../img/check.png") no-repeat 2px 2px;
}
ul.bullet{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bullet li{
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("../img/bullet_bolt.png") no-repeat 0 1px;
}

#reviews{
    z-index: 1;
    background: #f6f6f6 url(../img/bg8.jpg) no-repeat left top;
    background-size: cover;
    padding: 100px 0;
}
#reviews h2 {
    display: block;
    color: #cb9b0c;
    margin-bottom: 40px;
    text-align: center;
}
#reviews .wrapper{
    overflow: hidden;
}
#reviews img.rev{
    display: block;
    margin: 0 auto 25px;
    border-radius: 20px;
}
.red-bg {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cb9b0c;
    z-index: 2;
    overflow: hidden;
}
#buy{
    background: url(../img/b5.jpg) no-repeat bottom right;
    background-size: cover;
}
section#buy .left {
    position: absolute;
    top: auto;
    left: 0;
    width: 40% !important;
    height: 110%;
}
section#buy .left img{
    max-height: 100%;
}
#buy hr{
    border-color: #fff;
}
#buy h1{
    display: block;
    font-family: SatyrSP, sans-serif;
    font-size: 130px;
    color: #fff;
    background-image: radial-gradient(circle, rgba(243, 200, 77, 1) 0%, rgba(247, 228, 163, 1) 50%, rgba(240, 159, 79, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 25px;
    margin-left: 0px;
}
#buy h3 {
    margin-bottom: 25px;
    color: #fff;
}
section#buy .right {
    width: 58%;
    margin-left: 42% !important;
    position: relative;
    z-index: 1
}
#buy ul.plus li{
    color: #fff;
    text-align: left;
}
#buy .button {
    background-color: #1b3d79;
    color: #fff;
    box-shadow: 0 0 2px 2px #cf9a3b;
}
#buy .button:hover {
    background-color: #cb9b0c;
    color: #fff;
    box-shadow: 0 0 8px 5px #fff;
}

[data-speed] {
    position: relative
}
.parents_hidden{
    margin-bottom: 28px;
}

section:not(#hero) p.hidden_text{
    display: none;
}
section:not(#hero) p.hidden_text{
    padding: 14px;
    background: rgba(202, 32, 60, 0.12);
    margin: 0;
}
section:not(#hero) img.hidden_text{
    display: none;
}
section:not(#hero) .parents_hidden.show img.hidden_text{
    display: block;
}
section:not(#hero) ul.hidden_text{
    padding: 14px;
    background: rgba(202, 32, 60, 0.12);
    margin: 0;
}
section:not(#hero) .parents_hidden.show p.hidden_text{
    display: block;
}
.show_hidden{
    text-decoration: underline;
    cursor: pointer;
}
.parents_hidden.show .seaweed{
    background: url("../img/seaweed.jpg") no-repeat center center;
    background-size: cover;
    padding: 120px 60px;
}
.parents_hidden.show .tree{
    background: url("../img/tree.jpg") no-repeat center center;
    background-size: cover;
    padding: 120px 60px;
}

.parents_hidden.show .water{
    background: url("../img/water.jpg") no-repeat center center;
    background-size: cover;
    padding: 120px 60px;
}
section:not(#hero) .tree p.hidden_text, section:not(#hero) .water p.hidden_text, section:not(#hero) .seaweed p.hidden_text{
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
}
@media  screen and (max-width: 2000px)  {
    #result .wrapper>div{
        background-position: 20% center;
    }
}
@media screen and (max-width: 1500px) {
    #problem h4{
        letter-spacing: -1px;
    }
    .info-page .side-label {
        left: -2%
    }

    .img-info {
        width: 67%
    }

    .img-legal-tos {
        width: 62%
    }
    section#immunity .left{
        width: 36%;
        margin-right: 5%;
    }
    #advantages .ft {
        width: 45%;
        margin-bottom: 20px;
    }
    #why .center{
        background-size: auto 50%;
    }
    #oxi .oxi1{
        background-position: left 130%;
        background-size: 50% auto;
    }
    #oxi .oxi2{
        background-position: right -20%;
        background-size: 50% auto;
    }
    #result .center>div {
        width: 35%;
        margin: -20px 0 0;
        padding: 0 65% 0 0;
    }
    #result .center>div br{
        display: none;
    }
    #result .center>div:nth-child(even) {
        padding: 0 0 0 65%;
    }
    #product .center div.product{
        background-size: 35% auto;
    }
}
@media screen and (max-width: 1250px) {
    .w33 {
        width: 48%;
    }
    #problem h4{
        letter-spacing: 0;
    }
    .w16 {
        vertical-align: top;
        width: 33%;
        padding: 0 5px;
        display: block;
        position: relative;
    }
    .w16 .line {
        display: none;
    }
    .w16:nth-child(2){
        margin-top: 0;
    }
    .w16:nth-child(3){
        margin-top: 0;
    }
    .w16:nth-child(4){
        margin-top: 0;
    }
    .w16:nth-child(5){
        margin-top: 0;
    }
    .w16:nth-child(6){
        margin-top: 0;
    }
    .w16 .number{
        display: block;
    }

    #result .center>div {
        width: 35%;
        padding: 0 65% 0 0;
        margin: -20px 0 0 -50px;
    }
    #result .center>div:nth-child(even) {
        padding: 0 0 0 65%;
        margin: -20px -50px 0 50px;
    }
}

@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: 100px;
    }
    #hero .left h4{
        text-shadow: 0 0 2px #000;
        font-size: 26px;
    }

    #hero ul li{
        text-shadow: 0 0 2px #000;
    }
    #hero .left .show{
        width: 60%;
    }
    #hero .hero-img img{
        top: 100%;
        transform: translateY(-100%);
         -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    #hero .left p {
        font-size: 24px;
        line-height: 28px
    }

    h2{
        font-size: 50px;
        line-height: 55px
    }
    #symptoms .center{
        background-position:  100% 50%;
        background-size: auto 80%;
    }
    section#result h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .left h3, #buy h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px
    }
    #composition .center>div{
        flex-direction: column;
    }
    #composition .center>div img, #composition .center>div.big img{
        margin: 0 auto 20px;
    }
    #composition .center>div .text{
        text-align: center;
    }
    #result .wrapper>div{
        background-position: 0 center;
    }
    .res{
        width: 50%;
        margin: 0 0 30px 40%;
    }
    #result .wrapper div .res:nth-child(3){
        margin-left: 50%;
    }
    #result .wrapper div .res:nth-child(2), #result .wrapper div .res:nth-child(4){
        margin-left: 45%;
    }

    #buy h2 {
        font-size: 50px;
        line-height: 54px;
    }

    footer .arrow-up {
        display: none
    }

    #why {
        padding-bottom: 70px
    }

    #composition {
        padding-bottom: 70px
    }
    section#composition .right {
        position: relative;
        right: 0;
        left: 0;
        margin: -20px auto 10px;
        display: block;
        text-align: center;
        width: 100%;
        bottom: auto!important;
    }
    section#composition .right img {
        min-width: auto;
    }
    section#composition .left{
        width: 100%!important;
    }

    section#uniqueness .right {
        position: relative;
        right: 0;
        left: 0;
        margin: -20px auto -40px;
        display: block;
        text-align: center;
        width: 100%;
    }
    section#uniqueness .right img {
        min-width: auto;
    }
    section#uniqueness .left{
        width: 100%!important;
    }
    section#docs .right{
        position: relative;
        right: 0;
        left: 0;
        margin: 10px 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    .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: 48%;
    }

    section:not(#hero) .left:not(.arrow):not(.arrow-hiw) {
        display: block;
        width: 100% !important
    }
    section#why .left{
        margin: 0;
        padding: 0 0 30px;
    }
    section#why .left img{
        margin: 0 auto;
        display: block;
    }

    section:not(#hero) .right:not(.arrow):not(.arrow-hiw) {
        display: block;
        width: 100%;
    }
    #immunity img{
        display: block;
        margin:  0 auto 30px;
    }
    section#buy .left {
        width: 100%;
        position: relative;
        margin: 50px auto 25px;
        bottom: 0;
    }
    section#buy .left img{
        display: block;
        margin: 0 auto;
    }

    section#buy .right {
        margin-left: 0 !important;
        width: 100%;
        text-align: center;
    }
    #result .ft{
        width: 40%;
        padding: 0 5%;
    }
    #result .center>div {
        width: 32%;
        padding: 0 68% 0 0;
        margin: -20px 0 0 -55px;
    }
    #result .center>div:nth-child(even) {
        padding: 0 0 0 68%;
        margin: -20px -55px 0 55px;
    }

}

@media screen and (max-width: 850px) {
    .overlay {
        display: none
    }
    h2, #buy h2{
        font-size: 46px;
        line-height: 52px;
    }
    h4{
        font-size: 26px;
        line-height: 30px;
    }
    .component{
        width: 90%;
        margin: 0 auto 50px;
    }
    #product .center div.component:nth-child(1), #product .center div div.component:nth-child(2), #product .center div div.component:nth-child(3){
        margin: 0 auto 50px;
    }
    #product .center div.product{
        margin: 0 0 30px;
        padding: 30px 0 430px;
        background-position: center bottom;
        background-size: auto 400px;
    }

    .line-1, .line-2, .line-3{
        display: none;
    }

    #menu .wp {
        width: 100%;
        padding-top: 100px;
    }
    .call_to_action .wp{
        width: calc(100% + 20px);
        padding-top: 100px;
        right: 0;
        padding-right: 8%;
    }
    .call_to_action.active .wp{
        right: -20px;
    }

    .call_to_action h1{
        font-size: 42px;
        line-height: 48px;
    }
    .docs .wp{
        padding-top: 100px;
    }
    header .logo {
        z-index: 9
    }

    .toggle-nav.active {
        z-index: 1000
    }

    header {
        z-index: auto
    }

    .toggle-nav, .toggle-cart {
        z-index: 9
    }
    .w33{
        width: 98%;
    }
    #symptoms .center{
        background-position: 50% 50%;
        background-size: auto 100%;
    }
    #symptoms .w33>div{
        background: rgba(0, 0, 0, 0.5);
    }
    .w50{
        width: 98%;
    }

    ul.alert li{
        width: 100%;
    }

    #result .center {
        background: none;
        padding: 0;
    }
    #result .center>div, #result .center>div:nth-child(even), #result .center>div:nth-child(5){
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
        text-align: center;
    }
    .res{
        width: 90%;
        margin: 0 0 30px 10%;
    }
    #result .wrapper>div{
        background: none;
    }
    #result .wrapper div .res:nth-child(3){
        margin-left: 0;
    }
    #result .wrapper div .res:nth-child(2), #result .wrapper div .res:nth-child(4){
        margin-left: 5%;
    }
}

.mobile {
    display: none !important
}

@media screen and (max-width: 800px) {
    .light-bg::before {
        display: none
    }






    #advantages {
        padding: 80px 0
    }


    #docs {
        padding-bottom: 30px;
        padding-top: 50px
    }




    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 {
        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%
    }
    #result .ft{
        width: 44%;
        padding: 0 3%;
    }
    .w16 {
        vertical-align: top;
        width: 50%;
        padding: 0 5px;
        display: block;
        position: relative;
    }
}

@media screen and (max-width: 700px) {
    #hero .slide-images img {
        top: 65%
    }
    #advantages .ft {
        width: 90%;
        margin: 0 5% 20px;
    }
    ul.prob{
        width: 100%;
    }
    #result ul.plus{
        width: 100%;
    }
    #mechanism .wrapper>div, #mechanism .wrapper>div:nth-child(even){
        width: 100%;
        margin: 0 0 20px 0;
    }
    #mechanism .wrapper>div:after {
        display: none;
    }
    #composition .center>div{
        width: 98%;
    }
    #buy h1{
        font-size: 100px;
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 600px) {
    #hero .hero-img img {
        display: none
    }
    #hero .left .show{
        width: 100%;
    }

    #hero .left h1 {
        font-size: 90px;
        letter-spacing: 2px;
    }
    .button{
        text-align: center;
    }

    #hero .left img{
        width: 100%;
    }
    #hero .left p{
        width: 100%;
    }
    #i-main .badge {
        display: block
    }
    .call_to_action h1{
        font-size: 35px;
        line-height: 40px;
    }
    .w25 {
        width: 100%;
    }
    .w50 {
        width: 100%;
        margin: 0 0 25px;
        padding: 0;
    }
    h2, #buy h2{
        letter-spacing: -1px;
        font-size: 34px;
        line-height: 44px;
    }
    h4{
        font-size: 24px;
    }
    #mechanism .wrapper>div{
        font-size: 24px;
        line-height: 28px;
    }
    #problem h4{
        letter-spacing: -1px;
    }
    #symptoms .w33 {
        width: 98%;
    }
    .causes__quote{
        padding: 94px 20px 1px;
    }
    .quote {
        position: absolute;
        top: 20px;
        bottom: auto;
        left: 20px;
        right: 20px;
        width: auto;
        height: 52px;
        background: url(../img/quote.png) no-repeat center top;
    }
    .quote:after {
        width: 100%;
        height: 2px;
        top: 50px;
        right: auto;
        left: 0;
    }
    #problem h3{
        font-size: 28px;
        line-height: 32px;
    }
    #problem .causes__quote p {
        padding: 0;
    }
    section#result h2 {
        font-size: 36px;
        line-height: 46px;
    }
    #composition h3{
        font-size: 28px;
        line-height: 32px;
    }
    section:not(#hero) .element{
        padding: 0;
    }
    section:not(#hero) .element p{
        padding: 10px 0;
        background: none;
    }
    section:not(#hero) .element h3{
        padding: 20px 0;
        background: none;
    }
    #composition .center img{
        width: 100%;
        margin-bottom: 20px;
    }
    #composition .center img.large {
        width: 100%;
    }
    .res{
        width: 100%;
        margin: 0 0 30px 0;
    }
    #result .wrapper div .res:nth-child(3){
        margin-left: 0;
    }
    #result .wrapper div .res:nth-child(2), #result .wrapper div .res:nth-child(4){
        margin-left: 0;
    }
    #docs .show_docs{
        padding: 30px 30px 260px 30px;
        display: block;
        text-align: center;
        margin: 0 0 25px;
        min-width: auto;
    }
    .show_docs img {
        top: auto;
        right: calc(50% - 64px);
        bottom: 15px;
    }
    .w16 {
        width: 100%;
    }
    #docs .show_docs span{
        display: none;
    }

    #buy h1{
        font-size: 90px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 450px) {
    #hero {
        overflow: hidden
    }

    #hero .hero-bottom {
        display: none
    }

    #hero .left h1 {
        font-size: 70px
    }
    #symptoms .fm, #symptoms .fw{
        display: none;
    }
    #docs .show_docs{
        letter-spacing: 0;
        padding: 15px 15px 260px 15px;
    }

    .res{
        text-align: center;
        flex-direction: column;
    }
    .res img{
        margin: 0 auto 15px;
    }

    #mechanism .wrapper>div{
        flex-direction: column;
        text-align: center;
    }
    #mechanism div img{
        margin: 0 0 15px;
    }
    #effect .fm, #effect .fw{
        display: none;
    }
    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%
    }
    #buy h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .line_to_down{
        display: none;
    }
    #uniqueness .with_number{
        padding: 75px 0 15px;
        margin: 0;
    }
    #uniqueness .number {
        position: absolute;
        top: 0;
        left: 50%;

        margin-left: -30px;
        margin-top: 0;
    }
    .toggle-nav > span::before{
        display: none;
    }
    #hero .left h4{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #buy h1{
        font-size: 70px;
        letter-spacing: 1px;
    }


}

@media screen and (max-width: 380px) {
    header .logo {
        width: 200px
    }

    header {
        top: 60px
    }

    header .toggle-nav {
        top: 42.5px
    }


    header .toggle-nav, header .toggle-cart {
        padding-right: 20px
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section#result h2 {
        font-size: 30px;
        line-height: 36px;
    }
    section#composition h2 {
        font-size: 28px;
        line-height: 34px;
    }

}
@media (min-aspect-ratio: 8/5) and (max-width: 1200px) {

    #hero{
        height: auto;
        min-height: 100vh;
        padding: 150px 0 80px;
    }
    .loaded header .logo{
        width: 260px;
    }
}
@media (min-aspect-ratio: 8/5) and (min-width: 1100px) {
    #hero .left h1{
        font-size: 144px;
    }
    header{
        top: 20px;
    }
}
@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: 1000
    }

    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, #menu nav a{
        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 .left p {
        font-size: 20px;
        line-height: 26px
    }

    #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{
    position: relative;
    padding-top: 150px;
    padding-bottom: 30px;
}
#faq h2{
    padding-bottom: 50px;
}
.ask{
    padding-bottom: 40px;
    text-align: left;
}
section#faq p.ques{
    font-size: 22px;
    line-height: 26px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;

}
section#faq p.ans{
    display: none;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
section#faq p.ans a{
    color: #444;
    font-style: italic;
    text-decoration: underline;
}