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

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

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

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

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

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

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

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

:root {
	--akcent: #a20e1f;
}

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

body {
    background: #fff;
/*
    font-size: 16px;
    line-height: 26px;    
*/
	font-size: 17px;
    line-height: 27px;
    font-family: 'Campton', sans-serif;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #000;
}   

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

/* display */
.flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
}

.row {
	display: flex;
	justify-content: space-between;
	margin-right: -15px;
	margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {padding: 0 15px;}
.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}

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

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

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



/* HEADER
-------------------------------------- */
.header {
	background: #0e1c2c;
	padding: 15px 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}
.header .center {
	display: flex;
	align-items: center;
}

.logo {
	display: inline-block;
	width: 72px;
	height: 51px;
	background: url(../img/logo.png) no-repeat;
}

.header .info {margin-left: 10px;}
.header .info h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.header .info p {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}

nav {
	margin-left: auto;
	margin-right: 30px;
}
nav ul {
	display: flex;
}
nav ul li + li {margin-left: 20px;}
nav ul li a {
	color: #fff;
	font: 16px/28px 'Campton-Book', sans-serif;
    transition: all 0.3s;
}
nav ul li a:hover {color: #980020;}

a.blue-text {
	color:#065BE8; 
	text-decoration: underline;
}

.btn {
	border-radius: 3px;
/*	background: #980020;*/
	background: #23f197;
/*	color: #fff;*/
	color: #0a1c2b;
	text-align: center;
	font: 17px/17px 'Campton-Book', sans-serif;
	padding: 15px 16px;
	position: relative;
	overflow: hidden
}

.nav-btn {
	display: flex;
   	justify-content: space-between;
	margin-left: auto;
	font-weight: 500;
/*	font-family: Greycliff;*/
	font-family: Campton;
	letter-spacing: 0;
	
}
.btn span {
	position: relative;
	z-index: 2;
	font-weight: 600;
}
.btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #e2bb73;
	transition: all 0.3s;
	z-index: 1;
}
.btn:hover:before {width: 100%;}

/* MAIN
-------------------------------------- */

.sup-r {
/*	font-size: 25px;*/
    vertical-align: top;
}
main {
	padding-top: 90px;
}
main .center {
	display: flex;
}
main .content__container {
	padding: 1rem 0.875rem;
    max-width: 58rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
/*
main article {
	padding-right: 100px;
}
*/

.breadcrumbs {
	display: flex;
}
.breadcrumbs li {font-size: 20px;}
.breadcrumbs li a {
	font-weight: bold;
	color: #000000;
}
.breadcrumbs li.separator {
	padding: 0 5px;
}

article h2.main-title {
/*
	font-size: 45px;
	line-height: 47px;
*/
	font-size: 57px;
    line-height: 1.0;
	font-weight: 100;

	padding: 15px 0 30px 0;
	text-align: center;
	font-family: 'Playfair Display', serif;
	


}
article h2.main-title span {color: var(--akcent);}

article h2.title {
    font-size: 53px;
    line-height: 53px;
    font-weight: bold;
    letter-spacing: 0;
    color: #121b2a;
    padding: 40px 0 30px 0;
    text-align: center;
}
article h2.title span {color: #ac1026;}

.metadata {
/*	text-align: center;*/
	font-size: 16px;
}

.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}

.big-size {
	font-size: 20px;
	line-height: 34px;
}
.big-size strong {font-weight: 600;}

p + p {margin-top: 30px;}

figure {
/*	margin-top: 80px;*/
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
}
figure img {
	display: block;
	width: 100%;
}
figcaption {
	background: #0e1c2c;
	padding: 20px 20px 20px 60px;
	color: #fff;
	font: 25px/25px 'Campton-Book', sans-serif;
	position: relative;
}
figcaption strong {
	font-family: 'Campton', sans-serif;
	font-weight: 600;
}
figcaption .number {
	position: absolute;
	top: 50%;
	left: 0;
	width: 85px;
	height: 85px;
	transform: translate(-50%, -50%);
}

article .group {
	padding: 0 20px;
}

article h3 {
	font-weight: 500;
	font-size: 27px;
	line-height: 27px;
}
article h3 span {
	color: var(--akcent);
}

article p a {
	color: var(--akcent);
}
article p a:hover {text-decoration: underline;}
article p a.c-black {color: #0e1c2c;}

/* ASIDE
-------------------------------------- */
aside {min-width: 350px;}
aside .box {margin-top: 70px;}

.aside-title {
	position: relative;
	margin-bottom: -12px;
}
.aside-title:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #dddddd;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -3px;
}
.aside-title span {
	display: inline-block;
	background: #fff;
	padding: 0 30px 0 20px;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	z-index: 2;
}
.aside-title span:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4.5px;
}

.banner {
	margin-top: 40px;
	text-align: center;
    display: block;
}
.banner-video {
    position: sticky;
    top: 120px;
}

.play-banner {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: url(../img/play-video.png) no-repeat center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36.5px;
    margin-left: -36.5px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    transition: all 0.3s;
}
.play-banner:hover {border-color: var(--akcent);}

@keyframes pulse { 
    0% {transform: scale(0.9) translate(-50%, -50%); opacity: 0.9;}
    50% {transform: scale(1) translate(-50%, -50%); opacity: 1;}
    100% {transform: scale(0.9) translate(-50%, -50%); opacity: 0.9;} 
}

.topics .item {
	padding: 18px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dddddd;
}
.topics .item .link {
	font-size: 16px;
	line-height: 21px;
	padding-left: 30px;
	position: relative;
    color: #000;
}
.topics .item .link:hover {text-decoration: underline;}
.topics .item .link:before {
	content: attr(data-number);
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #000;
	position: absolute;
	top: 5px;
	left: 0;
}
.topics .item .image {
	width: 100px;
	min-width: 100px;
	height: 100px;
	display: flex;
	align-items: flex-start;
	margin-left: 10px;
}
.topics .item .image img {
	object-fit: cover;
}

/* PROMO
-------------------------------------- */
.promo {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 75px auto 0 auto;
}
.promo a:first-child {
    margin-right: 15px;
}
.promo a:last-child {
    margin-left: 15px;
}
.promo .button {
    width: 300px;
    height: 134px;
    border-radius: 8px;
    background: #ffac34;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    transition: opacity .3s;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.promo .button:hover {
    opacity: .8;
}
.promo .button:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffc97a url(../img/ic-arr.png) no-repeat center;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.promo .button .head {
    height: 30px;
    background: #ff9700;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo .button .middle {
    text-align: center;
}
.promo .button .middle img {
    margin: 10px auto 0;
}
.promo .button .middle p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}
.promo .button .bottom {
    display: flex;
    justify-content: center;
    margin-top: -45px;
}

.promo .button.blue {
    background: #6a91d7;
    animation-delay: .5s;
}
.promo .button.blue .head {
    background: #487cd8;
}
.promo .button.blue .bottom {
    margin-top: -40px;
}
.promo .button.blue:after {
    background-color: #8dafeb;
}

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

.sexual .promo {
    margin-top: 40px;
    justify-content: center;
}

.sexual p.small {
    font-size: 11px;
    color: #1c1c1c;
    margin-top: 20px;
}

.sexual-image {
    line-height: 0;
    margin-top: -50px;
    min-width: 690px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.sexual-image .banner-dots-3 {
    position: absolute;
    top: 0;
    right: -10px;
    width: 288px;
    height: 285px;
}
.sexual-image img {width: 100%;}

/* PRODUCT
-------------------------------------- */
.ic-lock {
    display: inline-block;
    width: 31px;
    height: 44px;
    background: url(../img/ic-lock.png) no-repeat;
    background-size: 31px;
    position: relative;
    top: 2px;
}

.product {
    max-width: 100%;
    margin: 45px auto 0;

    background: #f5f5f5;
    position: relative;    
    padding: 30px 0;
}
.product .wrap {
    display: flex;
    align-items: center;
}
.product:before {
    content: "";
    width: 49px;
    height: 54px;
    background: url(../img/ic-rx.png) no-repeat;
    position: absolute;
    top: 12px;
    right: 18px;
}

.product .thumb {
    margin-left: -105px;
    min-width: 238px;
}
.product .icons {
    display: flex;
    margin-top: 10px;
}
.product > .icons {display: none;}
.product .thumb .icons {
    display: none;
}
.product .icons li {
    display: flex;
    align-items: center;
}
.product .icons li:first-child {
    padding-right: 7px;
}
.product .icons li:first-child img {max-width: 27px;}
.product .icons li:last-child img {max-width: 35px;}
.product .icons p {
    font-size: 9px;
    line-height: 12px;
    color: #a4a4a4;
    margin-left: 7px;
    text-transform: uppercase;
}

.product .entry {
    width: 100%;
    padding-left: 50px;
}
.product h2 {
    font-size: 32px;
    line-height: 40px;
    color: #0c1e33;
}
.product h3 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #0c1e33;
}
.product .row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}

.product .list-check {margin-bottom: 15px;}
.product .list-check li + li {
    margin-top: 8px;
}
.product .list-check li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 19px;
}
.product .list-check li i {
    width: 19px;
    height: 19px;
    background: url(../img/ic-checkred.png) no-repeat;
    margin-right: 5px;
}
.product .list-check li span {
    color: #b32027;
    margin-right: 5px;
}

.product .free {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
}
.product .phone {
    font-weight: 300;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
}
.product .name {
    font-size: 15px;
    line-height: 23px;
    font-family: Campton Book,sans-serif;
}
.product .profession {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.product .col:last-child {
    padding-right: 58px;
    max-width: 335px;
    width: 100%;
}
.product .testimonial li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #e4e5e7;
    font-size: 16px;
    font-weight: 300;
    color: #465463;
}
.product .testimonial li .free {color: var(--akcent);}
.product .testimonial li .ic-arr {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/dropdown.png) no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}
.product .testimonial li .price.cross {
    position: relative;
}
.product .testimonial li .price.cross:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 45px;
    background: #9ea2a6;
    margin-top: -0.5px;
}
.product .testimonial li.medium {
    font-weight: 500;
}
.product .testimonial li.medium .price {color: #b32027;}

.select {position: relative;}
.select .selected {
    cursor: pointer;
    user-select: none;
}
.select .drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
.select .drop li {
    cursor: pointer;
    white-space: nowrap;
}
.select.selected .drop {
    opacity: 1;
    height: auto;
}
.select.selected .ic-arr {
    transform-origin: center;
    transform: rotate(-180deg);
}

.testimonial .selected {
    display: flex;
    align-items: center;
}
.testimonial .selected .drop {
    z-index: 99;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.testimonial .selected .drop li:first-child {border-top: none;}
.testimonial .selected .drop li:hover {color: #b21f27;}

.product .btn {
    margin-top: 15px;
    width: 100%;
    animation: shadow-pulse 3s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.8);
    }
    50% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.product:after {
    content: "";
    width: 73px;
    height: 52px;
    background: url(../img/ic-crown.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
}

.product .bottom {
    min-width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 30px 0 30px;
}
.product .bottom b {font-weight: 500;}

.product .btn {
    padding: 10px;
/*    background: #16ab67;*/
    background: #23f197;
    border-radius: 0;
    display: flex;
    min-height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Campton', sans-serif;
/*    color: #fff;*/
	color: #0a1c2b;
    position: relative;
    transition: all .3s;
}
.product .btn:before {display: none;}
.product .btn i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    margin-top: -15px;
/*    background: #14a25b url(../img/ic-arr.png) no-repeat 13px 9px;*/
    background: #3ddf8e url(../img/ic-arr.png) no-repeat 13px 9px;
    transition: all 0.3s;
}
.product .btn span {
    margin-right: 25px;
    position: relative;
    top: 1px;
}
.product .btn:hover {background-color: #149c5e;}
.product .btn:hover:before {
    width: 100%;
}
.product .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #e2bb73;
    transition: all 0.3s;
    z-index: 1;
}
.product .btn:hover i {background-color: #cda96a;}

.product .btn-popup {
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
/*    color: var(--akcent);*/
    color: #ACB0B9;
}
.product .btn-popup:hover {text-decoration: underline;}
/*
.product .btn-popup:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 13px;
    margin-left: 10px;
    background: url(../img/arr-link.png) no-repeat;
}
*/

/* POPUP
-------------------------------------- */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.popup-overlay.active {
    display: block;
    animation: opacity 0.5s forwards;
}
.popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9991;
    opacity: 0;
    transition: opacity 0.5s 0.5s;
    display: none;
}
.popup.active {
    display: block;
    animation: opacity 0.5s forwards;
}
.popup iframe {
    width: 800px;
    height: 455px;
}

@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

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

/* popup-info */
.popup-info {
    background: #fff;
    max-width: 80%;
    width: 100%;
}
.modal-header {
    overflow: hidden;
}
.modal-title {
    background: #151b2f;
    padding: 30px 30px 30px 30px;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    min-height: 65px;
    margin-right: -2px;
    margin-left: -2px;
}
.text-danger {
    color: #c70003!important;
}
.popup-info .modal-header .wrap {
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
}
.popup .wrap h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    margin-top: 20px;
}
.popup .wrap h4 {
    font-size: 35px;
    padding: 20px 0;
}
.popup .wrap h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    margin-top: 20px;
}
.popup .wrap ul {
    margin-top: 20px;
    margin-left: 25px;
}
.popup .wrap ul li {
    position: relative;
    padding-left: 25px;
}
.popup .wrap ul li + li {
    margin-top: 10px;
}
.popup .wrap ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #151a29;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13px;
}
.popup .wrap p {
    margin-top: 20px;
}
.popup .wrap p span {
    color: #a20e1e;
}

/* ANIMATION
-------------------------------------- */
.an-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-right {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-deg45 {
    transform-origin: right bottom;
    transform: rotate(45deg);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-bottom {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-transform {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s 0.5s, transform 0.3s 0.5s;
}
.an-scale {
    transform: scale(0.3);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-rotate {
    opacity: 0;
    transform: rotateY(360deg);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.an-opacity {
    opacity: 0;
    transition: opacity 1s 0.5s;
}

.an-no {
    opacity: 1;
    transform: none;
}

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

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

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

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

.footer-middle__column {
    width: 21%;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 40px;
}
.footer-middle__column > div + div {margin-top: 10px;}
.footer-middle__column a {color: #fff;}
.footer-middle__column a:hover {text-decoration: underline;}
.footer-middle__column.last {
    text-align: right;
    width: 12%;
}
.footer-middle__column.last img {display: inline-block;}

.footer-bottom {
    display:block;
    align-items: center;
    padding-bottom: 50px;
}
.footer-bottom__column {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    display: block;
    text-align: left;
}
.footer-bottom__column a {color: rgba(255, 255, 255, 0.5);}
.footer-bottom__column a:hover {text-decoration: underline;}
.footer-bottom__column.copy {
    text-align: left;
    display: flex;
    align-items: center;
}
.footer-bottom__column.copy img {margin-left: 15px;}

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

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

@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* ---------------------------------------------- */
/*               MEDIA QUERI                      */
/* ---------------------------------------------- */

@media screen and (max-width: 1450px) {
    .show-1450 {display: block;}

    .center {padding: 0 25px;}

    /* article */
    main article {
        padding-right: 50px;
    }
    article h2.main-title {
/*        font-size: 40px;*/
        line-height: 1.1;
    }
    figcaption .number {
        width: 45px;
        height: 45px;
    }
    figcaption {
        padding: 10px 20px 10px 50px;
    }
}

@media screen and (max-width: 1200px) {
    /* header */
    .logo {
        display: inline-block;
        width: 55px;
        height: 40px;
        background: url(../img/logo.png) no-repeat;
        background-size: 55px;
    }
    .header .info h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .header .info p {
        font-size: 10px;
        line-height: 15px;
    }
    nav ul li a {
        font-size: 13px;
        line-height: 13px;
    }

    .btn span {top: 2px;}

    .btn {
        font-size: 14px;
        padding: 15px 20px;
    }

    article h2.title {
        font-size: 36px;
        line-height: 36px;
    }

    figcaption {
        font-size: 20px;
        line-height: 20px;
    }

    /* product */
    .product {
        max-width: 700px;
        padding: 30px 15px;
        align-items: flex-start;
    }
    .product:before {
        right: inherit;
        width: 25px;
        height: 24px;
        background-size: 21px;
        top: 10px;
        left: 20px;
    }    
    .product > .icons {display: flex;}

    .product .wrap {
        align-items: flex-start;
    }
    .product .thumb {
        margin-left: -30px;
    }

    .product .entry {
        padding-left: 30px;
    }
    .product .entry 
    .product h2 {
        font-size: 24px;
    }

    .product .row {
        flex-direction: column;
    }
    .product .col:first-child {
        display: none;
    }
    .product .col:last-child {
        padding-right: 0;
        max-width: 100%;
        width: 100%;
        order: -1;
    }

    .product .wrap-mobile {
        display: flex;
        margin-top: 30px;
    }
    .product .wrap-mobile .left {
        min-width: 238px;
        padding-left: 25px;
        margin-top: -15px;
    }
    .product .name {font-size: 19px;}
    .product .profession {
        font-size: 18px;
        margin-top: 0;
    }
    .product .list-check li {font-size: 20px;}
    .product .bottom {
        font-size: 22px;
        line-height: 34px;
        padding: 20px 30px 30px 30px;
    }
    .product .icons {
        padding-right: 30px;
        padding-left: 30px;
        justify-content: space-between;
        margin-top: 0;
    }
    .product .icons li:first-child img {max-width: inherit;}
    .product .icons li:last-child img {max-width: inherit;}
    .product .icons p {
        font-size: 17px;
        line-height: 23px;
    }

    .popup iframe {
        width: 600px;       
        height: 350px;
    }
    .modal-title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media screen and (max-width: 768px) {
    /* header */
	
/*	.sup-r {font-size: large;}*/
    .show-768 {display: block !important;}
    .hide-768 {display: none;}

    .logo {
        display: inline-block;
        width: 60px;
        height: 43px;
        background-size: 60px;
        margin-bottom: auto;
    }

    .header .info h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .header .info p {
        font-size: 14px;
        line-height: 18px;
    }

    nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.9);
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 9991;
        opacity: 0;   
        margin-right: 0 !important;  
    }
    nav .tx-center {
        display: block;
        margin-top: 30px;
    }
    nav .tx-center .btn-head {
        margin-right: 0;
        font-size: 16px;
        width: 230px;
        height: 45px;
        line-height: 48px;
    }
    nav .tx-center .btn-head:after {display: none;}
    .header.nav-active nav {
        display: flex;
        animation: opacity 0.3s linear forwards;
    }
    .header nav ul {
        display: block;
    }
    .header nav ul a {
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Campton', sans-serif;
    }
    nav ul li + li {
        margin-left: 0;
    }

    .header .btn {
        margin-left: auto;
        margin-right: 13px;
        font-size: 19px;
		font-wight:500;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header nav .btn {
        margin-left: auto;
        margin-right: 0;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Campton', sans-serif;
        text-transform: uppercase;
        padding: 15px 30px;
    }

    .btn-nav {
        width: 35px;
        height: 22px;
        z-index: 9999;
        position: relative;
        cursor: pointer;
    }
    .btn-nav span {
        width: 100%;
        height: 2px;
        background: #e9b77f;
        display: block;
        transform-origin: center;
        transition: all 0.3s;
    }
    .btn-nav span + span {margin-top: 8px;}
    .header.nav-active .btn-nav span {
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
    }
    .header.nav-active .btn-nav span:first-child {transform: rotate(45deg);}
    .header.nav-active .btn-nav span:last-child {transform: rotate(-45deg);}
    .header.nav-active .btn-nav span:nth-child(2) {display: none;}

    /* article */
    main .center {flex-direction: column;}
    figcaption .number {
        width: 50px;
        height: 50px;
    }
    figcaption {
        padding: 10px 20px 6px 40px;
    }
    main article {
        padding-right: 0;
        width: 100%;
    }

    /* topics */
    .topics .item {justify-content: space-between;}

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

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

    .popup-close {
        position: absolute;
        top: -45px;
        right: -45px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 30px;
    }
	
	article h2.main-title {
/*        font-size: 40px;*/
        line-height: 1.2;
    }
}

@media screen and (max-width: 650px) {
    .show-650 {display: block;}
	
/*
	.sup-r { font-size: 10px; }
	    .hide-650 {display: none;}
*/

    body {
/*        font-size: 13px;*/
        font-size: 14px;
        line-height: 23px;
    }

    .wrapper {overflow-x: hidden;}

    /* header */
    .header {padding: 12px 0;}
    header .center {
        padding: 0 15px;
    }
    .logo {
        display: inline-block;
        width: 35px;
        height: 25px;
        background-size: 35px;
        margin-bottom: auto;
    }
    .header .info h3 {
        font-size: 14px;
        line-height: 14px;
    }
    .header .info p {
        font-size: 9px;
        line-height: 13px;
    }
    .header .btn {
        margin-left: auto;
        margin-right: 10px;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .btn-nav {
        width: 25px;
        height: 17px;
    }
    .btn-nav span + span {
        margin-top: 5px;
    }

    /* main */
    main {
        padding-top: 80px;
/*        padding-bottom: 100px;*/
    }
    .breadcrumbs li {
        font-size: 13px;
    }
    article h2.main-title {
/*        font-size: 32px;*/
/*        font-size: 31px;*/
        font-size: 28px;
        line-height: 32px;
        padding-top: 5px;
        padding-bottom: 5px;
		margin-bottom: 1.55rem;
    }
    article h2.main-title br {display: none;}
	
    .metadata {
        font-size: 11px;
    }

    .big-size {
        font-size: 15px;
        line-height: 25px;
    }

    .mt50 {
        margin-top: 25px;
    }
    .mt40 {
        margin-top: 25px;
    }

    .ic-lock {
        width: 20px;
        height: 29px;
        background-size: 20px;
        position: relative;
        top: 2px;
    }

    figure {
        margin-top: 40px;
        margin-bottom: 30px;
        position: relative;
    }
	
	figure#section-1 {margin-top: 5px;}
    figcaption {
        font-size: 12px;
        padding: 10px 20px 6px 30px;
    }
    figure.bonus figcaption {
        font-size: 11px;
    } 
    figcaption .number {
        width: 45px;
        height: 45px;
    }
    article .group {
        padding: 0 0;
    }
    article h3 {
        font-size: 22px;
        line-height: 22px;
    }
    p + p {
        margin-top: 20px;
    }

    article h2.title {
        font-size: 37px;
        line-height: 37px;
        letter-spacing: 0;
        padding: 30px 0 20px 0;
        text-align: center;
    }

    aside {
        min-width: 100%;
    }

    /* promo */
    .promo .button {height: 100px;}
    .promo a:first-child {
        margin-right: 5px;
    }
    .promo a:last-child {
        margin-left: 5px;
    }
    .promo .button .head {
        height: 25px;
        font-size: 12px;
    }
    .promo .button .middle p {
        font-size: 11px;
        margin-bottom: 10px;
        line-height: 15px;
    }
    .promo .button:first-child .middle img {
        max-width: 50px;
    }
    .promo .button:last-child .middle img {
        max-width: 90px;
    }
    .promo .button .bottom {margin-top: -25px;}
    .promo .button .bottom img {max-width: 90px;}
    .promo .button.blue .bottom {margin-top: -20px;}
    .promo .button.blue .bottom img {max-width: 110px;}
    .promo .button:after {
        width: 25px;
        height: 25px;
        background-size: 5px;
    }

    /* product */
    .product {
/*
        margin-right: -25px;
        margin-left: -25px;        
*/
		margin-right: -15px;
        margin-left: -15px;
    }
    .product .thumb {
        min-width: 180px;
    }
    .product .entry {
        padding-left: 12px;
    }
    .product h2 {
        font-size: 16px;
        line-height: 23px;
    }
    .product h3 {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0;
        color: #0c1e33;
    }
    .product .row {
        margin-top: 8px;
    }
    .product .thumb .show-ipade {
        padding-left: 40px;
        margin-top: -15px;
    }
    .product .testimonial li {
        font-size: 13px;
        padding: 6px 10px;
    }
    .product .testimonial li .price:after {
        width: 60px;
        background-size: 60px;
    }
    .product .free-list {
        margin-top: 10px;
        text-align: left;
        font-size: 16px;
        line-height: 18px;
    }
    .product .free-list i {
        width: 13px;
        min-width: 13px;
        height: 11px;
        background-size: 12px;
        top: -2px;
    }
    .product .bottom {
        padding: 25px 0 0 0;
        font-size: 15px;
        line-height: 25px;
    }
    .product .icons {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .call-free {
        margin-top: 15px;
        font-size: 13px;
    }
    .product .wrap-mobile {margin-top: -7px;}
    .product .btn {
        font-size: 11px;
        min-height: 40px;
    }
    .product .btn i.ic-arr {
        right: 10px;
        width: 25px;
        height: 25px;
        background-size: 7px;
        background-position: 11px 6px;
        margin-top: -12.5px;
    }
    .product .btn i.ic-phone {
        left: 10px;
        width: 20px;
        height: 20px;
        background-size: 20px;
        margin-top: -10px;
    }

    .product .btn {
        margin-top: 5px;
        font-size: 12px;
    }
    .product .free,
    .product .phone {
        font-size: 12px;
        line-height: 17px;
    }
    .product .phone {
        margin-bottom: 5px;
    }
    .product .col:first-child img {
        max-width: 135px;
    }
    .product .name,
    .product .profession {
        font-size: 13px;
        line-height: 18px;
    }
    .product .profession {letter-spacing: 0;}
    .product .wrap-mobile .left {
        min-width: inherit;
        padding-left: 0;
        margin-top: 0;
        width: 100%;
        max-width: 162px;
    }
    .product .list-check {
        margin-bottom: 0;
    }
    .product .list-check li {
        font-size: 14px;
    }
    .product .list-check li + li {
        margin-top: 10px;
    }
    .product .wrap-mobile .left img {
        max-width: 145px;
    }
    .product .icons li:first-child img {
        max-width: 40px;
    }
    .product .icons p {
        font-size: 11px;
        line-height: 16px;
    }
    .product .icons li:last-child img {
        max-width: 50px;
    }
    .product .btn-popup {
        font-size: 14px;
    }

    /* aside */
    aside .anthony + .banner {
        max-width: 348px;
        width: 100%;
        margin: 70px auto;
    }
    aside .anthony + .banner img {
        width: 100%;
    }

    /* topics */
    .topics .item {padding: 15px 0;}
    .topics .item p {
        padding-left: 20px;
        font-size: 13px;
        line-height: 18px;
    }
    .topics .item p:before {
        font-size: 14px;
        line-height: 14px;
    }

    /* popup */
    .popup-info {
        max-width: 100%;
        top: 0 !important;
        position: fixed;
        bottom: 0;
    }

    .modal-title {
        padding: 20px;
        font-size: 30px;
        line-height: 40px;
    }
    .popup .wrap h5 {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 0;
        margin-top: 10px;
    }
    .popup .wrap h4 {
        font-size: 25px;
        padding: 15px 0;
    }
    .popup .wrap ul {margin-left: 0;}
    .popup-close {
        top: 10px;
        right: 10px;
    }

    .popup iframe {
        width: 350px;       
        height: 205px;
    }
}

@media screen and (max-width: 413px) {
    .product .thumb {min-width: 160px;}
    .product .wrap-mobile .left {
        padding-left: 0;
        max-width: 130px;
    }
    .product .wrap-mobile {margin-top: 20px;}
    .product .wrap-mobile .left img {max-width: 90%;}
    .product .name, .product .profession {font-size: 11px;}
    .product .testimonial li {font-size: 11px;}
    .product .free, .product .phone {font-size: 11px;}
    .product .list-check li {font-size: 12px;}
    .product .list-check li i {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
    }
    .product .btn {font-size: 10px;}
    .product .btn i {
        width: 25px;
        height: 25px;
        margin-top: -12.5px;
        background-position: 11px 7px;
    }
}

@media screen and (max-width: 390px) {
    .center {padding: 0 15px;}
    figcaption {
        padding: 5px 15px 4px 40px;
    }
    figcaption .number {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .product h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .product .entry {
        padding-left: 5px;
        padding-right: 10px;
    }
    .product .bottom {
        padding: 25px 10px 0 10px;
    }
    .product .btn-popup {
        font-size: 17px;
    }
    .product .icons {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 375px) {
    header {padding: 9px 0;}
    .header .info h3 {
        font-size: 11px;
        line-height: 12px;
    }
    .header .info p {
        font-size: 8px;
        line-height: 12px;
    }

    .btn-nav {
        width: 20px;
    }

    .product h2 {
        font-size: 14px;
        line-height: 21px;
    }
    .product h3 {
        font-size: 13px;
        line-height: 23px;
    }
    .product .btn-popup {
        font-size: 15px;
    }

    figcaption {font-size: 10px;}
    figure.bonus figcaption {
        font-size: 10px;
    }

    article h2.main-title {
/*        font-size: 31px;*/
        font-size: 28px;
        line-height: 31px;
    }

    article h2.title {
        font-size: 35px;
        line-height: 35px;
    }
    .product .thumb {
        margin-left: -40px;
    }
	.product .testimonial li { font-size:12px; }


}


/*-----------------------------------
	 STAR RATING CSS
-------------------------------------*/

        .star-rating {
            display: inline-flex;
            align-items: center;
			width: 100%;
			

        }

		.metadata .star-rating-top {    
			display: inline;
			vertical-align: top;
			margin-right: 5px;
		}
        .star {
            position: relative;
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 2px;
        }
        .star svg {
            width: 100%;
            height: 100%;
            stroke: #ffe249;
            stroke-width: 1;
            fill: none;
        }
        .star-fill {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .star-fill svg {
            stroke: #ffd700;
            fill: #ffd700;
        }
        .rating-value {
            margin-left: 8px;
            font-weight: bold;
        }

@media screen and (max-width:767px){
	.star-rating { 
		width: 70%;
		margin-right: 5px;
	}
		 
	.star { 
		width:15px;
		height: 15px;
			
	}
	.metadata .star-rating-top {
    vertical-align: text-top;}
	
} 


.bg-blue {
    color: #262626;
    background-color: #C3F1FF;
	padding: 20px 10px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px){
	.bg-blue { padding: 10px 5px; }
}


.border-line {
	border-top: 2px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
	padding: 20px 0;

	
}
.small-text {
	font-size: 18px;
}

.review, .article-h2 {
	margin: 30px 0;
	
}


.review-bottom { 
	margin: 100px 0 20px 0;
}


.article-h2 {
	color: #444;
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 0;
    margin: 2.1rem 0;
}

@media screen and (max-width:650px){
	.article-h2 {    
		font-size: 1.375rem;
    	line-height: 1.27;
	}
}

.review .star-rating:first-child {margin-bottom: 20px;}





.b-review {
    margin: 0 auto;
    max-width: 558px;
    width: 100%;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.b-review__img {
    display: block;
    width: 100%;
    height: auto;
}

.b-review__img--m {display: none;}

@media screen and (max-width:767px){
	.b-review__img {display: none;}
	.b-review__img--m {display: block;}
}

.grey-fonts-color {
    color: #ACB0B9;
    font-size: .813rem;
    line-height: 1.2;
}

.grey-fonts-color-center {	text-align: center;}
.grey-fonts-color-left {padding-left: 10px;}


.select-age {
/*	margin: 30px 0;*/
	margin: 30px 0 80px 0;
	
}

.select-age__title {
    margin-bottom: 1.9rem;
	text-align: center;
	line-height: 1.8;
}

.select-age__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.854rem 0.625rem;
    max-width: 53.75rem;
    margin-bottom: 3.851rem;
}

.select-age__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
/*    background: linear-gradient(90deg, #00c7b1 0, #11edd5 100%); */
	background: linear-gradient(90deg, #4acb92 0, #25F097 100%);
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    width: 100%;
    padding: .625rem;
    border-radius: 0.25rem;
    min-height: 3.7rem;
/*    border: 2px solid #767676;*/
	border: 2px solid #151b2f42;

	box-shadow: 0px 3px 6px #06AF9C60;
    text-decoration: none;
    transition: opacity .3s ease;
}


.select-age__button:hover,  .select-age__button:focus, .select-age__button:active {
    text-decoration: none;
    color: #fff;
    opacity: .8;
}

.select-age__qualify:hover{
	text-decoration: none;
    color: #0a1c2b;
    opacity: .8;
}

.select-age__qualify {
    display: flex;
    align-items: center;
    justify-content: center;
	background: #23f197;
/*    background: linear-gradient(90deg, #4acb92 0, #23f197 100%);*/
/*    background: linear-gradient(90deg, #00c7b1 0, #11edd5 100%);*/
/*    color: #fff;*/
    color: #0a1c2b;
    font-size: 1.688rem;
    box-shadow: 0px 3px 14px #06AF9C62;
    text-decoration: none;
    transition: opacity .3s ease;
    min-height: 4.938rem;
    max-width: 34.313rem;
    margin-left: auto;
    margin-right: auto;
	border-radius: 0.25rem;
	font-weight: 400;
}

p.step { font-size:17px; }
p.step-2 { margin-top:10px; }

@media (max-width: 767px) {
    .select-age__button {
        font-size: 1.125rem;
        line-height: 1;
        padding: .625rem;
        min-height: 3.188rem;
    }
	
	.select-age__qualify {
        font-size: 1rem;
        min-height: 3.938rem;
    }
}

/* FOOTER
-------------------------------------- */
.footer *{
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    background: none;
    box-sizing: border-box;
    font-size:100%;

    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-family:var(--camptonmenu) !important;
}
	.s-desktop {display: block;}
.footer {
    background-color: #151b2f;
    color: #fff;
    overflow: hidden;
    letter-spacing:0;
    font-weight:300;
    position: relative;
    z-index: 10;
}
.footer a{
    font-family:var(--camptonmenu) !important;
}
.footer .center {
    width: 100%;
    max-width: 1390px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 44px;
    margin:0;
    line-height:1;
    font-size:100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing:border-box;
}
.footer div.footer-logo {
    display: block;
}
.footer div.footer-top > div.footer-logo > a {
    display:block;
    margin:0;
    padding:0;
    line-height:1;
}
.footer .footer-logo img {
    width: 150px;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
}

.footer .footer-middle {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 40px 0 70px 0;
/*    margin: 0 -24px;*/
    /*justify-content: center;*/
}
	.footer .footer-middle.top {
		display:none;
	}
	.footer .footer-middle.left {
		width: 80%; 
		display: inline-block;     
		vertical-align: text-bottom;
	}
	.footer .footer-middle.right {
		width:12%; 
		display: inline-block; 
		vertical-align: top;
	}

.footer .footer-middle__column {
    width: 21%;
    display: inline-block;
    padding:0 24px;
    margin:0 0 40px;
    line-height:2;
    font-size:18px;
}
.footer .footer-middle__column > div + div {
    margin-top: 10px;
    line-height:1.55;
    /*font-size:14px;*/
}
.footer .footer-middle__column a {
    color: #fff;
    display: inline-flex;
    font-size:inherit;
}
.footer .footer-middle__column a:hover {text-decoration: underline;}
.footer .footer-middle__column.last {
    text-align: right;
/*    width: 12%;*/
    width: 100%;
}
.footer .footer-middle__column.last a {
    display: inline-block;
    display: inline-flex;
    font-size:inherit;
}
.footer .footer-middle__column.last img {display: inline-block;}

.footer .footer-bottom {
    display:block;
    align-items: center;
    padding-bottom: 50px;
}
.footer .footer-bottom__column {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    display: block;
    text-align: left;
    line-height:2.12;
    margin:0;
    padding:0;
	width: 100%;
}
.footer .footer-bottom__column a {color: rgba(255, 255, 255, 0.5);}
.footer .footer-bottom__column a:hover {text-decoration: underline;}
.footer .footer-bottom__column.copy {
    text-align: left;
    display: flex;
    align-items: center;
}
.footer .footer-bottom__column.copy img {margin-left: 15px;}

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

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

.fixed-right {
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 998;
    width: 100px;
    height: 140px;
    transition: .3s linear;
    opacity: 0;
}
.fixed-right.active {opacity: 1;}


.desktop-h-cc {display: none;}

@media screen and (max-width: 1380px) {
    .footer .footer-middle__column {
        font-size: 14px;
    }
    .footer .footer-middle__column > div + div {
        line-height: 1.75;
    }
    .footer .footer-top{
        padding: 35px 0 40px;
    }

}

@media screen and (max-width: 768px) {
	.h-768 {display: none;}
	.s-768 {display: block !important;}
    /* footer */
    .footer .footer-top {flex-direction: column;}
    .footer .footer-middle {
        margin: 0 0;
        padding: 40px 0 35px 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer .footer-middle__column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;

        font-size: 17px;
    }
    .footer .footer-middle__column > div + div{
        line-height: 27px;
    }
    .footer .footer-middle__column.last {
		margin-bottom: 0;
		text-align: center;
	}
    .footer .footer-bottom__column {text-align: center;}

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

    .footer .footer-bottom__column{
        width:100%;
    }
    .footer .footer-top .social {
        margin:39px 0 -5px;
        font-size: 14px;
        line-height: 20px;
    }
    .footer .social__link {
        margin-right: 44px;
    }
	.footer .footer-bottom__column.copy.mobile-cc {margin: 10px auto;}

}

@media screen and (max-width: 650px) {
    .footer .footer-bottom {padding-bottom: 130px;}
    .footer .footer-middle__column {
        font-size: 14px;
    }
    .footer .footer-bottom__column,
    .footer .footer-middle__column > div + div{
        line-height: 20px;
    }
	.footer .footer-middle.top {

		display: block;
	}
	.footer .footer-middle.left {width: 100%;}
	
	.footer .footer-middle.right {
		width:0%;
		display:none;
	}

}

@media screen and (max-width: 500px){
    .footer .footer-middle__column.last {
        text-align: center;
        width: 100%;
    }
}

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


.article__pict{
    position: relative;
    height: 0;
    padding-bottom: 55.88%;
    overflow: hidden;
    margin-bottom: 1.4rem;
	
}

.article__pict {
    padding-bottom: 59.37%;
}

.article__pict-receipt {
    padding: 10px 0;
    overflow: visible;
    height: auto;
}
.article__pict-receipt-mob {
    display: none;
}
p.article__pict_last_p {margin-bottom: 1.45rem;}  

@media screen and (max-width:767px){
	
	.article__pict-receipt-mob {
		display: block;
	}
	 .article__pict-receipt-desktop {
		display: none;
	}
	.article__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.article__pict-receipt img {
		max-width: 100%;
		position: relative;
	}
	
	      

}
div.footer-middle.right > div > a > img {
    max-width:80px;
}
