@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;
}

.highlighted {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: background-size .5s;
    padding-top: 4px;
    padding-bottom: 8px;
  }
  
  .highlighted.yellow {
    background-image: linear-gradient(to top, yellow 100%, transparent 0);
  }

  .highlighted.verified {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: rgb(24,19,125);
    background: linear-gradient(90deg, rgba(24,19,125,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
  
hr {
    border: none;
    border-top: 3px double #ccc;
    color: #eee;
    overflow: visible;
    text-align: center;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

hr:after { 
    background: none;
    padding: 0 4px;
    position: relative;
    top: -13px;
}

/* Cloud */

hr.style-five {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
    margin-top: 45px;
    margin-bottom: 45px;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}


hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}
hr.style-eight:after {
    content: "EXISTING ED PATIENTS";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


* {
    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-family: 'Campton', sans-serif;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #000;
}   

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

strong {font-weight: 600;}

/* 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;}

.c-red {color: var(--akcent) !important;}
.mt25 {margin-top: 25px !important;}
.mb25 {margin-bottom: 25px !important;}

/* 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-sep {
    width: 2px; border-right: solid 1px #2b405d; padding-left: 35px; margin-right: 35px;
}

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


.btn {
	border-radius: 3px;
	background: #16ab67;
	color: #fff;
	text-align: center;
	font: 17px/17px 'Gotham', sans-serif;
	padding: 15px 15px;
	position: relative;
	overflow: hidden;
    cursor: pointer;
}
.btn span {
	position: relative;
	z-index: 2;
}
.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%; cursor: pointer;}

/* MAIN
-------------------------------------- */
main {
	padding-top: 126px;
	padding-bottom: 70px;
}
main .center {
	display: flex;
}

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: 46px;
	line-height: 46px;
	font-weight: 600;
	padding: 15px 0;
}
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 {
	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-bottom: 30px;
	position: relative;
}
figure img {
	display: block;
	width: 100%;
}
figcaption {
	background: #0e1c2c;
	padding: 20px 20px 20px 60px;
	color: #fff;
	font: 25px/25px 'Gotham', sans-serif;
	position: relative;
    display: flex;
    align-items: center;
}
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%);
}

figcaption .rex-logo {
    max-width: 140px;
    display: inline-block;
    margin-left: auto;
}
.bonus figcaption p + p {margin-top: 0;}

.bonus-content {
    background: #f3f3f3;
    padding: 35px 13px 25px 45px;
}
.bonus-content .text {padding-right: 20px;}
.bonus-content .text > h3 {
    font-size: 38px;
    line-height: 45px;
    font-weight: bold;
    color: #002340;
}
.bonus-content .text > h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0e1c2c;
}
.bonus-content .text > p {
    color: #3c3c3c;
    margin-top: 15px;
}

.bonus-content .bottom {
    padding-top: 25px;
    margin-top: 15px;
    border-top: 1px solid #d6d9db;
}
.bonus-content .bottom > p {
    font-size: 13px;
    letter-spacing: 2.5px;
    color: #79797b;
    text-transform: uppercase;
}
.bonus-content .bottom > a {
    color: #000000;
    transition: all 0.3s;
}
.bonus-content .bottom > a:hover {color: var(--akcent);}
.bonus-content .bottom .flex {
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.bonus-content .bottom h4 {
    font-size: 38px;
    line-height: 45px;
    color: #002340;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bonus-content .bottom h5 {
    font-size: 16px;
    line-height: 20px;
    color: #002340;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bonus-content .btn {
    max-width: 280px;
    width: 100%;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    font-family: 'Campton', sans-serif;
    animation: shadow-pulse 3s infinite;
    cursor: pointer;
}

@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.7)}50%{box-shadow:0 0 0 0 rgba(0,0,0,.3)}to{box-shadow:0 0 0 20px transparent}}

.bonus-content .btn div {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    cursor: pointer;
}
.bonus-content .btn strong {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
}
.bonus-content .btn span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.bonus-content .image {min-width: 290px;}
.bonus-content .image p {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--akcent);
}

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-second {margin-top: 105px;}
.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;
    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;
    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;
    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);
}
.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;
    border: none;
}
.popup.active {
    display: block;
    animation: opacity 0.5s forwards;
}
.popup-video .inner {line-height: 0; }
.popup iframe {
    width: 1200px;
    height: 555px;
   
}

.popup video {
    max-width: 1200px;
    display: block;
   
}

@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
-------------------------------------- */
.js-scroll,
.js-product {
    opacity: 0;
    transition: opacity 500ms;
}
.js-scroll.scrolled,
.js-product.scrolled {
    opacity: 1;
}
.scrolled.fade {
    animation: fade 0.6s ease-in-out both;
}
.scrolled.fade-bottom {
    animation: fade-bottom 0.6s ease-in-out both;
}
.scrolled.fade-top {
    animation: fade-top 0.6s ease-in-out both;
}
.scrolled.fade-left {
    animation: fade-left 0.6s ease-in-out both;
}
.scrolled.fade-right {
    animation: fade-right 0.6s ease-in-out both;
}
.scrolled.fade-scale {
    animation: fade-scale 0.6s ease-in-out both;
}

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

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

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-scale {
    0% {transform: scale(0.5);}
    100% {transform: scale(1);}
}

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

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

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

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

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

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

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

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

/* ---------------------------------------------- */
/*               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: 40px;
    }
    figcaption .number {
        width: 45px;
        height: 45px;
    }
    figcaption {
        padding: 10px 20px 10px 50px;
    }
}

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

    aside {min-width: 300px;}

    main article {padding-right: 30px;}

    .bonus figcaption {
        font-size: 15px;
        line-height: 15px;
    }
    .bonus-content .text > h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .bonus-content .text > h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .bonus-content .image {min-width: 200px;}
    .bonus-content .image p {font-size: 9px;}
    .bonus-content .image img {margin-top: -10px;}
}

@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.main-title {
        font-size: 33px;
        line-height: 33px;
    }
    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: 340px;
    }
    .popup video {max-width: 500px;}
    .modal-title {
        font-size: 45px;
        line-height: 55px;
    }
}

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

    .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;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header nav .btn {
        margin-left: auto;
        margin-right: 0;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Gotham Book', 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%;
    }

    figure.bonus figcaption {
        position: relative;
        z-index: 2;
    }
    .bonus-content {
        padding: 35px 30px 0 30px;
        position: relative;
    }
    .bonus-content:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        height: 60px;
    }
    .bonus-content .mob-bonus {
        position: relative;
        z-index: 2;
    }
    .bonus-content .mob-bonus > h3 {
        font-size: 42px;
        line-height: 43px;
        font-weight: bold;
        color: #0b2648;
    }
    .bonus-content .mob-bonus > h4 {
        font-size: 25px;
        line-height: 36px;
        font-weight: 500;
        color: #101e31;
        letter-spacing: 1.5px;
        margin-top: 10px;
    }
    .bonus-content .mob-bonus > p {
        font-size: 20px;
        line-height: 32px;
        margin-top: 25px;
    }
    .bonus-content .save {
        margin-top: 25px;
        text-align: center;
    }
    .bonus-content .save > p {
        font-size: 20px;
        text-transform: uppercase;
        color: #848486;
    }
    .bonus-content .save > h4 {
        font-size: 58px;
        line-height: 58px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0b2648;
        margin: 10px 0 10px 0;
    }
    .bonus-content .save > h5 {
        font-size: 25px;
        text-transform: uppercase;
        color: #0b2648;
    }
    .bonus-content .btn {
        display: inline-block;
        margin-top: 25px;
        padding: 22px 15px;
        max-width: 465px;
    }
    .bonus-content .btn span {
        font-size: 31px;
        line-height: 31px;
        text-transform: uppercase;
    }
    .bonus-content .image {margin-top: 25px;}
    .bonus-content .image p {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }
    .bonus-content .image img {
        max-width: 470px;
        display: block;
        margin: 0 auto;
    }

    /* aside */
    .banner-video {position: static;}

    /* 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;
    }
}

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

    body {
        font-size: 13px;
        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;
        cursor: pointer;

    }

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

    /* main */
    main {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .breadcrumbs li {
        font-size: 13px;
    }
    article h2.main-title {
        font-size: 31px;
        line-height: 31px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .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;
    }
    figcaption {
        font-size: 12px;
        padding: 10px 20px 6px 30px;
    }
    figure.bonus figcaption {
        font-size: 11px;
    } 
    figcaption .number {
        width: 45px;
        height: 45px;
    }

    figure.bonus figcaption p + p {margin-top: 0;}
    figure.bonus figcaption {
        font-size: 13px;
        padding: 5px 10px 5px 30px;
    }
    figure.bonus figcaption p {
        position: relative;
        top: 2px;
    }
    figcaption .rex-logo {max-width: 65px;}
    .bonus-content {padding: 25px 20px 0 20px;}
    .bonus-content .mob-bonus > h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .bonus-content .mob-bonus > h4 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    .bonus-content .mob-bonus > p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 15px;
    }
    .bonus-content .save {margin-top: 15px;}
    .bonus-content .save > p {font-size: 14px;}
    .bonus-content .save > h4 {
        font-size: 38px;
        line-height: 38px;
        margin: 7px 0 7px 0;
    }
    .bonus-content .save > h5 {font-size: 15px;}
    .bonus-content .btn {
        display: inline-block;
        margin-top: 15px;
        padding: 16px 15px;
        max-width: 300px;
        cursor: pointer;
    }
    .bonus-content .btn span {
        font-size: 21px;
        line-height: 21px;
        text-transform: uppercase;
    }
    .bonus-content .image {margin-top: 10px;}
    .bonus-content .image p {font-size: 14.5px;}
    .bonus-content .image img {max-width: 300px;}
    .bonus-content:after {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;
    }
    .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;
        cursor: pointer;
    }
    .product .btn i.ic-arr {
        right: 10px;
        width: 25px;
        height: 25px;
        background-size: 7px;
        background-position: 11px 6px;
        margin-top: -12.5px;
        cursor: pointer;
    }
    .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;
    }
    .popup video {max-width: 350px;}
}

@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;
    }
    figure.bonus figcaption {padding: 5px 10px 5px 40px;}

    .product h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .product .entry {
        padding-left: 5px;
        padding-right: 10px;
    }
    .product .wrap-mobile .left {
        padding-left: 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;
        cursor: pointer;
    }

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

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

    figcaption {font-size: 10px;}
    figure.bonus figcaption {
        font-size: 10px;
    }
    .bonus-content .mob-bonus > h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .bonus-content .mob-bonus > h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .bonus-content .mob-bonus > p {
        font-size: 13px;
        line-height: 22px;
    }
    .bonus-content .image p {font-size: 14px;}
}

@media screen and (max-width: 360px) {
    article h2.main-title {
        font-size: 29px;
        line-height: 29px;
    }

    article h2.title {
        font-size: 35px;
        line-height: 35px;
    }
    .product .thumb {
        margin-left: -40px;
    }
    .product .wrap-mobile .left {
        max-width: 150px;
    }
    .product .wrap-mobile .left img {
        max-width: 125px;
    }
}


