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

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

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

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

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

@font-face {
    font-family: '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;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamHTF-Bold.eot');
    src: url('../fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamHTF-Bold.woff2') format('woff2'),
        url('../fonts/GothamHTF-Bold.woff') format('woff'),
        url('../fonts/GothamHTF-Bold.ttf') format('truetype'),
        url('../fonts/GothamHTF-Bold.svg#GothamHTF-Bold') format('svg');
    font-weight: bold;
    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;
}

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: 300 16px/26px 'Campton', sans-serif;
    color: #14192f;
}   

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

.akcent-color {color: #a20e1e !important;}

/* 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;}
.wrapper {overflow-x: hidden;}

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

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

/* HEADER
-------------------------------------- */
.header {
	background: #161b2e;
	padding-top: 0px;
}

.head-line {
	background: #a20e1f;
	text-align: center;
	color: #fff;
	padding: 3px 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}
.head-line p {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}
.head-line p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 32px;
	background: url(../img/ic-percent.png) no-repeat;
	margin-right: 11px;
}

.head-main {
	padding: 20px 0 30px 0;
}

.logo {
	width: 174px;
	height: 48px;
	display: inline-block;
	background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1598629129/RexMD/rexmdlogolight_yabmh7.svg) no-repeat center;
}

/* MAIN
-------------------------------------- */
.main {
    padding-top: 50px;
}
.main .align-center {
    position: relative;
    justify-content: space-between;
}

.box {
    width: 33.33%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 76px rgba(0,0,0,.06);
}
.box h2 {
    font-size: 34px;
    line-height: 38px;
    color: #14192f;
    margin-bottom: 5px;
}
.box h2 span {color: #a20e1e;}

/* MAIN QUICK
-------------------------------------- */
.main-quick {
    padding: 25px 40px 40px 40px;
    position: relative;
}
.main-quick:after {
    content: '';
    display: inline-block;
    width: 58px;
    height: 41px;
    background: url(../img/ic-crown.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    margin-top: -7px;
    margin-left: -40px;
}
.main-quick .inner {
    max-width: 350px;
}
.main-quick .icons {
    margin: 20px 0 30px 0;
}
.main-quick .icons li {
    display: flex;
    align-items: center;
}
.main-quick .icons li + li {margin-top: 15px;}
.main-quick .icons .icon {
    min-width: 65px;
    height: 65px;
    margin-right: 15px;
}
.main-quick .icons .icon svg {
    transition: all 0.5s;
}
.main-quick .icons .icon:hover svg {
    transform: perspective(300px) translate3d(0, 0, 0) rotateY(180deg);
}
.main-quick .icons p {
    line-height: 21px;
}
.main-quick .icons p span {color: #a20e1e;}

.signature {margin-top: 20px;}
.signature p:first-child {
    font: 15px/22px 'Gotham Book', sans-serif;
}
.signature p:last-child {
    font: 500 15px/22px 'Gotham', sans-serif;
}

.main-quick .video {
    margin-top: 20px;
}
.main-quick .video img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.video-bottom {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.video-bottom lottie-player {
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.video-bottom lottie-player:first-child {
    transform: rotate(-180deg);
    margin-right: 7px;
}
.video-bottom lottie-player:last-child {
    margin-left: 7px;
}

/* MAIN QUICK
-------------------------------------- */
.main-real {
    min-width: 650px;
    box-shadow: 0 0 76px rgba(0,0,0,.14);
    padding: 40px 75px 27px 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);


    top: -6%;
    transform: translate(-50%, 0%);

}
.main-real .banner-dots {
    position: absolute;
    top: -105px;
    right: -120px;
    z-index: -2;
}
.main-real h2 {
    font-size: 44px;
    line-height: 47px;
}
.main-real h2 span {color: #b11e29;}

.form-real {margin-top: 15px;}
.form-real .subtitle {
    font: bold 19px/22px 'Montserrat', sans-serif;
    margin-bottom: 5px;
}
.form-real p {margin-bottom: 20px;}

.select,
select {
    position: relative;
    margin-bottom: 17px;
}
.select .selected,select {
    cursor: pointer;
    user-select: none;
    background: #fafafa;
    padding: 18px 20px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    position: relative;
    min-height: 65px;
    display: flex;
    align-items: center;
}
.select .selected:after {
    content: '';
    width: 12px;
    height: 8px;
    display: inline-block;
    background: url(../img/ic-arr.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-4px);
}
.select.selected .selected:after {
    transform: rotate(-180deg);
}
.select .selected span,select {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.select .drop {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 999;
    background: #fafafa;
    padding: 18px 20px 18px 20px;
    width: 100%;
    visibility: hidden;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0 0 3px 3px;
}
.select .drop li {
    cursor: pointer;
    transition: all 0.3s;
}
.select .drop li:hover {color: #b11e29;}
.select.selected .drop {
    visibility: visible;
    max-height: 600px;
    opacity: 1;
}
select,
select.selected{
    margin-left:0;
    z-index:1111;
    width:100%;
    text-indent:30px;
    font-family: Campton, sans-serif;
    background: url(../img/ic-arr.png) no-repeat !important;
    background-position:96% 50% !important;
    background-color:#fafafa !important;
    font-weight: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
.ic-marker.select{
    position:absolute;
    z-index:4444;
    margin-top:18px;
    margin-left:20px;
}

.select-radio .drop {
    box-shadow: 0 10px 43px rgba(0,0,0,.06);
    border-bottom: 0;
    padding: 0;
    opacity: 1 !important;
    border-radius: 0 0 10px 10px;
}
.select-radio .drop li:nth-child(odd) {
    background: #fff;
}
.select-radio .drop li:nth-child(even) {
    background: #f4f5f6;
}
.select-radio .drop li {
    padding: 20px;
}
.select-radio .drop input {display: none;}
.select-radio .drop .radio {
    display: flex;
    align-items: flex-start;
}
.select-radio label {display: block;}
.select-radio .drop .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddbd7d;
    position: relative;
    top: 2px;
}
.select-radio .drop .circle:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #b31f23;
    border-radius: 50%;
    border: 1px solid #722730;
    transform: scale(0);
    transition: all 0.3s;
}
.select-radio .drop input:checked + .radio .circle:after {
    transform: scale(1);
}
.select-radio .text {
    padding: 0 0 0 15px;
}
.select-radio .text h3 {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
}
.select-radio .text p {margin: 0;}
.select-radio .text > p {
    font-family: 'Gotham Book', sans-serif;
    font-size: 15px;
    line-height: 22px;
}
.select-radio .flex {
    margin-top: 10px;
}
.select-radio .flex p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Gotham', sans-serif;
}
.select-radio .flex p.price {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Gotham', sans-serif;
    position: relative;
}
.select-radio .flex p.price:before {
    content: '';
    display: inline-block;
    width: 111px;
    height: 15px;
    background: url(../img/line.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 5px;
}
.select-radio .image {
    max-width: 135px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    line-height: 0;
}
.select-radio .drop li:hover {color: inherit;}

.ic-marker {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 28px;
    background: url(../img/ic-marker.png) no-repeat;
}

.ic-box {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 30px;
    background: url(../img/ic-box.png) no-repeat;
}

.checkbox {
    position:relative;
    display: flex;
    align-items: center;
    background:white;
    z-index:2;
}
.checkbox input {display: none;}
.checkbox .control {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 2px solid #787b86;
    margin-right: 10px;
    position: relative;
}
.checkbox .control:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: green;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s;
}
.checkbox input:checked + .control:after {
    transform: translate(-50%, -50%) scale(1);
}
.checkbox-text {
    font-size: 14px;
    color: #555555;
}
.checkbox-text a {
    color: #555555;
    text-decoration: underline dotted #ccc;
}
.checkbox-text a:hover {text-decoration: none;}

.form-real button[type="submit"] {
    border-radius: 4px;
    background: #72d401;
    text-align: center;
    min-height: 65px;
    color: #fff;
    font: 500 18px 'Gotham', sans-serif;
    display: block;
    width: 100%;
    margin-top: 17px;
    transition: all 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
    }
}

.selected-body .form-real button[type="submit"] {
    animation-play-state: paused;    
    box-shadow: none !important;
}

.form-real button[type="submit"]:hover {
    background: #b11e29;
}
.form-real button[type="submit"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background: url(../img/arrow.png) no-repeat;
    margin-left: 13px;
}
.form-real button[type="submit"] .arr {
    display: block;
    width: 113px;
    height: 153px;
    background: url(../img/big-arrow.png) no-repeat;
    position: absolute;
    right: 100%;
    bottom: 100%;
    margin-right: 10px;
    margin-bottom: -67px;
    opacity: 1;
    /*animation: toggle 1s ease-in-out;
    animation-iteration-count: 1;*/
}
.form-real button[type="submit"] .arr.anim {
    animation: toggle 1s ease-in-out;
    animation-iteration-count: 1;
}

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

@keyframes pulse { 
    0% {transform: scale(0.9); opacity: 0.9;}
    50% {transform: scale(1); opacity: 1;}
    100% {transform: scale(0.9); opacity: 0.9;} 
}
.main-real .inner > .tx-center {
    margin-top: 33px;
}
.main-real .inner > .tx-center img {max-width: 280px;}

.product {
    text-align: center;
    margin-top: 20px;
}
.product ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.product ul li {
    display: flex;
    align-items: center;
}
.product ul li + li {margin-left: 30px;}
.product ul li p {
    font: 500 10px/12px 'Gotham', sans-serif;
    color: #8a8d96;
    text-transform: uppercase;
    text-align: left;
}
.product ul li i {margin-right: 5px;}
.product ul li:last-child i {
    position: relative;
    top: -3px;
}
.ic-rx {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    height: 35px;
    background: url(../img/ic-rx.png) no-repeat;
}
.ic-hippa {
    display: inline-block;
    vertical-align: middle;
    min-width: 51px;
    height: 37px;
    background: url(../img/ic-hipaa.png) no-repeat;
}
.ic-licensed {
    display: inline-block;
    vertical-align: middle;
    min-width: 44px;
    height: 44px;
    background: url(../img/ic-licensed.png) no-repeat;
}
.product .image {
    position: relative;
}
.product .image:after {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    background: #f7f7f7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.product .image img {
    position: relative;
    top: 10px;
    z-index: 2;
}
.product h2 {
    font-size: 27px;
    line-height: 27px;
    margin-top: 27px;
    margin-bottom: 5px;
}

.main-real .foot {
    margin-top: 25px;
    text-align: center;
}
.main-real .foot p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #9e9e9e;
}

.medium {font-weight: 500;}

.main-price .tablets {
    margin-top: 15px;
    display: inline-block;
}

/* MAIN PRICE
-------------------------------------- */
.main-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
}
.main-price .inner {
    max-width: 375px;
    width: 100%;
    padding: 0 20px;
}

.price-video {
    width: 100%;
    min-height: 200px;
    background: url(../img/price-video.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.price-video .inner {
    position: relative;
}
.price-video .btn-video {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../img/play.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    animation-name: pulse-transform;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.price-video .btn-video:hover {border-color: #a10e20;}
@keyframes pulse-transform { 
    0% {transform: scale(0.9); opacity: 0.9;}
    50% {transform: scale(1); opacity: 1;}
    100% {transform: scale(0.9); opacity: 0.9;} 
}

.main-price h2 {
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 10px;
}
.main-price h2 span {color: #b11e29;}

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

.slider-reviews {margin-bottom: 30px;}
.slider-reviews .slide-item {
    display: block;
}
.slider-reviews .head {
    display: flex;
    align-items: center;
}
.slider-reviews .head span {
    font-size: 15px;
    font-weight: 500;
}
.slider-reviews .head img {
    width: inherit;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.slider-reviews p {
    font-size: 15px;
}

.slide-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.slide-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #14192f;
    margin: 0 4px;
}
.slide-dots span.active {
    background: #c2c3c9;
    cursor:pointer;
}

.main-price h3 {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.main-price h3 span {color: #ab211d;}

.main-price .foot {
    margin-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    font: 14px/21px 'Campton-Book', sans-serif;
}

.main-bottom {
    padding: 120px 0 30px 0;
    text-align: center;
}
.link-url {
    display: inline-block;
    margin-bottom: 30px;
    color: #a10e20;
    text-decoration: underline;
}
.link-url:hover {text-decoration: none;}

.back-top {
    padding: 25px;
    width: 330px;
    border-radius: 4px;
    text-align: center;
    font: 500 19px 'Gotham', sans-serif;
    color: #fff;
    background: #72d401;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.back-top:hover {
    background: #cf1825;
}
.back-top:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background: url(../img/arrow.png) no-repeat;
    margin-left: 13px;
    transform: rotate(-90deg);
}

.main-bottom .images {
    margin: 30px 0 25px 0;
}
.main-bottom .images img {
    margin: 0 10px;
}
.main-bottom p {
    font: 11px/17px 'Gotham Book', sans-serif;
    color: #454545;
}
.main-bottom p a {color: #a10e20;}
.main-bottom p a:hover {text-decoration: underline;}

/* 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;
    background: #a10e20;
    border-color: #a10e20;
}
.popup-close svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 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: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    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: 10px;
}
.popup-info p u {text-decoration: underline;}
.popup-info p a,
.popup-info ul a {color: #b31f24;}
.popup-info p a:hover,
.popup-info ul a:hover {text-decoration: underline;}
.popup .wrap p {
    margin-top: 20px;
}
.popup .wrap p span {
    color: #a20e1e;
}

span.cat-left {
    float: left;
    margin-right: 50px;
    clear: left;
    max-width: 200px;
}
.clear {
    clear: both;
}


.popup-video-2 .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-video-2 iframe {
    width: 500px !important;
    height: 500px !important;
}

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

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

@media screen and (max-width: 1500px) {
    .main-quick .inner {
        max-width: 318px;
    }
    .main-quick .text br {
        display: none;
    }
    .main-price .inner {
        max-width: 370px;
    }

    .select-radio .text h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .select-radio .text > p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1450px) {
    .head-main {
        padding: 20px 0 71px 0;
    }

    .main-real {
        min-width: 550px;
        padding: 30px 50px 25px 50px;
    }
    .main-real h2 {
        font-size: 39px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1350px) {
    .main-quick .inner {max-width: 300px;}
    .main-quick {
        padding: 25px 20px 25px 20px;
    }
    .main-quick .inner p br {display: none;}
    .video-bottom {font-size: 13px;}

    .main-price .inner {
        max-width: 330px;
    }
    .main-price h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .main-price .inner p br {display: none;}
    .main-price .foot br {display: none;}
}

@media screen and (max-width: 1250px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    /* header */
    .head-main {padding-bottom: 33px;}

    /* main */
    .main {
        margin-top: -15px;
    }

    /* main quick */
    .main-quick .inner {max-width: 250px;}
    .main-real .banner-dots {
        width: 150px !important;
        height: 150px !important;
        top: -95px;
        right: -100px;
    }
    .box h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .main-quick .icons .icon,
    .main-quick .icons .icon svg {
        width: 65px;
        min-width: 65px;
        height: 65px;
    }
    .signature img {max-width: 140px;}

    /* main real */
    .main-real {
        max-width: inherit;
        min-width: inherit;
        width: 400px;
        padding: 25px 30px;
    }
    .main-real h2 {
        font-size: 29px;
        line-height: 32px;
    }
    .form-real .subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .checkbox-text {
        font-size: 10px;
    }
    .form-real button[type="submit"] .arr {
        width: 45px;
        height: 62px;
        background-size: 45px;
        margin-bottom: -45px;
    }
    .product ul li + li {
        margin-left: 15px;
    }
    .ic-rx {
        min-width: 25px;
        height: 28px;
        background-size: 25px;
    }
    .ic-hippa {
        min-width: 40px;
        height: 28px;
        background-size: 40px;
    }
    .ic-licensed {
        min-width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .product .image {
        max-width: 270px;
        margin: 0 auto;
    }
    .product .image:after {
        width: 300px;
        height: 300px;
    }
    .main-real .product h2 {
        font-size: 19px;
        line-height: 22px;
    }
    .product p br {display: none;}

    .select-radio .image {
        max-width: 70px;
    }
    .select-radio .drop li {
        padding: 10px;
    }
    .select-radio .drop li:nth-child(2) .image,
    .select-radio .drop li:nth-child(3) .image {
        max-width: 55px;
    }
    .select-radio .drop li:nth-child(2) .image img,
    .select-radio .drop li:nth-child(3) .image img {
        max-width: 35px;
    }
    .select-radio .text h3 {
        font-size: 14px;
        line-height: 19px;
    }
    .select-radio .text > p {
        font-size: 11px;
        line-height: 18px;
    }
    .select-radio .flex p {
        font-size: 11px;
        line-height: 16px;
    }
    .select-radio .flex p.price {
        font-size: 11px;
        line-height: 16px;
    }
    .select-radio .flex p.price:before {
        width: 85px;
        height: 11px;
        background-size: 85px;
        margin-bottom: 5px;
    }


    /* main price */
    .main-price .inner {
        max-width: 290px;
    }
    .price-video {
        min-height: 146px;
    }
    .main-price h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .main-bottom {padding-top: 70px;}

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

@media screen and (max-width: 768px) {
    body {
        font-size: 25px;
        line-height: 36px;
    }

    .hide-768 {display: none;}
    .show-768 {display: block;}

    /* header */
    .header {padding-top: 0px;}
    .head-main {padding-bottom: 0px;}
    .head-line p {line-height: 24px;}

    .main {margin-top: 0;}
    .main .center {
        padding-right: 25px;
        padding-left: 25px;
    }
    .main .align-center {flex-direction: column;}
    .box {
        width: 100%;
        box-shadow: none;
    }
    .box h2 {
        font-size: 53px;
        line-height: 60px;
    }

    .main-quick .inner {max-width: 100%;}

    /* main real */
    .main-quick:after {display: none;}
    .main-real {
        width: 100%;
        position: static;
        transform: none;
        order: -1;
        padding: 0;
    }
    .main-real .banner-dots {
        width: 230px !important;
        height: 230px !important;
        top: -131px;
        right: -75px;
    }
    .main-real h2 {
        font-size: 51px;
        line-height: 63px;
    }
    .form-real {margin-top: 30px;}
    .form-real .subtitle {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .form-real p {margin-bottom: 30px;}
    .select {margin-bottom: 25px;}
    .select .selected span {
        font-size: 24px;
    }
    .select .selected {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 80px;
    }
    .select .selected:after {
        width: 20px;
        height: 14px;
        background-size: 20px;
    }
    .checkbox {margin-top: 30px;}
    .checkbox .control {
        width: 22px;
        height: 22px;
    }
    .checkbox .control:after {
        width: 12px;
        height: 12px;
    }
    .checkbox-text {font-size: 15px;}
    .form-real button[type="submit"] {
        height: 80px;
        font-size: 23px;
        margin-top: 30px;
    }
    .form-real button[type="submit"] .arr {display: none;}
    .product ul {margin-bottom: 0;}
    .product ul li br {display: block;}
    .main-real .inner > .tx-center {margin-top: 55px;}
    .ic-rx {
        min-width: 40px;
        height: 44px;
        background-size: 40px;
    }
    .ic-hippa {
        min-width: 65px;
        height: 45px;
        background-size: 65px;
    }
    .ic-licensed {
        min-width: 55px;
        height: 57px;
        background-size: 55px;
    }
    .product ul li i {margin-right: 10px;}
    .product ul li + li {margin-left: 30px;}
    .product ul li p {
        font-size: 12px;
        line-height: 15px;
    }

    .select-radio .drop li {
        padding: 20px;
    }
    .select-radio .image {
        max-width: 145px;
    }
    .select-radio .text h3 {
        font-size: 23px;
        line-height: 26px;
    }
    .select-radio .text > p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 5px;
    }
    .select-radio .flex p,
    .select-radio .flex p.price {
        font-size: 18px;
        line-height: 26px;
    }
    .select-radio .drop li:nth-child(2) .image, 
    .select-radio .drop li:nth-child(3) .image {
        max-width: 110px;
    }
    .select-radio .drop li:nth-child(2) .image img, 
    .select-radio .drop li:nth-child(3) .image img {
        max-width: 55px;
    }
    .video-bottom lottie-player {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    /* main price */
    .main-price {
        order: -1;
        margin-top: 45px;
        box-shadow: 0 10px 43px rgba(0,0,0,.06);
    }
    .price-video {
        min-height: 355px;
        margin-bottom: 40px;
    }
    .main-price .inner {
        max-width: 100%;
        padding: 0 40px 60px 40px;
    }
    .main-price .tablets {
        margin-top: 20px;
        width: 100%;
    }
    .slider-reviews {margin-bottom: 65px;}
    .slider-reviews .head span {
        font-size: 23px;
    }
    .slider-reviews p {
        font-size: 23px;
        line-height: 35px;
    }
    .slider-reviews .head img {
        margin-left: 20px;
        width: 135px;
    }
    .slide-dots {margin-top: 45px;}
    .slide-dots span {
        width: 23px;
        height: 23px;
        margin: 0 10px;
    }

    /* main quick */
    .main-quick {
        margin-top: 80px;
        padding: 0 40px 0 40px;
    }
    .main-quick .icons {
        margin: 40px 0 65px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-quick .icons li {width: 380px;}
    .main-quick .icons p br {display: block;}
    .main-quick .icons .icon {margin-right: 25px;}
    .main-quick .icons .icon, .main-quick .icons .icon svg {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .main-quick .icons p {line-height: 34px;}

    .video-mobile {
        width: 100%;
        margin-top: 85px;
        box-shadow: 0 0 43px rgba(0,0,0,.06);
        padding: 60px 30px;
        border-radius: 15px;
    }
    .video-mobile h2 {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .video-mobile h2 span {color: #b11e29;}
    .signature p:last-child {
        font-size: 23px;
        line-height: 35px;
    }
    .signature img {
        max-width: inherit;
        width: 290px;
    }
    .video-mobile .video {margin-top: 20px;}
    .video-mobile .video img {
        width: 100%;
        display: block;
    }
    .video-bottom {
        font-size: 23px;
        line-height: 34px;
        width:66%;
        margin:0 auto;
    }
    .video-bottom:before, .video-bottom:after {
        width: 30px;
        height: 25px;
        min-width: 30px;
        background-size: 30px;
    }
    .video-bottom:before {margin-right: 17px;}
    .video-bottom:after {margin-left: 17px;}
    .video-bottom {margin-top: 35px;}

    /* product mobile */
    .product-mobile {
        margin-top: 60px;
    }
    .product-mobile h2 {
        font-size: 55px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    .product-mobile h2 span {
        color: #ab211d;
    }
    .product-mobile .logos {margin-bottom: 40px;}
    .product-mobile .logos p {
        font-size: 16px;
        color: #9e9e9e;
        text-align: left;
    }
    .product-mobile .logos img {
        display: block;
        width: 100%;
    }
    .product-mobile .image {
        max-width: 470px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .product-mobile .image img {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
    }
    .product-mobile .image:before {
        content: '';
        display: block;
        width: 525px;
        height: 525px;
        border-radius: 50%;
        background: #f7f7f7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .product-mobile h3 {
        font-size: 35px;
        line-height: 33px;
        text-align: center;
        margin-top: 55px;
        margin-bottom: 10px;
    }
    .product-mobile p {
        text-align: center;
    }
    .product-mobile p br {display: none;}

    .main-bottom {padding-top: 15px;}

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

    .popup-close {
        position: absolute;
        top: -45px;
        right: -45px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 650px) {
    body {
        font-size: 20px;
        line-height: 32px;
    }

    .fixed-right {
        top: 65px;
        width: 90px;
        height: 140px;
    }

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

    .modal-title {
        padding: 20px;
        font-size: 28px;
        line-height: 38px;
    }
    .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: -60px;
        right: 0;
    }
    .popup-info .popup-close {
        top: 10px;
        right: 10px;
    }

    .header {padding-top: 5px;}
    .logo {
        width: 130px;
        height: 35px;
        background-size: 130px;
    }
    .head-line {padding-bottom: 12px;}
    .head-main {
        padding-bottom: 13px;
        padding-top: 13px;
    }
    .head-line p {
        line-height: 5px;
        font-size: 11px;
    }
    .head-line p:before {
        margin-right: 5px;
        position: relative;
        top: 10px;
        transform: rotate(30deg);
    }

    .main {padding-top: 30px;}
    .main .center {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* main real */
    .main-real h2 {
        font-size: 31px;
        line-height: 41px;
    }
    .main-real .banner-dots {
        width: 200px !important;
        height: 258px !important;
        top: -135px;
        right: -100px;
    }
    .form-real .subtitle {
        font-size: 14px;
	    line-height: 16px;
	    margin-bottom: 12px;
    }
    .form-real {margin-top: 20px;}
    .form-real p {margin-bottom: 10px;}
    .form-real .subtitle + p {font-size: 13px; line-height: 16px;}
    .select {margin-bottom: 15px;}
    .select .selected span {font-size: 14px;}
    .select .selected {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 50px;
        min-height: auto;
    }
    .select .selected:after {
        width: 12px;
        height: 8px;
        background-size: inherit;
    }

    .ic-marker {
        width: 18px;
        height: 22px;
        background-size: 18px;
    }
    .ic-box {
        display: inline-block;
        vertical-align: middle;
        width: 21px;
        height: 24px;
        background: url(../img/ic-box.png) no-repeat;
        background-size: 21px;
    }
    .checkbox {margin-top: 15px;}
    .checkbox .control {
        width: 16px;
        height: 16px;
    }
    .checkbox .control:after {
        width: 8px;
        height: 8px;
    }
    .checkbox-text {font-size: 11px;}
    .form-real button[type="submit"] {
        height: 60px;
        font-size: 16px;
        margin-top: 15px;
    }
    .main-real .inner > .tx-center {margin-top: 35px;}
    .product {margin-top: 10px;}
    .product ul li p {
        font-size: 9px;
        line-height: 12px;
    }
    .product ul li + li {margin-left: 15px;}
    .ic-rx {
        min-width: 30px;
        height: 33px;
        background-size: 30px;
    }
    .ic-hippa {
        min-width: 50px;
        height: 35px;
        background-size: 50px;
    }
    .ic-licensed {
        min-width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .product ul li i {margin-right: 5px;}

    .select-radio .drop li {
        padding: 15px;
    }
    .select-radio .image {
        max-width: 100px;
    }
    .select-radio .text {padding: 0 0 0 10px;}
    .select-radio .flex {
        max-width: 190px;
    }
    .select-radio .text h3 {
        font-size: 14px;
        line-height: 17px;
    }
    .select-radio .text > p {
        font-size: 12px;
        line-height: 17px;
        margin-top: 2px;
    }
    .select-radio .text > p br {display: none;}
    .select-radio .flex p,
    .select-radio .flex p.price {
        font-size: 12px;
        line-height: 20px;
    }
    .select-radio .drop li:nth-child(2) .image,
    .select-radio .drop li:nth-child(3) .image {
        max-width: 75px;
    }
    .select-radio .drop li:nth-child(2) .image img,
    .select-radio .drop li:nth-child(3) .image img {
        max-width: 45px;
    }

    /* main price */
    .main-price {margin-top: 35px;}
    .price-video {min-height: 200px;}
    .main-price .inner {padding: 0 25px 40px 25px;}
    .box h2 {
        font-size: 34px;
    	line-height: 42px;
    }
    .main .center {
        padding-right: 15px;
        padding-left: 15px;
    }
    .slider-reviews {margin-bottom: 40px;}
    .slider-reviews .head img {
        margin-left: 10px;
        width: inherit;
    }
    .slider-reviews .head span {
        font-size: 20px;
        line-height: 32px;
    }
    .slider-reviews p {
        font-size: 20px;
        line-height: 31px;
    }
    .slide-dots {margin-top: 35px;}
    .slide-dots span {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    .back-top {
        padding: 17px;
        font-size: 15px;
        width: 250px;        
    }
    .main-quick {
        margin-top: 50px;
        padding: 0 15px 0 15px;
    }
    .main-quick .icons .icon, .main-quick .icons .icon svg {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .main-quick .icons .icon img {
        display: block;
        width: 100%;
    }
    .main-quick .icons .icon {margin-right: 25px;}
    .main-quick .icons p {
        line-height: 28px;
        font-size: 20px;
    }
    .main-quick .icons li {width: 300px;}
    .main-quick .icons {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .video-mobile {
        margin-top: 60px;
        padding: 30px 20px;
        border-radius: 15px;
    }

    /* video mobile */
    .video-mobile h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .signature img {width: 150px;}
    .signature p:last-child {
        font-size: 12px;
        line-height: 17px;
    }
    .video-mobile p br {display: none;}
    .video-bottom:before, .video-bottom:after {
        width: 19px;
        height: 15px;
        min-width: 19px;
        background-size: inherit;
    }
    .video-bottom:before {margin-right: 5px;}
    .video-bottom:after {margin-left: 5px;}
    .video-bottom {
        margin-top: 25px;
        font-size: 14px;
        line-height: 24px;
    }

    /* product mobile */
    .product-mobile h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .product-mobile .image {
        max-width: 300px;
    }
    .product-mobile .image:before {
        width: 350px;
        height: 350px;
    }
    .product-mobile h3 {
        font-size: 22px;
        line-height: 20px;
        margin-top: 40px;
    }

    .main-bottom .images img:nth-child(1),
    .main-bottom .images img:nth-child(3) {max-width: 70px;}
    .main-bottom .images img:nth-child(2) {max-width: 105px;}

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

    .popup-video-2 iframe {
        width: 350px !important;       
        height: 350px !important;
    }
}

@media screen and (max-width: 390px) {
    .head-line p {font-size: 10px;}
    .box h2 {
	    font-size: 32px;
	    line-height: 40px;
	}
    .product-mobile h3 {
        font-size: 21px;
        line-height: 19px;
    }

    .select-radio .text h3 {
        font-size: 13px;
        line-height: 16px;
    }

    .select-radio .image {
        max-width: 75px;
    }
    .select-radio .drop li:nth-child(2) .image, 
    .select-radio .drop li:nth-child(3) .image {
        max-width: 55px;
    }
    .select-radio .drop li:nth-child(2) .image img, 
    .select-radio .drop li:nth-child(3) .image img {
        max-width: 40px;
    }
}

@media screen and (max-width: 375px) {
	.box h2 {
	    font-size: 31px;
	    line-height: 39px;
	}
    .form-real .subtitle + p {
        font-size: 12px;
    }
    .checkbox-text {
        font-size: 10px;
    }

    .select-radio .text > p {
        font-size: 11px;
        line-height: 16px;
    }
}

@media screen and (max-width: 360px) {
    body {
        font-size: 17px;
        line-height: 27px;
    }

    .head-line p {font-size: 9px;}
    .box h2 {
        font-size: 29px;
        line-height: 37px;
    }
    .checkbox-text {
        font-size: 10px;
    }
    .video-mobile h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .video-bottom {
        font-size: 13px;
        line-height: 23px;
    }
    .product-mobile h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .product-mobile p br {display: none;}

    .slider-reviews p {
        font-size: 17px;
        line-height: 26px;
    }

    .main-quick .icons p {
        line-height: 25px;
        font-size: 17px;
    }

    .product-mobile h3 {
        font-size: 20px;
        line-height: 18px;
    }

    .select-radio .image {
        max-width: 68px;
    }
    .select-radio .drop li:nth-child(2) .image, 
    .select-radio .drop li:nth-child(3) .image {
        max-width: 45px;
    }
    .select-radio .drop li:nth-child(2) .image img, 
    .select-radio .drop li:nth-child(3) .image img {
        max-width: 35px;
    }
}

@media screen and (max-width: 320px){
    .video-bottom {
        width: 84%;
    }
}

#errorContainer{
    display:none;
    background:#fff9f9;
    color:#a20e1f;
    padding:10px;
    border:1px solid #a20e1f;
    border-radius:4px;
    text-align:center;
    font-weight:bold;
    font-weight:bolder;
}
#errorContainer.show{
    display:block;
}

.invalidField{
    color:#a20e1f;
    position:absolute;
    z-index:1;
    font-size:12px;
    text-indent:15px;
    text-indent:0px;
    transition:all linear 0.25s;
}
.invalidField.show{
    margin-top:-18px;
    transition:all linear 0.25s;
}

#stateValid.invalidField.show{
    margin-top:-24px;
}
@media screen and (max-width: 768px) {
    .invalidField.show{
        margin-top:-22px;
        transition:all linear 0.25s;
    }
}
.error{
    border:1px solid #a20e1f !important;
}

.success{
    border:1px solid green !important;
}
.control.error{
    border:2px solid #a20e1f !important;
}
.control.success{
    border:2px solid green !important;
}
.footerLinks,
.footerLinks a {
    color:#aaa !important;
}

.animationend{
  animation-name: toggle;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-name:toggle;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: toggle;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
}
   

@-webkit-keyframes toggle {
  0% {
    transform:rotate(-5deg);
  }
  5% {
    transform:rotate(5deg);
  }
  10% {
    transform:rotate(-5deg);
  }
  15% {
    transform:rotate(5deg);
  }
  20% {
    transform:rotate(0deg);
  }
}


@keyframes toggle {
  0% {
    transform:rotate(-5deg);
  }
  5% {
    transform:rotate(5deg);
  }
  10% {
    transform:rotate(-5deg);
  }
  15% {
    transform:rotate(5deg);
  }
  20% {
    transform:rotate(0deg);
  }
}

img.speakericon{
    width:13px !important;
    height:auto;
    display:inline-block;
    margin:-20px 8px 0;
}
img.speakericon.reversed{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.speakerfyMe{
    position:relative;
}
.speakerfyMe:before,
.speakerfyMe:after{
    content:'';
    background:url('../img/speaker.svg');
    background-repeat:no-repeat;
    background-attachment:contain;
    position:absolute;
    display:inline-block;
    width:14px;
    height:15px;
}
.speakerfyMe:before{
    top:3px;
    left: -24px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.speakerfyMe:after{
    left:100%;
    margin-left:10px;
    top:4px;
}
img.speakericon{
    width:13px !important;
    height:auto;
    display:inline-block;
    position:relative;
}
img.speakericon.reversed{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 1350px) {
    .speakerfyMe:before{
        left:-14px;
    }
    .speakerfyMe:after{
        margin-left:-2px;
    }
}

@media screen and (max-width: 768px) {
    .speakerfyMe:before,
    .speakerfyMe:after{
        width:20px;
        height:20px;
        top:8px;
    }

    .speakerfyMe:before{
        left:-30px;
    }
    .speakerfyMe:after {
        margin-left: 10px;
    }
}

@media screen and (max-width: 650px) {
    .speakerfyMe:before,
    .speakerfyMe:after {
        top: 2px;
    }
    .speakerfyMe:before{
        left: -2px;
    }
    .speakerfyMe:after {
        margin-left: -18px;
    }

}

@media screen and (max-width: 500px) {
    .speakerfyMe:before{
        left: -1em;
    }
    .speakerfyMe:after {
        margin-left: -0.4em;
    }

}

@media screen and (max-width: 420px) {
    .speakerfyMe:before,
    .speakerfyMe:after {
        top: 2px;
    }
    .speakerfyMe:before{
        left: -1em;
    }
    .speakerfyMe:after {
        margin-left: -0.5em;
    }

}

@media screen and (max-width: 375px) {
    .speakerfyMe:before,
    .speakerfyMe:after {
        top: 2px;
    }
    .speakerfyMe:before{
        left: -1.8em;
    }
    .speakerfyMe:after {
        margin-left: 0.25em;
    }

}

@media screen and (max-width: 320px) {
    .speakerfyMe:before{
        left: -1em;
    }
    .speakerfyMe:after {
        margin-left: -0.5em;
    }

}
