@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Light.eot');
    src: url('../fonts/Campton-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Light.woff2') format('woff2'),
        url('../fonts/Campton-Light.woff') format('woff'),
        url('../fonts/Campton-Light.ttf') format('truetype'),
        url('../fonts/Campton-Light.svg#Campton-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Bold.eot');
    src: url('../fonts/Campton-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Bold.woff2') format('woff2'),
        url('../fonts/Campton-Bold.woff') format('woff'),
        url('../fonts/Campton-Bold.ttf') format('truetype'),
        url('../fonts/Campton-Bold.svg#Campton-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Medium.eot');
    src: url('../fonts/Campton-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Medium.woff2') format('woff2'),
        url('../fonts/Campton-Medium.woff') format('woff'),
        url('../fonts/Campton-Medium.ttf') format('truetype'),
        url('../fonts/Campton-Medium.svg#Campton-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton-Book';
    src: url('../fonts/Campton-Book.eot');
    src: url('../fonts/Campton-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Book.woff2') format('woff2'),
        url('../fonts/Campton-Book.woff') format('woff'),
        url('../fonts/Campton-Book.ttf') format('truetype'),
        url('../fonts/Campton-Book.svg#Campton-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-SemiBold.eot');
    src: url('../fonts/Campton-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Campton-SemiBold.woff2') format('woff2'),
        url('../fonts/Campton-SemiBold.woff') format('woff'),
        url('../fonts/Campton-SemiBold.ttf') format('truetype'),
        url('../fonts/Campton-SemiBold.svg#Campton-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('../fonts/QuincyCF-Regular.woff2') format('woff2'),
        url('../fonts/QuincyCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --quincy: 'Quincy CF', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    background: none;
    box-sizing: border-box;
}

button {
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

:root {
    --akcent: #4ac4e3;
    --camptonBook: 'Campton-Book', sans-serif;
}

body {
    font: 300 18px/1.8 'Campton', sans-serif;
    color: #151b2f;
}   

img {
    max-width: 100%;
    height: auto;
}

h2.title {
    font-size: 55px;
    line-height: 1.2;
    color: #151a2a;
    letter-spacing: 2px;
    text-align: center;
}
h2.title span {color: var(--akcent);}

h3.title {
    font-size: 50px;
    line-height: 1.2;
    color: #151a2a;
}
h3.title span {color: var(--akcent);}

p.subtitle {
    font-size: 26px;
    color: #151a2a;
    letter-spacing: 1px;
    margin-top: 15px;
}

.svg-icon {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -999999;
}

.d-none {display: none !important;}

.wrapper {overflow: hidden;}

.an-icon {
    display: inline-block;
    line-height: 0;
}

/* main */
.center {
    width: 100%;
    max-width: 1335px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}
.tx-center {text-align: center;}
.tx-right {text-align: right;}
.tx-left {text-align: left;}

.btn {
    height: 70px;
    padding: 0 30px 0 30px;
    background: #4bc5e4;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    line-height: 70px;
    animation: shadow-pulse 3s infinite !important;
    transition: all 0.3s;
}
.btn.font-600 {font-weight: 500;}

.btn i {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #008bb1 url(../img/ic-arr.png) no-repeat left 15px top 11px;
    border-radius: 50%;
    background-size: 8px;
    margin-left: 25px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.8);}
    50% {box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);}
    100% {box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);}
}
.btn span {
    position: relative;
    top:  2px;
    z-index: 2;
}
.btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #72D401;
    z-index: 1.4px;
    transition: all 0.3s;
}
.btn:hover:before {width: 100%;}
.btn.hover {
    background: #4bc5e4;
    padding-right: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    color: #151b2f;
}
.btn.hover:before {background: #fff;}
.btn.hover:hover {color: #00ACDB;}
.btn:hover i {background-color: #6bc601;}
.btn:hover {text-decoration: none;}

.btn-wrap {
    display: inline-block;
    text-align: center;
}
.btn-wrap .label {
    margin-top: 20px;
}
.btn-wrap .label p:first-child {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.5px;
    position: relative;
} 
.btn-wrap .label p:first-child sup {font-size: 8px;}
.btn-wrap .label p.bottom {
    font: 16px var(--camptonBook);
    color: #151a2a;
    margin-top: 0px;
    text-align: right;
}
.btn-wrap p strong {
    font-family: 'Campton';
}
.btn-wrap p.last {
    font: 17px var(--camptonBook);
    color: #151a2a;
    margin-top: 20px;
}

.ic-dolar,
.ic-dolarblue {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    position: relative;
    left: 0;
    top: 4px;
}


/* HEADER
-------------------------------------- */
.header {
    background: #151a2a;
    padding:0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    margin:0 auto 10px;
}
.header .center {
    display: flex;
    align-items: center;
}
.header-line + div{
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo {
    display: inline-block;
    width: 110px;
}

.header nav {
    margin-left: auto;
    margin-right: 30px;
}
.header nav ul {
    display: flex;
    align-items: center;
}
.header nav li + li {margin-left: 28px;}
.header nav a {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
}
.header nav a:hover {color: var(--akcent);}

.btn-head {
    padding: 8px 17px;
    background: #4bc5e4;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: all .3s;
    position: relative;
}
.btn-head:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    background: #72D401;
}
.btn-head:hover:before {
    width: 100%;
}
.btn-head:hover {color: #fff;}
.btn-head:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #008bb1 url(../img/ic-arr.png) no-repeat 10px 6px;
    margin-left: 10px;
    transition: all .3s;
    z-index: 2;
}
.btn-head:hover:after {
    background-color: #6bc601;
}
.btn-head span {
    position: relative;
    top: 2px;
}

/* HOME
-------------------------------------- */
.home {
    background: url(../img/bg-main.jpg) no-repeat right top;
    background-size: cover;
    color: #fff;
    position: relative;
    padding-top: 61px;
}
.home .center {
    position: relative;
    padding: 100px 15px 80px 15px;    
    position: relative;
    z-index: 2;
}

.home-product {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin-bottom: -176px;
}

.home h1 {
    font: normal 65px var(--camptonBook);
    letter-spacing: 0.2px;
    animation-delay: 0.3s !important;
}
.home h1 b {
    font-family: 'Campton', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff !important;
}
.home p.subtitle {
    color: #fff;
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
}
.home p.text {
    font: 23px/1.8 var(--camptonBook);
    letter-spacing: 1px;
    max-width: 750px;
    color: #dadada;
    margin-top: 35px;
    margin-bottom: 30px;
    animation-delay: 0.6s !important;
}
.home p.text strong {
    font-family: 'Campton', sans-serif;
    color: #fff;
}

.home .btn {
    animation-name: pulse !important;
    animation-duration: 1.5s !important;
    animation-iteration-count: infinite !important;
}
.home .btn:hover {animation-play-state: paused !important;}

@keyframes pulse {
    0%{transform:scale(.95)}
    50%{transform:scale(1)}
    100%{transform:scale(.95)}
}

.home .group {
    display: flex;
    align-items: flex-start;
    animation-delay: 0.9s !important;
}
.home .btn-wrap .label {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home .group .hippa {
    overflow:visible;
    display:inline-flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 11px;
    width:150px;
}
.home .group .hippa p {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff;
}
.home .group .hippa:last-child {
    margin-left: 30px;
}
.home .group .hippa:last-child i {
    position: relative;
    top: -7px;
}

.hippa-icon {
    width: 150px;
}

/* ORDER
-------------------------------------- */
.order {padding: 100px 0 100px 0;}
.order .center {
    display: grid;
    grid-template-columns: 1fr 520px;
    grid-gap: 0 86px;
}

.order-slider .flickity-button {display: none;}
.order-slider .image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.order-slider .carousel-cell {width: 100%;}
.order-slider h3 {
    font: normal 31px var(--quincy);
    text-align: center;    
}
.order-slider p {
    font: normal 22px var(--quincy);
    text-align: center;
}
.order-slider .flickity-page-dots {
    position: static;
    line-height: 0;
    margin-top: 20px;
}
.order-slider .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    background: #151a2a;
    margin: 0 8px;
    opacity: 1;
}
.order-slider .flickity-page-dots .dot.is-selected {
    background: #6dc5e1;
}

.order-text {padding-top: 65px;}
.order-text h3 {
    font-size: 35px;
    color: #173a4d;
}
.order-text h3 span {font-weight: 300;}
.tm {
    font-size: 18px;
    font-weight: bold;
}
.order-text p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.order-text p b {font-weight: 500;}
.order-text li {
    font-size: 16px;
    line-height: 1.6;
}

.order-form {margin-top: 25px;}
.radio-checkbox {
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 14px;
    border: 2px solid #bfdae4;
    border-radius: 6px;
    margin-bottom: 26px;
    min-height: 87px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}
.radio-checkbox:hover,
.radio-checkbox.active {box-shadow: 0 0 0 3px #bfdae4;}
.radio-checkbox:first-child .price {margin-left: auto;}
.radio-checkbox h2 {
    font-size: 19px;
    line-height: 0.8;
    font-weight: 500;
    color: #093e52;
}
.radio-checkbox h3 {
    font-size: 15px;
    line-height: 0.8;
    font-weight: 500;
    color: #093e52;
}
.radio-checkbox p {
    font-size: 13px;
    line-height: 0.8;
    color: #29677e;
    margin-bottom: 0;
}
.radio-checkbox input {display: none;}
.radio-checkbox .checkbox {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #bfdae4;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.radio-checkbox .checkbox:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../img/ic-check.png) no-repeat;
    transition: all 0.3s;
    transform: scale(0);
}
.radio-checkbox input:checked + .checkbox {
    background: #6ec1df;
}
.radio-checkbox input:checked + .checkbox:after {
    transform: scale(1);
}

.radio-checkbox .price {
    min-width: 85px;
    font-weight: 500;
    font-size: 32px;
    color: #093e52;
}
.radio-checkbox .price .dol {
    font-size: 20px;
}
.radio-checkbox .price .num {
    font-size: 20px;
    top: -8px;
}
.radio-checkbox .price sub {
    bottom: 2px;
    font-size: 17px;
}

.radio-checkbox .save {
    background: #202434;
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background: #202434;
    margin: 0 auto;
}

.radio-checkbox .best {
    position: absolute;
    right: 10px;
    bottom: 0;
    transform: translateY(50%);
    min-height: 25px;
    border: 2px solid #bfdae4;
    border-radius: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 0;
    color: #6ec1df;
    background: #fff;
}
.radio-checkbox .best span {
    line-height: 1;
    display: inline-block;
    position: relative;
    top: 1.5px;
}
.radio-checkbox .best:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(../img/lightning.png) no-repeat;
    margin-left: 6px;
}

.order-form .total {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-height: 65px;
    animation: shadow-pulse 3s infinite;
    background: #6ec1df;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.order-form .total:hover {text-decoration: none;}
.order-form .total:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #72D401;
    transition: all 0.3s;
}
.order-form .total:hover:before {width: 100%;}
.order-form .total-text {    
    display: flex;
    align-items: center;
    padding-right: 28px;
    position: relative;
}
.order-form .total-text:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    transform: translateY(-50%);
}
.order-form .total-text p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
}
.order-form .total-text p:first-child {margin-right: 38px;}
.order-form .total-text p b {font-weight: bold;}

.order-form .buy {
    padding-left: 28px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.order-form .buy:after {
    content: '';
    display: inline-block;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    padding: 3px;
    transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.order-text .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.order-text .icons > div {
    display: flex;
    align-items: center;
}
.order-text .icons > div:nth-child(1) i {
    max-width: 35px;
    width: 100%;
}
.order-text .icons > div:nth-child(2) i {
    max-width: 20px;
    width: 100%;
}
.order-text .icons > div:nth-child(3) i {
    max-width: 25px;
    width: 100%;
}

.order-text .icons > div span {
    font-size: 15px;
    font-weight: 500;
    color: #151a2a;
    display: inline-block;
    margin-left: 7px;
}
.order-text .bottom {
    font-size: 17px;
    color: #173a4e;
    text-align: center;
    margin-top: 15px;
}
.order-text .bottom b {font-weight: bold;}

/* PAY
-------------------------------------- */
.pay {padding-bottom: 100px;}
.pay .wrap {
    display: grid;
    grid-template-columns: 1fr 570px;
    grid-gap: 60px;
    margin-top: 60px;
}
.pay .wrap .col {padding: 0;}

.pay-table {
    background: #ffffff;
    padding: 18px;
    box-shadow: 0 0 76px 10px rgba(0,0,0,.1);
    border-radius: 15px;
}
.pay-table .row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #efeff0;
    transition: all 0.3s;
    position: relative;
    margin: 0;
}
.pay-table .row > div {
    width: 33.33%;
    text-align: center;
    font-size: 20px;
    color: #9b9ca4;    
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pay-table .row.head {border-top: none;}
.pay-table .row.head div {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 0;
    height: auto;
}
.col_last:after {
    content: '';
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../img/check-mark.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
    opacity: 0;
}
.pay-table .row:hover,
.pay-table .row.active {background: #f5fcfe;}
.pay-table .row.active .col_last:after {opacity: 1;}
.pay-table .row.head:hover {background: none;}
.pay-table .row.active .col_last {
    font-weight: bold;
    color: #11172c;
}

.pay .col p {
    font: 13px var(--camptonBook);
    color: #9b9ca4;
    padding-left: 55px;
    margin-top: 25px;
}

.pay .text {
    padding-top: 30px;   
    font-size: 20px;
}
.pay .text p + p {margin-top: 35px;}
.pay .text b {font-weight: 600;}
.pay .text .btn {margin-top: 35px;}


/* HEALTH
-------------------------------------- */
.health {
    background: #f3f3f3;
    padding: 75px 0 75px;
}

.health-head {
    background: #fff;
    border-radius: 13px;
    border: 1px solid #dcdcdc;
    padding: 70px 20px 20px 20px;
    font-size: 17px;
    position: relative;
}
.health-head:after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background: url(../img/health-head.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.health-row {
    margin-top: 85px;
}
.health-row .center {
    display: flex;
    align-items: flex-start;
    max-width: 1375px;
}

.health-image {
    position: relative;
    min-width: 590px;
    min-height: 720px;
    width: 100%;
} 
.health-image .banner-dots {
    position: absolute;
    top: -75px;
    left: -35px;
    z-index: 1;
}
.health-image video {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.health-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: -25px;
    bottom: -25px;
    left: 25px;
    background: #fff;
    border-radius: 20px;
}

.health-text {
    padding-left: 95px;
}
.health-row p:first-child {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #151b2f;
    position: relative;
    top: 1px;
}
.health-row h3.title {margin-bottom: 15px;}
.health-row h3.title span {color: #003353;}
.health-text p + p {margin-top: 20px;}
.health-text .fact {
    margin: 20px 0;
    padding: 5px 0 5px 20px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 76px;
    color: var(--akcent) !important;
}
.health-text .fact strong {font-weight: bold;}
.health-text .fact:before {
    content: '';
    display: block;
    width: 4px;
    background: var(--akcent);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.p-lists ul {margin-top: 15px; list-style: none;}
.p-lists li {
    list-style: none; 
    font-size: 18px; 
    font-weight: bold; 
    padding-left: 25px; 
    line-height: 35px;
    position: relative;
}

.p-lists ul li::before {
    content: "";
    background: #151b2f;
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5px;
    border-radius: 50%;
}

.health-text .group {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.health-text .group img {
    margin-left: 25px;
    margin-top: 5px;
}

.trustpilot {
    width: 220px;
    height: 52px;
    margin-left: 25px;
    margin-top: 10px;
    line-height: 0;
}

/* BOX TXTIMG
-------------------------------------- */
.box-txtimg {padding: 85px 0;}
.box-txtimg .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
}
.box-txtimg h2.title {
    text-align: left;
    font-size: 43px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.box-txtimg h2.title span {color: #013353;}
.box-txtimg p {font-size: 17px;}
.box-txtimg p b {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #212121;
}
.box-txtimg p + p {margin-top: 25px;}
.box-txtimg .line {
    color: #4bc4e3;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
}
.box-txtimg .link {
    color: #013353;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 20px;
}
.box-txtimg .link:hover {
    text-decoration: none;
    color: #4bc5e4;
}

.box-txtimg .image {
    position: relative;
    line-height: 0;
}
.box-txtimg .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    border-radius: 20px;
    background: #f3f3f3;
}
.box-txtimg .image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.box-txtimg .banner-dots {
    position: absolute;
    top: -50px;
    right: -60px;
    z-index: 3;
}

/* SIMPLE
-------------------------------------- */
.simple {
    padding: 50px 0 85px 0;
    background: #151a2a;
    color: #fff;
}

.crown {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
}

.simple h2.title {
    color: #fff;
    font-size: 67px;
    margin-top: 35px;
}
.simple p.subtitle {
    color: #fff;
    margin-top: 10px;
}

.simple-icons {
    display: flex;
    max-width: 1000px;
    margin: 50px auto 60px auto;
}
.slider-icons {display: none;}
.simple-icons li {
    width: 25%;
    text-align: center;
}
.simple-icons li p {
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    margin-top: 15px;
}

.simple-box {
    max-width: 950px;
    margin: 0 auto;
    border: 2px solid #888;
    padding: 15px 30px;
    text-align: center;
    font: 18px var(--camptonBook);
    line-height: 1.6;
    color: #fff;
}
.simple-box a {
    font-family: 'Campton', sans-serif;
    font-weight: bold;
    color: #fff;
}
.simple-box a:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff url(../img/arr.png) no-repeat left 5px top 3px;
    background-size: 6px;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
}
.simple-box a:hover {text-decoration: underline;}

/* TESTOSTERONE
-------------------------------------- */
.testosteron {
    padding: 75px 0 95px 0;
}

.testosteron-info {margin-top: 50px;}
.testosteron-info .wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
}
.testosteron-info .wrap:last-child {margin-bottom: 0;}
.testosteron-info .wrap > div {width: 50%;}
.testosteron-info .wrap > div:first-child {padding-right: 40px;}
.testosteron-info .wrap > div:last-child {padding-left: 40px;}
.testosteron-info .image {
    position: relative;
    line-height: 0;
    display: flex;
    align-items: flex-start;
}
.testosteron-info .image .banner-dots {
    position: absolute;
    top: -50px;
    right: -60px;
}
.testosteron-info .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: -25px;
    left: 25px;
    border-radius: 20px;
    background: #f3f3f3;
    z-index: -1;
}
.testosteron-info .image img:first-child {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.testosteron-info .bottle {
    position: absolute;
    left: -45px;
    bottom: -110px;
} 

.testosteron-info h3.title {font-size: 45px;}
.testosteron-info .wrap > div:last-child h3.title {font-size: 44px;}
.testosteron-info p.medium {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}

.testosteron-info p:not(.medium) {
    color: #000;
    font-size: 17.8px;
}
.testosteron-info p:not(.medium) strong {
    font-weight: 500;
    color: #151a2a;
}
.testosteron-info p:not(.medium) + p {
    margin-top: 20px;
}
.testosteron-info p a {
    font-weight: 500;
    color: #000;
}
.testosteron-info p a:hover {text-decoration: underline;}

.testosteron-info .line {
    margin: 30px 0;
    padding: 0 0 0 17px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}
.testosteron-info .line:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--akcent);
}
.testosteron-info .line p {
    position: relative;
    top: 2px;
}

.testosteron-info .btn {margin-top: 30px;}

.testosteron-info .reverse .image {
    order: 1;
    padding-right: 0 !important;
    padding-left: 50px;
}
.testosteron-info .reverse .text {
    padding-left: 0 !important;
    padding-right: 50px;
}

.testosteron-info .reverse .text img {margin-top: 30px;}
.testosteron-info .trustpilot-2 {
    margin-top: 30px;
    max-width: 471px;
}
.testosteron-info .group-icons {
    display: flex;
    align-items: center;
}

/* KING VIDEO
-------------------------------------- */
.king {
    background: var(--akcent);
}
.king .center {
    padding: 55px 0 65px 0;
    background: url(../img/skew.png) no-repeat right top;
    background-size: auto 100%;
}

.king .crown {margin-bottom: 50px;}
.king h2.title {
    color: #fff;
    font-size: 48px;
}
.king .speeker {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-top: 25px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.king .speeker:after,
.king .speeker:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 19px;
    background: url(../img/speeker.png) no-repeat;
}
.king .speeker:after {margin-left: 15px;}
.king .speeker:before {
    transform-origin: center;
    transform: rotate(-180deg);
    margin-right: 15px;
}
.king .speeker lottie-player {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}
.king .speeker lottie-player:first-child {
    transform-origin: center;
    transform: rotate(-180deg);
    margin-right: 15px;
}

.king-video {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    width: 1045px;
    position: relative;
}
.king-video:before {
    content: '';
    display: block;
    width: 1528px;
    height: 98px;
    background: url(../img/shadow-top.png);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    margin-top: -50px;
}
.king-video:after {
    content: '';
    display: block;
    width: 1558px;
    height: 98px;
    background: url(../img/shadow-bottom.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    margin-bottom: -60px;
}
.king-video video {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.king-video .btn-pause {
    display: none;
    opacity: 0;
}
.king-video .btn-stop {
    display: none;
    opacity: 0;
}
.king-video.playning {z-index: 99999;}
.king-video.playning .btn-play {display: none;}
.king-video.playning .btn-stop,
.king-video.playning .btn-pause {
    display: flex;
    opacity: 1;
}
.king-video.playning .btn-pause {
    display: flex;
    opacity: 0;
}
.king-video.playning:hover .btn-pause {opacity: 1;}

.btn-play {
    display: inline-block;
    width: 131px;
    height: 131px;
    background: url(../img/arr-video.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    animation-name: pulse-two;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.btn-play:hover {
    animation-play-state: paused;
    border-color: #a10e1c;
}

.btn-stop {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-stop svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.btn-stop:hover {
    background: #a10e20;
    border-color: #a10e20;
    transform: scale(0.95);
}

@keyframes pulse-two{0%{transform:scale(.95) translate(-50%, -50%)}50%{transform:scale(1) translate(-50%, -50%)}100%{transform:scale(.95) translate(-50%, -50%)}}

.btn-pause {
    width: 131px;
    height: 131px;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    animation-name: pulse-two;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.btn-pause span {
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
}
.btn-pause span:first-child {margin-right: 15px;}
.btn-pause:hover {
    animation-play-state: paused;
    border-color: #a10e1c;
}

.king-foot {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.king-foot > p:not(.border) {
    font-size: 20px;
    margin-bottom: 30px;
}
.king-foot > p.border {
    display: inline-block;
    font: 15px var(--camptonBook);
    padding: 7px 13px;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 40px;
}

/* PREPARATION
-------------------------------------- */
.preparation {
    padding-top: 70px;
}
.preparation .center {max-width: 1375px;}
.preparation p.subtitle {
    margin-top: 0;
    text-align: center;
}

.preparation-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}

.preparation-image {
    min-width: 625px;
    text-align: center;
    position: relative;
    line-height: 0;
}
.preparation-image .circle {
    position: absolute;
    top: 135px;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    animation: rotate 10s linear forwards infinite, shadow-pulse 3s infinite;
}
.customer-review-text p, .other-review-text p {font-size:15px;}
@keyframes rotate {
    0% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}

.preparation-text {
    padding: 0 0 75px 100px;
}
.preparation-text > lottie-player {
    margin: 40px 0;
}
.preparation-text > p + p {margin-top: 25px;}
.preparation-text > p strong {font-weight: 500;}

.preparation-text .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.signature lottie-player {
    max-width: 190px;
}

.signature .name {
    font: 17px var(--camptonBook);
}
.signature .profession {
    font-weight: 500;
    font-size: 17px;
}
.signature lottie-player {height: 100px;}

.preparation-text .btn-wrap {
    position: relative;
    top: 10px;
}

/* PAIN
-------------------------------------- */
.pain {
    background: url(../img/bg-pain.png) no-repeat center top;
    background-size: cover;
}

.pain-text {
    width: 50%;
    padding: 80px 0 55px 0;
    position: relative;
    color: #fff;
}
.pain-text h3.title {
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
}
.pain-text .image {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-bottom: -90px;
    min-width: 280px;
}
.pain-text .image .banner-dots {
    position: absolute;
    top: -170px;
    left: 25px;
    z-index: 1;
}
.pain-text .image img {
    position: relative;
    z-index: 2;
}

.pain-text p + p {
    margin-top: 25px;
}
.pain-text p strong {
    font-weight: 500;
    font-size: 24px;
    color: #e9b77f;
}

.pain-text .line {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.4;
    padding: 0 0 0 20px;
    position: relative;
    margin: 25px 0;
}
.pain-text .line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 3px;
}
.pain-text .line p {
    position: relative;
    top: 2px;
}

.pain-text .group {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
.pain-text .group img {
    margin-left: 25px;
    margin-top: 15px;
}
.pain-text .group .btn {min-width: 370px;}
.pain-text .group .trustpilot-3 {
    max-width: 228px;
    height: 54px;
    margin-left: 25px;
    margin-top: 15px;
    line-height: 0;
}

/* GROWTH
-------------------------------------- */
.growth {
    background: #fff;
    padding: 0 0 95px 0;
}
.growth p.subtitle {
    text-align: center;
    margin-top: 0;
}
.growth-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.growth-row .item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.growth-row .item:nth-child(1) {transition-delay: 0.5s;}
.growth-row .item:nth-child(2) {transition-delay: 1s;}
.growth-row .item:nth-child(3) {transition-delay: 1.5s;}
.growth-row .item .image {
    margin-bottom: 30px;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.growth-row .item:nth-child(1) .image img {
    width: 84%;
}
.growth-row .item h4 {
    font-family: 'Campton', sans-serif;
    font-size: 21px;
    margin-top: auto;
    margin-bottom: 10px;
}
.growth-row .item p {
    font-family: 'Campton-Book', sans-serif;
    font-size: 15px;
    line-height: 30px;
}
.growth-row .item p sup {
    font-size: 9px;
    line-height: 0;
}

.growth .center > .tx-center:last-child {
    margin-top: 65px;
}

/* WHY
-------------------------------------- */
.why {
    padding: 85px 0 55px 0;
    background: #f4f4f4;
}
.why .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1375px;
}

.why-image {
    min-width: 640px;
    position: relative;
    line-height: 0;
}
.why-image .bottle {
    position: absolute;
    left: 0;
    bottom: -95px;
    min-width: 270px;
    z-index: 2;
}
.why-image .banner-dots {
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 1;
}

.why-text {
    padding-left: 65px;
}
.why-text h2.title {text-align: left;}
.why-text h3 {
    font-size: 29px;
    color: #151a29;
    margin-top: 5px;
    margin-bottom: 20px;
}
.why-text p + p {margin-top: 20px;}
.why-text p strong {font-weight: 500;}

.line {
    padding: 5px 0 5px 20px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
.line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--akcent);
}

.why-text .line {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
}

.check li {
    font-weight: 500;
    list-style: disc;
    list-style-position: inside;
}
.check li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 15px;
    background: url(../img/check.png) no-repeat;
    margin-right: 10px;
    display:none;
}

.why-text .check {margin-bottom: 25px;}

.link {
    font-weight: bold;
    color: var(--akcent);
}
.link:hover {text-decoration: underline;}
.link:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #1e1e1e url(../img/arr-white.png) no-repeat left 7px top 5px;
    background-size: 6px;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
}

/* FREE
-------------------------------------- */
.free {
    padding: 90px 0 50px 0;
}
.free p.subtitle {
    text-align: center;
    margin-top: 0;
}

.free-row {
    max-width: 1175px;
    margin: 65px auto 0 auto; 
    background: #f3f3f3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.free-row:after {
    content: '';
    display: block;
    width: 80px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.free-text {
    padding: 25px 45px 35px 45px;
    position: relative;
}
.crown-2 {
    width: 65px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -10px;
}
.free-text h3 {
    font-size: 36px;
    color: #002340;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d9db;
    margin-bottom: 15px;
}

.free-text p {
    font-size: 19px;
    line-height: 1.5;
}
.free-text p + p {margin-top: 20px;}
.free-text > p > strong {
    font-weight: 500;
    font-size: 22px;
}

.range {
    position: relative;
    margin-top: 30px;
    margin-bottom: 65px;
    user-select: none;
}
.range input {
    position: relative;
    width: 100%;
    border: none;
    background: 0 0;
    margin: 0;
    outline: 0;
    padding: 0;
    cursor: drag;
    user-select: none;
}

.range input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: 0 0;
    margin: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
}
.range input::-moz-range-thumb{
    display:block;
    height: 40px;
    width: 40px;
    opacity: 0;
}
.range input::-o-slider-thumb {
    display:block;
    height: 40px;
    width: 40px;
    opacity: 0;
}
.range input::-webkit-slider-thumb {
    display:block;
    height: 40px;
    width: 40px;
    opacity: 0;
}
.range input::slider-thumb {
    display:block;
    height: 40px;
    width: 40px;
    opacity: 0;
    background:transparent;
}
.range-color {
    display: flex;
    position: relative;
}
.range-color:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.5);
    border-radius: 30px;
}
.range-color > div {
    height: 37px;
    width: 10%;
    position: relative;
}
.range-color > div:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #cdcecf;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -0.5px;
    margin-top: 12px;
}
.range-color > div:nth-child(1) {
    background: #40a97d;
    border-radius: 30px 0 0 30px;
}
.range-color > div:nth-child(2) {background: #5eb85a;}
.range-color > div:nth-child(3) {background: #b6c53d;}
.range-color > div:nth-child(4) {background: #ede233;}
.range-color > div:nth-child(5) {background: #fbd330;}
.range-color > div:nth-child(6) {background: #feb02f;}
.range-color > div:nth-child(7) {background: #f8812d;}
.range-color > div:nth-child(8) {background: #f2562a;}
.range-color > div:nth-child(9) {background: #dc1728;}
.range-color > div:nth-child(10) {
    background: #b5272d;
    border-radius: 0 30px 30px 0;
}
.range-color > div span {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: 30px;
    transform: translateX(-50%);
    color: #cdcecf;
}
.range-custom {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: width 0.1s linear;
}
.range-custom:after {
    content: '';
    display: block;
    width: 71px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 100%;
    background: url(../img/range.png) no-repeat;
    transform: translate(-50%, -50%);
}
.range-color > div:nth-child(1) span {color: #dddede;}
.range-color > div:nth-child(2) span {color: #d6d7d7;}
.range-color > div:nth-child(3) span {color: #cdcecf;}
.range-color > div:nth-child(4) span {color: #d2d2d3;}
.range-color > div:nth-child(5) span {color: #f5e5c9;}
.range-color > div:nth-child(6) span {color: #fbc56c;}
.range-color > div:nth-child(7) span {color: #f6ab77;}
.range-color > div:nth-child(8) span {color: #f27d5c;}
.range-color > div:nth-child(9) span {color: #df3241;}
.range-color > div:nth-child(10) span {color: #cc7377;}

.range-color > div:nth-child(1):after {background: #dddede;}
.range-color > div:nth-child(2):after {background: #d6d7d7;}
.range-color > div:nth-child(3):after {background: #cdcecf;}
.range-color > div:nth-child(4):after {background: #d2d2d3;}
.range-color > div:nth-child(5):after {background: #f5e5c9;}
.range-color > div:nth-child(6):after {background: #fbc56c;}
.range-color > div:nth-child(7):after {background: #f6ab77;}
.range-color > div:nth-child(8):after {background: #f27d5c;}
.range-color > div:nth-child(9):after {background: #df3241;}
.range-color > div:nth-child(10):after {background: #cc7377;}

.range-color > div:nth-child(1):before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #cdcecf;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 12px;
    margin-left: -0.5px;
}
.range-color > div:nth-child(1) span:first-child {
    left: 0;
    color: #cdcecf;
}


.free-text ul {
    margin: 20px 0 30px 0;
}
.free-text ul li {
    font-size: 17px;
}
.free-text ul li strong {
    font-weight: bold;
}
.free-text ul li:nth-child(1) strong {color: #fcc56b;}
.free-text ul li:nth-child(2) strong {color: #ffaf2b;}
.free-text ul li:nth-child(3) strong {color: #ff8124;}
.free-text ul li:nth-child(4) strong {color: #ff541e;}
.free-text ul li:nth-child(5) strong {color: #da1315;}
.free-text ul li:nth-child(6) strong {color: #b2272c;}

.free-text .group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.free .hippa {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-top: 20px;
}
.free .hippa p {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #a4a4a4;
    margin-left: 10px;
}
.free .hippa:last-child {
    margin-left: 20px;
}
.free .hippa:last-child img {
    position: relative;
    top: -7px;
}

.free-text .btn-wrap {
    position: relative;
}
.free-text .btn-wrap .label {
    margin-left: -27px;
}
.free-text  .btn-wrap .label p.bottom {
    text-align: center;
    text-indent: 33px;
}

.free-text .arr {
    display: block;
    width: 113px;
    height: 153px;
    background: url(../img/big-arrow.png) no-repeat;
    position: absolute;
    right: 100%;
    bottom: 100%;
    margin-right: 10px;
    margin-bottom: -67px;
    opacity: 1;
}
.free-text .arr.anim {
    animation: toggle 1s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes toggle{
    0%{transform:rotate(0deg)}
    20%{transform:rotate(10deg)}
    40%{transform:rotate(-10deg)}
    60%{transform:rotate(10deg)}
    80%{transform:rotate(-10deg)}
    100%{transform:rotate(0deg)}
}

.free-image {
    min-width: 440px;
    position: relative;
    margin-top: -10px;
    position: relative;
    z-index: 2;
}
.free-image:after {
    content: '';
    display: block;
    border-radius: 20px;
    background: #f3f3f3;
    position: absolute;
    top: 45px;
    right: -20px;
    bottom: 30px;
    left: 45px;
    z-index: -2;
}
.free-image .banner-dots {
    position: absolute;
    right: -155px;
    top: -95px;
}

/* STANDART
-------------------------------------- */
.standart {
    padding: 45px 0 55px 0;
    background: url(../img/standart.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.standart h3.title {
    font-size: 48px;
    color: #fff;
    margin-top: 30px;
}
.standart h3.title span {color: #6ec2e0;}
.standart p.subtitle {
    margin-top: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 35px;
}

.standart p.border {
    display: inline-block;
    padding: 10px 13px;
    border: 1px solid #d7d8db;
    font: 15px var(--camptonBook);
    margin-bottom: 45px;
}

.standart .btn-wrap .label p.bottom {
    font: 16px var(--camptonBook);
    color: #151a2a;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    text-indent: 25px;
}

.standart .btn {
    max-width: 395px;
    min-width: 395px;
    padding-left: 30px;
    padding-right: 30px;
}
.standart .btn-wrap p {
    padding-left: 0;
    text-indent: 0 !important;
}

/* ABOUT
-------------------------------------- */
.about {
    padding: 125px 0 80px 0;
}
.about h3.title span {color: #003353;}
.about p.subtitle {
    font-size: 31px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
    color: #2d2d2d;
}
.about p.subtitle span {color: #003353;}
.about .center {
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.content-accordeon {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
} 

.about-text {padding-right: 70px;}
.about-text h2.title {text-align: left;}

.accordeon {margin-top: 25px;}
.about .item-accordeon:nth-child(2) {transition-delay: 0.3s;}
.about .item-accordeon:nth-child(3) {transition-delay: 0.6s;}
.about .item-accordeon:nth-child(4) {transition-delay: 0.9s;}
.btn-accordeon {
    padding: 20px 0 20px 0;
    font: 22px/1.3 'Campton-Book', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d9db;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    cursor: pointer;
}
li.item-accordeon div.btn-accordeon{
    text-transform: none;
}
.btn-accordeon .plus {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    position: relative;
    margin-right: 20px;
}
.btn-accordeon .plus:before {
    content: '';
    display: block;
    width: 1px;
    background: #00ACDB;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -0.6px;
    transition: all 0.3s;
}
.btn-accordeon .plus:after {
    content: '';
    display: block;
    height: 1px;
    background: #00ACDB;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -0.5px;
    transition: all 0.3s;
}
.item-accordeon.active .plus:before {opacity: 0;}
.content-accordeon .inner {
    padding: 20px 0 0 0;
    font-size: 20px;
}
.content-accordeon .inner ul {
    margin-top: 25px;
}
.content-accordeon .inner ul li {
    position: relative;
    padding-left: 20px;
}
.content-accordeon .inner ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
}

.about-image {
    min-width: 545px;
    line-height: 0;
    position: relative;
}
.about-image .bottle {
    position: absolute;
    left: -40px;
    bottom: -85px;
}
.about-image .banner-dots {
    position: absolute;
    left: 0;
    top: -30px;
}

.track-wrap {overflow: hidden;}
.track {display: flex;}
.slide-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-item img {
    display: block;
    width: 100%;
}

/* ANIMATION
-------------------------------------- */
.js-scroll,
.js-product {
    opacity: 0;
    transition: opacity 500ms;
}
.js-scroll.scrolled,
.js-product.scrolled {
    opacity: 1;
}
.scrolled.fade {
    animation: fade 0.6s ease-in-out both;
}
.scrolled.fade-bottom {
    animation: fade-bottom 0.6s ease-in-out both;
}
.scrolled.fade-top {
    animation: fade-top 0.6s ease-in-out both;
}
.scrolled.fade-left {
    animation: fade-left 0.6s ease-in-out both;
}
.scrolled.fade-right {
    animation: fade-right 0.6s ease-in-out both;
}

@keyframes fade-bottom {
    0% {transform: translateY(50px);}
    100% {transform: translateY(0);}
}

@keyframes fade-top {
    0% {transform: translateY(-50px);}
    100% {transform: translateY(0);}
}

@keyframes fade-left {
    0% {transform: translateX(-50px);}
    100% {transform: translateX(0);}
}

@keyframes fade-right {
    0% {transform: translateX(50px);}
    100% {transform: translateX(0);}
}

/* POPUP
-------------------------------------- */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    display: none;
    background:rgba(0,0,0,0);
}
.popup-overlay.active {
    display: block;
    background:rgba(0,0,0,0);
    animation: background 0.5s forwards;
}

@keyframes background {
    0% {background:rgba(0,0,0,0)}
    100% {background:rgba(0,0,0,0.8)}
}

.fixed-right {
    position: fixed;
    right: -5px;
    top: 115px;
    z-index: 998;
    width: 130px;
    height: 185px;
    transition: .3s linear;
    opacity: 1;
}

/* FOOTER
-------------------------------------- */
.footer {
    background-color: #151b2f;
    color: #fff;
    overflow: hidden;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.footer-middle {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding: 40px 0 70px 0;
}

.footer-middle__column {
    width: 21%;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 40px;
}
.footer-middle__column > div + div {margin-top: 10px;}
.footer-middle__column a {color: #fff;}
.footer-middle__column a:hover {text-decoration: underline;}
.footer-middle__column.last img {display: inline-block;}
.footer-middle__column.last {
    text-align: right;
    width: 12%;
}
.footer-bottom {
    display:block;
    align-items: center;
    padding-bottom: 50px;
}
.footer-bottom__column {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    display: block;
    text-align: left;
}
.footer-bottom__column a {color: rgba(255, 255, 255, 0.5);}
.footer-bottom__column a:hover {text-decoration: underline;}
.footer-bottom__column.copy {
    text-align: left;
    display: flex;
    align-items: center;
}
.footer-bottom__column.copy img {margin-left: 15px;}

.footer-title {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin-bottom: 15px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.social {
    line-height: 1.5;
    white-space: nowrap;
}
.social__link {
    color: inherit;
    margin-right: 40px;
    font-size: 2.2rem;
    display: inline-block;
    vertical-align: middle;
}
.social__link:last-child {
    margin-right: 0;
}
.social__link .icon {
    display: block;
    width: 24px;
    height: 24px;
}
.social__link .icon-youtube {
    font-size: 2.5rem;
}
.social__link:hover .icon {
    color: #b4975a;
}

@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.customer-review { background: #003353; }
.customer-review:before { left: -8%; }

@media screen and (max-width: 1300px) {
    body {font-size: 14px;}
    h2.title {font-size: 35px;}
    .center {max-width: 950px;}

    .fixed-right {
        width: 100px;
        height: 100px;
    }

    .ic-dolar, .ic-dolarblue {
        width: 17px;
        height: 17px;
    }

    /* HEADER */
    .header nav {margin-right: 35px;}
    .header nav a {
        font-size: 9px;
    }
    .header nav li + li {
        margin-left: 10px;
    }
    .btn-head {
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
    }
    .logo {
        width: 120px;
        background-size: contain;
    }

    /* HOME */
    .home {padding-top: 49px;}
    .home .center {padding: 70px 15px 50px 15px;}
    .home p.subtitle {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .home h1 {
        font-size: 45px;
    }
    .home p.text {
        font-size: 14px;
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 525px;
    }
    .home-product {
        margin-bottom: -135px;
        max-width: 400px;
    }

    .btn {
        height: 50px;
        padding: 0 20px 0 20px !important;
        font-size: 12px;
        line-height: 50px;
    }
    .btn i {
        width: 25px;
        height: 25px;
        background-position: left 11px top 8px;
        background-size: 6px;
        margin-left: 15px;
    }
    .btn-wrap .label {margin-top: 15px;}
    .btn-wrap .label p:first-child {font-size: 12px;}
    .btn-wrap .label p:first-child:before,
    .btn-wrap .label.black p:first-child:before {
        width: 15px;
        height: 16px;
        background-size: 15px;
    }
    .standart .btn-wrap .label p.bottom {font-size: 13px;}

    .home .group .hippa i {
        max-width: 115px;
    }
    .home .group .hippa {margin-left: 15px;}
    .home .group .hippa:last-child {
        margin-left: 0;
    }
    .home .group .hippa img {max-width: 35px;}
    .home .group .hippa:last-child img {
        max-width: 33px;
        top: -4px;
    }
    .home .group .hippa p {
        font-size: 9px;
        line-height: 12px;
        margin-left: 8px;
    }

    .hippa-icon {
        width: 115px;
    }

    /* ORDER */
    .order {padding: 80px 0;}
    .order .center {
        grid-template-columns: 1fr 400px;
        grid-gap: 0 60px;
    }
    .order-text h3 {font-size: 28px;}
    .order-text p {font-size: 14px;}
    .order-text li {font-size: 14px;}

    .radio-checkbox {
        padding: 10px 20px 10px 10px;
        min-height: 75px;
        margin-bottom: 20px;
    }
    .radio-checkbox .checkbox {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .radio-checkbox .checkbox:after {
        width: 14px;
        height: 12px;
        background-size: 14px;
    }
    .radio-checkbox h2 {font-size: 16px;}
    .radio-checkbox h3 {font-size: 12px;}
    .radio-checkbox p {font-size: 11px;}
    .radio-checkbox .save {
        height: 27px;
        padding: 2px 20px 0 20px;
        font-size: 9px;
    }
    .radio-checkbox .price {
        min-width: 70px;
        font-size: 25px;
    }
    .radio-checkbox .price .dol {
        font-size: 16px;
    }
    .radio-checkbox .price sub,
    .radio-checkbox .price .num {
        font-size: 14px;
    }
    .radio-checkbox .best {
        right: 7px;
        min-height: 22px;
        font-size: 10px;
    }
    .radio-checkbox .best span {top: 1px;}
    .radio-checkbox .best:after {
        width: 7px;
        height: 11px;
        margin-left: 5px;
        background-size: 7px;
    }

    .order-form .total {
        padding: 0 40px;
        height: 55px;
    }
    .order-form .total-text {
        padding-right: 25px;
    }
    .order-form .total-text:after {height: 35px;}
    .order-form .total-text p {font-size: 16px;}
    .order-form .total-text p:first-child {
        margin-right: 20px;
    }
    .order-form .buy {
        padding-left: 25px;
        font-size: 16px;
    }

    .order-text .icons {margin-top: 20px;}
    .order-text .icons > div span {
        font-size: 12px;
        margin-left: 5px;
    }
    .order-text .icons > div:nth-child(1) i {
        max-width: 30px;
    }
    .order-text .icons > div:nth-child(2) i {
        max-width: 15px;
    }
    .order-text .icons > div:nth-child(3) i {
        max-width: 20px;
    }
    .order-text .bottom {
        font-size: 12px;
        margin-top: 10px;
    }

    /* PAY */
    .pay .wrap {
        grid-template-columns: 1fr 400px;
        grid-gap: 30px;
    }
    
    .pay-table .row > div {
        height: 60px;
        font-size: 15px;
    }
    .pay-table .row.head div {
        padding: 15px 0;
        font-size: 11px;
    }
    .col_last:after {
        width: 30px;
        height: 30px;
        right: 10px;
        background-size: 30px;
    }

    .pay .text {
        font-size: 17px;
        padding-top: 20px;
    }
    .pay .text p + p {margin-top: 25px;}
    .pay .text .btn {margin-top: 25px;}
    .pay-table .row img {
        max-width: 110px;
    }
    .pay-table .row:nth-last-child(2) img {
        max-width: 90px;
    }

    /* HEALTH */
    .health {padding: 100px 0 50px 0;}
    .health-head {
        padding: 60px 15px 15px 15px;
        font-size: 12px;
    } 
    .health-head:after {
        width: 100px;
        height: 100px;
        background-size: 100px;
    }
    .health-image {min-width: 450px;}
    .health-image:after {
        top: 15px;
        right: -15px;
        bottom: -15px;
        left: 15px;
    }
    .health-text {
        padding-left: 60px;
    }

    .health-row p:first-child {font-size: 15px;}
    h3.title {font-size: 33px;}
    .health-text .fact {
        margin: 15px 0;
        font-size: 16px;
        min-height: 58px;
    }
    .health-text p + p {
        margin-top: 15px;
    }
    .health-text .group {margin-top: 15px;}
    .btn-wrap p.last {
        font-size: 13px;
        margin-top: 15px;
    }
    .health-text .group img {
        margin-left: 15px;
        margin-top: 12px;
        max-width: 150px;
    }
    .health-text .btn-wrap .btn {width: 100%;} 
    .trustpilot {
        width: 170px;
        margin-left: 15px;
        margin-top: 5px;
        height: 40px;
    }

    .banner-dots {
        width: 170px !important;
        height: 170px !important;
    }

    .p-lists {margin-bottom: 20px;}
    .p-lists li {
        font-size: 18px;
        line-height: inherit;
        display: flex;
        align-items: center;
    }

    /* BOX TXTIMG */
    .box-txtimg .center {grid-gap: 30px;}
    .box-txtimg h2.title {font-size: 30px;}
    .box-txtimg p {font-size: 13px;}
    .box-txtimg p b {font-size: 17px;}
    .box-txtimg .line {font-size: 13px;}
    .box-txtimg .image:before {
        top: 15px;
        right: 15px;
        bottom: -15px;
        left: -15px;
    }
    .box-txtimg .banner-dots {
        top: -30px;
        right: -30px;
    }

    /* SIMPLE */
    .simple {padding: 30px 0 70px 0;}
    .simple h2.title {font-size: 40px;}
    .crown i {
        width: 60px;
        min-width: 60px;
        height: 42px;
        background-size: 60px;
    }
    .crown:before,
    .crown:after {
        background-size: 200px;
        width: 200px;
    }
    p.subtitle {font-size: 13px;}

    .simple-icons {
        max-width: 650px;
        margin: 35px auto 40px auto;
    }
    .simple-icons li img {max-width: 65px;}
    .simple-icons li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .simple-box {
        max-width: 650px;
        padding: 10px 20px;
        font-size: 10px;
    }
    .simple-box a:after {
        width: 15px;
        height: 15px;
        background-position: left 5px top 3px;
        background-size: 6px;
        margin-left: 7px;
    }

    /* TESTOSTEREN */
    .testosteron {padding: 50px 0 60px 0;}
    .testosteron-info {margin-top: 70px;}
    .testosteron-info .wrap > div:first-child {
        padding-right: 20px;
    }
    .testosteron-info .wrap > div:last-child {
        padding-left: 20px;
    }
    .testosteron-info .image:after {
        right: 4px;
        bottom: -15px;
    }
    .testosteron-info .wrap > div:last-child h3.title {
        font-size: 32px;
    }
    .testosteron-info p.medium {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .testosteron-info p:not(.medium) {
        font-size: 13px;
    }
    .testosteron-info p:not(.medium) br {display: none;}
    .testosteron-info p:not(.medium) + p {
        margin-top: 15px;
    }
    .testosteron-info .wrap {margin-bottom: 70px;}
    .testosteron-info .reverse .text {
        padding-right: 20px;
    }
    .testosteron-info .reverse .image {
        padding-left: 20px;
    }
    .testosteron-info .image:after {left: 9px;}
    .testosteron-info .line {
        margin: 20px 0;
        position: relative;
        font-weight: bold;
        font-size: 12px;
    }
    .testosteron-info .reverse .text img {
        margin-top: 20px;
        max-width: 290px;
    }
    .testosteron-info .bottle {
        left: -25px;
        bottom: -81px;
        max-width: 170px;
    }
    .testosteron-info .trustpilot-2 {
        max-width: 350px;
    }

    /* STANDART */
    .crown img {max-width: 230px;}

    /* KING */
    .king .center {padding: 40px 0 50px;}
    .king h2.title {font-size: 33px;}
    .king .speeker {font-size: 11px;}
    .king-video {width: 650px;}
    .king-video:before {
        width: 900px;
        height: 90px;
        background: url(../img/shadow-top.png) no-repeat center;
        background-size: 900px;
    }
    .king-video:after {
        width: 900px;
        height: 58px;
        background: url(../img/shadow-bottom.png) no-repeat center;
        background-size: 900px;
        margin-bottom: -30px;
    }
    .king-foot {margin-top: 30px;}
    .king-foot > p:not(.border) {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .king-foot > p.border {
        font-size: 13px;
        padding: 5px 10px;
        margin-bottom: 30px;
    }
    .king .btn {
        width: 100%;
        font-size: 13px;
    }

    /* PREPARATION  */
    .preparation {padding-top: 50px;}
    .preparation-row {margin-top: 20px;}
    .preparation-image {min-width: 450px;}
    .preparation-text {
        padding: 0 0 50px 50px;
        font-size: 13px;
    }
    .preparation-text > img {margin: 20px 0;}
    .preparation-text > p + p {margin-top: 15px;}
    .signature img {max-width: 150px;}
    .signature .name {font-size: 14px;}
    .signature .profession {font-size: 13px;}
    .signature lottie-player {max-width: 150px;}

    /* PAIN */
    .pain-text {
        padding: 50px 0 35px 0;
        font-size: 13px;
    }
    .pain-text h3.title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .pain-text p strong {font-size: 14px;}
    .pain-text .line {font-size: 14px;}
    .pain-text .group .btn {
        min-width: 278px;
    }
    .pain-text .group img {
        margin-left: 20px;
        margin-top: 10px;
        max-width: 160px;
    }
    .pain-text .image {
        margin-bottom: -80px;
        min-width: 200px;
    }
    .pain-text .group .trustpilot-3 {height: 37px;}

    /* GROWTH */
    .growth {padding: 0 0 70px 0;}
    .growth-row {margin-top: 30px;}
    .growth-row .item .image {
        margin-bottom: 20px;
        min-height: 285px;
    }
    .growth-row .item .image img {max-width: 250px;}
    .growth-row .item h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .growth-row .item p {
        font-size: 12px;
        line-height: 20px;
    }
    .growth .center > .tx-center:last-child {
        margin-top: 45px;
    }

    /* WHY */
    .why {
        padding: 60px 0 35px 0;
    }
    .why-image {min-width: 450px;}
    .why-image .bottle {
        bottom: -65px;
        max-width: 180px;
        min-width: initial;
    }
    .why-text {
        font-size: 13px;
        padding-left: 40px;
    }
    .why-text h3 {
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .why-text p + p {
        margin-top: 15px;
    }
    .line {
        font-size: 16px;
        margin: 15px 0;
    }
    .link:after {
        width: 15px;
        height: 15px;
        background-position: left 5px top 3px;
        background-size: 6px;
        margin-left: 7px;
    }
    .why-text .check {
        margin-bottom: 15px;
    }

    /* FREE */
    .free {
        padding: 50px 0 30px 0;
    }
    .free-image {min-width: 300px;}
    .free-image:after {right: -15px;}
    .free-text {
        padding: 15px 25px 20px 25px;
        position: relative;
    }
    .free-text h3 {font-size: 28px;}
    .free-text p {font-size: 14px;}
    .free-text p strong {font-size: 11px;}
    .free-text ul li {
        font-size: 14px;
    }
    .btn-wrap .label p.bottom {font-size: 11px;}
    .free-text .btn-wrap .label p.bottom {
        text-indent: 25px;
    }   

    .free-text .group {justify-content: flex-start;}
    .free-text .group .hippa {
        margin-left: 15px;
        margin-top: 17px;
    }
    .free-text .group .hippa:last-child {margin-left: 20px;}
    .free-text .group .hippa img {max-width: 35px;}
    .free-text .group .hippa:last-child img {
        max-width: 33px;
        top: -4px;
    }
    .free-text .group .hippa p {
        font-size: 9px;
        line-height: 12px;
        margin-left: 8px;
    }
    .free-text .arr {
        width: 60px;
        height: 85px;
        background-size: 60px;
        margin-bottom: -45px;
    }
    .free-image .banner-dots {
        right: -75px;
        top: -50px;
    }
    .range-color > div {height: 30px;}
    .range-custom:after {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    /* ABOUT */
    .about {padding: 80px 0 50px;}
    .about-image {min-width: 350px;}
    .about-image .bottle {
        left: -15px;
        bottom: -50px;
        max-width: 140px;
    }
    .about p.subtitle {font-size: 21px;}
    .btn-accordeon {
        font-size: 15px;
        padding: 15px 0;
    }
    .content-accordeon .inner {
        font-size: 15px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .hide-1100 {display: none !important;}

    .btn-head {
        padding: 0 15px;
        margin-left: 0;
    }
    .btn-head span {top: 1px;}
    .btn-head:after {
        width: 20px;
        min-width: 20px;
        height: 20px;
        background-position: 8px 6px;
        background-size: 5px;
    }
}

@media screen and (max-width: 991px) {
    h2.title {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .show-991 {display: block !important;}

    /* HEADER */
    .logo {
        width: 100px;
        background-size: contain;
    }
    .header nav {margin-right: 10px;}
    .header nav li + li {margin-left: 10px;}
    .header nav a {font-size: 9px;}
    .btn-head {
        font-size: 11px;
        padding: 0 10px;
        margin-left: 0;
    }

    /* HOME */
    .home {padding-top: 100px;}
    .home-product {
        margin-bottom: -105px;
        max-width: 350px;
        margin-right: -30px;
    }
    .home h1 {
        font-size: 40px;
    }
    .home p.subtitle {
        font-size: 14px;
        margin-bottom: 0;
    }
    .home .center {
        padding: 10px 15px 20px 15px;
    }
    .home .btn-wrap .label {
        align-items: center;

    }
    .home .btn {width: 100%;}
    .home .btn-wrap .label p:first-child {padding-left: 0;}
    .btn-wrap {min-width: 280px;}

    .home .group .hippa {
        margin-left: 5px;
        margin-top: 13px;
        width: auto !important;
    }
    .home .group .hippa i {
        max-width: 85px;
    }
    .home .group .hippa:last-child {
        margin-left: 10px;
    }
    .home .group .hippa:last-child img {
        min-width: 25px;
        max-width: 25px;
    }
    .home .group .hippa p {
        margin-left: 5px;
        font-size: 7px;
    }
    .hippa-icon {
        width: 90px;
    }
    .home p.text {
        font-size: 12px;
        max-width: 460px;
    }

    /* ORDER */
    .order .center {
        grid-template-columns: 1fr 360px;
        grid-gap: 0 30px;
    }

    .order-slider h3 {font-size: 25px;}
    .order-slider p {font-size: 17px;}

    .order-form .total-text p,
    .order-form button[type="submit"] {
        font-size: 14px;
    } 
    .order-form .total-text {
        padding-right: 20px;
    }
    .order-form .buy {
        padding-left: 20px;
    }
    .order-text .icons > div span {
        font-size: 10px;
    }

    /* PAY */
    .pay-table {padding: 15px;}
    .pay .wrap {grid-template-columns: 1fr 350px;}
    .pay .text {font-size: 16px;}
    .pay .col p {
        font-size: 11px;
        padding-left: 0;
    }
    .pay-table .row > div {font-size: 14px;}
    .col_last:after {
        width: 20px;
        height: 20px;
        right: 9px;
        background-size: 20px;
    }
    .pay-table .row img {
        max-width: 90px;
    }
    .pay-table .row:nth-last-child(2) img {
        max-width: 70px;
    }

    /* HEALTH */
    .health-image {
        min-width: 300px;
    }
    .health-text {
        padding-left: 40px;
    }
    h3.title {
        font-size: 28px;
    }
    .health-text .fact {
        font-size: 14px;
        min-height: 52px;
    }
    .health-text .group img {max-width: 110px;}
    .health-text .btn-wrap {min-width: 252px;}
    .trustpilot {
        width: 135px;
        margin-left: 10px;
        margin-top: 10px;
    }

    /* BOX TXTIMG */
    .box-txtimg h2.title {
        font-size: 25px;
    }

    /* TESTOSTERON */
    .testosteron-info .wrap > div:last-child h3.title {
        font-size: 25px;
    }
    .testosteron-info .line {
        margin: 15px 0;
        font-size: 10px;
    }
    .testosteron-info .bottle {max-width: 140px;}
    .testosteron-info .trustpilot-2 {
        max-width: 280px;
    }

    /* PREPARATION */
    .preparation-image {
        min-width: 260px;
    }
    .preparation-text {padding-left: 30px;}
    .preparation-image .circle {top: 60px;}

    /* PAIN */
    .pain {background-position: right top;}
    .pain-text {width: 65%;}
    .pain-text .group .trustpilot-3 {
        margin-top: 7px;
    }

    /* GROWTH */
    .growth-row .item {padding: 0 10px;}
    .growth-row .item h4 {font-size: 14px;}
    .growth-row .item .image img {
        max-width: 200px;
    }
    .growth-row .item .image {min-height: 225px;}
    .growth-row .item p br {display: none;}

    /* WHY */
    .why-image {
        min-width: 300px;
    }
    .why-image .bottle {
        bottom: -45px;
        max-width: 120px;
        min-width: initial;
    }
    .banner-dots {
        width: 150px !important;
        height: 150px !important;
    }
    .why-text h3 {font-size: 19px;}

    /* FREE */
    .free-text h3 {
        font-size: 21px;
    }
    .free-text ul li {
        font-size: 12px;
    }
    .free-text .group {
        flex-wrap: wrap;
        justify-content: center;
    }
    .free-text .group .hippa {
        margin-left: 0;
        margin-top: 15px;
        min-width: 50%;
        justify-content: center;
    }
    .free-text .group .hippa:last-child {
        margin-left: 0;
    }

    /* STANDART */
    .standart h3.title {font-size: 38px;}

    /* ABOUT */
    .about-image {
        min-width: 250px;
    }
    .about-image .bottle {
        bottom: -35px;
        max-width: 100px;
    }
    .about p.subtitle {font-size: 17px;}
    .btn-accordeon {font-size: 12px;}
    .order-text{
        padding-top:0;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .fixed-right {
        width: 60px;
        height: 60px;
        display: none;
    }

    .show-700 {display: block !important;}
    .hide-700 {display: none !important;}

    .btn-wrap {min-width: 260px;}
    .btn:not(.hover) {
        min-width: 265px;
        max-width: 265px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0 15px !important;
    }
    .btn:not(.hover) i {margin-left: 20px;}

    .home .btn i {
        position: static;
        transform: none;
    }

    .crown img {max-width: 180px;}

    .ic-dolar, .ic-dolarblue {
        width: 14px;
        height: 14px;
        margin-right: 2px;
        top: 2px;
    }

    /* HEADER */
    .btn-head span {top: 1px;}
    .header {padding: 0;}

    .logo {
        width: 112px;
        background-size: contain;
    }

    nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.9);
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 9991;
        opacity: 0;   
        margin-right: 0 !important;  
    }
    nav .tx-center {
        display: block;
        margin-top: 30px;
    }
    nav .tx-center .btn-head {
        margin-right: 0;
        font-size: 16px;
        width: 230px;
        height: 45px;
        line-height: 48px;
        justify-content: center;
    }
    nav .tx-center .btn-head:after {
        width: 25px;
        height: 25px;
        background-size: 7px;
        background-position: 10px 7px;
    }
    .header.nav-active nav {
        display: flex;
        animation: opacity 0.3s linear forwards;
    }
    .header nav ul {
        display: block;
    }
    .header nav ul li + li {
        margin-left: 0;
    }
    .header nav ul a {
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
    }
    .header-line .center {
        position: relative;
        top: 0;
    }
    
    .btn-nav {
        width: 20px;
        height: 16px;
        z-index: 9999;
        position: relative;
        cursor: pointer;
    }
    .btn-nav span {
        width: 100%;
        height: 2px;
        background: #4bc5e4 ;
        display: block;
        transform-origin: center;
        transition: all 0.3s;
    }
    .btn-nav span + span {margin-top: 5px;}
    .header.nav-active .btn-nav span {
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
    }
    .header.nav-active .btn-nav span:first-child {transform: rotate(45deg);}
    .header.nav-active .btn-nav span:last-child {transform: rotate(-45deg);}
    .header.nav-active .btn-nav span:nth-child(2) {display: none;}

    .btn-head {
        width: 168px;
        height: 39px;
        line-height: 42px;
        font-size: 11px;
        margin-left: auto;
        margin-right: 15px;
    }

    /* HOME */
    .home {
        background: url(../img/bg-home.jpg) no-repeat top right;
        background-size: cover;
        padding-top: 68px;
    }
    .home h1 {
        font-size: 32px;
        margin-top: 5px;
    }
    .home p.text {font-size: 13px;}
    .home p.text br {display: none;}
    .home .group .hippa:last-child {display: none;}
    .home .group .hippa {margin-top: 14px;}
    .hippa-icon {
        width: 90px;
    }

    .home-product {
        position: static;
        max-width: 450px;
        margin-right: 0;
        margin-left: -20px;
        margin-bottom: -190px;
    }

    .home .group .hippa {
        margin-top: 12px;
        margin-left: 20px;
    }
    .home .group .hippa i {max-width: 100px;}

    /* ORDER */
    .order {padding-top: 0;}
    .order .center {
        grid-template-columns: 1fr;
    }
    .order-slider {
        margin-left: -15px;
        margin-right: -15px;
    }
    .order-slider .image {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 0;
    }

    .order-text {
        margin-bottom: 30px;
        padding-top: 25px;
    }
    .order-text p,
    .order-text li {font-size: 13px;}

    .order-form .total {padding: 0 15px;}
    .order-form .total-text p, 
    .order-form .buy {
        font-size: 15px;
    }

    .order > .center > .order-slider.d-none {
        margin-left: 0;
        margin-right: 0;
    }
    .order-slider h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .order-slider p {font-size: 25px;}
    .order-slider .flickity-page-dots .dot {
        margin: 0 5px;
    }
    .radio-checkbox {padding: 10px 15px 10px 10px;}
    .order-slider .carousel-cell {text-align: center;}
    .order-slider .carousel-cell img {max-width: 90px;}
    .order-slider .flickity-page-dots {margin-top: 15px;}
    .order-text .icons > div span {
        font-size: 12px;
    }
    .order-text .bottom {font-size: 15px;}

    /* PAY */
    .pay {padding-bottom: 50px;}
    .pay h2.title {font-size: 40px;}
    .pay .wrap {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    .pay .wrap .col {padding: 0 15px;}
    .pay-table {padding: 10px;}
    .pay-table .row.head div {
        padding: 10px 0;
        font-size: 10px;
    }
    .pay-table .row img {max-width: 200px;}
    .pay-table .row img {max-width: 90px;}
    .pay-table .row:nth-last-child(2) img {max-width: 70px;}
    .pay-table .row > div {
        height: 55px;
        font-size: 13px;
    }
    .pay .col p {
        font-size: 9px;
        padding-left: 15px;
        margin-top: 15px;
    }
    .pay .text {
        font-size: 14px;
        padding-top: 0;
    }

    /* HEALTH */
    .health {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .health-head {
        font-size: 13px;
        line-height: 1.3;
        text-align: justify;
    }

    .health-row .center {flex-direction: column;}
    .health-image {
        min-width: inherit;
        min-height: 300px;
    }
    .health-row {
        margin-top: 40px;
    }

    .health-row h3.title {
        margin-bottom: 45px;
        font-size: 40px;
        margin-top: 5px;
    }
    .health-image .banner-dots {
        top: -45px;
        left: -10px;
        z-index: 3;
    }
    .p-lists li {font-size: 15px;}
    .banner-dots {
        width: 203px !important;
        height: 203px !important;
    }

    .health-image img.hide-700 {display: none;}
    .health-image:after {
        top: 10px;
        right: -10px;
        bottom: -10px;
        left: 10px;
    }
    .health-text {
        padding-left: 0;        
        padding-top: 35px;
    }
    .health-text .fact {
        font-size: 17px;
        padding-left: 13px;
    }
    .health-text .fact br {display: none;}
    .health-text .fact:before {width: 3px;}
    .health-text .group {
        margin-top: 30px;
        align-items: center;
        flex-direction: column;
    }
    .health-text .group img {
        max-width: 200px;
        margin-left: 0;
        margin-top: 25px;
    }
    .btn-wrap .label p:first-child {
        font-size: 11px;
        letter-spacing: 0;
    }
    .btn-wrap p.last {
        font-size: 12px;
        margin-top: 0;
    }
    .health .btn {width: 100%;}
    .trustpilot {
        width: 200px;
        margin-left: 0;
        margin-top: 20px;
        height: 47px;
    }

    /* SIMPLE */
    .simple {padding-bottom: 60px;}
    .simple-icons {
        max-width: inherit;
        margin: 45px -15px 50px -15px;
        display: block;
        text-align: center;
    }
    .simple-icons .slider-container {width: 100%;} 
    .simple-icons li {flex-direction: column;}
    .simple-icons li img {min-width: 120px;}

    .crown i {
        width: 40px;
        min-width: 40px;
        height: 28px;
        background-size: 40px;
    }
    .crown:before, .crown:after {
        background-size: 150px;
        width: 150px;
    }

    p.subtitle {
        font-size: 16px;
    }

    .simple-icons li p {
        font-size: 16px;
        margin-top: 20px;
    }
    .simple-box {
        padding: 10px;
        font-size: 11.8px;
        text-align: left;
    }

    /* TESTOSTERONE */
    .testosteron {
        padding: 40px 0 40px 0;
    }
    h2.title {
        font-size: 28px;
        letter-spacing: 0;
    }
    .testosteron .subtitle {font-weight: 500;}
    .testosteron-info {
        margin-top: 20px;
    }
    .testosteron-info .wrap {
        margin-bottom: 40px;
        flex-direction: column;
    }
    .testosteron-info .wrap > div,
    .testosteron-info .wrap > div {
        width: 100%;
    }
    .testosteron-info .wrap > div:first-child {
        padding-right: 0;
    }
    .testosteron-info .wrap > div:last-child {
        padding-left: 0;
    }
    .testosteron-info .image:after {
        right: -10px;
        bottom: -10px;
        left: 20px !important;
    }
    .testosteron-info .wrap > div:last-child h3.title {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .testosteron-info .wrap > div:last-child h3.title br {display: none;}
    .testosteron-info p:not(.medium) {
        font-size: 14px;
    }
    .testosteron-info .btn-wrap p.last {
        font-family: var(--camptonBook) !important;
        font-size: 12px;
        margin-top: 10px;
    }
    .testosteron-info .btn-wrap p.last strong {font-weight: bold;}
    .testosteron-info .reverse .image {
        order: -1;
        padding-left: 0;
    }
    .testosteron-info .reverse .image .bottle {display: none;}
    .testosteron-info .text {
        padding-top: 50px;
        padding-right: 0 !important;
    }
    .testosteron-info h3.title {margin-bottom: 10px !important;}
    .testosteron-info .line {
        font-size: 15px;
        padding-left: 13px;
    }
    .testosteron-info .line br {display: none;}
    .testosteron-info .line:before {
        content: '';
        width: 3px;
    }
    .testosteron-info .line:after {display: none;}
    .testosteron-info p a {
        font-weight: bold;
        display: block;
        font-size: 16px;
        text-align: center;
        padding: 25px 0;
        position: relative;
        margin-top: 15px;
    }
    .testosteron-info p a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px;
        background: var(--akcent);
    }
    .testosteron-info p a span {display: none;}
    .testosteron-info p a:after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #1e1e1e url(../img/arr-white.png) no-repeat left 5px top 3px;
        background-size: 6px;
        margin-left: 7px;
        border-radius: 50%;
        vertical-align: middle;
    }
    .testosteron-info .reverse .text img {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .testosteron-info .bottle {
        left: inherit;
        right: -15px;
        bottom: -66px;
        max-width: 160px;
    }
    .testosteron-info .image .banner-dots {
        top: -32px;
        right: -65px;
    }
    .testosteron-info .wrap:not(.reverse) .image .banner-dots {
        width: 150px !important;
        height: 150px !important;
        right: -15px;
    }
    .testosteron .btn i {margin-left: 15px;}
    .testosteron-info .trustpilot-2 {
        max-width: 290px;
        margin: 0 auto;
    }
    .testosteron-info .btn-wrap {margin-top: 30px;}

    /* KING */
    .king .crown {margin-bottom: 30px;}
    .king h2.title {font-size: 28px;}
    .king .speeker {
        font-size: 16px;
        font-weight: 300;
        position: relative;
        display: inline-block;
    }
    .king .speeker:before,
    .king .speeker:after {
        position: absolute;
        top: 7px;
        margin: 0 !important;
        width: 18px;
        height: 14px;
        background-size: 18px;
    }
    .king .speeker:before {left: -15px;}
    .king .speeker:after {right: -15px;}
    .king .speeker lottie-player {
        position: absolute;
        top: 0;
        margin: 0 !important;
    }
    .king .speeker lottie-player:first-child {left: -15px;}
    .king .speeker lottie-player:last-child {right: -15px;}
    .king-video {
        width: 100%;
        padding: 0 15px;
    }
    .king-video:before {
        width: 500px;
        height: 97px;
        background-size: 500px;
    }
    .king-video:after {
        width: 500px;
        height: 58px;
        background-size: 500px;
    }
    .btn-play {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    .btn-pause {
        width: 60px;
        height: 60px;
    }
    .btn-pause span {
        width: 5px;
        height: 25px;
    }
    .btn-pause span:first-child {
        margin-right: 10px;
    }
    .btn-stop {right: 30px;}
    .king-foot > p:not(.border) br {display: none;}
    .king-foot > p:not(.border) {
        font-size: 14px;
        padding: 0 15px;
    }
    .king-foot > p.border {
        font-size: 10px;
    }
    .king p.last {color: #fff;}
    .btn.hover {
        width: 100%;
        font-size: 12px;
    }
    .king-foot .btn.hover {max-width: 260px;}

    /* PREPARATION */
    .preparation {padding-top: 0;}
    .preparation-head {
        position: relative;
        margin-bottom: 70px;
    }
    .preparation-head .bottle {
        position: absolute;
        top: -35px;
        right: 0;
        max-width: 200px;
    }
    .preparation-head img:last-child {
        min-height: 370px;
        object-fit: cover;
    }
    .preparation-row {
        flex-direction: column;
    }
    .preparation-image {order: 1;}
    .preparation-text {
        padding-left: 0;
    }
    .preparation-text .btn-wrap {display: none;}
    .preparation h2.title {
        text-align: left;
        font-size: 42px;
    }
    .preparation h2.title span {display: block;}
    .preparation p.subtitle {
        margin-top: 5px;
        text-align: left;
    }

    /* PAIN */
    .pain {
        padding-top: 40px;
        background: #151b30;
    }
    .pain h3.title {
        color: #fff;
        padding-top: 30px;
        text-align: center;
        font-size: 35px;
        position: relative;
        z-index: 1;
    }
    .pain-text {
        width: 100%;
        padding-top: 0;
        margin-top: -20px;
        font-size: 14px;
        padding-bottom: 70px;
    }
    .pain .crow {display: flex;}
    .pain-text .group {
        display: flex;
        align-items: center;
        margin-top: 40px;
        flex-direction: column;
    }
    .pain .image {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    .pain .image .bottle {
        position: absolute;
        top: 60px;
        left: 14px;
        max-width: 170px;
    }
    .pain .image > img:last-child {margin-top: -300px;}
    .pain-text p strong {
        font-size: 22px;
    }
    .pain-text p strong {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 0;
        display: block;
    }
    .pain-text .line {
        font-size: 15px;
        padding-left: 13px;
    }
    .line:after {
        width: 3px !important;
    }

    .pain-text .group p.last {color: #fff;}
    .pain-text .group img {
        margin-left: 0;
        margin-top: 30px;
        max-width: 180px;
    }
    .pain-text .group .trustpilot-3 {
        max-width: 200px;
        margin-left: 0;
        margin-top: 20px;
        height: 47px;
    }

    /* GROWTH */
    .growth {padding: 0 0 60px 0;}
    .growth h2.title {font-size: 40px;}
    .growth-row {
        flex-direction: column;
        margin-top: 20px;
    }
    .growth-row .item {
        width: 100%;
        padding: 0 0;
        margin-bottom: 50px;
    }
    .growth-row .item:last-child {margin-bottom: 0;}
    .growth-row .item .image {
        min-height: inherit;
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
    .growth-row .item .image img {
        max-width: inherit;
        width: 100%;
    }
    .growth-row .item h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .growth-row .item p {
        font-size: 17px;
        line-height: 24px;
    }
    .growth .center > .tx-center:last-child {
        margin-top: 55px;
    }
    .growth .btn {width: 100%;}

    /* WHY */
    .why {
        padding-bottom: 60px;
        position: relative;
    }
    .why:before {
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        background: url(../img/health-head.png) no-repeat;
        background-size: 100px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .why .center {flex-direction: column;}
    .why-image {
        order: 1;
        margin-top: 50px;
    }
    .why-text {
        font-size: 14px;
        padding-left: 0;
    }
    .why-text h2.title {font-size: 37px;}

    .line {
        font-size: 17px;
        padding-left: 13px;
    }

    .why-image .bottle {
        bottom: -49px;
        left: -10px;
        max-width: 170px;
        min-width: initial;
    }
    .why-image .banner-dots {
        top: -25px;
        left: -60px;
    }

    /* FREE */
    .free {
        padding: 60px 0 0 0;
        position: relative;
    }
    .free:before {
        content: '';
        width: 4px;
        height: 55px;
        background: var(--akcent);
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -2px;
    }
    .free h2.title {
        text-align: left;
        font-size: 45px;
    }
    .free p.subtitle {
        text-align: left;
    } 
    .free-image {display: none;}
    .free-row:after {display: none;}

    .free-text {padding: 15px 15px 25px 15px;}
    .free-text h3 {
        font-size: 19px;
        padding-top: 13px;
        padding-bottom: 18px;
    }
    .free-text > p {font-size: 15px;}
    .free-text > p > br {display: none;}
    .free-text > p > strong {
        font-size: 16px;
        display: block;
    }
    .range-color > div {height: 25px;}
    .range-custom:after {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
    }
    .range-color > div span {
        margin-top: 20px;
        font-size: 10px;
    }
    .range-color > div:after,
    .range-color > div:nth-child(1):before {
        height: 10px;
        margin-top: 8px;
    }

    .free-text ul li {font-size: 11px;}

    .free-text .btn {width: 100%;}

    .free .wrap-hippa {
        display: flex;
        justify-content: center;
        padding: 30px 0;
        background: #fff;
    }
    .free .hippa {
        margin-left: 0;
        margin-top: 0;
    }
    .free .hippa:last-child {
        margin-left: 30px;
    }

    /* STANDART */
    .standart {
        padding-top: 30px;
        background: url(../img/standart-mob.jpg) no-repeat center;
        background-size: cover;
    }
    .standart h3.title {
        font-size: 27px;
    }
    .standart p.subtitle br {display: none;}
    .standart p.subtitle {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .standart p.border {
        padding: 7px 10px;
        font-size: 11px;
        margin-bottom: 35px;
    }
    .standart .btn {min-width: inherit;}
    .standart .btn-wrap .label p.bottom {
        font-size: 12px;
        margin-top: 2px;
    }

    /* ABOUT */
    .about {padding: 50px 0 30px;}
    .about .center {flex-direction: column;}
    .about-text {
        padding-right: 0;
    }
    .about h3.title {
        font-size: 40px;
        text-align: center;
    }
    .about p.subtitle {
        font-size: 16px;
    }
    .btn-accordeon {
        font-size: 14px;
        line-height: 1.3;
    }
    .about-image {
        margin-top: 50px;
        min-width: 250px;
        margin-top: 50px;
        max-width: 350px;
    }
    .about-image .bottle {
        bottom: -40px;
        left: 0;
        max-width: 140px;
    }
    .about .group {
        display: block;
        text-align: center;
        margin-top: 50px;
    }
    .about .group .btn {
        width: 100%;
    }
    .about .group img {
        max-width: 190px;
        margin-top: 25px;
    }
    
    .btn-accordeon .plus {
        width: 15px;
        min-width: 15px;
        height: 15px;
        min-height: 15px;
    }

    /* FOOTER */
    .footer-top {flex-direction: column;}
    .footer-top .social {margin-top: 35px;}
    .footer-middle {
        margin: 0 0;
        padding: 40px 0 35px 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-middle__column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-middle__column.last {margin-bottom: 0;}
    .footer-bottom__column {text-align: center;}

    .footer-bottom__column.copy {
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 413px) {
    /* ORDER */
    .order-text > h3 {font-size: 26px;}
    .radio-checkbox .save {
        height: 25px;
        padding: 0 15px;
        font-size: 11px;
        line-height: 1;
    }

    .radio-checkbox .price {
        min-width: 50px;
        font-size: 19px;
    }
    .radio-checkbox .price .dol,
    .radio-checkbox .price sub,
    .radio-checkbox .price .num {
        font-size: 12px;
    }
    .radio-checkbox .price .num {top: -5px;}
    .radio-checkbox .price sub {bottom: 1px;}

    .order-form .total-text {justify-content: flex-end;}
}

@media screen and (max-width: 400px) {
    h2.title {font-size: 27px;}
    p.subtitle {
        font-size: 14px;
    }

    .home p.subtitle {font-size: 13px;}
    .home h1 {font-size: 30px;}
    .btn-wrap {
        min-width: 250px;
    }
    .home .group .hippa {margin-left: 0;}
    .home .group .hippa img {
        min-width: 35px;
    }
    .home .group .hippa p {
        margin-left: 2px;
        font-size: 9px;
    }
    .health-row h3.title {font-size: 34px;}
    .health-text .btn-wrap .btn {padding: 0 15px !important;}
    .health-text .btn-wrap .btn i {margin-left: 25px;}
    .btn-wrap .label p:first-child {font-size: 12px;}
    .why-text h2.title {
        font-size: 35px;
    }
    .free h2.title {font-size: 43px;}
    .free-text ul li {
        font-size: 10px;
    }
    .standart h3.title {
        font-size: 25px;
    }
    .standart p.subtitle {font-size: 12px;}
    .standart p.border {font-size: 10px;}
    .about h3.title {
        font-size: 38px;
    }
    .about p.subtitle {
        font-size: 14px;
    }

    .btn:not(.hover) {
        min-width: 230px;
        max-width: 230px;
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 0 10px !important;
        font-size: 10px;
    }
    .btn:not(.hover) i {
        margin-left: 14px;
        width: 30px;
        height: 30px;
        background-position: left 12px top 9px;
    }
    .btn-wrap .label p:first-child {font-size: 11px;}
    .home .group .hippa {
        margin-left: 10px;
    }
        .pain .image .bottle {
    
        top: 40px;
        left: 14px;
        max-width: 160px;
       
    }

    .order-text .icons > div span {font-size: 11px;}
    .order-text .bottom {font-size: 14px;}
}

@media screen and (max-width: 385px) {
    /* ORDER */
    .radio-checkbox h2 {
        font-size: 16px;
    }
    .radio-checkbox h3 {
        font-size: 12px;
    }
    .radio-checkbox p {
        font-size: 12px;
    }

    .order-form .total-text {
        padding-right: 15px;
    }
    .order-form .buy {
        padding-left: 15px;
    }
}

@media screen and (max-width: 380px) {
    .pain-text p strong {font-size: 16px;}
    .pay h2.title {font-size: 35px;}
    .pay-table .row > div {font-size: 11px;}
    .col_last:after {
        width: 17px;
        height: 17px;
        background-size: 17px;
    }
}

@media screen and (max-width: 375px) {
    h2.title {
        font-size: 25px;
    }
    .home p.subtitle {
        font-size: 12px;
    }
    .btn-wrap {min-width: inherit;}
    .health-row h3.title {font-size: 35px;}
    .testosteron-info .wrap > div:last-child h3.title {
        font-size: 24px;
    }
    .king h2.title {
        font-size: 26px;
    }
    .preparation h2.title {font-size: 38px;}
    .pain h3.title {font-size: 32px;}
    .growth h2.title {font-size: 38px;}
    .growth-row .item h4 {font-size: 19px;}
    .growth-row .item p {font-size: 14px;}
    .why-text {font-size: 13px;}
    .why-text h2.title {
        font-size: 33px;
    }
    .why-text h3 {
        font-size: 16px;
    }
    .free h2.title {
        font-size: 40px;
    }
    .free-text h3 {font-size: 17px;}

    .btn-wrap .label p:first-child {font-size: 10px;}
}

@media screen and (max-width: 370px) {
    .order-text > h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 360px) {
    .home h1 {
        font-size: 29px;
    }
    .btn {font-size: 11px;}
    .home .btn {
        min-width: 248px;
    }
    .home .btn span {
        width: 70%;
        font-size:10px;
    }
    .free-text ul li {
        font-size: 9px;
    }
    .standart h3.title {
        font-size: 24px;
    }
    .standart p.border {
        font-size: 9px;
    }
    .about p.subtitle {
        font-size: 13px;
    }
    .about-image .bottle {
        bottom: -40px;
        left: -12px;
        max-width: 130px;
    }
    .pain .image .bottle {max-width: 150px;}

    .order-text .icons > div span {font-size: 10.5px;}

    /* order */
    .radio-checkbox h2 {
        font-size: 15px;
    }
    .radio-checkbox h3 {
        font-size: 11px;
    }
    .radio-checkbox p {
        font-size: 11px;
    }
    .radio-checkbox .save {
        font-size: 9px;
    }
}

.free-gift{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:90%;
    max-width:800px;
    z-index:9999;
    cursor:pointer !important;
    height:auto;
    transform:translate(0,-15%);
}



.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.header-line {
    background: #013352;
    background: #F7971E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFD200, #F7971E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    color: #0A3E52;
    text-align: center;
    padding: 6px 0;
}
.header-line .center {
    position: relative;
    top: 2px;
    display:block;
    text-align:center;
}


@media screen and (max-width: 1380px) {
    .header-line {
        padding: 3px 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .header-line .center {top: 0;}
    .header-line{
        /*display: none;*/
    }
    .header-line p {
        font-weight: 500;
        font-size: 11px;
        text-transform: uppercase;
        line-height:0.5;
        position:relative;
        margin: 0 auto;
    }

    .header-line p:before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 23px;
        /*background: url(../img/ic-percent.png) no-repeat;*/
        margin-right: 5px;
        background-size: 20px !Important;
        position: relative;
        line-height: 0.8;
        transform: rotate(30deg);
    }

    .btn-head {height: 30px;}

    .health-text .fact {min-height: 73px;}

    /* BOX TXTIMG */
    .box-txtimg {padding: 50px 0;}
    .box-txtimg h2.title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .box-txtimg p {font-size: 12px;}
    .box-txtimg p + p {margin-top: 15px;}
    .box-txtimg p b {font-size: 14px;}
    .box-txtimg .line {font-size: 11px;}
}

@media screen and (max-width: 650px) {
    .hide-650 {display: none !important;}
    .show-650 {display: block !important;}

    .header-line {
        padding: 7px 0;
        font-size: 11px;
    }
    .header-line .center {
        position: relative;
        top: -7px;
    }
    .header-main {
        padding: 10px 0;
    }

    .header-line p{
        line-height:0.2;
        font-size:12px;
    }
    .header-line p:before {
        width: 28px;
        height: 37px;
        margin-right: 10px;
        top: 11px;
    }
    .btn-head {
        width: auto;
        padding: 5px 10px 5px 15px;
        font-size: 11px;
        height: 33px;
    }

    .health-text .fact {min-height: 86px;}

    /* BOX TXTIMG */
    .box-txtimg {padding: 0;}
    .box-txtimg .image {
        order: -1;
        padding-top: 50px;
    }
    .box-txtimg .banner-dots {
        width: 150px !important;
        height: 150px !important;
        top: -15px;
        right: -21px;
    }
    .box-txtimg .image:after {
        content: '';
        background: #f4f4f4;
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: 0;
        height: 50%;
    }
    .box-txtimg .center {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .box-txtimg .image:before {
        top: 10px;
        right: -10px;
        bottom: -10px;
        left: 10px;
        background: #fff;
    }
    .box-txtimg .text {
        background: #f4f4f4;
        padding: 30px 15px 50px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .box-txtimg h2.title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .box-txtimg p {font-size: 14px;}
    .box-txtimg p b {font-size: 16px;}
    .box-txtimg p + p {margin-top: 20px;}
    .box-txtimg .line {font-size: 14px;}
}

@media screen and (max-width: 500px) {
    .home .btn span{
        padding:0;
        margin:0 auto;
        white-space:nowrap;
        font-size:11px;
    }
}
@media screen and (max-width: 413px) {
    .header-line {font-size: 9px;}
    .health-text .fact {font-size: 16px;}

    /* BOX TXTIMG */
    .box-txtimg h2.title {font-size: 24px;}
}

@media screen and (max-width: 375px) {
    /* BOX TXTIMG */
    .box-txtimg h2.title {font-size: 22px;}
}

.hide-768{
    display:block !important;
}
.show-768{
    display:none !important;
}
@media screen and (max-width: 768px) {
    .show-768{
        display:block !important;
    }
    .hide-768{
        display:none !important;
    }

    .footer-bottom__column.copy{
        display:block;
        text-align:center;
    }
}
@media screen and (max-width: 700px) {
.footer-middle__column.last {
    text-align: right;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.footer-middle__column.last img {
    display: inline-block;
    width: 100%;
}
.footer-middle__column a {
    width:100%;
}
}
