.text-gold {
    color: #cdb380 !important;
}

.text-gold_2 {
    color: #c29a5c !important;
}

.text-blue {
    color: #06b3c6 !important;
}

.text-yellow {
    color: #f6c375 !important;
}

.text-red {
    color: #e72500 !important;
}

input::-moz-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input::placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input::-o-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea::placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea::-o-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #6f7cac;
    font-family: "MullerRegular";
}

input:focus::-moz-placeholder {
    opacity: 0 !important;
    outline: none;
}

input:focus::-webkit-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

input:focus:-ms-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

input:focus::placeholder {
    opacity: 0 !important;
    outline: none;
}

input:focus::-o-placeholder {
    opacity: 0 !important;
    outline: none;
}

input::focus::-webkit-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

input:focus:-ms-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea:focus::-moz-placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea:focus::placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea:focus::-o-placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea::focus::-webkit-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
    outline: none;
}

body {
    font-family: "MullerRegular", Arial, Helvetica, sans-serif;
    margin: 0;
    box-sizing: border-box;
    color: #171d3a;
}

* {
    box-sizing: border-box;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-05 {
    margin-bottom: 5px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-3-5 {
    margin-bottom: 35px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-5-5 {
    margin-bottom: 55px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.lsn {
    letter-spacing: normal !important;
}

.bb {
    border-bottom: 1px solid #fff;
}

.mlr {
    margin-left: auto !important;
    margin-right: auto !important;
}

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

.sales-page .d-none_m {
    display: block;
}

@media only screen and (max-width: 576px) {
    .d-none_m {
        display: none;
    }
}

.d-none_desktop {
    display: block;
}

@media only screen and (max-width: 576px) {
    .d-none_desktop {
        display: none;
    }
}

.wrapper {
    max-width: 1220px;
    margin: 0 auto;
    min-width: 320px;
    padding: 0 20px;
    overflow: hidden;
}

.downsell .wrapper {
    overflow: visible;
}

@media only screen and (max-width: 576px) {
    .wrapper {
        padding: 0 15px;
    }
}

img {
    max-width: 100%;
}

h1 {
    font-size: 68px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 46px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 38px;
    }
}

h2 {
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #14185a;
}

h2.heading-limited {
    color: #c29a5c;
    font-family: "MullerBold";
    margin: 0 0 10px;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    h2 {
        font-size: 29px;
        line-height: 1.2;
    }
}

h3 {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 3.2px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    h4 {
        line-height: 1.4;
    }
}

h5 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
}

p {
    font-size: 22px;
    color: #14185a;
    margin: 0 0 32px;
    line-height: 1.45;
}

p.paragraph-limited {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.7px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}

p.paragraph-limited_light {
    color: #171d3a;
}

p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
    p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.line {
    width: 182px;
    height: 2px;
    margin: 0 auto 23px;
    background-color: #c29a5c;
}

.line_v2 {
    margin: 30px auto 40px;
}

strong {
    font-family: "MullerBold";
}

a {
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    text-decoration: none;
    cursor: pointer;
    color: #05a1b2;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

@media only screen and (max-width: 576px) {
    br {
        display: none;
    }
    br+br {
        display: block;
    }
    br+br+br {
        display: block;
    }
    br.mobile-hide {
        display: none;
    }
}

input,
button {
    font-family: "MullerRegular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px 0;
    text-align: center;
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ffffff;
    border: 0;
    color: #6f7cac;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    input,
    button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    input,
    button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    input,
    button {
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 400px) {
    input,
    button {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
}

input:disabled,
button:disabled {
    background-color: #273360;
}

input:focus,
button:focus {
    outline: 1px solid #273360;
}

input[type=submit],
button[type=submit] {
    height: 60px;
    line-height: 64px;
    -webkit-appearance: none;
    font-size: 28px;
    box-shadow: 0px 4px 0 0 #a86413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#facc2d), to(#feb10a));
    background-image: -webkit-linear-gradient(top, #facc2d, #feb10a);
    background-image: linear-gradient(to bottom, #facc2d, #feb10a);
    text-shadow: 0px 1px 4px rgba(116, 48, 0, 0.45);
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    text-transform: uppercase;
    padding: 0 5px;
}

@media only screen and (max-width: 992px) {
    input[type=submit],
    button[type=submit] {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    input[type=submit],
    button[type=submit] {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    input[type=submit],
    button[type=submit] {
        font-size: 16px;
        height: 50px;
        line-height: 52px;
    }
}

@media screen and (max-width: 450px) {
    input[type=submit],
    button[type=submit] {
        font-size: 14px;
    }
}

input[type=submit]:hover,
button[type=submit]:hover {
    box-shadow: 0px 4px 0 0 #036570;
    background-image: -webkit-linear-gradient(#07dbf2, #05a1b2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07dbf2), to(#05a1b2));
    background-image: linear-gradient(#07dbf2, #05a1b2);
    text-shadow: 0px 2px 0 rgba(2, 82, 91, 0.5);
    color: #fff;
}

button {
    height: 60px;
    line-height: 64px;
    -webkit-appearance: none;
    font-size: 28px;
    box-shadow: 0px 4px 0 0 #a86413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#facc2d), to(#feb10a));
    background-image: -webkit-linear-gradient(top, #facc2d, #feb10a);
    background-image: linear-gradient(to bottom, #facc2d, #feb10a);
    text-shadow: 0px 1px 4px rgba(116, 48, 0, 0.45);
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    text-transform: uppercase;
    padding: 0 5px;
}

@media only screen and (max-width: 992px) {
    button {
        font-size: 20px;
    }
}

@media screen and (max-width: 650px) {
    button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    button {
        font-size: 16px;
        height: 50px;
        line-height: 52px;
    }
}

@media screen and (max-width: 450px) {
    button {
        font-size: 14px;
    }
}

button:hover {
    box-shadow: 0px 4px 0 0 #036570;
    background-image: -webkit-linear-gradient(#07dbf2, #05a1b2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07dbf2), to(#05a1b2));
    background-image: linear-gradient(#07dbf2, #05a1b2);
    text-shadow: 0px 2px 0 rgba(2, 82, 91, 0.5);
    color: #fff;
}

table {
    border-collapse: collapse;
}

table tr td {
    padding: 26px 0 26px 20px;
    width: 48%;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    background: #161c39;
    border-bottom: 1px solid #273360;
}

table tr td:first-child {
    width: 52%;
}

@media only screen and (max-width: 768px) {
    table tr td {
        font-size: 16px;
        padding: 25px;
    }
}

@media only screen and (max-width: 400px) {
    table tr td {
        font-size: 14px;
        padding: 10px;
    }
}

table tr:last-child td {
    border-bottom: 0;
}

.btn-default {
    padding: 21px 45px 18px;
    font-size: 30px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 4px 0 0 #a86413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#facc2d), to(#feb10a));
    background-image: -webkit-linear-gradient(top, #facc2d, #feb10a);
    background-image: linear-gradient(to bottom, #facc2d, #feb10a);
    display: inline-block;
    text-shadow: 0px 1px 4px rgba(116, 48, 0, 0.45);
    overflow: hidden;
}

@media screen and (max-width: 1050px) {
    .btn-default {
        font-size: 23px;
    }
}

@media only screen and (max-width: 992px) {
    .btn-default {
        font-size: 20px;
    }
}

@media screen and (max-width: 870px) {
    .btn-default {
        font-size: 18px;
    }
}

@media screen and (max-width: 820px) {
    .btn-default {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-default {
        font-size: 26px;
        padding: 21px 20px 18px;
    }
}

@media screen and (max-width: 700px) {
    .btn-default {
        padding: 21px 30px 18px;
    }
}

@media only screen and (max-width: 576px) {
    .btn-default {
        font-size: 22px;
    }
}

@media screen and (max-width: 450px) {
    .btn-default {
        font-size: 18px;
    }
}

@media screen and (max-width: 370px) {
    .btn-default {
        font-size: 16px;
    }
}

@media screen and (max-width: 340px) {
    .btn-default {
        font-size: 14px;
    }
}

.btn-default:hover {
    color: #fff;
    box-shadow: 0px 4px 0 0 #036570;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07dbf2), to(#05a1b2));
    background-image: -webkit-linear-gradient(top, #07dbf2, #05a1b2);
    background-image: linear-gradient(to bottom, #07dbf2, #05a1b2);
    text-shadow: 0px 2px 0 rgba(2, 82, 91, 0.5);
}

.btn-default_v2 {
    color: #171D3A;
    font-family: "MullerBold";
    font-size: 30px;
    text-align: center;
    background-color: #FFFA67;
    border: 3px solid #FFFA67;
    padding: 17px 20px 12px;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.btn-default_v2:hover {
    background: transparent;
    color: #FFFA67;
}

ol {
    counter-reset: myCounter;
    margin: 0 0 32px;
    padding: 10px 0 0;
}

@media only screen and (max-width: 400px) {
    ol.center li {
        text-align: center;
    }
}

ol.center li:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 400px) {
    ol.center li:before {
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
}

ol li {
    list-style: none;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #14185a;
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}

ol li small {
    font-size: 18px;
}

@media only screen and (max-width: 576px) {
    ol li small {
        font-size: 16px;
    }
}

ol li:last-child {
    margin-bottom: 0px;
}

ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #c29a5c;
    border: 2px solid #c29a5c;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    width: 50px;
    height: 50px;
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    left: 0;
    font-family: "MullerBold";
    top: -12px;
}

@media only screen and (max-width: 768px) {
    ol li:before {
        top: 0;
    }
}

@media only screen and (max-width: 576px) {
    ol li:before {
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 400px) {
    ol li:before {
        width: 50px;
        height: 50px;
        font-size: 28px;
        left: 50%;
        margin-left: -25px;
        top: 0;
        line-height: 53px;
    }
}

ol li a {
    color: #cdb380;
    border-bottom: 1px solid #cdb380;
    font-size: 22px;
}

@media only screen and (max-width: 576px) {
    ol li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    ol li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 370px) {
    ol li a {
        font-size: 12px;
    }
}

ol li a:hover {
    color: #cdb380;
    border-bottom-color: transparent;
}

@media only screen and (max-width: 576px) {
    ol li {
        font-size: 16px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 400px) {
    ol li {
        padding: 70px 0 0;
    }
}

.text-center {
    text-align: center;
}

.universal-ul {
    list-style: none;
    margin: 0 0 32px;
    padding: 10px 0 0;
}

@media only screen and (max-width: 576px) {
    .universal-ul {
        padding-left: 0;
    }
}

.universal-ul li {
    font-size: 22px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #161c39;
    padding-left: 60px;
    position: relative;
    margin: 0 0 25px;
}

.universal-ul li:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 576px) {
    .universal-ul li {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 35px;
    }
}

@media only screen and (max-width: 400px) {
    .universal-ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 370px) {
    .universal-ul li {
        font-size: 12px;
        padding-left: 22px;
    }
}

.universal-ul li:before {
    content: "";
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images/icon-ul.svg) no-repeat;
}

@media only screen and (max-width: 576px) {
    .universal-ul li:before {
        width: 25px;
        background-size: 100%;
        height: 25px;
    }
}

@media screen and (max-width: 370px) {
    .universal-ul li:before {
        width: 15px;
        height: 15px;
    }
}

.universal-ul_affiliate {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.universal-ul_affiliate li {
    font-size: 18px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #05a1b2 !important;
    text-decoration: underline;
    padding-left: 40px;
    font-family: "MullerRegular";
    white-space: normal;
    word-wrap: break-word;
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .universal-ul_affiliate li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.universal-ul_affiliate li:before {
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
}

@font-face {
    font-family: "MullerRegular";
    src: url(../fonts/MullerRegular.otf), url("../fonts/MullerRegular.eot") format("embedded-opentype"), url("../fonts/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular.ttf") format("truetype"), url("../fonts/MullerRegular.woff2") format("woff2");
}

@font-face {
    font-family: "MullerBold";
    src: url(../fonts/MullerBold.otf), url("../fonts/MullerBold.eot") format("embedded-opentype"), url("../fonts/MullerBold.woff") format("woff"), url("../fonts/MullerBold.ttf") format("truetype"), url("../fonts/MullerBold.woff2") format("woff2");
}

.header {
    padding: 30px 0;
}

.header__logo {
    width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.lp1 .header__logo {
    width: 185px;
    margin: 20px auto 55px;
}

@media only screen and (max-width: 768px) {
    .lp1 .header__logo {
        width: 125px;
        margin: 10px auto 35px;
    }
}

@media only screen and (max-width: 576px) {
    .lp1 .header__logo {
        width: 100px;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 576px) {
    .header__logo {
        width: 100px;
    }
}

.footer {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.footer p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #161c39;
    margin: 0 0 26px;
    text-align: center;
}

.footer p:last-of-type {
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .footer p {
        font-size: 14px;
    }
}

@media screen and (max-width: 500) {
    .footer p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px) {
    .footer p {
        font-size: 11px;
    }
}

.footer_other p {
    color: #a4a8bc;
}

.template-foot {
    text-align: center;
    padding: 60px 0 0;
}

@media only screen and (max-width: 768px) {
    .template-foot {
        padding: 40px 0 0px;
    }
}

.template-foot_space {
    padding-top: 120px;
}

.template-foot__border {
    padding: 25px 41px;
    background-color: #F1F4FA;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #161c39;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .template-foot__border {
        font-size: 14px;
        padding: 20px 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .template-foot__border {
        font-size: 12px;
        padding: 20px;
    }
}

.template-foot__border_other {
    border: solid 2px #f1f4fa;
    background-color: #ffffff;
    color: #a4a8bc;
}

.template-foot__links {
    margin-bottom: 50px;
}

.text-page_scientific-references .template-foot__links {
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
    .template-foot__links {
        margin-bottom: 20px;
    }
}

.template-foot__links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
    .template-foot__links ul {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 576px) {
    .template-foot__links ul {
        max-width: 450px;
    }
}

@media screen and (max-width: 495px) {
    .template-foot__links ul {
        max-width: 100%;
    }
}

.template-foot__links ul li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: left;
    color: #6f7cac;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 20px;
}

.text-page_scientific-references .template-foot__links ul li {
    color: #161c39;
    font-weight: 500;
    padding-left: 40px;
}

@media only screen and (max-width: 576px) {
    .text-page_scientific-references .template-foot__links ul li {
        padding-left: 32px;
    }
}

@media screen and (max-width: 455px) {
    .text-page_scientific-references .template-foot__links ul li {
        padding-left: 27px;
    }
}

@media screen and (max-width: 370px) {
    .text-page_scientific-references .template-foot__links ul li {
        font-size: 10px;
        padding-left: 22px;
    }
}

.text-page_scientific-references .template-foot__links ul li:before {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

@media only screen and (max-width: 576px) {
    .text-page_scientific-references .template-foot__links ul li:before {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 455px) {
    .text-page_scientific-references .template-foot__links ul li:before {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 370px) {
    .text-page_scientific-references .template-foot__links ul li:before {
        width: 17px;
        height: 17px;
    }
}

@media only screen and (max-width: 1200px) {
    .template-foot__links ul li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .template-foot__links ul li {
        font-size: 14px;
        padding-left: 0;
    }
}

@media screen and (max-width: 495px) {
    .template-foot__links ul li {
        font-size: 13px;
    }
}

@media screen and (max-width: 455px) {
    .template-foot__links ul li {
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    .template-foot__links ul li {
        font-size: 11px;
    }
}

.template-foot__descr {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 45px;
}

.template-foot__descr_box {
    background: #273360;
    padding: 10px;
}

@media only screen and (max-width: 576px) {
    .template-foot__descr {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.template-foot__nav {
    margin-bottom: 38px;
}

.lp3-foot .template-foot__nav {
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .template-foot__nav {
        margin-bottom: 20px;
    }
    .lp3-foot .template-foot__nav {
        margin-bottom: 30px;
    }
}

.template-foot__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.template-foot__nav ul li {
    margin: 0 32px;
}

@media only screen and (max-width: 1200px) {
    .template-foot__nav ul li {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .template-foot__nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 450px) {
    .template-foot__nav ul li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.template-foot__nav ul li a {
    font-size: 18px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: center;
    color: #05a1b2;
    border-bottom: 1px solid #05a1b2;
    text-transform: uppercase;
}

.lp2-foot .template-foot__nav ul li a {
    color: #c29a5c;
    border-bottom-color: #c29a5c;
}

.lp2-foot .template-foot__nav ul li a:hover {
    color: #05a1b2;
    border-color: #05a1b2;
}

.lp3-foot .template-foot__nav ul li a {
    color: #fff;
    border-bottom-color: #fff;
}

.lp3-foot .template-foot__nav ul li a:hover {
    color: #c29a5c;
    border-color: #c29a5c;
}

.template-foot__nav ul li a:hover {
    color: #cdb380;
    border-color: #cdb380;
}

@media only screen and (max-width: 992px) {
    .template-foot__nav ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .template-foot__nav ul li a {
        font-size: 18px;
    }
}

.template-foot__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.template-foot__btns.general__btns a {
    width: 344px;
}

@media only screen and (max-width: 400px) {
    .template-foot__btns.general__btns a {
        width: 100%;
        font-size: 14px;
    }
}

.template-foot__btns a {
    font-size: 20px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    padding: 16px 0px 12px;
    border: solid 2px #ffffff;
    background-color: transparent;
    margin: 10px 20px;
    width: 264px;
    max-width: 100%;
    text-transform: uppercase;
}

.template-foot__btns a:hover {
    color: #14185a;
    border-color: #fff;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .template-foot__btns a {
        font-size: 18px;
        width: 220px;
    }
}

@media only screen and (max-width: 576px) {
    .template-foot__btns a {
        font-size: 14px;
        width: 180px;
    }
}

@media screen and (max-width: 500px) {
    .template-foot__btns a {
        margin: 5px 10px;
        width: 170px;
    }
}

@media only screen and (max-width: 400px) {
    .template-foot__btns a {
        font-size: 18px;
        width: 100%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 !important;
    height: 100%;
}

.playing {
    position: relative;
    z-index: 2;
}

.playing .responsive-video {
    padding-bottom: 0 !important;
    height: 100vh;
}

.playing.without-fullscreen .responsive-video {
    height: 100%;
}

@media only screen and (max-width: 576px) {
    .playing.without-fullscreen .responsive-video {
        height: 100vh;
    }
}

.videoContainerNew {
    background-color: #1e213c;
    width: 860px;
    max-width: 90%;
    margin: 0 auto 70px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 485px;
    box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 576px) {
    .videoContainerNew {
        margin: 5px auto 50px;
        max-width: 100%;
    }
    .playing .videoContainerNew {
        margin-top: 0;
    }
    .videoContainerNew__mobile {
        margin-top: 20px;
    }
}


/* .videoContainerNew:before {
  content: "";
  width: 110%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #cdb380;
  z-index: 0;
  max-width: 105%;
} */

@media only screen and (max-width: 576px) {
    .videoContainerNew:before {
        height: 105%;
        width: 90%;
    }
}

.playing .videoContainerNew:before {
    display: none;
}

.playing .videoContainerNew {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.without-fullscreen .videoContainerNew {
    width: 860px;
    max-width: 90%;
    height: 485px;
}

@media only screen and (max-width: 576px) {
    .without-fullscreen .videoContainerNew {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
}

.videoContainerNew video,
.videoContainerNew img,
.videoContainerNew iframe {
    width: 100%;
    z-index: 2;
    box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.3);
}

.under_button_conteiner {
    width: 100%;
    margin-top: -4px;
}

.under_button_conteiner a {
    height: 44px;
    background: #C29A5C;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 10px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
}

.under_button_conteiner a:hover {
    text-decoration: none;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: none; */
    z-index: 99;
    top: 0;
    left: 0;
    background-image: url("../images/click_tap_for_sound.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-overlay-play {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: none; */
    z-index: 99;
    top: 0;
    left: 0;
    background-position: center;
    border: 2px solid #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-overlay-alt {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    background-image: url("../images/click_to_continue.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.playing .video-overlay-alt {
    display: none !important;
}

.glass-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

#player {
    max-height: 100vh;
    max-width: 100vw;
    width: 100%;
    height: 100%;
}

.hidden-content {
    display: none;
}

#videoRow {
    position: relative;
    z-index: 1;
}

.bg {
    background: #161c39 url(../images/bg-01.jpg) no-repeat;
    position: relative;
    background-position: top center;
    padding-bottom: 90px;
}

@media only screen and (max-width: 576px) {
    .bg {
        padding-bottom: 50px;
    }
    .bg__mobile {
        overflow: hidden;
    }
}

.bg_temporary {
    background: #161c39 url(../images/bg-01.jpg) no-repeat;
}

@media screen and (min-width: 1921px) {
    .bg_temporary {
        background: #161c39 url(../images/bg_01_2560.jpg) no-repeat;
        background-position: top center;
    }
}

.bg_temporary .bg,
.bg_temporary .bg-foot {
    background: none !important;
}

.bg_temporary .bg:after,
.bg_temporary .bg:before,
.bg_temporary .bg-foot:after,
.bg_temporary .bg-foot:before {
    display: none;
}

.bg_temporary .bg {
    padding-bottom: 0 !important;
}

.bg_temporary .bg-foot {
    padding-top: 0 !important;
    border: 0;
}

.bg_z {
    z-index: 1;
    padding-bottom: 155px;
}

.bg_z:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 439px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
    /* IE6-9 */
}

.bg_lastchance:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 342px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
    /* IE6-9 */
}

.bg_congrats {
    background: #fff url(../images/bg-13.png) no-repeat;
    padding-bottom: 10px;
}

.bg_congrats:before {
    display: none;
}

@media only screen and (max-width: 576px) {
    .bg_congrats {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1921px) {
    .bg {
        background: #161c39 url(../images/bg_01_2560.jpg) no-repeat;
        background-position: top center;
    }
}

.bg.upsell-video {
    padding-bottom: 0px;
}

@media screen and (max-width: 576px) {
    .bg.upsell-video {
        position: relative;
        z-index: 2;
    }
}

.bg.upsell-video.without-foot {
    padding-bottom: 10px;
}

.bg.upsell-video:before {
    display: none;
}

@media screen and (min-width: 1921px) {
    .bg.upsell-video:after {
        content: "";
        height: 100px;
        position: absolute;
        bottom: 0px;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
        /* IE6-9 */
    }
}

.bg.sales-page {
    padding-bottom: 155px;
}

.bg.sales-page:after {
    content: "";
    position: absolute;
    bottom: -65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 186px;
    height: 184px;
    background: url(../images/img-money-back-guarantee.png) no-repeat;
}

@media only screen and (max-width: 768px) {
    .bg.sales-page {
        margin-bottom: 50px;
    }
}

.bg.text-page {
    padding-bottom: 120px;
}

.bg.text-page:before {
    background: #fff url(../images/bg-05.png) no-repeat;
    background-position: bottom center;
}

@media screen and (min-width: 1921px) {
    .bg.text-page:before {
        background: #fff url(../images/bg_05_2560.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
}

@media only screen and (max-width: 576px) {
    .bg.text-page {
        padding-bottom: 60px;
    }
}

.bg.affiliate-page:before {
    background: #fff url(../images/bg-09.png) no-repeat;
    background-position: bottom center;
    height: 342px;
}

@media screen and (min-width: 1921px) {
    .bg.affiliate-page:before {
        background: #fff url(../images/bg_09_2560.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
}

@media screen and (min-width: 1921px) {
    .bg.affiliate-page:after {
        content: "";
        height: 100px;
        position: absolute;
        bottom: 342px;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
        /* IE6-9 */
    }
}

.bg.thankyou-page:before {
    background: #fff url(../images/bg-10.png) no-repeat;
    background-position: bottom center;
    height: 447px;
}

@media screen and (min-width: 1921px) {
    .bg.thankyou-page:before {
        background: #161c39 url(../images/bg_10_2560.jpg) no-repeat;
        background-position: bottom center;
    }
}

@media screen and (min-width: 1921px) {
    .bg.thankyou-page:after {
        content: "";
        height: 100px;
        position: absolute;
        bottom: 447px;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
        /* IE6-9 */
    }
}

.bg.affiliate-tools-bg {
    background: #161c39 url(../images/bg-03.jpg) no-repeat;
}

@media screen and (min-width: 1921px) {
    .bg.affiliate-tools-bg {
        background: #161c39 url(../images/bg_03_2560.jpg) no-repeat;
        background-position: bottom center;
    }
}

.bg.affiliate-tools-bg:before {
    background: #fff url(../images/bg-04.png) no-repeat;
    background-position: bottom center;
    height: 258px;
}

@media screen and (min-width: 1921px) {
    .bg.affiliate-tools-bg:before {
        background: #fff url(../images/bg_04_2560.jpg) no-repeat;
        background-position: bottom center;
        height: 345px;
    }
}

@media only screen and (max-width: 576px) {
    .bg.upsell-page {
        background: #161C39;
    }
}

.bg.upsell-page:before {
    background: #fff url(../images/bg-06.png) no-repeat;
    background-position: bottom center;
    height: 550px;
}

@media screen and (min-width: 1921px) {
    .bg.upsell-page:before {
        background: #fff url(../images/bg_06_2560.jpg) no-repeat;
        background-position: bottom center;
    }
}

@media only screen and (max-width: 576px) {
    .bg.upsell-page:before {
        background: #fff url(../images/bg-09.png) no-repeat;
        background-position: bottom center;
        height: 342px;
    }
}

.bg.upsell-page_video {
    background: #161c39 url(../images/bg-03.jpg) no-repeat;
    padding-bottom: 150px;
}

@media only screen and (max-width: 576px) {
    .bg.upsell-page_video {
        padding-bottom: 60px;
    }
}

.bg.upsell-page_video:before {
    background: #fff url(../images/bg-09.png) no-repeat;
    background-position: bottom center;
    height: 342px;
}

@media screen and (min-width: 1921px) {
    .bg.upsell-page_video:before {
        background: #fff url(../images/bg_09_2560.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
}

@media screen and (min-width: 1921px) {
    .bg.upsell-page_video:after {
        content: "";
        height: 100px;
        position: absolute;
        bottom: 342px;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
        /* IE6-9 */
    }
}

@media screen and (min-width: 1921px) {
    .bg.sales-page_without-video:after {
        content: "";
        height: 100px;
        position: absolute;
        bottom: 882px;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,171c39+100&0+0,1+100 */
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#171c39));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #171c39 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#171c39", GradientType=0);
        /* IE6-9 */
    }
}

.bg:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 439px;
    background: #fff url(../images/bg-02.png) no-repeat;
    background-position: bottom center;
}

@media screen and (min-width: 1921px) {
    .bg:before {
        background: #fff url(../images/bg_02_2560.jpg) no-repeat;
        background-position: bottom center;
        height: 882px;
    }
}

.bg_border {
    border-bottom: 8px solid #c29a5c;
    padding-bottom: 35px;
}

.bg_border:before {
    display: none;
}

.bg-foot {
    background: #161c39 url(../images/bg-03.jpg) no-repeat;
    position: relative;
    background-position: top center;
    border-top: 8px solid #c29a5c;
    padding: 50px 0;
}

@media screen and (min-width: 1921px) {
    .bg-foot {
        background: #161c39 url(../images/bg_03_2560.jpg) no-repeat;
        background-position: top center;
    }
}

.bg-foot.sales-page {
    padding: 115px 0 50px;
}

.bg-foot.text-page {
    padding: 20px 0 50px;
}

.bg-foot.affiliate-tools-bg {
    padding: 60px 0 0px;
    background: none;
}

.bg-foot.affiliate-tools-bg .template-foot__nav ul li a {
    font-size: 14px;
    border-bottom: 0;
}

.bg-foot.affiliate-tools-bg .template-foot__nav ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 576px) {
    .bg-foot.affiliate-tools-bg {
        padding: 40px 0 0px;
    }
}

@media only screen and (max-width: 576px) {
    .bg-foot {
        padding: 50px 0 40px;
    }
    .bg-foot.sales-page {
        padding: 50px 0 40px;
    }
    .bg-foot.text-page {
        padding: 20px 0 40px;
    }
}

.bg-foot_other {
    background: none;
    border: 0;
    padding: 20px 0 20px;
}

.bg-foot_other .template-foot {
    padding: 0;
}

.bg-foot_other .template-foot__descr {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
    margin: 0 0 35px;
}

@media only screen and (max-width: 576px) {
    .bg-foot_other .template-foot__descr {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.bg-foot_other .template-foot__nav {
    margin-bottom: 38px;
}

@media only screen and (max-width: 576px) {
    .bg-foot_other .template-foot__nav {
        margin-bottom: 20px;
    }
}

.bg-foot_other .template-foot__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bg-foot_other .template-foot__nav ul li {
    margin: 0 32px;
}

@media only screen and (max-width: 1200px) {
    .bg-foot_other .template-foot__nav ul li {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .bg-foot_other .template-foot__nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 450px) {
    .bg-foot_other .template-foot__nav ul li {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.bg-foot_other .template-foot__nav ul li a {
    font-size: 14px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: center;
    color: #05a1b2;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

.bg-foot_other .template-foot__nav ul li a:hover {
    border-color: #05a1b2;
}

.bg-foot_other .template-foot__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bg-foot_other .template-foot__btns a {
    font-size: 16px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #161c39;
    padding: 12px 0px 8px;
    border: solid 2px #161c39;
    background-color: transparent;
    margin: 10px 10px;
    width: 228px;
    max-width: 100%;
    text-transform: uppercase;
}

.bg-foot_other .template-foot__btns a:hover {
    color: #fff;
    background: #161c39;
    border: solid 2px #161c39;
}

@media only screen and (max-width: 768px) {
    .bg-foot_other .template-foot__btns a {
        font-size: 18px;
        width: 220px;
    }
}

@media only screen and (max-width: 576px) {
    .bg-foot_other .template-foot__btns a {
        font-size: 14px;
        width: 180px;
    }
}

@media screen and (max-width: 500px) {
    .bg-foot_other .template-foot__btns a {
        margin: 5px 10px;
        width: 170px;
    }
}

@media only screen and (max-width: 400px) {
    .bg-foot_other .template-foot__btns a {
        font-size: 18px;
        width: 100%;
    }
}

.bg-foot_other_v2 {
    padding: 140px 0 0;
}

@media only screen and (max-width: 768px) {
    .bg-foot_other_v2 {
        padding-top: 60px;
    }
}

.bg-foot_other_v3 {
    padding: 50px 0 0;
}

@media only screen and (max-width: 768px) {
    .bg-foot_other_v3 {
        padding-top: 30px;
    }
}

.bg-foot_other_v4 {
    padding: 50px 0 0;
}

@media only screen and (max-width: 768px) {
    .bg-foot_other_v4 {
        padding-top: 30px;
    }
}

.bg-foot_other_2 {
    background: none;
    border: 0;
    padding: 345px 0 0px;
}

.bg-foot_other_2 .template-foot {
    padding: 0;
}

.bg-foot_other_2 .template-foot__descr {
    font-size: 14px;
    color: #a4a8bc;
    margin: 0 0 40px;
}

@media only screen and (max-width: 576px) {
    .bg-foot_other_2 .template-foot__descr {
        margin-bottom: 20px;
    }
}

.bg-foot_other_2 .template-foot__nav {
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .bg-foot_other_2 .template-foot__nav {
        margin-bottom: 20px;
    }
}

.bg-foot_other_2 .template-foot__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bg-foot_other_2 .template-foot__nav ul li {
    margin: 0 32px;
}

@media only screen and (max-width: 1200px) {
    .bg-foot_other_2 .template-foot__nav ul li {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .bg-foot_other_2 .template-foot__nav ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 450px) {
    .bg-foot_other_2 .template-foot__nav ul li {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        max-width: none;
        text-align: center;
    }
}

.bg-foot_other_2 .template-foot__nav ul li a {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: center;
    color: #a4a8bc;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    font-family: "MullerRegular";
}

.bg-foot_other_2 .template-foot__nav ul li a:hover {
    border-color: #05a1b2;
    color: #05a1b2;
}

.bg-foot_other_2 .template-foot__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bg-foot_other_2 .template-foot__btns a {
    font-size: 14px;
    font-family: "MullerRegular";
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #161c39;
    padding: 7px 0px 4px;
    border: solid 2px #f1f4fa;
    background-color: #f1f4fa;
    margin: 10px 5px;
    width: 190px;
    max-width: 100%;
    text-transform: uppercase;
}

.bg-foot_other_2 .template-foot__btns a:hover {
    color: #fff;
    background: #161c39;
    border: solid 2px #161c39;
}

@media screen and (max-width: 500px) {
    .bg-foot_other_2 .template-foot__btns a {
        margin: 5px;
    }
}

.bg-foot_other_2_v2 {
    padding: 140px 0 0;
}

@media only screen and (max-width: 768px) {
    .bg-foot_other_2_v2 {
        padding-top: 60px;
    }
}

.bg-foot_other_2_v3 {
    padding: 50px 0 0;
}

@media only screen and (max-width: 768px) {
    .bg-foot_other_2_v3 {
        padding-top: 30px;
    }
}

.general {
    z-index: 22;
    position: relative;
}

.general__new-head {
    font-size: 38px;
    line-height: 45px;
    margin: 0 auto 40px;
}

.general__new-head small {
    text-transform: uppercase;
    line-height: 1.35;
}

.general__heading {
    color: #fff;
    margin: 0 0 10px;
}

.general__sales-heading {
    font-size: 52px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: -10px 0 5px;
}

@media only screen and (max-width: 768px) {
    .general__sales-heading {
        font-size: 46px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .general__sales-heading {
        font-size: 38px;
    }
}

.general__sup-heading {
    font-size: 56px;
    color: #fff;
    margin: 0 0 25px;
}

.downsell .general__sup-heading {
    margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
    .downsell .general__sup-heading {
        margin-bottom: 20px;
    }
}

.lp1 .general__sup-heading {
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-family: "MullerBold";
}

@media only screen and (max-width: 768px) {
    .lp1 .general__sup-heading {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 576px) {
    .lp1 .general__sup-heading {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 40px;
    }
}

.general__sup-heading span {
    font-size: 42px;
}

@media only screen and (max-width: 768px) {
    .general__sup-heading span {
        font-size: 32px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .general__sup-heading span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .general__sup-heading {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .general__sup-heading {
        font-size: 42px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .general__sup-heading {
        font-size: 30px;
    }
}

.general__pre-heading {
    font-size: 42px;
    color: #fff;
    margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
    .general__pre-heading {
        font-size: 32px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .general__pre-heading {
        font-size: 30px;
    }
}

.general__prev-heading {
    line-height: 2.06;
    letter-spacing: 9.6px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 10px;
}

@media only screen and (max-width: 576px) {
    .general__prev-heading {
        line-height: 1.3;
        margin: 0 0 20px;
    }
}

.general__sub-heading {
    color: #fff;
    margin: 0 0 20px;
}

.general__sub-heading i {
    color: #fff;
    font-size: 32px;
    line-height: 1.56;
}

.general__head {
    color: #fff;
    margin: 0 0 30px;
}

.general__head .for-tablet {
    display: none;
}

@media screen and (max-width: 1024px) {
    .general__head {
        font-size: 30px;
    }
    .general__head .for-tablet {
        display: block;
    }
}

@media screen and (max-width: 610px) {
    .general__head {
        font-size: 18px;
    }
    .general__head .for-tablet {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .general__head {
        font-size: 24px;
    }
}

@media only screen and (max-width: 576px) {
    .general__head {
        margin-bottom: 40px;
    }
}

.general__sales-head {
    text-transform: uppercase;
    line-height: 1.75;
    letter-spacing: 2.4px;
    margin: 0 0 23px;
    color: #fff;
    font-family: "MullerBold";
}

.general__sales-head_without-video {
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .general__sales-head_without-video {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .general__sales-head {
        margin: 15px 0 23px;
        line-height: 1.2;
    }
    .general__sales-head_without-video {
        margin-bottom: 40px;
    }
}

.general__sub-head {
    color: #fff;
    margin: 0 0 35px;
}

.general__sub-head .for-tablet {
    display: none;
}

@media screen and (max-width: 1024px) {
    .general__sub-head .for-tablet {
        display: block;
    }
}

@media screen and (max-width: 620px) {
    .general__sub-head .for-tablet {
        display: none;
    }
}

.general__descr {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    margin: 0 0 30px;
}

.general__descr-sm {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 37px;
}

@media only screen and (max-width: 768px) {
    .general__descr-sm {
        font-size: 19px;
    }
}

@media only screen and (max-width: 576px) {
    .general__descr-sm {
        font-size: 16px;
    }
}

.general__descr-img {
    margin-bottom: 35px;
}

@media only screen and (max-width: 576px) {
    .general__descr-img {
        margin-bottom: 5px;
    }
}

.general__descr-img .descr-img__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 700px) {
    .general__descr-img .descr-img__row {
        flex-wrap: wrap;
    }
}

.general__descr-img .descr-img__image {
    -webkit-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 13px;
    padding-top: 15px;
    position: relative;
}

@media screen and (max-width: 1230px) {
    .general__descr-img .descr-img__image {
        padding: 0;
    }
    .general__descr-img .descr-img__image img {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .general__descr-img .descr-img__image {
        margin: 0 auto 50px;
    }
}

@media only screen and (max-width: 576px) {
    .general__descr-img .descr-img__image {
        -webkit-box-flex: 0;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.general__descr-img .descr-img__image img {
    position: relative;
    z-index: 2;
}

.general__descr-img .descr-img__image:before {
    position: absolute;
    top: 51%;
    left: 50%;
    border: 3px solid #cdb380;
    box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.3);
    width: 99%;
    height: 92%;
    content: "";
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1230px) {
    .general__descr-img .descr-img__image:before {
        width: 103%;
    }
}

.general__descr-img .descr-img__image:after {
    content: "";
    background: #273360;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 28px;
    width: 90%;
    height: 101.5%;
}

@media screen and (max-width: 1230px) {
    .general__descr-img .descr-img__image:after {
        height: 104%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.general__descr-img .descr-img__descr {
    -webkit-box-flex: 0;
    flex: 0 0 55%;
    max-width: 55%;
    padding: 50px 0 0 66px;
}

@media only screen and (max-width: 992px) {
    .general__descr-img .descr-img__descr {
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 700px) {
    .general__descr-img .descr-img__descr {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.general__descr-img .descr-img__descr h3 {
    color: #fff;
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 35px;
}

.general__descr-img .descr-img__descr h3 strong:first-child {
    display: block;
}

@media screen and (max-width: 700px) {
    .general__descr-img .descr-img__descr h3 {
        text-align: center;
    }
}

.general__descr-img .descr-img__descr h4 {
    text-align: left;
    color: #fff;
    margin: 0 0 30px;
    line-height: 1.55;
}

@media screen and (max-width: 700px) {
    .general__descr-img .descr-img__descr h4 {
        text-align: center;
    }
}

.general__foottext {
    color: #fff;
    margin: 0 0 65px;
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .general__foottext {
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 576px) {
    .general__foottext {
        margin: 0 0 20px;
    }
}

.general__border {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: dashed 2px #3f529a;
    background-color: #273360;
    padding: 25px 20px;
    max-width: 980px;
    margin: 0 auto 58px;
}

.general__border a {
    color: #05a1b2;
    border-bottom: 1px solid #05a1b2;
}

.general__border a:hover {
    color: #05a1b2;
    border-bottom-color: transparent;
}

@media only screen and (max-width: 576px) {
    .general__border {
        line-height: 1.4;
        padding: 20px 20px;
    }
}

.general__border-head {
    font-size: 22px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 3.3px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 35px 8px;
    border: dashed 2px #cdb380;
    background-color: #273360;
    margin-bottom: 22px;
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .general__border-head {
        font-size: 18px;
        padding: 8px 35px 3px;
    }
}

@media only screen and (max-width: 576px) {
    .general__border-head {
        font-size: 16px;
        padding: 8px 8px 3px;
    }
}

.general__credit-statement {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}

.general__credit-statement:after {
    content: "";
    width: 392px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 400px) {
    .general__credit-statement:after {
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}

.general__video {
    box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.3);
    background-color: #1e213c;
    width: 860px;
    max-width: 90%;
    margin: 0 auto 70px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .general__video {
        margin-bottom: 30px;
        max-width: 100%;
    }
}

.general__video:before {
    content: "";
    width: 110%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 35px 0 rgba(0, 0, 0, 0.3);
    border: 3px solid #cdb380;
    z-index: 1;
    max-width: 105%;
}

@media only screen and (max-width: 576px) {
    .general__video:before {
        height: 110%;
        width: 90%;
    }
}

.general__video video,
.general__video img,
.general__video iframe {
    width: 100%;
    z-index: 2;
}

.general__video .video-btn {
    width: 122px;
    height: 122px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff url(../images/icon-arrow.svg) no-repeat;
    background-position: 55%;
    cursor: pointer;
    left: 50%;
    top: 50%;
    z-index: 99;
    border-radius: 50%;
}

@media only screen and (max-width: 576px) {
    .general__video .video-btn {
        width: 80px;
        height: 80px;
        background-size: 30%;
    }
}

@media only screen and (max-width: 400px) {
    .general__video .video-btn {
        width: 50px;
        height: 50px;
    }
}

.general__product {
    margin-bottom: 60px;
}

.general__product h2 {
    color: #fff;
    margin: 0 0 44px;
    font-family: "MullerBold";
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .general__product h2 {
        margin-bottom: 20px;
    }
}

.general__product .general-product__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 50px 30px 0 0;
}

@media only screen and (max-width: 1200px) {
    .general__product .general-product__row {
        -webkit-box-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    .general__product .general-product__row {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .general__product .general-product__row {
        flex-wrap: wrap;
    }
}

.general__product .general-product__img {
    position: relative;
    text-align: left;
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 512px);
    max-width: calc(100% - 512px);
}

@media only screen and (max-width: 1200px) {
    .general__product .general-product__img {
        text-align: center;
    }
}

.general__product .general-product__img img {
    position: relative;
    z-index: 2;
    margin-left: -80px;
}

@media only screen and (max-width: 1200px) {
    .general__product .general-product__img img {
        margin: 0 auto;
    }
}

.general__product .general-product__img:before {
    content: "";
    background: url(../images/bg-layer.png) no-repeat;
    top: -90px;
    left: -130px;
    background-size: 100%;
    position: absolute;
    width: 720px;
    height: 491px;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .general__product .general-product__img:before {
        width: 100%;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .general__product .general-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 576px) {
    .general__product .general-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.general__product .general-product__descr {
    -webkit-box-flex: 0;
    flex: 0 0 512px;
    max-width: 512px;
    padding-top: 10px;
}

@media only screen and (max-width: 1440px) {
    .general__product .general-product__descr br {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .general__product .general-product__descr {
        -webkit-box-flex: 0;
        flex: 0 0 65%;
        max-width: 65%;
        padding: 0 0 0 37px;
    }
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__descr {
        -webkit-box-flex: 0;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__descr {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .general__product .general-product__descr {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.general__product .general-product__descr .btn-default {
    width: 100%;
    max-width: 512px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 37px auto 35px;
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__descr .btn-default {
        font-size: 25px;
    }
}

@media screen and (max-width: 700px) {
    .general__product .general-product__descr .btn-default {
        font-size: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .general__product .general-product__descr .btn-default {
        font-size: 30px;
    }
}

@media screen and (max-width: 460px) {
    .general__product .general-product__descr .btn-default {
        font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    .general__product .general-product__descr .btn-default {
        font-size: 20px;
    }
}

@media screen and (max-width: 340px) {
    .general__product .general-product__descr .btn-default {
        font-size: 18px;
    }
}

.general__product .general-product__descr p {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__descr p {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.general__product .general-product__descr p span {
    text-decoration: line-through;
}

.general__product .general-product__descr p b {
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
}

.bg-foot__space .general__product .general-product__descr p b {
    border: 0;
}

.general__product .general-product__descr small {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__descr small {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    .general__product .general-product__descr small {
        margin-bottom: 20px;
    }
}

.general__product .general-product__description {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.general__product .general-product__description a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.general__product .general-product__description a:hover {
    border-bottom-color: transparent;
}

@media only screen and (max-width: 768px) {
    .general__product .general-product__description {
        font-size: 16px;
    }
}

.general__affiliate {
    margin-bottom: 20px;
}

.general__affiliate-tools {
    padding: 19px 0;
}

.general__order {
    margin-bottom: 40px;
}

.general__order h2 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 23px;
}

@media only screen and (max-width: 768px) {
    .general__order h2 {
        font-size: 32px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .general__order h2 {
        font-size: 30px;
    }
}

.general__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.general__link span {
    margin-bottom: 5px;
}

.general__link span b {
    border-bottom: 1px solid #fff;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    font-weight: normal;
    line-height: 1.4;
}

.general__link img {
    margin-right: 10px;
    margin-bottom: 5px;
}

.general__link:hover {
    color: #fff;
}

.general__link:hover span b {
    border-bottom-color: transparent;
}

.general__btns {
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .general__btns {
        margin-bottom: 0;
    }
}

.product__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
    .product__row {
        margin: 0 -10px;
    }
}

.product__row_trynow .product__col:nth-child(2) .product__wrap {
    border-color: #c29a5c;
}

.product__row_trynow .product__col:nth-child(2) .product__img {
    background: url(../images/bg-gold.svg) no-repeat;
}

@media screen and (max-width: 700px) {
    .product__row_trynow .product__col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
}

@media only screen and (max-width: 576px) {
    .product__row_trynow .product__col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (max-width: 576px) {
    .product__row_trynow .product__col:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
}

@media only screen and (max-width: 576px) {
    .product__row_trynow .product__col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

.product__col {
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

@media only screen and (max-width: 992px) {
    .product__col {
        padding: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    .product__col {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .product__col {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
    }
}

.product__wrap {
    border: solid 6px #273360;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    text-align: center;
    background: #161c39 url(../images/bg-shadow.png) no-repeat;
    background-position: top center;
    background-size: 100%;
    height: 100%;
}

.product__wrap:hover {
    box-shadow: 0px 0px 25px 0px rgba(67, 88, 165, 0.5);
    background: #161c39 url(../images/bg-gold-splashes-on-bottle.png) no-repeat;
    background-position: top center;
    background-size: 100%;
}

.product__img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -6px -6px 15px;
    min-height: 320px;
    background: url(../images/bg-blue.svg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
    position: relative;
}

.product__title {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(bottom, #c0d2de, #ffffff);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .product__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 700px) {
    .product__title {
        font-size: 38px;
    }
}

.product__date {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #6f7cac;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.product__line {
    width: 76px;
    height: 2px;
    margin: 0px auto 35px;
    background-color: #c29a5c;
}

.product__price {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(bottom, #c0d2de, #ffffff);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "MullerBold";
    font-size: 70px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.product__price sup {
    font-size: 50px;
}

.product__sm-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.product__btn {
    margin-bottom: 26px;
}

@media only screen and (max-width: 576px) {
    .product__btn .btn-default {
        font-size: 30px;
    }
}

.product__discount-price {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
    padding: 0 10px;
}

.product__discount-price .old-price {
    text-decoration: line-through;
}

.product__discount-price .text-yellow {
    color: #f7c475 !important;
}

.product__discount-price .text-yellow strong {
    color: #f7c475 !important;
    font-size: 16px;
}

.product__discount-price strong {
    color: #06b3c6;
    font-size: 36px;
}

.product__discount-price i {
    font-style: normal;
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    .product__discount-price i {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .product__discount-price i {
        display: inline-block;
    }
}

.product__discount-price_v2 {
    color: #C8D8E2;
}

.product__discount-price_v2 strong {
    font-weight: normal;
    color: #C8D8E2;
    font-family: "MullerRegular";
}

.single-product {
    padding: 75px 0 50px;
}

@media only screen and (max-width: 576px) {
    .single-product {
        padding: 30px 0;
    }
}

.single-product__img {
    max-width: 693px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
}

.single-product__img img {
    position: relative;
    z-index: 2;
}

.single-product__img:before {
    content: "";
    background: url(../images/bg-layer.png) no-repeat;
    top: -110px;
    left: -20px;
    background-size: 100%;
    position: absolute;
    width: 720px;
    height: 491px;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .single-product__img:before {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .single-product__img:before {
        top: 0;
    }
}

.single-product__descr {
    text-align: center;
}

.single-product__descr .btn-default {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 826px;
    font-size: 42px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 27px 30px 20px;
}

@media screen and (max-width: 700px) {
    .single-product__descr .btn-default {
        font-size: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .single-product__descr .btn-default {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .single-product__descr .btn-default {
        font-size: 25px;
    }
}

@media screen and (max-width: 420px) {
    .single-product__descr .btn-default {
        font-size: 30px;
        padding: 22px 22px 20px;
    }
}

@media screen and (max-width: 350px) {
    .single-product__descr .btn-default {
        font-size: 30px;
        padding: 15px 30px 10px;
    }
}

.single-product__descr small {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.single-product__descr .cards {
    margin-bottom: 40px;
}

.single-product__description {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.single-product__description a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.single-product__description a:hover {
    border-bottom-color: transparent;
}

@media only screen and (max-width: 768px) {
    .single-product__description {
        font-size: 16px;
    }
}

.cards {
    margin-bottom: 60px;
}

@media only screen and (max-width: 576px) {
    .cards {
        margin-bottom: 40px;
    }
}

.cards__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
}

.cards__row li {
    margin: 0 7.5px;
    width: 92px;
}

.content {
    padding: 95px 0 80px;
    color: #171d3a;
}

.content.text-page {
    padding: 75px 0 95px;
}

@media only screen and (max-width: 768px) {
    .content.text-page {
        padding: 75px 0 30px;
    }
}

.content.downsell {
    padding-bottom: 55px;
}

@media only screen and (max-width: 576px) {
    .content.downsell {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .content {
        padding: 30px 0 50px;
    }
}

@media only screen and (max-width: 576px) {
    .content {
        padding: 40px 0 40px;
    }
    .content.text-page {
        padding: 40px 0;
    }
}

.content h2 {
    margin: 0 0 78px;
    font-size: 42px;
    color: #171d3a;
}

.content h2.faq__heading {
    margin: 0 0 41px;
    font-size: 48px;
}

@media only screen and (max-width: 768px) {
    .content h2.faq__heading {
        font-size: 32px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .content h2.faq__heading {
        font-size: 30px;
    }
}

.content h2.content__sub-heading {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .content h2 {
        font-size: 32px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .content h2 {
        font-size: 30px;
    }
}

.content h3 {
    color: #171d3a;
    margin: 0 0 20px;
}

.content h3.faq__head {
    margin-bottom: 30px;
    color: #c29a5c;
}

@media only screen and (max-width: 576px) {
    .content h3.faq__head {
        margin-bottom: 20px;
    }
}

.content h3.content__head {
    margin-bottom: 30px;
}

.content h3.content__alert {
    margin-bottom: 60px;
    color: #fff;
}

.content .line {
    width: 76px;
}

.content p,
.content li {
    color: #171d3a;
}

.content p a,
.content li a {
    border-bottom: 1px solid #05a1b2;
}

.content p a.text-gold_2,
.content li a.text-gold_2 {
    border-bottom-color: #c29a5c;
}

.content p a:hover,
.content li a:hover {
    border-bottom-color: transparent;
}

.content h4 {
    color: #171d3a;
}

.content h4.content__sub-head {
    margin: 0 0 20px;
    letter-spacing: 3.6px;
}

.content h4.content__alert-sm {
    color: #fff;
}

.content__line {
    background-color: #e8ecf7;
    height: 2px;
    margin: 0 auto 50px;
    width: 747px;
    max-width: 100%;
}

.content__line_2 {
    margin-bottom: 30px;
}

.content__alert {
    line-height: 0.69;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 30px 20px;
    background-color: #05a1b2;
}

.content__alert.downsell {
    margin-top: -15px;
}

@media only screen and (max-width: 1200px) {
    .content__alert {
        line-height: normal;
    }
}

.content__alert-sm {
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 1012px;
    margin: 50px auto 55px;
    padding: 20px 10px;
    background-color: #273360;
}

@media only screen and (max-width: 576px) {
    .content__alert-sm {
        margin: 50px -15px 55px;
    }
}

.alert {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    padding: 20px 24px 15px;
    border: dashed 2px #cdb380;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6e0a4), color-stop(#fff3cf), to(#f6e0a4));
    background-image: -webkit-linear-gradient(bottom, #f6e0a4, #fff3cf, #f6e0a4);
    background-image: linear-gradient(to top, #f6e0a4, #fff3cf, #f6e0a4);
    margin: 0 auto 70px;
    max-width: 1090px;
}

@media only screen and (max-width: 576px) {
    .alert {
        font-size: 14px;
        padding: 15px;
        margin-bottom: 50px;
    }
}

.faq__heading {
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
    font-family: "MullerBold";
    margin: 0 0 50px;
    text-transform: uppercase;
}

.faq__head {
    font-stretch: normal;
    font-style: normal;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #c29a5c;
    font-family: "MullerBold";
    margin: 0 0 30px;
}

@media only screen and (max-width: 576px) {
    .faq__head {
        line-height: 1.2;
    }
}

.faq__item {
    padding: 40px 40px 30px;
    background-color: #f3eee8;
    margin-bottom: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .faq__item {
        padding: 20px;
    }
}

.faq p {
    font-size: 20px;
    line-height: 1.6;
    color: #171d3a;
}

@media only screen and (max-width: 576px) {
    .faq p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.affiliate-form {
    margin-bottom: -30px;
}

.affiliate-form__img {
    text-align: center;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.affiliate-form__wrap {
    position: relative;
    z-index: 2;
}

.affiliate-tools-form__row {
    display: -webkit-box;
    display: flex;
    margin: 0 -12px 45px;
}

@media screen and (max-width: 1300px) {
    .affiliate-tools-form__row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__row {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.affiliate-tools-form__col {
    -webkit-box-flex: 0;
    flex: 0 0 570px;
    max-width: 570px;
    margin: 0 15px;
}

@media screen and (max-width: 1300px) {
    .affiliate-tools-form__col {
        -webkit-box-flex: 0;
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }
}

.affiliate-tools-form__col:last-child .affiliate-tools-form__wrap {
    border: solid 6px #273360;
}

.affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
    box-shadow: 0px 4px 0 0 #036570;
    background-image: -webkit-linear-gradient(#07dbf2, #05a1b2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07dbf2), to(#05a1b2));
    background-image: linear-gradient(#07dbf2, #05a1b2);
    text-shadow: 0px 2px 0 rgba(2, 82, 91, 0.5);
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 64px;
    padding: 0 5px;
}

@media only screen and (max-width: 1200px) {
    .affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 576px) {
    .affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
        height: 50px;
        line-height: 52px;
    }
}

@media screen and (max-width: 450px) {
    .affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
        font-size: 20px;
    }
}

@media screen and (max-width: 370px) {
    .affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a {
        font-size: 16px;
    }
}

.affiliate-tools-form__col:last-child .affiliate-tools-form__wrap a:hover {
    box-shadow: 0px 4px 0 0 #a86413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#facc2d), to(#feb10a));
    background-image: -webkit-linear-gradient(top, #facc2d, #feb10a);
    background-image: linear-gradient(to bottom, #facc2d, #feb10a);
    text-shadow: 0px 1px 4px rgba(116, 48, 0, 0.45);
}

.affiliate-tools-form__col:last-child .affiliate-tools-form__wrap input[type=submit] {
    box-shadow: 0px 4px 0 0 #036570;
    background-image: -webkit-linear-gradient(#07dbf2, #05a1b2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#07dbf2), to(#05a1b2));
    background-image: linear-gradient(#07dbf2, #05a1b2);
    text-shadow: 0px 2px 0 rgba(2, 82, 91, 0.5);
    color: #fff;
}

.affiliate-tools-form__col:last-child .affiliate-tools-form__wrap input[type=submit]:hover {
    box-shadow: 0px 4px 0 0 #a86413;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#facc2d), to(#feb10a));
    background-image: -webkit-linear-gradient(top, #facc2d, #feb10a);
    background-image: linear-gradient(to bottom, #facc2d, #feb10a);
    text-shadow: 0px 1px 4px rgba(116, 48, 0, 0.45);
}

.affiliate-tools-form__wrap {
    border: solid 6px #c29a5c;
    background-color: #161c39;
    padding: 25px 30px 39px;
    text-align: center;
    height: 100%;
}

@media screen and (max-width: 890px) {
    .affiliate-tools-form__wrap {
        padding: 20px 15px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__wrap {
        padding: 25px 30px 39px;
    }
}

@media screen and (max-width: 450px) {
    .affiliate-tools-form__wrap {
        padding: 20px 15px 30px;
    }
}

.affiliate-tools-form__wrap label {
    font-size: 24px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 14px;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .affiliate-tools-form__wrap label {
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .affiliate-tools-form__wrap label {
        font-size: 18px;
    }
}

@media screen and (max-width: 890px) {
    .affiliate-tools-form__wrap label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__wrap label {
        font-size: 24px;
    }
}

@media only screen and (max-width: 576px) {
    .affiliate-tools-form__wrap label {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .affiliate-tools-form__wrap label {
        font-size: 16px;
    }
}

@media screen and (max-width: 370px) {
    .affiliate-tools-form__wrap label {
        font-size: 22px;
        line-height: 1.4;
    }
}

.affiliate-tools-form__wrap input,
.affiliate-tools-form__wrap button {
    width: 100%;
}

.affiliate-tools-form__wrap input[type=text],
.affiliate-tools-form__wrap button[type=text] {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .affiliate-tools-form__wrap input[type=submit],
    .affiliate-tools-form__wrap button[type=submit] {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .affiliate-tools-form__wrap input[type=submit],
    .affiliate-tools-form__wrap button[type=submit] {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__wrap input[type=submit],
    .affiliate-tools-form__wrap button[type=submit] {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .affiliate-tools-form__wrap input[type=submit],
    .affiliate-tools-form__wrap button[type=submit] {
        font-size: 20px;
    }
}

@media screen and (max-width: 370px) {
    .affiliate-tools-form__wrap input[type=submit],
    .affiliate-tools-form__wrap button[type=submit] {
        font-size: 16px;
    }
}

.affiliate-tools-form__wrap input.new_affiliate_link,
.affiliate-tools-form__wrap button.new_affiliate_link {
    background-color: #273360;
}

@media only screen and (max-width: 1200px) {
    .affiliate-tools-form__wrap button {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .affiliate-tools-form__wrap button {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools-form__wrap button {
        font-size: 24px;
    }
}

@media screen and (max-width: 450px) {
    .affiliate-tools-form__wrap button {
        font-size: 20px;
    }
}

@media screen and (max-width: 370px) {
    .affiliate-tools-form__wrap button {
        font-size: 16px;
    }
}

.affiliate-tools-form__descr {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 727px;
    margin: 0 auto 45px;
}

@media only screen and (max-width: 576px) {
    .affiliate-tools-form__descr {
        margin-bottom: 0;
        font-size: 20px;
    }
}

.affiliate-tools-form__descr a {
    color: #cdb380;
    border-bottom: 1px solid #cdb380;
}

.affiliate-tools-form__descr a:hover {
    border-bottom-color: transparent;
}

.af-body.af-standards {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 36px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 6px solid #273360;
    background: #161c39;
    background: #161c39 url(../images/affiliate_form_bg.png) no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 992px) {
    .af-body.af-standards {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    .af-body.af-standards {
        padding: 15px;
    }
}

.af-body.af-standards .af-element {
    -webkit-box-flex: 0;
    flex: 0 0 30.8%;
    max-width: 30.8%;
}

@media only screen and (max-width: 992px) {
    .af-body.af-standards .af-element {
        -webkit-box-flex: 0;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .af-body.af-standards .af-element {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.af-body.af-standards .af-element input {
    width: 100%;
}

.af-body.af-standards .af-element.buttonContainer {
    -webkit-box-flex: 0;
    flex: 0 0 34.5%;
    max-width: 34.5%;
}

@media only screen and (max-width: 992px) {
    .af-body.af-standards .af-element.buttonContainer {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
}

.af-body.af-standards .af-element.buttonContainer input {
    font-size: 22px;
    padding: 2px 5px 0;
    margin-top: -2px;
}

@media only screen and (max-width: 1200px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 22px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 34px;
    }
}

@media screen and (max-width: 700px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 25px;
    }
}

@media only screen and (max-width: 576px) {
    .af-body.af-standards .af-element.buttonContainer input {
        font-size: 24px;
        padding: 13px;
        height: auto;
        width: 100%;
        white-space: normal;
        line-height: normal;
        padding-top: 20px;
    }
}

.form-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 36px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 6px solid #273360;
    background: #161c39;
    background: #161c39 url(../images/affiliate_form_bg.png) no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 992px) {
    .form-row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    .form-row {
        padding: 15px;
    }
}

.form-row input {
    -webkit-box-flex: 0;
    flex: 0 0 30.8%;
    max-width: 30.8%;
}

.form-row input[type=submit] {
    -webkit-box-flex: 0;
    flex: 0 0 34.5%;
    max-width: 34.5%;
    font-size: 22px;
    padding: 2px 5px 0;
    margin-top: -2px;
}

@media only screen and (max-width: 1200px) {
    .form-row input[type=submit] {
        font-size: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .form-row input[type=submit] {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .form-row input[type=submit] {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
        font-size: 22px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .form-row input[type=submit] {
        font-size: 34px;
    }
}

@media screen and (max-width: 700px) {
    .form-row input[type=submit] {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .form-row input[type=submit] {
        font-size: 25px;
    }
}

@media screen and (max-width: 520px) {
    .form-row input[type=submit] {
        font-size: 20px;
    }
}

@media screen and (max-width: 440px) {
    .form-row input[type=submit] {
        font-size: 18px;
    }
}

@media screen and (max-width: 370px) {
    .form-row input[type=submit] {
        font-size: 16px;
    }
}

@media screen and (max-width: 330px) {
    .form-row input[type=submit] {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .form-row input {
        -webkit-box-flex: 0;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .form-row input {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.affiliate {
    padding: 30px 0 0;
}

@media only screen and (max-width: 576px) {
    .affiliate {
        padding: 0;
    }
}

.affiliate-page__text h3 {
    color: #fff;
    margin: 65px 0 40px;
}

.affiliate-page__text h4 {
    color: #fff;
    text-align: left;
    margin: 0 0 30px;
    line-height: 1.55;
}

@media only screen and (max-width: 576px) {
    .affiliate-page__text h4 {
        font-size: 20px;
    }
}

.affiliate-page__text .offer-content {
    max-width: 800px;
    margin: 0 auto 65px;
    padding-left: 70px;
}

@media only screen and (max-width: 768px) {
    .affiliate-page__text .offer-content {
        padding: 0;
    }
}

.affiliate-page__text .offer-content>div {
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .affiliate-page__text .offer-content>div {
        -webkit-box-align: start;
        align-items: flex-start;
    }
}

.affiliate-page__text .offer-content>div img {
    margin-right: 30px;
}

@media only screen and (max-width: 576px) {
    .affiliate-page__text .offer-content>div img {
        width: 50px;
        height: 50px;
        margin: 5px 15px 0 0;
    }
}

.affiliate-page__text .offer-content>div p {
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: "MullerBold";
}

@media only screen and (max-width: 576px) {
    .affiliate-page__text .offer-content>div p {
        font-size: 20px;
    }
}

.affiliate-page .get-started-btn {
    padding: 45px 0 75px;
    text-align: center;
}

.affiliate-page .get-started-btn .btn-default {
    padding: 33px 55px 26px;
}

@media only screen and (max-width: 576px) {
    .affiliate-page .get-started-btn {
        padding: 20px 0 40px;
    }
    .affiliate-page .get-started-btn .btn-default {
        font-size: 34px;
        padding: 13px;
        height: 90px;
        line-height: 35px;
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
}

.affiliate-footer {
    padding: 45px 0 70px;
}

.affiliate__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -20px 70px;
}

@media only screen and (max-width: 768px) {
    .affiliate__row {
        margin: 0 -20px 50px;
    }
}

@media only screen and (max-width: 576px) {
    .affiliate__row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.affiliate__col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.affiliate__col:last-child .affiliate__wrap:after {
    display: none;
}

@media only screen and (max-width: 992px) {
    .affiliate__col {
        -webkit-box-flex: 1;
        flex: 1 1 33.333%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .affiliate__col:nth-child(3) .affiliate__wrap:after {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .affiliate__col {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
        margin-bottom: 50px;
    }
    .affiliate__col:last-child {
        margin-bottom: 0;
    }
    .affiliate__col:nth-child(2) .affiliate__wrap:after,
    .affiliate__col:nth-child(4) .affiliate__wrap:after {
        display: none;
    }
    .affiliate__col:nth-child(3) .affiliate__wrap:after {
        display: block;
    }
}

.affiliate__wrap {
    padding: 0 20px;
    position: relative;
}

.affiliate__wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 244px;
    width: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dee1eb+37,dee1eb+50,dee1eb+59,ffffff+100 */
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #dee1eb 37%, #dee1eb 50%, #dee1eb 59%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(37%, #dee1eb), color-stop(50%, #dee1eb), color-stop(59%, #dee1eb), to(white));
    background: linear-gradient(to bottom, white 0%, #dee1eb 37%, #dee1eb 50%, #dee1eb 59%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
    /* IE6-9 */
}

@media only screen and (max-width: 400px) {
    .affiliate__wrap {
        padding: 0 5px;
    }
}

.affiliate__icon {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .affiliate__icon {
        margin-bottom: 10px;
    }
    .affiliate__icon img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 576px) {
    .affiliate__icon img {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}

.affiliate__text {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
}

@media only screen and (max-width: 400px) {
    .affiliate__text {
        font-size: 18px;
    }
}

.affiliate__foottext h3 {
    margin: 0;
}

.affiliate-tools {
    padding: 10px 0 0;
    margin-bottom: 30px;
}

.affiliate-tools__head {
    color: #fff;
    margin: 0 0 45px;
    font-size: 42px;
}

@media only screen and (max-width: 768px) {
    .affiliate-tools__head {
        font-size: 32px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .affiliate-tools__head {
        font-size: 30px;
    }
}

.affiliate-tools__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media only screen and (max-width: 1200px) {
    .affiliate-tools__row {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.affiliate-tools__row a {
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    font-size: 20px;
    font-family: "MullerBold";
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    padding: 15px 0px 13px;
    border: solid 2px #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.affiliate-tools__row a:hover {
    color: #14185a;
    border-color: #fff;
    background-color: #fff;
}

@media only screen and (max-width: 1200px) {
    .affiliate-tools__row a {
        font-size: 18px;
        -webkit-box-flex: 0;
        flex: 0 0 320px;
        max-width: 320px;
        margin: 0 20px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .affiliate-tools__row a {
        font-size: 16px;
        -webkit-box-flex: 0;
        flex: 0 0 270px;
        max-width: 270px;
        margin: 0 10px 10px;
    }
}

@media screen and (max-width: 640px) {
    .affiliate-tools__row a {
        font-size: 14px;
        -webkit-box-flex: 0;
        flex: 0 0 230px;
        max-width: 230px;
    }
}

@media only screen and (max-width: 576px) {
    .affiliate-tools__row a {
        font-size: 12px;
        -webkit-box-flex: 0;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .affiliate-tools__row a {
        font-size: 9px;
        -webkit-box-flex: 0;
        flex: 0 0 160px;
        max-width: 160px;
        margin: 0 5px 10px;
    }
}

@media only screen and (max-width: 400px) {
    .affiliate-tools__row a {
        font-size: 20px;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 10px;
    }
}

.order-table__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background: #161c39;
    border: 6px solid #273360;
}

.order-table__col {
    -webkit-box-flex: 0;
    flex: 0 0 33%;
    max-width: 33%;
    position: relative;
    padding: 40px 20px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .order-table__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 400px) {
    .order-table__col {
        margin-bottom: 5px;
    }
}

.order-table__col:before {
    content: "";
    background: #273360;
    width: 61%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .order-table__col:before {
        width: 100%;
    }
}

.order-table__img {
    margin-bottom: 23px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.order-table__name {
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c0d2de), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(bottom, #c0d2de, #ffffff), -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to top, #c0d2de, #ffffff), linear-gradient(to bottom, #ffffff, #ffffff);
    font-size: 28px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.order-table__wrap {
    -webkit-box-flex: 0;
    flex: 0 0 66%;
    max-width: 66%;
    padding: 30px 40px 15px 0;
}

@media only screen and (max-width: 768px) {
    .order-table__wrap {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }
}

.order-table__wrap table {
    width: 100%;
}

.order-table__wrap table tr td {
    width: 55%;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #cdb380;
}

.order-table__wrap table tr td:last-child {
    width: 45%;
}

@media only screen and (max-width: 576px) {
    .order-table__wrap table tr td {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    .order-table__wrap table tr td {
        font-size: 14px;
    }
}

.order-table__title {
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.order-table__title .icon {
    margin-left: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 14px;
}

.shipping__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 49px;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    .shipping__row {
        margin: 0 -15px 29px;
    }
}

@media only screen and (max-width: 576px) {
    .shipping__row {
        margin: 0 0 20px;
    }
}

.shipping__col {
    -webkit-box-flex: 0;
    flex: 0 0 420px;
    max-width: 420px;
}

.shipping__col:last-child .shipping__wrap {
    border-right: 0;
}

@media only screen and (max-width: 576px) {
    .shipping__col:last-child .shipping__wrap {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .shipping__col {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .shipping__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.shipping__wrap {
    padding: 17px 34px;
    border-right: 1px solid rgba(146, 155, 190, 0.3);
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .shipping__wrap {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 576px) {
    .shipping__wrap {
        padding: 20px 5px;
        border-right: 0;
        border-bottom: 1px solid rgba(146, 155, 190, 0.3);
    }
}

.shipping__wrap br {
    display: block;
}

.shipping__wrap p {
    margin: 0;
    color: #05a1b2;
    font-weight: bold;
}

.shipping__wrap p strong {
    color: #161c39;
}

.universal-slice {
    border: solid 6px #c29a5c;
    background-color: #273360;
    max-width: 1036px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 17px 20px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 576px) {
    .universal-slice {
        font-size: 18px;
    }
}

.universal-border {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
    padding: 23px 20px;
    border: dashed 2px #c29a5c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6e0a4), color-stop(#fff3cf), to(#f6e0a4));
    background-image: -webkit-linear-gradient(bottom, #f6e0a4, #fff3cf, #f6e0a4);
    background-image: linear-gradient(to top, #f6e0a4, #fff3cf, #f6e0a4);
    max-width: 1040px;
    margin: 0 auto 55px;
}

.downsell .universal-border {
    font-size: 24px;
    max-width: 883px;
    margin: 0 auto 50px;
    padding: 17px 20px;
    font-weight: normal;
}

@media only screen and (max-width: 576px) {
    .downsell .universal-border {
        font-size: 18px;
    }
}

.universal-border a {
    text-transform: uppercase;
    color: #05a1b2;
}

@media only screen and (max-width: 576px) {
    .universal-border {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.universal__underline {
    color: #05a1b2;
    border-bottom: 1px solid #05a1b2;
}

.domain__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -33px 60px;
    text-align: center;
    padding: 10px 100px 0;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
    .domain__row {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .domain__row {
        margin: 0 -10px 30px;
    }
}

.domain__col {
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 33px;
    position: relative;
}

.domain__col:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #929bbe;
    opacity: 0.3;
    height: 100%;
    width: 1px;
}

@media screen and (max-width: 650px) {
    .domain__col:before {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .domain__col {
        padding: 0 10px;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 650px) {
    .domain__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.domain__col:last-child:before {
    display: none;
}

.domain__wrap {
    padding: 22px 0px;
    border-radius: 40px;
    color: #161c39;
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    font-family: "MullerBold";
    position: relative;
}

.domain__wrap img {
    margin-bottom: 20px;
}

.domain__wrap a {
    color: #05a1b2;
}

.domain__wrap br {
    display: block;
}

@media only screen and (max-width: 992px) {
    .domain__wrap {
        font-size: 18px;
        padding: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .domain__wrap {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    .domain__wrap {
        font-size: 14px;
    }
}

.stars {
    padding-left: 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .stars {
        padding-left: 0;
    }
}

.stars span {
    color: #05a1b2;
}

.tab h5 {
    margin: 0 0 28px;
}

.tab__head {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #E0E2E8;
}

@media screen and (max-width: 768px) {
    .tab__head {
        border-bottom: 0;
    }
}

.tab__head li {
    font-size: 18px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #171d3a;
    padding: 16px 15px 12px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    margin-bottom: -2px;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.tab__head li:hover {
    color: #05a1b2;
}

.tab__head li.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1eef1+0,ffffff+57 */
    background: #d1eef1;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d1eef1 0%, white 57%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#d1eef1), color-stop(57%, white));
    background: linear-gradient(to bottom, #d1eef1 0%, white 57%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#d1eef1", endColorstr="#ffffff", GradientType=0);
    /* IE6-9 */
    color: #05a1b2;
    border-bottom-color: #05a1b2;
}

@media only screen and (max-width: 1200px) {
    .tab__head li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1120px) {
    .tab__head li {
        font-size: 15px;
        padding: 10px 10px 8px;
    }
}

@media screen and (max-width: 992px) {
    .tab__head li {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    .tab__head li {
        font-size: 12px;
        padding: 10px 10px 8px;
    }
}

@media screen and (max-width: 800px) {
    .tab__head li {
        font-size: 11px;
        padding: 10px 8px 8px;
    }
}

@media screen and (max-width: 768px) {
    .tab__head li {
        font-size: 20px;
        display: block;
        width: 100%;
        padding: 16px 29px 12px;
        border: 0;
        margin-bottom: 0;
        border-bottom: 2px solid #E0E2E8;
    }
}

.tab__body {
    display: none;
    padding: 60px 0 0;
}

.tab__body.active {
    display: block;
}

.tab__img {
    margin: 0 auto 30px;
    display: block;
}

.tab__img:last-child {
    margin-bottom: 0;
}

.card-tools__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.card-tools__col {
    -webkit-box-flex: 0;
    flex: 0 0 370px;
    max-width: 370px;
    margin-right: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .card-tools__col {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    .card-tools__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.card-tools__wrap {
    padding: 22px 20px 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.card-tools__wrap:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.card-tools__icon {
    -webkit-box-flex: 0;
    flex: 0 0 38px;
    max-width: 38px;
    margin-left: 20px;
}

.card-tools__title {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #c29a5c;
    margin: 0 0 6px;
}

.card-tools__descr {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #171d3a;
}

.banners__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.banners__item {
    -webkit-box-flex: 0;
    flex: 0 0 370px;
    max-width: 370px;
    margin-right: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .banners__item {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    .banners__item {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.banners__item:last-child {
    margin-right: 0;
}

.banners__wrap {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.banners__row {
    display: -webkit-box;
    display: flex;
    padding: 24px 20px 15px;
}

.banners__row:hover .banners__descr {
    text-decoration: underline;
}

.banners__icon {
    -webkit-box-flex: 0;
    flex: 0 0 48px;
    max-width: 48px;
    margin-right: 20px;
}

.banners__title {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #c29a5c;
    margin: 0 0 4px;
}

.banners__descr {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #171d3a;
}

.banners__btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: auto;
}

.banners__btns a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    padding: 12px 13px 10px;
    width: 50%;
    text-transform: uppercase;
}

.banners__btns .show-code-btn {
    color: #171d3a;
    background-color: #dfe1e7;
}

.banners__btns .show-code-btn:hover {
    background: #bcbdbf;
}

.banners__btns .copy-code-btn {
    color: #ffffff;
    background-color: #05a1b2;
}

.banners__btns .copy-code-btn:hover {
    background: #048b9a;
}

.banners__alert {
    padding: 15px 20px 12px;
    background-color: #d5eff2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99994;
}

.banners__alert img {
    margin-right: 20px;
}

@media only screen and (max-width: 576px) {
    .banners__alert img {
        margin-right: 10px;
    }
}

.banners__alert p {
    margin: 0;
    font-size: 20px;
    color: #036974;
    line-height: 2;
}

@media only screen and (max-width: 576px) {
    .banners__alert p {
        font-size: 16px;
    }
}

.banners__alert.active {
    opacity: 1;
    visibility: visible;
}

.fancybox-slide {
    overflow: auto;
}

.fancybox-slide>div {
    overflow: visible;
}

.fancybox-slide>div.fancybox-without-close {
    width: 668px;
    padding: 30px;
    box-sizing: border-box;
    max-width: 100%;
}

.fancybox-slide>div p {
    position: absolute;
    top: -44px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    left: 0;
}

@media only screen and (max-width: 576px) {
    .fancybox-slide>div p {
        font-size: 18px;
    }
}

.fancybox-close-small {
    background: url(../images/icon-close.svg) no-repeat;
    background-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: -1.8px 2.4px 6px 0 rgba(0, 0, 0, 0.25);
    border: solid 3px #ffffff;
    background-color: #161c39;
    background-position: center;
    right: -30px;
    top: -30px;
}

@media only screen and (max-width: 1200px) {
    .fancybox-close-small {
        top: 5px;
        right: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .fancybox-close-small {
        background-size: 10px;
        width: 30px;
        height: 30px;
    }
}

.fancybox-close-small:after {
    display: none;
}

.copy-code__title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #171d3a;
    margin-bottom: 15px;
}

.copy-code__body {
    padding: 22px;
    border: solid 1px #dfe1e7;
    margin-bottom: 20px;
    height: 132px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #5d6381;
    resize: none;
    background: #fff;
}

.copy-code__body:focus {
    border: solid 1px #dfe1e7;
    outline: none;
}

.copy-code__btn {
    text-align: right;
}

.copy-code__btn a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #05a1b2;
    padding: 0px 15px;
    border: solid 2px #05a1b2;
    background-color: #fff;
    width: 186px;
    height: 52px;
    line-height: 52px;
    margin-left: auto;
    text-transform: uppercase;
    display: block;
}

.copy-code__btn a:hover {
    background: #05a1b2;
    color: #fff;
}

.copy-code xmp {
    white-space: normal;
    margin: 0 0 72px;
}

.copy-text {
    padding: 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 750px;
    opacity: 0.5;
    margin: 45px 90px 90px;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

@media only screen and (max-width: 1200px) {
    .copy-text {
        margin: 45px 60px 90px;
        width: 600px;
    }
}

@media only screen and (max-width: 992px) {
    .copy-text {
        margin: 45px 30px 90px;
        width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .copy-text {
        width: 550px;
    }
}

@media screen and (max-width: 700px) {
    .copy-text {
        width: 500px;
    }
}

@media only screen and (max-width: 576px) {
    .copy-text {
        width: 95%;
        margin: 45px auto 90px;
        opacity: 1;
        padding: 30px 20px;
    }
}

.slick-center .copy-text {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media only screen and (max-width: 576px) {
    .slick-center .copy-text {
        -webkit-transform: none;
        transform: none;
    }
}

.copy-text__heading {
    font-size: 22px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    margin: 0 0 39px;
}

.copy-text__title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #171d3a;
    margin: 0 0 15px;
}

.copy-text__subject {
    padding: 24px;
    border: solid 1px #dfe1e7;
    background-color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #5d6381;
    width: 100%;
    resize: none;
    font-family: "MullerRegular";
}

.copy-text__subject:-moz-placeholder {
    font-family: "MullerRegular";
}

.copy-text__subject:placeholder {
    font-family: "MullerRegular";
}

.copy-text__subject:-o-placeholder {
    font-family: "MullerRegular";
}

.copy-text__subject:-webkit-input-placeholder {
    font-family: "MullerRegular";
}

.copy-text__subject:-ms-input-placeholder {
    font-family: "MullerRegular";
}

.copy-text__btn a {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #05a1b2;
    padding: 0px 15px;
    border: solid 2px #05a1b2;
    background-color: #fff;
    width: 186px;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 29px;
}

.copy-text__btn a:hover {
    background: #05a1b2;
    color: #fff;
}

.copy-text__body {
    padding: 25px;
    border: solid 1px #dfe1e7;
    background-color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #5d6381;
    width: 100%;
    max-height: 540px;
    overflow: auto;
}

.copy-text__body mark {
    background-color: transparent;
    color: #5d6381;
}

.copy-text__body.active {
    outline: 1px solid #273360;
    outline: -webkit-focus-ring-color auto 1px;
}

.copy-text__body.active mark {
    background-color: #3390FF;
    color: #fff;
}

.product-images__heading {
    margin: 60px 0;
}

.product-images__heading h3 {
    margin: 0 0 10px;
}

.product-images__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-images__col {
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    .product-images__col {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .product-images__col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    .product-images__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product-images__wrap {
    padding: 36px 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: center;
}

.product-images__title {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #c29a5c;
    margin-bottom: 20px;
}

.product-images__img {
    margin-bottom: 12px;
}

.product-images__btn {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #05a1b2;
    height: 52px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding-top: 2px;
}

.product-images__btn:hover {
    background: #048b9a;
}

.slick-arrow {
    width: 113px;
    height: 45px;
    z-index: 999;
    border: 0;
    box-shadow: none !important;
}

@media only screen and (max-width: 992px) {
    .slick-arrow {
        width: 83px;
        height: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .slick-arrow {
        top: 10px;
        -webkit-transform: none;
        transform: none;
    }
}

.slick-arrow:before {
    display: none;
}

.slick-prev {
    background: url(../images/carousel-arrow-left-text.svg) no-repeat !important;
    left: 50%;
    margin-left: -500px;
}

@media only screen and (max-width: 1200px) {
    .slick-prev {
        margin-left: -400px;
    }
}

@media only screen and (max-width: 992px) {
    .slick-prev {
        background-size: 100% !important;
        margin-left: 0;
        left: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .slick-prev {
        left: 10px;
        margin-left: 0;
    }
}

.slick-next {
    background: url(../images/carousel-arrow-right-text.svg) no-repeat !important;
    right: 50%;
    margin-right: -500px;
    width: 78px;
}

@media only screen and (max-width: 1200px) {
    .slick-next {
        margin-right: -400px;
    }
}

@media only screen and (max-width: 992px) {
    .slick-next {
        background-size: 100% !important;
        margin-right: 0;
        right: 20px;
        width: 56px;
    }
}

@media only screen and (max-width: 576px) {
    .slick-next {
        right: 10px;
        margin-right: 0;
    }
}

.slider.center {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slider.center.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.slider.center .slick-slide {
    outline: none !important;
}

.slider.center .slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 400px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 576px) {
    .slider.center .slick-dots {
        bottom: 0;
    }
}

.slider.center .slick-dots li {
    border: solid 2px #05a1b2;
    background-color: #ffffff;
    margin: 3px 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.slider.center .slick-dots li.slick-active {
    background: #05a1b2;
}

.slider.center .slick-dots li button {
    display: none;
}

.upsell * {
    position: relative;
    z-index: 2;
}

.upsell p {
    color: #fff;
}

.upsell__alert {
    margin: 0 auto 40px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 12px 20px 12px;
    border: dashed 2px #cdb380;
    background-color: #273360;
    max-width: 784px;
}

.lp1 .upsell__alert {
    padding: 20px;
    max-width: 960px;
    margin-bottom: 68px;
}

@media only screen and (max-width: 576px) {
    .lp1 .upsell__alert {
        margin-bottom: 30px;
    }
}

.upsell__alert strong {
    font-size: 18px;
    font-family: "MullerBold";
    display: block;
}

@media only screen and (max-width: 576px) {
    .upsell__alert {
        font-size: 16px;
        line-height: 1.4;
    }
    .upsell__alert strong {
        font-size: 16px;
        line-height: 1.4;
    }
}

.upsell__subheading {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 15px;
}

@media only screen and (max-width: 576px) {
    .upsell__subheading {
        font-size: 30px;
        line-height: 1.2;
    }
    .upsell__subheading_lp1 {
        margin-bottom: 30px;
    }
}

.upsell__head {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 6px;
    font-size: 32px;
}

.upsell__head_63 {
    margin-bottom: 63px;
}

.upsell__subhead {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 3.6px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 20px;
}

.upsell__subhead_24 {
    margin-bottom: 24px;
}

.upsell__subhead_33 {
    margin-bottom: 33px;
}

.upsell__subhead_44 {
    margin-bottom: 44px;
}

.upsell__subhead_54 {
    margin-bottom: 54px;
}

.upsell-content {
    padding: 60px 0;
    text-align: center;
}

.upsell-content_v2 {
    padding: 75px 0 0px;
    position: relative;
    z-index: 2;
}

.upsell-content__heading {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (max-width: 768px) {
    .upsell-content__heading {
        font-size: 46px;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content__heading {
        font-size: 38px;
    }
}

.upsell-content__heading .for-tablet {
    display: none;
}

@media only screen and (max-width: 992px) {
    .upsell-content__heading .for-tablet {
        display: block;
    }
}

.upsell-content__heading strong {
    border-bottom: 2px solid #c29a5c;
}

.upsell-content__heading strong.text-blue {
    border-bottom: 2px solid #06b3c6;
}

.upsell-content__subheading {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 29px;
}

@media only screen and (max-width: 576px) {
    .upsell-content__subheading {
        font-size: 30px;
        line-height: 1.2 !important;
    }
}

.upsell-content__head {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 36px;
    font-size: 32px;
    line-height: 1.5;
}

@media screen and (max-width: 1020px) {
    .lp1 .upsell-content__head br {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content__head {
        font-size: 28px;
    }
    .lp1 .upsell-content__head {
        margin-bottom: 20px;
    }
}

.upsell-content__head_underline strong {
    border-bottom: 2px solid #171d3a;
}

.upsell-content__head_63 {
    margin-bottom: 63px;
}

.upsell-content__subhead {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 3.6px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 30px;
}

@media screen and (max-width: 1020px) {
    .lp1 .upsell-content__subhead br {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .lp1 .upsell-content__subhead {
        font-size: 22px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content__subhead {
        font-size: 22px;
    }
}

.upsell-content__subhead a {
    text-transform: uppercase;
    border-bottom: 1px solid #06b3c6;
}

.upsell-content__subhead a:hover {
    border-bottom-color: transparent;
    color: #06b3c6;
}

.upsell-content__subhead_12 {
    margin-bottom: 12px;
}

.upsell-content__subhead_22 {
    margin-bottom: 22px;
}

.upsell-content__subhead_33 {
    margin-bottom: 33px;
}

.upsell-content__subhead_40 {
    margin-bottom: 40px;
}

.upsell-content__window {
    background: url(../images/speech_bubble_1.svg) no-repeat;
    background-size: 100% 100%;
    max-width: 728px;
    height: 171px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 10px 35px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto 25px;
}

@media only screen and (max-width: 576px) {
    .upsell-content__window {
        background: url(../images/speech_bubble_1_mobile.svg) no-repeat;
        background-size: 100% 100%;
    }
}

.upsell-content__window h4 {
    margin: 0;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .upsell-content__window h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .upsell-content__window h4 {
        font-size: 16px;
    }
}

.upsell-content__windowv2 {
    background: url(../images/speech_bubble_2.svg) no-repeat;
    background-size: 100% 100%;
    max-width: 728px;
    height: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 10px 35px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto 25px;
}

@media only screen and (max-width: 576px) {
    .upsell-content__windowv2 {
        background: url(../images/speech_bubble_1_mobile.svg) no-repeat;
        background-size: 100% 100%;
    }
}

.upsell-content__windowv2 h4 {
    margin: 0;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .upsell-content__windowv2 h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    .upsell-content__windowv2 h4 {
        font-size: 16px;
    }
}

.upsell-content-stop {
    padding: 30px 0;
    background-color: rgba(210, 218, 239, 0.3);
    margin: 15px 0 45px;
}

.upsell-content-stop__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1;
    padding-left: 95px;
}

@media only screen and (max-width: 992px) {
    .upsell-content-stop__row {
        padding-left: 0;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content-stop__row {
        flex-wrap: wrap;
    }
}

.upsell-content-stop__row h3 {
    margin: 0 0 10px;
    text-align: left;
}

.upsell-content-stop__row h3:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
    .upsell-content-stop__row h3 {
        text-align: center;
    }
}

.upsell-content-stop__img {
    margin-right: 40px;
}

@media only screen and (max-width: 576px) {
    .upsell-content-stop__img {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.upsell-content-good {
    padding: 45px 0 30px;
    background-color: rgba(210, 218, 239, 0.3);
    margin: 20px 0 55px;
}

.upsell-content-good__row {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    padding-left: 70px;
}

@media only screen and (max-width: 992px) {
    .upsell-content-good__row {
        padding-left: 0;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content-good__row {
        flex-wrap: wrap;
    }
}

.upsell-content-good__row h2 {
    margin: 0 0 22px;
    text-align: left;
    font-size: 42px;
    font-family: "MullerBold";
}

@media only screen and (max-width: 576px) {
    .upsell-content-good__row h2 {
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
    }
}

.upsell-content-good__row p {
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #171d3a;
}

@media only screen and (max-width: 576px) {
    .upsell-content-good__row p {
        text-align: center;
    }
}

.upsell-content-good__img {
    margin-right: 40px;
}

@media only screen and (max-width: 576px) {
    .upsell-content-good__img {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.upsell-content-success {
    background: #f1f4fa;
    padding: 50px 0 35px;
    margin: 15px 0 50px;
}

.upsell-content-success__row {
    display: -webkit-box;
    display: flex;
    padding: 0 100px;
}

@media only screen and (max-width: 1200px) {
    .upsell-content-success__row {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content-success__row {
        flex-wrap: wrap;
    }
}

.upsell-content-success__col {
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 30px;
}

@media only screen and (max-width: 768px) {
    .upsell-content-success__col {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content-success__col {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .upsell-content-success__col:last-child {
        margin-bottom: 0;
    }
}

.upsell-content-success__icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #05a1b2;
    margin: 0 auto 30px;
}

.upsell-content-success__text {
    font-size: 22px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
}

@media only screen and (max-width: 768px) {
    .upsell-content-success__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .upsell-content-success__text {
        font-size: 22px;
    }
}

.upsell-content-img {
    background-color: #171d3a;
    margin: 80px 0 55px;
}

.upsell-content-img .wrapper {
    overflow: visible;
    max-width: 1800px;
}

.upsell-content-img__row {
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .upsell-content-img__row {
        flex-wrap: wrap;
    }
}

.upsell-content-img__img {
    -webkit-box-flex: 0;
    flex: 0 0 718px;
    max-width: 718px;
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .upsell-content-img__img {
        -webkit-box-flex: 0;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 992px) {
    .upsell-content-img__img {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.upsell-content-img_right .upsell-content-img__img {
    padding-left: 15px;
    -webkit-box-flex: 0;
    flex: 0 0 733px;
    max-width: 733px;
    margin-right: -15px;
}

@media only screen and (max-width: 1440px) {
    .upsell-content-img_right .upsell-content-img__img {
        -webkit-box-flex: 0;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media only screen and (max-width: 992px) {
    .upsell-content-img_right .upsell-content-img__img {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        order: -1;
        margin-right: 0;
        padding-left: 0;
    }
}

.upsell-content-img__img:before {
    width: 718px;
    height: 464px;
    position: absolute;
    top: 0;
    left: 15px;
    content: "";
    background-color: #273360;
    z-index: 1;
}

@media only screen and (max-width: 1440px) {
    .upsell-content-img__img:before {
        width: 100%;
        height: auto;
        margin-top: -15px;
    }
}

.upsell-content-img_right .upsell-content-img__img:before {
    left: 0;
}

.upsell-content-img__img img {
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.upsell-content-img__descr {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    padding: 50px 0 25px 55px;
}

.upsell-content-img_right .upsell-content-img__descr {
    padding: 50px 20px 85px 0px;
}

@media only screen and (max-width: 992px) {
    .upsell-content-img_right .upsell-content-img__descr {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 992px) {
    .upsell-content-img__descr {
        padding: 20px 0;
    }
}

.upsell-content-img__descr h3 {
    color: #fff;
    text-align: left;
}

.upsell-content-img__descr h4 {
    color: #fff;
    text-align: left;
}

.upsell-content-img__descr p {
    color: #fff;
    text-align: left;
}

.upsell-content__attention {
    background-color: #273360;
    padding: 20px 20px 17px;
    max-width: 915px;
    margin: 49px auto 48px;
}

@media only screen and (max-width: 576px) {
    .upsell-content__attention {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.upsell-content__attention_2 {
    max-width: 800px;
    margin-top: 43px;
}

.upsell-content__attention h4 {
    color: #fff;
    margin: 0;
    line-height: 1.58;
}

.upsell-content__attention span {
    border-bottom: 1px solid #d2daef;
    text-transform: uppercase;
}

.upsell-content__bg-line-03 {
    margin-bottom: 35px;
}

.upsell-content__bg-line-04 {
    margin-bottom: 46px;
}

.upsell-content__bg-line-05 {
    margin-bottom: 45px;
}

.upsell-content__bg-line-06 {
    margin-bottom: 45px;
}

.upsell-content__bg-line-07 {
    margin-bottom: 38px;
}

.upsell-content__bg-line-08 {
    margin-bottom: 30px;
}

.upsell-content__alert-gold {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    padding: 15px;
    border: dashed 2px #cdb380;
    background-image: -webkit-linear-gradient(bottom, #f6e0a4, #fff3cf, #f6e0a4);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6e0a4), color-stop(#fff3cf), to(#f6e0a4));
    background-image: linear-gradient(to top, #f6e0a4, #fff3cf, #f6e0a4);
    margin: 0 auto 45px;
    max-width: 740px;
}

.upsell-content__alert-gold_2 {
    padding: 20px;
}

.upsell-content__alert-gold_2 strong {
    letter-spacing: 3.6px;
}

.upsell-content__alert-gold strong {
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .upsell-content__alert-gold {
        font-size: 20px;
    }
}

.upsell-content__alert-sm {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "MullerBold";
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 3.6px;
    text-align: center;
    color: #171d3a;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8ecf7;
    max-width: 702px;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 576px) {
    .upsell-content__alert-sm {
        font-size: 22px;
    }
}

.upsell-content__border {
    padding: 40px;
    border: solid 6px #c29a5c;
    background-color: #161c39;
    margin-bottom: 49px;
}

.upsell-content__border h3 {
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 0 32px;
}

.upsell-content__border p {
    line-height: 1.45;
    letter-spacing: 3.3px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 49px;
}

.upsell-content__dashed {
    padding: 30px;
    max-width: 696px;
    margin: 0 auto 49px;
    border: dashed 2px #cdb380;
    background-color: #273360;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.upsell-content__dashed strong {
    letter-spacing: 3px;
}

.upsell-content__item {
    background-color: #f3eee8;
    padding: 45px 40px 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .upsell-content__item {
        padding: 25px 20px 20px;
    }
}

.upsell-content__item h3 {
    color: #c29a5c;
    line-height: 0.81;
    margin: 0 0 24px;
    text-align: left;
    font-family: "MullerBold";
    letter-spacing: normal;
}

@media only screen and (max-width: 576px) {
    .upsell-content__item h3 {
        line-height: 1.2;
    }
}

.upsell-content__item p {
    font-size: 20px;
    color: #171d3a;
    line-height: 1.6;
    text-align: left;
}

.upsell-content__item p:last-child {
    margin-bottom: 0;
}

.upsell-content__bg {
    background-color: #f1f4fa;
    padding: 35px 0 15px;
    margin: 20px 0 50px;
}

.info-block {
    margin-bottom: 49px;
}

.info-block__body {
    background: #fff;
    padding: 40px;
    text-align: left;
}

.info-block__body p {
    color: #171d3a;
}

.info-block__body h3 {
    text-align: left;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #c29a5c;
    font-family: "MullerBold";
    margin: 0 0 38px;
}

.info-block__foot {
    padding: 32px;
    background-color: #273360;
    color: #fff;
    text-transform: uppercase;
}

.info-block__foot p {
    color: #fff;
}

.info-block__foot span {
    border-bottom: 1px solid #d2daef;
}

.upsell-product .wrapper {
    overflow: visible;
}

.upsell-product.upsell2-product {
    margin-top: -620px;
    position: relative;
    z-index: 2;
}

.upsell-product.upsell2-product.upsell-product_video {
    margin-top: 0;
    padding-top: 120px;
}

@media screen and (max-width: 576px) {
    .upsell-product.upsell2-product.upsell-product_video {
        z-index: 1;
    }
}

.upsell-product.upsell2-product.upsell-product_video:before {
    top: 0;
}

@media screen and (max-width: 576px) {
    .upsell-product.upsell2-product.upsell-product_video:before {
        margin-top: -50px;
    }
}

@media screen and (max-width: 340px) {
    .upsell-product.upsell2-product.upsell-product_video:before {
        margin-top: -70px;
    }
}

.upsell-product.upsell2-product.upsell-product_video.without-foot2 {
    padding-top: 60px;
}

@media screen and (max-width: 576px) {
    .upsell-product.upsell2-product.upsell-product_video.without-foot2 {
        padding-top: 30px;
    }
}

.upsell-product.upsell2-product.upsell-product_video.without-foot2:before {
    display: none;
}

@media screen and (max-width: 576px) {
    .upsell-product.upsell2-product {
        margin-top: -570px;
    }
}

.upsell-product.upsell2-product:before {
    background: #fff url(../images/bg-07.png) no-repeat;
    content: "";
    position: absolute;
    top: 212px;
    left: 0;
    width: 100%;
    height: 412px;
    background-position: bottom center;
    z-index: 1;
}

@media screen and (min-width: 1921px) {
    .upsell-product.upsell2-product:before {
        background-image: url(../images/bg-07_2560.jpg);
        background-size: cover;
        height: 580px;
        top: 50px;
    }
}

@media screen and (max-width: 920px) {
    .upsell-product.upsell2-product:before {
        top: 300px;
    }
}

@media screen and (max-width: 820px) {
    .upsell-product.upsell2-product:before {
        top: 400px;
    }
}

@media screen and (max-width: 800px) {
    .upsell-product.upsell2-product:before {
        top: 350px;
    }
}

@media screen and (max-width: 576px) {
    .upsell-product.upsell2-product:before {
        top: 212px;
    }
}

@media screen and (max-width: 480px) {
    .upsell-product.upsell2-product:before {
        top: 160px;
    }
}

.upsell-product h4,
.upsell-product h3 {
    color: #161c39;
}

.upsell-product .upsell-content__bg {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.upsell-product__heading {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 120px;
    position: relative;
    z-index: 2;
}

.upsell-video .upsell-product__heading {
    margin-bottom: 0px;
}

.upsell-product__heading2 {
    color: #161c39;
    line-height: 1.4;
}

.upsell-product__heading2 a.text-gold_2 {
    border-bottom: 2px solid #c29a5c;
}

.upsell-product__heading2 a.text-gold_2:hover {
    border-bottom-color: transparent;
}

.upsell-product__img {
    max-width: 693px;
    margin: 0 auto 25px;
    position: relative;
    text-align: center;
}

.upsell-product_video .upsell-product__img {
    margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
    .upsell-product_video .upsell-product__img img {
        max-width: 400px;
        width: 100%;
    }
}

.upsell-product__img_label {
    font-size: 25.5px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -1.28px;
    text-align: center;
    color: #171e3b;
    position: absolute;
    width: 175px;
    height: 175px;
    top: 0;
    right: 80px;
    background: url(../images/icon-circle.png) no-repeat;
    background-size: 100%;
    z-index: 3;
    padding: 50px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 576px) {
    .upsell-product__img_label {
        right: 0;
        top: -50px;
    }
}

@media screen and (max-width: 400px) {
    .upsell-product__img_label {
        width: 120px;
        height: 120px;
        padding: 33px 20px;
        font-size: 18px;
    }
}

.upsell-product__img_label strong {
    text-shadow: 0px 1px 4px rgba(116, 48, 0, 0.45);
    font-size: 55.5px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -2.78px;
    text-align: center;
    color: #ffffff;
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 400px) {
    .upsell-product__img_label strong {
        font-size: 35px;
    }
}

.upsell-product__img_label span {
    display: block;
    text-decoration: line-through;
}

.upsell-product__img img {
    position: relative;
    z-index: 2;
}

.upsell-product__descr {
    text-align: center;
}

.upsell-product__descr .btn-default {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 748px;
    font-size: 32px;
    line-height: normal;
    padding: 26px 20px 20px;
}

@media only screen and (max-width: 576px) {
    .upsell-product__descr .btn-default {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .upsell-product__descr .btn-default {
        font-size: 25px;
    }
}

@media screen and (max-width: 420px) {
    .upsell-product__descr .btn-default {
        font-size: 20px;
    }
}

@media screen and (max-width: 350px) {
    .upsell-product__descr .btn-default {
        padding: 16px 16px 12px;
        font-size: 21px;
        line-height: 1.2;
    }
}

.upsell-product__descr .btn-default small {
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.85);
    display: block;
    color: #161c39;
    margin: 10px 0 0;
    text-transform: none;
    font-family: "MullerRegular";
    font-size: 22px;
}

.upsell-product__descr .btn-default small strong {
    font-family: "MullerBold";
}

.upsell-product__descr .btn-default small strong.text-white {
    color: #fff;
    text-shadow: 0px 2px 0 rgba(2, 82, 91, 0.5);
}

@media screen and (max-width: 480px) {
    .upsell-product__descr .btn-default small {
        font-size: 20px;
    }
}

@media screen and (max-width: 420px) {
    .upsell-product__descr .btn-default small {
        font-size: 12px;
    }
}

.upsell-product__descr small {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 35px;
}

.upsell-product__descr .cards {
    margin-bottom: 65px;
}

.upsell-product__descr .cards.cardsv2 {
    margin-bottom: 40px;
}

.upsell-product__description {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 80px;
}

.upsell-product__description strong {
    font-weight: normal;
    font-family: "MullerRegular";
    border-bottom: 1px solid #c29a5c;
}

.upsell-product__description a {
    color: #161c39;
    border-bottom: 1px solid #161c39;
}

.upsell-product__description a:hover {
    border-bottom-color: transparent;
}

@media only screen and (max-width: 768px) {
    .upsell-product__description {
        font-size: 16px;
    }
}

.upsell-product__yes {
    margin-bottom: 30px;
}

.upsell-product__yes a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #05a1b2;
    text-decoration: underline;
}

.upsell-product__yes a:hover {
    text-decoration: none;
}

.upsell-product__small {
    margin-bottom: 47px;
}

.upsell-product__small small {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
}

.upsell-product .cards li {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.upsell2-content {
    background: #161c39 url(../images/bg-01.jpg) no-repeat;
    position: relative;
    background-position: top center;
    padding: 301px 0 630px;
    position: relative;
    margin-top: -30px;
    z-index: 1;
}

@media only screen and (max-width: 576px) {
    .upsell2-content {
        margin-top: -120px;
    }
}

.upsell2-content:before {
    background: url(../images/bg-08.png) no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 261px;
    background-position: bottom center;
    z-index: 1;
}

.upsell2-content h2 {
    color: #fff;
}

.upsell2-content__bg {
    background: #fff;
    padding: 50px 20px 15px;
    text-align: center;
}

.upsell2-content__bg h4 {
    color: #171d3a;
}

.upsell2-content__bg h3 {
    color: #171d3a;
}

.upsell2-content__bg h2 {
    color: #171d3a;
}

.upsell2-content__alert-gold {
    padding: 20px 10px 13px;
    border: dashed 2px #c29a5c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f6e0a4), color-stop(#fff3cf), to(#f6e0a4));
    background-image: -webkit-linear-gradient(bottom, #f6e0a4, #fff3cf, #f6e0a4);
    background-image: linear-gradient(to top, #f6e0a4, #fff3cf, #f6e0a4);
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    max-width: 890px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 576px) {
    .upsell2-content__alert-gold {
        font-size: 22px;
    }
}

.revitalize {
    padding: 30px 0 33px;
    background: url(../images/bg-11.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    border-bottom: 8px solid #c29a5c;
}

@media only screen and (max-width: 1200px) {
    .revitalize {
        padding-bottom: 70px;
    }
}

.revitalize .wrapper {
    overflow: visible;
}

.revitalize__heading {
    font-size: 56px;
    line-height: 1.04;
    color: #fff;
    margin: 0 0 15px;
}

@media only screen and (max-width: 768px) {
    .revitalize__heading {
        font-size: 46px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize__heading {
        font-size: 38px;
    }
}

.revitalize__head {
    color: #fff;
    line-height: 1.5;
    letter-spacing: normal;
    max-width: 828px;
    margin: 0 auto 60px;
}

.revitalize__steps {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.revitalize__steps li {
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 3.3px;
    text-align: left;
    color: #ffffff;
    -webkit-box-flex: 0;
    flex: 0 0 140px;
    width: 140px;
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: url(../images/arrow_1.png) no-repeat;
    padding-top: 2px;
}

.revitalize__steps li.active {
    background-image: url(../images/arrow_2.png);
}

@media only screen and (max-width: 576px) {
    .revitalize__steps li {
        -webkit-box-flex: 0;
        flex: 0 0 110px;
        width: 110px;
        height: 40px;
        background-size: 100% 100%;
        margin: 0 5px;
        font-size: 16px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .revitalize__steps li {
        -webkit-box-flex: 0;
        flex: 0 0 90px;
        width: 90px;
        height: 30px;
        font-size: 14px;
        padding-top: 3px;
    }
}

.revitalize__product {
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 576px) {
    .revitalize__product {
        flex-wrap: wrap;
    }
}

.revitalize__img-product {
    -webkit-box-flex: 0;
    flex: 0 0 49%;
    max-width: 49%;
    position: relative;
    padding: 45px 0 0;
    z-index: 1;
}

.revitalize__img-product img {
    z-index: 2;
    position: relative;
    margin-left: -50px;
}

.revitalize__img-product:before {
    content: "";
    background: url(../images/bg-layer.png) no-repeat;
    position: absolute;
    bottom: 65px;
    left: -120px;
    width: 720px;
    height: 491px;
    z-index: 1;
}

@media only screen and (max-width: 1200px) {
    .revitalize__img-product {
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
        text-align: center;
    }
    .revitalize__img-product img {
        margin: 0 auto;
    }
    .revitalize__img-product:before {
        background-size: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize__img-product {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.revitalize__text-product {
    color: #ffff;
    text-align: left;
    padding-left: 56px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .revitalize__text-product {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize__text-product {
        padding: 0;
    }
}

.revitalize__text-product h4 {
    text-align: left;
    margin: 0 0 32px;
    line-height: 1.33;
}

.revitalize__text-product h4:first-child {
    font-size: 27px;
    line-height: 1.11;
}

@media only screen and (max-width: 768px) {
    .revitalize__text-product h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .revitalize__text-product h4:first-child {
        font-size: 22px;
    }
}

.revitalize__text-product h4.bigger {
    font-size: 27px;
    line-height: 1.11;
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    .revitalize__text-product h4.bigger {
        font-size: 20px;
    }
}

.revitalize-content {
    padding: 80px 0 30px;
}

.revitalize-content__line {
    margin-bottom: 35px;
}

.revitalize-content__subheading {
    font-size: 42px;
    max-width: 1047px;
    margin: 0 auto 40px;
}

.revitalize-content__subheading_head {
    margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
    .revitalize-content__subheading {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__subheading {
        font-size: 30px;
        line-height: 1.1;
    }
}

.revitalize-content__head {
    letter-spacing: 9.6px;
    margin: 0 0 38px;
}

@media only screen and (max-width: 576px) {
    .revitalize-content__head {
        letter-spacing: 4.6px;
    }
}

.revitalize-content__subhead {
    margin: 0 0 30px;
}

@media only screen and (max-width: 576px) {
    .revitalize-content__subhead {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.revitalize-content__bg {
    background-color: #05a1b2;
    padding: 35px 0 30px;
    margin-bottom: 50px;
}

.revitalize-content__bg h3 {
    max-width: 999px;
    margin: 0 auto;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .revitalize-content__single-product {
        padding: 75px 0 50px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__single-product {
        padding: 30px 0;
    }
}

.revitalize-content__single-product-subheading {
    color: #fff;
    margin: 0 0 30px;
    font-size: 42px;
}

@media screen and (max-width: 860px) {
    .revitalize-content__single-product-subheading {
        max-width: 440px;
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__single-product-subheading {
        font-size: 30px;
        line-height: 1.1;
    }
}

.revitalize-content__single-product-img {
    max-width: 100%;
    margin-bottom: 45px;
}

.revitalize-content__single-product-img:before {
    display: none;
}

.revitalize-content__single-product-descr .btn-default {
    max-width: 512px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
}

@media only screen and (max-width: 576px) {
    .revitalize-content__single-product-descr .btn-default {
        font-size: 30px;
    }
}

@media screen and (max-width: 460px) {
    .revitalize-content__single-product-descr .btn-default {
        font-size: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .revitalize-content__single-product-descr .btn-default {
        font-size: 20px;
    }
}

@media screen and (max-width: 340px) {
    .revitalize-content__single-product-descr .btn-default {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__single-product-descr small {
        font-size: 19px;
    }
}

.revitalize-content__product {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .revitalize-content__product {
        flex-wrap: wrap;
    }
}

.revitalize-content__product-subheading {
    margin: 65px 0;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
}

@media screen and (max-width: 860px) {
    .revitalize-content__product-subheading {
        max-width: 440px;
        margin: 65px auto 65px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__product-subheading {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 40px;
    }
}

.revitalize-content__img {
    position: relative;
    text-align: left;
    -webkit-box-flex: 0;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0 55px 0 100px;
}

@media only screen and (max-width: 1200px) {
    .revitalize-content__img {
        -webkit-box-flex: 0;
        flex: 0 0 35%;
        max-width: 35%;
        text-align: center;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 992px) {
    .revitalize-content__img {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .revitalize-content__img {
        -webkit-box-flex: 0;
        flex: 0 0 60%;
        max-width: 60%;
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__img {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.revitalize-content__img img {
    max-width: 100%;
}

.revitalize-content__descr {
    -webkit-box-flex: 0;
    flex: 0 0 512px;
    max-width: 512px;
    padding-top: 35px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .revitalize-content__descr {
        -webkit-box-flex: 0;
        flex: 0 0 65%;
        max-width: 65%;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 992px) {
    .revitalize-content__descr {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .revitalize-content__descr {
        padding: 0;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.revitalize-content__descr h3 {
    margin: 0;
}

.revitalize-content__descr .btn-default {
    margin: 30px 0 43px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
}

@media screen and (max-width: 460px) {
    .revitalize-content__descr .btn-default {
        font-size: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .revitalize-content__descr .btn-default {
        font-size: 20px;
    }
}

@media screen and (max-width: 340px) {
    .revitalize-content__descr .btn-default {
        font-size: 18px;
    }
}

.revitalize-content__descr small {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    display: block;
    margin-bottom: 37px;
}

@media only screen and (max-width: 768px) {
    .revitalize-content__descr small {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__descr small {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .revitalize-content__descr .cards {
        margin-bottom: 40px;
    }
}

.revitalize-content__descr .cards ul li {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.revitalize-content__description {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
    margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
    .revitalize-content__description {
        font-size: 16px;
    }
}

.revitalize-content__description a {
    color: #a7875c;
    border-bottom: 1px solid #a7875c;
}

.revitalize-content__description a:hover {
    border-bottom-color: transparent;
}

.revitalize-content__heading-limited {
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #c29a5c;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .revitalize-content__heading-limited {
        font-size: 30px;
    }
}

.revitalize-content__paragraph-limited {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 2.7px;
    text-align: center;
    color: #161c39;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.revitalize-content__line2 {
    width: 182px;
    border-bottom: 2px solid #c29a5c;
    margin: 0 auto 60px;
}

.revitalize-content__bg-violet {
    background-color: #f1f4fa;
    padding: 60px 0 80px;
}

.revitalize-content__guarantee {
    border-top: 8px solid #c29a5c;
    border-bottom: dashed 2px #cdb380;
    background-image: -webkit-linear-gradient(top, #f6e0a4, #fff3cf, #f6e0a4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6e0a4), color-stop(#fff3cf), to(#f6e0a4));
    background-image: linear-gradient(to bottom, #f6e0a4, #fff3cf, #f6e0a4);
    margin: 0px 0 80px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .revitalize-content__guarantee {
        border-bottom: 0;
    }
}

.revitalize-content__guarantee .wrapper {
    overflow: visible;
}

.revitalize-content__guarantee img {
    margin: -90px auto 20px;
    display: block;
}

.revitalize-content__guarantee h4 {
    margin: 0;
    line-height: 1.58;
}

@media only screen and (max-width: 768px) {
    .revitalize-content__guarantee h4 {
        font-size: 22px;
    }
    .revitalize-content__guarantee h4 br {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .revitalize-content__guarantee h4 {
        font-size: 19px;
    }
}


/*opcity fancybox*/

.opacity-fancybox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 0;
    height: 0;
}

.read:before {
    display: none;
}

.read__text p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}

.read__foot {
    background: #161c39;
    border: 0;
}

.read__foot.bg-foot.sales-page {
    padding-top: 0;
}

.section-box {
    margin: 60px 0;
}

.section-box__item {
    padding: 35px 40px 15px;
    background-color: #273360;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    .section-box__item {
        padding: 25px 25px 5px;
    }
}

.section-box__item h3 {
    color: #fff;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1.19;
    letter-spacing: normal;
}

.section-box__item h4 {
    color: #fff;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1.58;
    letter-spacing: normal;
}

@media only screen and (max-width: 576px) {
    .section-box__item h4 {
        font-size: 20px;
    }
}

.lastchance_v2 .wrapper {
    overflow: visible;
}

@media screen and (max-width: 992px) {
    .lastchance_v2 .wrapper br {
        display: none;
    }
}

.lastchance_v2 .upsell-content-stop {
    margin-top: 60px;
    padding: 60px 0 30px;
}

.lastchance_v2 .upsell-content-good {
    margin-top: 60px;
    padding: 60px 0 30px;
}

.lastchance_v2-btn {
    margin: 50px 0 -100px;
}

.lastchance_v2-btn .btn-default {
    margin: 0 auto;
    width: 100%;
    max-width: 826px;
    font-size: 42px;
    padding: 31px 30px 23px;
}

@media screen and (max-width: 700px) {
    .lastchance_v2-btn .btn-default {
        font-size: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .lastchance_v2-btn .btn-default {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .lastchance_v2-btn .btn-default {
        font-size: 25px;
    }
}

@media screen and (max-width: 420px) {
    .lastchance_v2-btn .btn-default {
        font-size: 30px;
        padding: 22px 22px 20px;
    }
}

@media screen and (max-width: 350px) {
    .lastchance_v2-btn .btn-default {
        font-size: 30px;
        padding: 15px 30px 10px;
    }
}

.lastchance_v2-wrap {
    padding-top: 100px;
}

@media only screen and (max-width: 576px) {
    .lastchance_v2-wrap {
        padding-top: 70px;
    }
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.popup-wrap.active {
    display: block;
}

.popup-window {
    max-width: 100%;
    width: 1050px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f8f9fc url(../images/bg-12.png) no-repeat;
    background-size: 100%;
    padding: 40px 65px 40px;
    overflow: auto;
    max-height: 100%;
}

.popup-exit .popup-window {
    border: solid 8px #d2d3d6;
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .popup-window {
        padding: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .popup-window {
        padding: 20px;
    }
}

.popup-window-product {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
    .popup-window-product {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

.popup-window-product__img {
    -webkit-box-flex: 0;
    flex: 0 0 37%;
    max-width: 37%;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .popup-window-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 400px) {
    .popup-window-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.popup-window-product__text {
    -webkit-box-flex: 0;
    flex: 0 0 63%;
    max-width: 63%;
    text-align: left;
    padding-left: 75px;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .popup-window-product__text {
        padding-left: 30px;
    }
}

@media screen and (max-width: 576px) {
    .popup-window-product__text {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.popup-window-product__text h2 {
    text-align: left;
    margin: 0 0 12px;
    color: #171d3a;
    font-size: 40px;
}

@media screen and (max-width: 576px) {
    .popup-window-product__text h2 {
        text-align: center;
        font-size: 29px;
    }
}

.popup-window-product__text h3 {
    text-align: left;
    font-size: 32px;
    line-height: 1.11;
    color: #171d3a;
    margin: 0 0 20px;
    letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
    .popup-window-product__text h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .popup-window-product__text h3 {
        text-align: center;
        margin-bottom: 10px;
    }
}

.popup-window-product__text h4 {
    text-align: left;
    font-size: 20px;
    line-height: 1.36;
    margin: 0;
}

@media screen and (max-width: 576px) {
    .popup-window-product__text h4 {
        text-align: center;
        font-size: 18px;
    }
}

.popup-window-btn {
    margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
    .popup-window-btn {
        margin-bottom: 15px;
    }
}

.popup-window-btn a {
    padding: 11px 20px;
    border: solid 3px #171d3a;
    background-color: #fffa67;
    color: #171d3a;
    line-height: 1.33;
    font-size: 24px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .popup-window-btn a {
        font-size: 16px;
    }
}

.popup-window-btn a:hover {
    background: #171d3a;
    color: #fffa67;
}

.popup-window-btn a span {
    font-size: 35px;
    display: block;
    text-transform: uppercase;
}

@media screen and (max-width: 576px) {
    .popup-window-btn a span {
        font-size: 20px;
    }
}

.popup-window-btn a b {
    text-decoration: underline;
}

.popup-window-cards {
    margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
    .popup-window-cards {
        margin-bottom: 15px;
    }
}

.popup-window-cards ul li {
    width: 50px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: flex;
}

.popup-window-yes {
    text-align: center;
}

.popup-window-yes a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #05a1b2;
    text-decoration: underline;
}

.popup-window-yes a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .popup-window-yes a {
        font-size: 16px;
    }
}

.popup-window-line {
    background-color: #d3d4d7;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

@media only screen and (max-width: 576px) {
    .popup-window-line {
        margin: 15px 0;
    }
}

.popup-window-no {
    text-align: center;
}

.popup-window-no a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #919398;
}

.popup-window-no a .text-gold_2 {
    text-decoration: underline;
}

@media only screen and (max-width: 576px) {
    .popup-window-no a {
        font-size: 14px;
    }
}

.popup-window-close {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .popup-window-close {
        top: 20px;
        right: 20px;
    }
}

.popup-window-warning {
    text-align: center;
}

.popup-window-warning__img {
    margin-top: -110px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 576px) {
    .popup-window-warning__img {
        padding-top: -90px;
    }
}

.popup-window-warning h2 {
    font-size: 42px;
    line-height: 1;
    color: #171d3a;
    margin: 0 0 30px;
}

.popup-window-warning h2 span {
    color: #e72500;
}

@media only screen and (max-width: 992px) {
    .popup-window-warning h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .popup-window-warning h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 576px) {
    .popup-window-warning h2 {
        margin-bottom: 20px;
    }
}

.popup-window-warning h4 {
    line-height: 1.75;
    letter-spacing: 4.8px;
    text-align: center;
    color: #171d3a;
    margin: 0 0 37px;
    text-transform: uppercase;
}

.popup-window-warning h4 span {
    color: #e72500;
}

@media only screen and (max-width: 992px) {
    .popup-window-warning h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .popup-window-warning h4 {
        margin-bottom: 20px;
    }
}

.popup-window-warning p {
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #171d3a;
    margin: 0 auto 38px;
}

@media only screen and (max-width: 992px) {
    .popup-window-warning p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .popup-window-warning p {
        margin-bottom: 20px;
    }
}

.popup-window-warning a {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 26px 20px 16px;
    border: solid 3px #047a87;
    background-color: #05a1b2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 764px;
    margin: 0 auto 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .popup-window-warning a {
        font-size: 25px;
    }
}

.scrollbar::-webkit-scrollbar {
    background: #d3d4d7;
    border-radius: 8px;
    width: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) inset;
    border-radius: 10px;
}

.lastchance {
    padding: 80px 0 40px;
}

@media only screen and (max-width: 576px) {
    .lastchance {
        padding: 40px 0 0px;
    }
}

.lastchance_video #videoRow {
    margin-top: -400px;
}

.lastchance_video #videoRow .videoContainerNew:before {
    box-shadow: none;
}

.lastchance__btn {
    margin-bottom: 60px;
}

@media only screen and (max-width: 576px) {
    .lastchance__btn {
        margin-bottom: 30px;
    }
}

.lastchance__btn a {
    max-width: 1030px;
    margin: 0 auto;
    padding: 40px 25px 30px;
    border: solid 3px #171d3a;
    background-color: #fffa67;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    display: block;
    line-height: 1.3;
}

@media only screen and (max-width: 992px) {
    .lastchance__btn a {
        font-size: 25px;
    }
}

@media only screen and (max-width: 576px) {
    .lastchance__btn a {
        font-size: 16px;
        padding: 20px;
    }
}

.lastchance__btn a:hover {
    background: #171d3a;
    color: #fffa67;
}

.lastchance__btn a br {
    display: block;
}

.lastchance__btn a strong {
    font-size: 56px;
    line-height: 1.07;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

@media only screen and (max-width: 992px) {
    .lastchance__btn a strong {
        font-size: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .lastchance__btn a strong {
        font-size: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .lastchance__btn a strong {
        font-size: 20px;
    }
}

.lastchance__no {
    text-align: center;
}

.lastchance__no a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #a6a7ae;
    text-decoration: underline;
}

.lastchance__no a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .lastchance__no a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .lastchance__no a {
        font-size: 14px;
    }
}

.bg_lastchance {
    padding-bottom: 210px;
}

@media only screen and (max-width: 576px) {
    .bg_lastchance {
        padding-bottom: 100px;
    }
}

.bg_lastchance_video {
    padding-bottom: 350px;
}

.bg_lastchance .upsell__alert {
    padding: 23px 20px;
}

.text-limited {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    max-width: 1110px;
    margin: 0 auto 30px;
}

.congrats__banner {
    padding: 19px 20px 11px;
    background-color: #d20000;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    max-width: 784px;
    margin: 29px auto;
}

.congrats__banner strong {
    font-size: 20px;
}

@media only screen and (max-width: 576px) {
    .congrats__banner {
        font-size: 16px;
        line-height: 1.4;
    }
}

.congrats__steps {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 14px;
}

.congrats__steps li {
    width: 168px;
    height: 50px;
    margin: 0 4px;
    background: url(../images/arrow_3.png) no-repeat;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 3.3px;
    text-align: left;
    color: #171d3a;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding-top: 5px;
}

@media only screen and (max-width: 576px) {
    .congrats__steps li {
        width: 110px;
        height: 40px;
        background-size: 100% 100%;
        margin: 0 5px;
        font-size: 16px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .congrats__steps li {
        height: 30px;
        font-size: 12px;
        padding-top: 3px;
        margin: 0;
        -webkit-box-flex: 0;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.congrats__steps li.active {
    background: url(../images/arrow_4.png) no-repeat;
    color: #fff;
}

@media only screen and (max-width: 576px) {
    .congrats__steps li.active {
        background-size: 100% 100%;
    }
}

.congrats__content h1 {
    font-size: 56px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    margin: 0 0 26px;
}

@media only screen and (max-width: 768px) {
    .congrats__content h1 {
        font-size: 46px;
        line-height: normal;
    }
}

@media only screen and (max-width: 576px) {
    .congrats__content h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

.congrats__content h2 {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    text-align: center;
    margin: 40px auto 35px;
}

.congrats__content h2 a {
    color: #171d3a;
    text-decoration: underline;
}

.congrats__content h2 a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .congrats__content h2 {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    .congrats__content h2 {
        font-size: 29px;
        line-height: 1.2;
    }
}

.congrats__content h3.other {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    margin: 0 0 51px;
}

@media only screen and (max-width: 768px) {
    .congrats__content h3.other {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .congrats__content h3.other {
        font-size: 24px;
    }
}

.congrats__content .line {
    width: 674px;
    max-width: 100%;
    margin-bottom: 48px;
}

@media only screen and (max-width: 576px) {
    .congrats__content .line {
        margin-bottom: 20px;
    }
}

.congrats__content h4 {
    text-align: left;
    margin: 0 0 20px;
}

@media only screen and (max-width: 576px) {
    .congrats__content h4 {
        font-size: 22px;
    }
}

.congrats__content .link {
    color: #171d3a;
}

.congrats__content .link:hover {
    text-decoration: underline;
}

.congrats__bg {
    background: rgba(210, 218, 239, 0.3);
    padding: 80px 0 40px;
    margin: 40px 0;
}

@media only screen and (max-width: 576px) {
    .congrats__bg {
        padding: 30px 0 20px;
    }
}

.congrats__bg h2 {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    text-align: center;
    margin: 0px 0 35px;
}

@media only screen and (max-width: 768px) {
    .congrats__bg h2 {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 576px) {
    .congrats__bg h2 {
        font-size: 29px;
        line-height: 1.2;
    }
}

.congrats__bg h3 {
    margin: 60px 0 30px;
}

.congrats__bg h3.other {
    margin: 40px auto 25px;
    max-width: 840px;
}

@media only screen and (max-width: 576px) {
    .congrats__bg h3 {
        font-size: 24px;
    }
}

.congrats__bg h4 {
    text-align: left;
    margin: 0 0 20px;
}

.congrats .window {
    max-width: 100%;
    width: 950px;
    background: #f8f9fc url(../images/bg-12.png) no-repeat;
    background-size: 100%;
    padding: 40px 55px 50px;
    margin: 40px auto 55px;
    border: 4px dashed #c29a5c;
}

@media only screen and (max-width: 576px) {
    .congrats .window {
        margin: 30px 0;
    }
}

.popup-exit .congrats .window {
    border: solid 8px #d2d3d6;
    overflow: visible;
}

@media screen and (max-width: 768px) {
    .congrats .window {
        padding: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .congrats .window {
        padding: 20px;
    }
}

.congrats .window-product {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
    .congrats .window-product {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.congrats .window-product__img {
    -webkit-box-flex: 0;
    flex: 0 0 37%;
    max-width: 37%;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .congrats .window-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 400px) {
    .congrats .window-product__img {
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.congrats .window-product__text {
    -webkit-box-flex: 0;
    flex: 0 0 63%;
    max-width: 63%;
    text-align: left;
    padding-left: 75px;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .congrats .window-product__text {
        padding-left: 30px;
    }
}

@media screen and (max-width: 576px) {
    .congrats .window-product__text {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.congrats .window-product__text h2 {
    text-align: left;
    margin: 0 0 12px;
    color: #171d3a;
}

@media screen and (max-width: 576px) {
    .congrats .window-product__text h2 {
        text-align: center;
    }
}

.congrats .window-product__text h3 {
    text-align: left;
    font-size: 38px;
    line-height: 1.11;
    color: #171d3a;
    margin: 0 0 20px;
    letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
    .congrats .window-product__text h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .congrats .window-product__text h3 {
        text-align: center;
        margin-bottom: 18px;
    }
}

.congrats .window-product__text h4 {
    text-align: left;
    font-size: 22px;
    line-height: 1.36;
    margin: 0;
}

@media screen and (max-width: 576px) {
    .congrats .window-product__text h4 {
        text-align: center;
        font-size: 18px;
    }
}

.congrats .window-btn {
    margin-bottom: 35px;
}

@media only screen and (max-width: 576px) {
    .congrats .window-btn {
        margin-bottom: 25px;
    }
}

.congrats .window-btn a {
    padding: 11px 20px;
    border: solid 3px #171d3a;
    background-color: #fffa67;
    color: #171d3a;
    line-height: 1.33;
    font-size: 24px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .congrats .window-btn a {
        font-size: 16px;
    }
}

.congrats .window-btn a:hover {
    background: #171d3a;
    color: #fffa67;
}

.congrats .window-btn a span {
    font-size: 35px;
    display: block;
    text-transform: uppercase;
}

@media screen and (max-width: 576px) {
    .congrats .window-btn a span {
        font-size: 20px;
    }
}

.congrats .window-btn a b {
    text-decoration: underline;
}

.congrats .window-yes {
    text-align: center;
    margin-bottom: 40px;
}

.congrats .window-yes a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #05a1b2;
    text-decoration: underline;
}

.congrats .window-yes a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .congrats .window-yes a {
        font-size: 16px;
    }
}

.congrats .window-no {
    text-align: center;
}

.congrats .window-no a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #919398;
}

.congrats .window-no a .text-gold_2 {
    text-decoration: underline;
}

@media only screen and (max-width: 576px) {
    .congrats .window-no a {
        font-size: 14px;
    }
}

.congrats .revitalize-content__guarantee {
    margin: 100px 0 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 576px) {
    .congrats .revitalize-content__guarantee {
        margin: 80px 0 20px;
    }
}

.congrats .revitalize-content__guarantee img {
    margin-bottom: 40px;
}

.congrats .revitalize-content__guarantee h3 {
    margin: 0 auto;
    max-width: 970px;
}

.bg.bg_light {
    padding-bottom: 60px;
    overflow: hidden;
}

.bg_light {
    background: #fff url(../images/bg-14.png) no-repeat;
    padding-bottom: 10px;
}

.bg_light:before {
    display: none;
}

.bg_light:after {
    display: none;
}

@media only screen and (max-width: 576px) {
    .bg_light {
        padding-bottom: 0;
    }
}

.general-light__product {
    margin-bottom: 80px;
}

@media only screen and (max-width: 576px) {
    .general-light__product {
        margin-bottom: 40px;
    }
}

.general-light__product h2 {
    color: #171d3a;
    margin: 0 0 64px;
    font-family: "MullerBold";
    text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
    .general-light__product h2 {
        margin-bottom: 20px;
    }
}

.product-light__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
    .product-light__row {
        margin: 0 -10px;
    }
}

.product-light__row_trynow .product-light__col:nth-child(2) .product-light__wrap {
    border-color: #c29a5c;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f0e8+100 */
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #f6f0e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f0e8));
    background: linear-gradient(to bottom, white 0%, #f6f0e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f6f0e8", GradientType=0);
    /* IE6-9 */
    padding: 30px 0;
}

@media screen and (max-width: 700px) {
    .product-light__row_trynow .product-light__col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
}

@media only screen and (max-width: 576px) {
    .product-light__row_trynow .product-light__col:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (max-width: 576px) {
    .product-light__row_trynow .product-light__col:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
}

@media only screen and (max-width: 576px) {
    .product-light__row_trynow .product-light__col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
}

.product-light__col {
    -webkit-box-flex: 0;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

@media only screen and (max-width: 992px) {
    .product-light__col {
        padding: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    .product-light__col {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        max-width: none;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .product-light__col {
        -webkit-box-flex: 1;
        flex: 1 0 100%;
    }
}

.product-light-best {
    font-size: 16px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    width: 206px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #c29a5c;
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-transform: uppercase;
    padding-top: 2px;
}

.product-light-most {
    font-size: 16px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    width: 206px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #273360;
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-transform: uppercase;
    padding-top: 2px;
}

.product-light__wrap {
    padding-top: 10px;
    border: solid 6px #273360;
    position: relative;
    background-color: #ffffff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f4fa+100 */
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #f1f4fa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f4fa));
    background: linear-gradient(to bottom, white 0%, #f1f4fa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f4fa", GradientType=0);
    /* IE6-9 */
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    text-align: center;
}

.product-light__img {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -6px -6px 15px;
    min-height: 320px;
    padding-bottom: 20px;
    position: relative;
}

.product-light__title {
    font-size: 38px;
    font-family: "MullerBold";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .product-light__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 700px) {
    .product-light__title {
        font-size: 38px;
    }
}

.product-light__date {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #171d3a;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.product-light__line {
    width: 76px;
    height: 2px;
    margin: 0px auto 35px;
    background-color: #c29a5c;
}

.product-light__price {
    text-shadow: 4.4px 4.1px 0 rgba(0, 0, 0, 0.2);
    font-family: "MullerBold";
    font-size: 70px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    margin: 0;
}

.product-light__price sup {
    font-size: 50px;
}

.product-light__sm-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #171d3a;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.product-light__btn {
    margin-bottom: 26px;
}

.product-light__btn .btn-default_v2 {
    max-width: 244px;
    margin: 0 auto 26px;
    box-shadow: 0px 3px 0 0 #d9d558;
}

.product-light__btn .btn-default_v2:hover {
    background: #171d3a;
    border-color: #171d3a;
    box-shadow: none;
}

@media only screen and (max-width: 576px) {
    .product-light__btn .btn-default_v2 {
        font-size: 30px;
    }
}

.product-light__discount-price {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #171d3a;
    margin-bottom: 35px;
    padding: 0 10px;
}

.product-light__discount-price .old-price {
    text-decoration: line-through;
}

.product-light__discount-price strong {
    font-size: 36px;
    font-family: "MullerRegular";
}

.guarantee-light {
    padding: 23px 0;
    background-color: #273360;
    position: relative;
    z-index: 2;
    margin: 40px 0 0;
}

@media only screen and (max-width: 576px) {
    .guarantee-light {
        margin: 120px 0 0;
    }
}

.guarantee-light .wrapper {
    overflow: visible;
}

.guarantee-light__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .guarantee-light__row {
        flex-wrap: wrap;
    }
}

.guarantee-light__img {
    margin: -46px 30px -46px 0;
    -webkit-box-flex: 0;
    flex: 0 0 200px;
    max-width: 200px;
}

@media only screen and (max-width: 576px) {
    .guarantee-light__img {
        margin: -100px auto 30px;
    }
}

.guarantee-light__text {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

@media only screen and (max-width: 576px) {
    .guarantee-light__text {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.faq-light {
    padding: 10px 0 65px;
}

.faq-light__heading {
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #161c39;
    font-family: "MullerBold";
    margin: 0 0 50px;
    text-transform: uppercase;
}

.faq-light__head {
    font-stretch: normal;
    font-style: normal;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #c29a5c;
    font-family: "MullerBold";
    margin: 0 0 30px;
}

@media only screen and (max-width: 576px) {
    .faq-light__head {
        line-height: 1.2;
    }
}

.faq-light__item {
    padding: 40px 40px 30px;
    background-color: #f1f4fa;
    margin-bottom: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .faq-light__item {
        padding: 20px;
    }
}

.faq-light p {
    font-size: 20px;
    line-height: 1.6;
    color: #171d3a;
}

@media only screen and (max-width: 576px) {
    .faq-light p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.bg-foot.bg-foot_light {
    padding-top: 63px;
}

.bg-foot.bg-foot_light .template-foot__nav ul li a {
    color: #161c39;
}

.bg-foot.bg-foot_light .template-foot__nav ul li a:hover {
    color: #05a1b2;
    border-bottom-color: #05a1b2;
}

.bg-foot.bg-foot_light .template-foot__btns a {
    border-color: #CACFE0;
    color: #5D6580;
    text-transform: none;
    font-family: "MullerRegular";
}

.bg-foot.bg-foot_light .template-foot__btns a:hover {
    border-color: #161c39;
    color: #fff;
}

.video-space {
    margin-top: 60px;
}

.video-space.playing {
    margin-top: 0;
}