* {
	font-family: 'Satoshi', sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box; 
} 

.video, video {
    cursor: pointer;
}

.header {
    background: #000;
}

.header p {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    padding: 16px 0 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.header p i {
    color: #67E6E4;
}

.header p span {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .header .desc {
        display: block;
    }

    .header .mob {
        display: none;
    }

    .header p {
        font-size: 20px;
        line-height: 30px;
    }

    .header p i {
        display: inline;
    }
}

@media screen and (min-width: 1024px) {
    .header p {
        font-size: 25px;
    }
}

footer {
    position: relative;
    width: 100%;
    background: #000;
}

.bottom_footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 20px; 
    justify-content: center;
    align-items: center;
}

.bottom_footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
}

.bottom_footer .container img {
    max-width: 175px;
}

.bottom_footer a,
.bottom_footer p {
    color: #FFF;
    text-align: center;
    font-size: 17.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
    text-decoration: none;
}

.bottom_footer ul {
    display: flex;
    padding-left: 0;
    list-style-type: none !important;
    justify-content: flex-end;
    align-items: center;
}

.bottom_footer ul li {
    padding-left: 20px;
}

.bottom_footer ul li:first-child {
    padding-right: 24px;
    padding-left: 0;
}

.bottom_footer ul li a:hover {
    text-decoration: none;
}

.bottom_footer ul li:first-child {
    border-right: 1px solid #545659;
}

.bottom_footer .copyright {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.information {
    margin-top: 18px;

    max-width: 1053px; 

    text-align: center;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 127% !important;
}

.scroll-up {
    position: fixed;
    z-index: 9999;
    right: 45px;
    bottom: 85px;
    display: flex;
    width: 60px;
    height: 60px;
    transition: .2s all;
    opacity: 0;
    border-radius: 10px;
    background: #ae63ff;
    justify-content: center;
    align-items: center;
}

.scroll-up:hover {
    cursor: pointer;
    background: #762cc6;
}

@media (max-width: 767px) {
    .bottom_footer ul li {
        padding-left: 10px;
    }

    .bottom_footer ul li:first-child {
        padding-right: 10px;
    }

    .bottom_footer .container {
        gap: 10px;
    }

    .bottom_footer a,
    .bottom_footer p {
        font-size: 14px;
        text-align: center;
    }

    .scroll-up {
        right: 10px;
        bottom: 90px;
    }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer,
header,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

b {
    font-weight: inherit;
}

b {
    font-weight: bolder;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

body {
    position: relative;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

* {
    font-family: 'Satoshi', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

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

i {
    font-style: normal;
}

ul li {
    margin: 0;
}

a {
    cursor: pointer;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1275px;
}

@media (max-width: 1350px) {
}

.alerts {
	display: flex;
	gap: 10px;
	margin-bottom: 17px;
}

.alerts .stock {
	background: linear-gradient(180deg, #FF5757 0%, #C72A2A 100%);
	width: 250px;
}

.alerts .inventory {
    border: 1.5px solid #E03D3D;
    background: #FFF;
	width: 405px;
    color: #000;
}

.alerts div {
	height: 28px;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	border-radius: 5px;
    font-family: 'Lato', sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.main {
    position: relative;
    padding-top: 48px;
    padding-bottom: 86px;
    background: url(../img/hero-bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main .video {
    width: 100%;
    position: relative;  
}

.main .video #video {
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    border: 1.5px solid #FFF;
}

.main .video .sound {
    position: absolute;
    top: 22px;
    right: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    opacity: 0.45;
    background: #000;
    padding: 5px 13px;  
}

.main .video .sound p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main .main-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 404px;
    
}

.main .prod-image {
    display: none;
}

.main .text {
    width: 100%; 
    position: relative;
    padding: 26px 0 14px 0;
}

.main .text h1 {
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    line-height: 140%;
    margin: 0 0 23px;
    color: #fff;
    width: 99%;
}

.main .text h4{
    color: #2ADC30;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 21px 0;
}

.main .text .colored {
    font-size: 18px;
    font-style: normal;
    line-height: 140%;
    position: relative;
    color: #fff;
    font-family: 'Lato', sans-serif;
    b{
        font-family: 'Lato', sans-serif;
    }
}

.main .text ul {
    margin-top: 22px;
}

.main .text ul li {
    display: flex;
    align-items: center;
    gap: 15px;

    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 140%;
    position: relative;
    margin-bottom: 15px;
    color: #000;
}
.main .text ul li img{
    width: 20px;
}

.main .text ul li p {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.main .text ul li p b {
    font-weight: 700;
}

.main .text ul li:last-child {
    margin-bottom: 0;
}

.main .text .get {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    background: var(--CTA-green, linear-gradient(180deg, #2ADC30 13.81%, #06C10C 100.17%));
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);

    width: 100%;
    
    margin-top: 32px;
    padding: 28px 10px;

    transition: all .3s;
    text-align: center;
    color: #fff;
}

.main .text .get:hover {
    box-shadow: 0 0 20px 0 rgba(42, 220, 48, 0.4);
}

.main .text .get p {
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 92.308%; 
}

.main .text .note {
    color: #fff;
    margin-top: 28px;
    text-align: center;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.main .text .note i {
    color: #67E6E4;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main .text .main-review {
    display: block;
    width: 397px;
    max-width: 100%;
    margin: 19px auto 0;
}

.social-proof {
    background-image: url('../img/social-proof-bg.webp');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 107px 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.social-proof img{
    max-width: 570px;
}

@media screen and (min-width: 768px) {
    .main .text h1 {
		font-size: 34px;
		font-style: normal;
		font-weight: 700;
		line-height: 123%;
        margin: 0 0 23px;
        color: #fff;
    }

    .main .text .colored {
        font-size: 23px;
        
        font-style: normal;
        position: relative;
   
    }

    .main .text ul {
        margin-top: 22px;
    }

    .main .text ul li {
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        line-height: 160%;
        position: relative;
        margin-bottom: 9px;
        color: #000;
    }

    .main .text ul li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .main .main-background {
        background: url(../img/hero-bg.webp);
        background-position: 50% 0;
        background-size: cover;
    }

    .main:after {
        height: 30%;
    }


    .main .text .main-review {
        width: 100%;
    }

    .main .prod-image {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
        display: block;
        width: 40%;
    }

    .main .main-content {
        position: relative;
    }
}

@media screen and (min-width: 1320px) {
    .main .text h1 {
        margin: 0 0 21px;
    }

    .main .text ul li {
        margin-bottom: 10px;
    }

    .main .text .main-review {
        margin: 33px auto 0;
    }

    .main .prod-image {
        right: -46px;
        bottom: -115px;
        width: 50%;
    }

    .main-content{
        width: 56%;
    }
    .video{
        width: 45% !important;
        margin-right: -41px;
    }
}

.benefits {
    position: relative;
    z-index: 2;
    padding: 42px 0 48px;
    background: #0E161E;
}

.benefits h2 {
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.benefits .benefits-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 105px;
    margin: auto;
}

.benefits .benefits-items .benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits .benefits-items .benefits-item h4 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;

    color: #fff;
    text-align: center;
    margin-top: 19px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.about-product {
    margin-top:50px;
}
.benefits .benefits-items .benefits-item p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.778%; 
    text-align: center;

    margin-top: 24px;
}

.benefits .benefits-items .benefits-item:last-child {
    margin-bottom: 0;
}

.get-foot {
    
    position: sticky;
    z-index: 13;
    top: calc(100vh - 82px);
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 9px 0 11px;
    background: #ba79fc;
    align-items: center;
    justify-content: center;
}

.get-foot p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 150%;
    color: #fff;
}

.get-foot a {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    margin-left: 10px;
    padding: 7px 21px;
    transition: all .3s;
    color: #ba79fc;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.get-foot a:hover {
    color: #fff;
    background: #8e29f6;
}

@media screen and (min-width: 768px) {
    .get-foot {
        top: calc(100vh - 64px);
        flex-direction: row;
    }

    .get-foot p {
        font-size: 20px;
    }

    .get-foot a {
        font-size: 20px;
    }
}

.about-product .about-item .image img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}
.about-product .about-item.secret .image img{
    border: 1px solid #000;
    border-radius: 0 20px 20px 0;
}
.about-product .about-item .text h3 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 14px;
}

.about-product .about-item.about-item-white .text h3 {
    margin-bottom: 30px;
}

.about-product .about-item .text p {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;

    margin-bottom: 23px;


}

.about-product .about-item .text p b {
    font-weight: 700;  
}

.about-product .about-item .text ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.about-product .about-item .text ul li {
    display: flex;
    align-items: center;
    gap: 14px; 
}

.get-helper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 15px;
    max-width: 599px;
}
.differences .get-helper{
    margin-right: auto;
    margin-left: auto;
    margin-top: 52px;
}
.get-helper .note i, .differences .note i{
    color: #2E9B99 !important;
}

.about-product .about-item .text .note, .differences .note {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.about-product .about-item .text .note i, .differences .note i{
    color: #67E6E4;
    font-weight: 700;
}

.about-product .about-item {
    display: flex;
    align-items: stretch;
    margin-top: 6px;
    border-radius: 20px;
    background: #F5F5F5;

    overflow: hidden;
}

.about-product .about-item .text {
    width: 100%;
    padding: 28px 51px 32px 41px; 
}
.about-product.ex .about-item .text{
    padding: 28px 51px 32px 60px;
}
.about-product .about-item.about-item-white .image img {
    border-radius: 20px;
}

.about-product .about-item .image {
    width: 100%;
    max-width: 541px;
    position: relative;
    display: flex;
}
.about-product.ex .about-item .image {
    max-width: 436px;
}
.author-data {
    font-size: 25px;
    font-style: normal;
    line-height: 1; 
    position: absolute;
    bottom: 37px;
    left: 44px;
}

.author-data b {
    color: #FFF;
    font-weight: 700;
}

.author-data span {
    color: #2E9B99;
    font-weight: 300;
}

.about-item-review {
    margin-top: 37px;
    border-radius: 20px;
    background: #FFF;

    padding: 22px 28px;
}

.about-item-review .top {
    margin-bottom: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-item-review .top h4 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
}
.about-item-review .top h4 span {
    color: #AF63FF;
}

.about-product .about-item .about-item-review > p {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;

    margin-bottom: 16px !important;
}

.about-item-review .author {
    display: flex;
    gap: 19px;
}

.about-product .about-item .about-item-review .author p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.about-item-review .author .verified {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-item-review .author .verified img {
    max-width: 14px;
}

.about-product .about-item .about-item-review .author .verified p {
    color: #7D7D7D;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 143.75%;
}

.about-product .about-item.about-item-white {
    background: white;
    margin-top: 71px;
    gap: 90px;
    border-radius: 0;
}

.gap-s {
    gap: 70px !important;
}

.blend-features {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    gap: 31px 14px;
    grid-template-columns: repeat(2, 1fr);
}

.blend-feature {
    padding: 8px 20px;
    border-radius: 20px;
    background: var(--gradient-2, linear-gradient(180deg, #FAFAFA 0%, #DDD 100%));
    
    display: flex;
    align-items: center;
    gap: 19px;
    min-height: 89px;
}

.about-product .about-item .blend-feature p {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
} 

.about-product .about-item.about-item-tracy {
    margin-top: 80px;
}

.about-product .about-item.about-item-tracy .image {
    max-width: 329px;
}

.about-product .about-item.about-item-tracy .text {
    margin-top: 51px;
    padding-left: 60px;
    padding-right: 60px;
}  

.about-product .about-item.about-item-tracy .text h3 {
    margin-bottom: 33px;
}

.about-product .about-item.about-item-tracy .logos {
    margin-top: 40px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 49px;
    align-items: center;
}

.about-product .about-item.about-item-guarantee {
    margin-top: 77px;
    margin-bottom: 45px;
    background: #0B1016;
    border-radius: 50px;
    align-items: center;
}

.about-product .about-item.about-item-guarantee .image {
    max-width: 304px;
    justify-content: center;
}

.about-product .about-item.about-item-guarantee .text h3, .about-product .about-item.about-item-guarantee .text p {
    color: white;
}

.about-product .about-item.about-item-guarantee .text {
    padding: 76px 65px 57px 15px;
}

.about-product .about-item.about-item-guarantee .text h3 {
    margin-bottom: 20px;
}

.about-product .about-item.about-item-guarantee .text p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
 
.about-product .about-item.about-item-cta {
    background: transparent;
    align-items: center;
}

.about-product .about-item.about-item-cta .text {
    order: unset !important;
    padding-left: 14px;
}
.about-product .about-item.about-item-cta .image {
    max-width: 355px;
}

.about-product .about-item .text .get, .differences .get{
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 30px;
    border-radius: 10px;
    background: var(--CTA-green, linear-gradient(180deg, #2ADC30 13.81%, #06C10C 100.17%));
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    
    padding: 28px 10px;  
    transition: all .3s;
    text-align: center;
}

.about-product .about-item .text .get p, .differences .get p {
    color: #fff;

    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 92.308%;
}

.about-product .about-item .text .get:hover, .differences .get:hover{
    box-shadow: 0 0 20px 0 rgba(42, 220, 48, 0.4);
}
.about-product .about-item.about-item-cta .text h3 {
    margin-bottom: 20px;
}
.about-item.works .image img{
    display: block;
}
.about-item.works .image img.mob{
    display: none;
}

@media screen and (min-width: 1024px) {
    .about-product .about-item {
        display: flex;
        margin-bottom: 62px;
        justify-content: space-between;
        align-items: center;
    }
    .about-product .secret .image{
        max-width: 525px;
    }
    .about-product .works .text{
        padding: 20px 30px 20px 41px;
    }
    .about-product .about-item-tracy .text{
        padding: 51px 64px 32px 58px;
    }
    .about-product .about-item:nth-child(even) .text {
        order: -1;
    }

    .about-product .about-item:last-child {
        margin-bottom: 0;
    }
}

.about-product .about-item .text p:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 1260px) {
    .about-product .about-item {
        align-items: stretch;
    }
}
@media screen and (min-width: 1320px) {

    .about-product .secret{
        align-items: center;
    }

    .about-product .about-item .text ul li {
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        line-height: 150%;
    }

    .about-product .about-item:nth-child(even) .text {
        order: -1;
    }

}
.about-product .about-item-cta{
    position: relative;
    overflow: visible;
    &:after{
        content: "";
        background: #F6F6F6;
        width: 100vw;
        height: 189%;
        position: absolute;
        top: 31%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
.about-product .about-item-cta .text p{
    font-family: 'Lato', sans-serif !important;
}
.differences {
    margin-top: -163px;
    padding-top: 148px;
    padding-bottom: 30px;
}


.differences h2 {
    color: #222;
    text-align: center;

    font-size: 36px;
    font-style: normal;
    font-weight: 700; 
    line-height: 1.1; 

    margin: 60px auto 0;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

.differences .table {
    margin: 160px 0 0;
}

.differences .table .tab-title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    width: 66.3%;
    margin: 0 0 0 auto;
    background: #0B1016;

    height: 136px;
    border-radius: 20px 20px 0 0;
}

.differences .table .tab-title .tab-icon {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 99%;
}

.differences .table .tab-title .tab-icon {
    border: 3px solid transparent;
    border-bottom: 0;
}

.differences .table .tab-title .tab-icon.highlight {
    border: 3px solid #67E6E4;
    border-bottom: 0;
    border-top-left-radius: 20px;

    margin-bottom: -1px; 
}

.differences .table .tab-title .tab-icon img {
    margin-top: -117px;
}

.differences .table .tab-title .tab-icon p {

    margin-top: 16px;

    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal; 
    font-weight: 700;
    line-height: 113.043%; 
    text-align: center;
    text-transform: capitalize;
}

.differences .table .content {
    border-radius: 20px 0 20px 20px;
    border: 1px solid #DADADA;
} 

.differences .table .content .line {
    position: relative;
    display: flex;
    min-height: 54px;
    background: #f6f6f6;
}

.differences .table .content .line:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 96%;
    height: 1px;
    content: '';
    transform: translate(-50%, 0);
    background: #DADADA;
}

.differences .table .content .line .line-title {
    display: flex;
    background: #fff;
    flex-basis: 34%;
    align-items: center;
    justify-content: center;
}

.differences .table .content .line .line-title p {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25; 

    text-align: center;
    text-transform: capitalize;
}

.differences .table .content .line .line-cont {
    display: flex;
    flex-basis: 67%;
    align-items: center;
    justify-content: space-between;

    background: white;
}

.differences .table .content .line .line-cont p {
    display: flex;
    height: 100%;
    flex-basis: 33%;
    align-items: stretch;
    justify-content: center;
}

.differences .table .content .line .line-cont p.highlight {
    border-left: 3px solid #67E6E4;
    border-right: 3px solid #67E6E4;

    margin-top: -3px;
    margin-bottom: -3px;
    z-index: 1;
    position: relative;
}

.differences .table .content .line .line-cont p.highlight-bottom {
    border-bottom: 3px solid #67E6E4;
}

.line-border-r {
    border-right: 1px solid #DADADA;
}

.tab-outline {
    width: 100%;
    height: 100%;
}

.tab-outline.br {
    border-right: 1px solid #DADADA;
}

.tab-icon.br-0 {
    border-right: 0 !important;
}

.differences .table .content .line .line-cont p .tabl-ch, .differences .table .content .line .line-cont p .tabl-cl, .differences .table .content .line .line-cont p .tabl-qu {
    width: 20px;
}

.differences .table .content .line:last-child:after {
    display: none;
}

.bt-radius {
    border-top-left-radius: 20px;
    overflow: hidden;
}

.bb-radius {
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.bbr-radius {
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .differences .table .tab-title .tab-icon p{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .differences .table .tab-title .tab-icon:last-of-type p{
        margin-top: 10px;
    }
    .differences h2 {
        width: auto;
    }

    .differences .table .tab-title p {
        font-size: 14px;
    }

    .differences .table .content .line {
        min-height: 62px;
    }

    .differences .table .content .line:after {
        width: 100%;
    }

}

@media screen and (min-width: 1024px) {
    .differences .table .tab-title p {
        font-size: 20px;
    }

    .differences .table .content .line {
        min-height: 71px;  
    }

    .differences .table .content .line:after {
        width: 100%;
    }

   
}

.proof {
    padding: 79px 0 67px;
    background: white;
}

.proof h2 {
    color: #222;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1; 

    text-transform: capitalize;
    color: #000;

    margin-bottom: 39px;
}


.proof .proof-cont p {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 200%;
    color: #000;
}

.proof .proof-cont p i {
    font-weight: 900;
}

.proof .proof-cont .quote {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;

    margin-bottom: 26px;
}

.proof .proof-cont .quote i {
    display: inline;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    background: #2E9B99;
}

.proof .proof-cont .quote img {
    width: 20px;
    margin-bottom: 3px;
    margin-left: 4px;
}

.proof .proof-cont .quote img:first-of-type {
    margin-right: 4px;
}

.proof .proof-cont {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.proof .proof-cont .taken-from {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.proof .proof-cont .proof-item {
    border-radius: 20px;
    background: #F5F5F5;

    padding: 25px 40px;
}

@media screen and (min-width: 1320px) {

    .proof .proof-cont .quote img {
        width: 20px;
        margin-bottom: 3px;
        margin-left: 4px;
    }

    .proof .proof-cont .quote img:first-of-type {
        margin-right: 4px;
        margin-left: -25px;
    }

}

.reviews {
    padding: 33px 0;
    background: #F6F6F6;
}

.reviews h2 {
    color: #222;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15; 
    text-align: center;
    margin-bottom: 60px; 
}

.reviews .reviews-item {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 23px 32px; 
}

.reviews .reviews-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;

    align-items: flex-start;
}  

.reviews .reviews-items .col {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
}

.reviews .reviews-item .image {
    width: 99px;
    height: 99px;

    margin-left: auto;
    margin-top: 5px;
}

.reviews .reviews-item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 100%;
}

.reviews .reviews-item .text h4 {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;

    margin-bottom: 10px;
}

.reviews .reviews-item .text h4 span {
    color: #AF63FF;
}

.reviews .reviews-item .text .rating {
    width: 158px;
    margin-bottom: 12px;
    margin-top: -22px;
}

.reviews .reviews-item .text p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.28;
    color: #222;
}

.reviews .reviews-item .text p span {
    font-weight: 900;
    display: block;
}

.reviews .reviews-item:last-child {
    margin-bottom: 0;
    max-height: unset;
}

.review-author {
    display: flex;
    width: 100%;
    justify-content: space-between;

    margin-top: 18px;
}  

.review-author > p {
    color: #222 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 1.4 !important; 
}

.review-author .verified {
    display: flex;
    gap: 5px;
    align-items: center;
}

.review-author .verified img {
    width: 14px;
    height: 14px;
}

.review-author .verified p {
    color: #7D7D7D !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.reviews-item.reviews-video {
    padding: 0;
    position: relative;

    max-height: 545px;
}

.reviews-item.reviews-video video {
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 381px; 
    max-height: 545px;
}

.reviews-item.reviews-video .review-author {
    position: absolute;
    bottom: 26px;
    left: 29px;
    right: 21px;
    max-width: 83%;
}

.reviews-item.reviews-video .review-author p {
    color: white !important;
}

.reviews-video .jwplayer {
    width: 100%!important;
    max-height: unset!important;
}
.reviews-video .jw-error .jw-preview, .reviews-video .jwplayer .jw-preview {
    background-size: cover!important;
}
.reviews-video .jwplayer.jw-stretch-uniform .jw-media video {
    object-fit: cover!important;
}
.reviews-video .jwplayer {
    height: 0!important;
    padding-top: 100%!important;
}
.reviews-video .jwplayer#botr_4ROpOffi_SLy4o1M2Qg8u8NEzopA4_div {
    padding-top: 140%!important;
    height: 0!important;
}

/* .reviews-video .jw-controls,  */
.reviews-video .jwplayer .jw-display-icon-rewind, 
.reviews-video .jwplayer .jw-display-icon-next,
.reviews-video .jw-controlbar {
    display: none;
}

@media (min-width: 691px) and (max-width: 991px) {
    .reviews-video:not(:last-child) .jwplayer {
        height: 100%!important;
        padding-top: unset!important;
    }
}

@media screen and (min-width: 1320px) {
    .reviews {
        padding: 53px 0 59px;
    }

}

.dont-let {
    padding: 16px 0;
    background: linear-gradient(180deg, #7DCDCC 0%, #2E9B99 100%);
}

.dont-let p {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
 
.offer {
    padding: 54px 0 54px;
    background-image: url('../img/offer-bg.webp');
    background-size: cover;
    background-position: 90% 50%;
}

.offer .offer-content .image {
    display: none;
}

.offer .offer-content .text h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;

    margin-bottom: 10px;
    color: #fff;
}

.offer .offer-content .text .sub-title {
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    background: linear-gradient(181deg, #DEBFFF 58.25%, #9939FF 99.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 32px;
}

.offer .offer-content .text .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 22px;

    margin-bottom: 35px;
}

.offer .offer-content .text .price h4 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff; 
    flex-basis: 100%;
}

.offer .offer-content .text .price .old-price {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    opacity: 0.5;
    text-decoration: line-through;
}

.offer .offer-content .text .price .new-price {
    color: #FFF;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; 
}

.offer .offer-content .text .price .format {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;

    margin-top: 40px;
    margin-left: -15px;
}

.offer .offer-content .text h3 {
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3; 

    background: linear-gradient(181deg, #DEBFFF 58.25%, #9939FF 99.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offer .offer-content .text ul {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin-top: 20px;
}

.offer .offer-content .text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offer .offer-content .text ul li img {
    display: block;
    margin: 0;
}

.offer .offer-content .text ul li p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.offer .offer-content .text img {
    display: block;
    margin: -30px auto 0;
}

.offer .offer-content .text .get-button {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, #BC7CFF 0%, #9939FF 100%);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    width: 100%;  
    padding: 28px 10px;
    transition: all .3s;
    text-align: center;
}

.offer .get-helper {
    max-width: 484px;
    margin-top: 0;
}

.offer .offer-content .text .get-button p {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 92.308%;
}

.offer .offer-content .text .get-button img {
    display: block;
    margin: 0;
}

.offer .offer-content .text .get-button:hover {
    background: linear-gradient(180deg, #c493f7 0%, #9939FF 100%);
}

.offer .offer-content .text .note {
    color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.offer .offer-content .text .note i {
    color: #67E6E4;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .offer .offer-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .offer .offer-content .image {
        display: block;
        margin-bottom: -3px;
        flex-basis: 40%;
        order: -1;
    }

    .offer .offer-content .text {
        flex-basis: 42%;
    }

    .offer .offer-content .text img {
        display: none;
    }

    .offer .offer-content .text .get-button {
        margin-top: 34px;
    }


@media screen and (min-width: 1320px) {
    .offer .offer-content .image {
        flex-basis: 52%;
    }


    .offer .offer-content .text .get-button {
        font-size: 25px;
    }


}

.image-review {
    padding-top: 26px;
}

.image-review h2 {
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    line-height: 140%;
    width: 90%;
    margin: 0 auto 22px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}

.image-review .image-review-content img {
    width: 100%;
    margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
    .image-review {
        padding-top: 36px;
    }

    .image-review .image-review-content {
        display: flex;
        justify-content: space-between;
    }

    .image-review .image-review-content img {
        width: 33%;
    }
}

@media screen and (min-width: 1320px) {
    .image-review h2 {
        font-size: 40px;
        margin: 0 auto 29px;
    }
}

.faq {
    margin-top: 121px;
    padding-bottom: 53px;
}

.faq h2 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.faq-content {
    margin-top: 52px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
}

.faq .faq-content .faq-item {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
    transition: .3s all;
    border-radius: 10px;
    border: 1px solid #545454;
    background: #FFF;
}

.faq .faq-content .faq-item .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    position: relative;
    cursor: pointer;
    color: #000;

    padding: 11px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}  

.faq .faq-content .faq-item .title img {
    transition: 0.2s all;
    transform: rotate(90deg);
}
.faq .faq-content .faq-item.acc_active .title img {
    transform: rotate(-90deg);
}
.faq .faq-content .faq-item .title h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.faq .faq-content .faq-item .title span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
}

.faq .faq-content .faq-item .title span:after,
.faq .faq-content .faq-item .title span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    content: '';
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #000; 
}

.faq .faq-content .faq-item .title span:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq .faq-content .faq-item .description {
    padding: 10px 15px;
}

.faq .faq-content .faq-item .description p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.faq .get {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: center;
    gap: 30px;
    border-radius: 10px;
    background: var(--CTA-green, linear-gradient(180deg, #2ADC30 13.81%, #06C10C 100.17%));
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 16px 10px;
    transition: all .3s;
    text-align: center;
}

.faq .get p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; 
}

.faq .get:hover {
    box-shadow: 0 0 20px 0 rgba(42, 220, 48, 0.4);
}

.faq .dop-info {
    margin-bottom: 30px;
    padding: 20px;
    border: 2px solid black;
}

.faq .dop-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
    color: #000;
}

.faq .dop-info p:last-child {
    margin-bottom: 0;
}

.acc_active .title img {
    transform: rotate(90deg);
}


/* new */
.about-item-review .top img{
    max-width: 129px;
}
.about-product .about-item.about-item-tracy {
    margin-top: 65px;
}
.about-product .about-item.about-item-tracy .text{
    margin-top: 0;
    order: -1;
}
.about-product .about-item.about-item-tracy .logos{
    display: flex;
    align-items: center;
}

.about-product .about-item.about-item-tracy .logos img{
    max-height: 25px;
}
.about-product .about-item-tracy .image .mob{
    display: none !important;
}
.about-product .about-item-tracy .image .desc{
    display: block !important;
}
.about-product .secret .text h3, .about-product .secret .text p, .about-product .secret .text ul li {
    font-family: 'Lato', sans-serif !important;
}
.about-product.ex{
    background: radial-gradient(147.25% 75.66% at 100% 0%, rgba(103, 230, 228, 0.50) 0%, rgba(103, 230, 228, 0.00) 100%), #000;
}
.about-product.ex .about-item{
    background: none;
    padding: 39px 25px;
}
.about-product.ex .about-item .text h3{
    color: #fff;
    line-height: 120%;
    font-family: 'Lato', sans-serif !important;
}
.about-product.ex .about-item .text .about-item-quote{
    border-radius: 10px;
    background: #FFF;
    padding: 20px 40px;
}
.about-product.ex .about-item .text .about-item-quote p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.about-product.ex .about-item .text .about-item-quote{
    position: relative;
}
.about-product.ex .about-item .text .about-item-quote:before{
    content: '“';
    position: absolute;
    top: -5px;
    left: 7px;
    color: #BC7CFF;
    font-size: 60.261px;
    font-style: normal;
    font-weight: 500;
    line-height: 77px; /* 127.778% */
}
.about-product.ex .about-item .text .about-item-quote:after{
    content: '“';
    position: absolute;
    bottom: 44px;
    right: 13px;
    color: #BC7CFF;
    font-size: 60.261px;
    font-style: normal;
    font-weight: 500;
    line-height: 77px;
    transform: rotate(180deg);
}
.about-product.ex .about-item .image img{
    border-radius: 20px;
}
.main .mobile, .mobile-header-cta {
    display: none;
}
.about-product .about-item.about-item-guarantee .image img{
    width: 213px;
}
.sound-desktop {
    display: block;
}

.sound-mobile {
    display: none;
}

.about-product .about-item.about-item-guarantee {
    background-image: url('../img/guarantee-bg.webp');
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* end new */

@media (max-width: 1350px) {
    .about-product .about-item .image, .about-product.ex .about-item .image {
        max-width: 40%;
    }

    .offer {
        padding: 45px 0 45px;
    }

    .offer .offer-content .text {
        flex-basis: 47%;
    }
}

@media (max-width: 1199px) {   
    .main .text h1 {
        font-size: 30px;
    }

    .main .text .colored {
        font-size: 20px;
    }

    .main .text ul li p {
        font-size: 18px;
        text-align: left;
    }

    .main .text .get {
        max-width: 450px;
        padding: 20px 10px;
    }

    .main .text .note {
        max-width: 450px;
        margin-top: 10px;
        font-size: 18px;
    }

    .main .text .note i {
        font-size: 18px;
    }

    .main .text .get p {
        font-size: 16px;
    }

    .alerts div {
        font-size: 16px;
    }

    .alerts .stock {
        width: 170px;
    }

    .alerts .inventory {
        width: 290px;
    }

    .main .video #video {
        max-width: 400px;
        max-height: 400px;
    }

    .main .container {
        justify-content: center;
        gap: 20px;
    }

    .main .main-content {
        max-width: 60%;
    }

    .main .video {
        max-width: 40%;
    }

    .social-proof img {
        max-width: 450px;
    }

    .benefits .benefits-items {
        gap: 50px;
    }

    .about-product .about-item .text, .about-product.ex .about-item .text {
        padding: 25px;
    }

    .about-product .about-item .text h3, .about-item-review .top h4 {
        font-size: 24px;
    }

    .about-item-review .top img {
        max-width: 120px;
    }

    .about-item-review {
        padding: 20px;
    } 
   
    .author-data {
        font-size: 25px;
        left: 25px;
        bottom: 25px;
    }

    .reviews .reviews-item:not(.reviews-video) {
        padding: 20px;
    }

    .about-product .about-item .text .get {
        padding: 20px 10px;
    }  

    .reviews-item.reviews-video .review-author {
        bottom: 20px;
        left: 20px;
        right: 20px;
        max-width: 87%;
    }

    .about-product .about-item .text .get p,  .differences .get p{
        font-size: 16px;
        width: fit-content;
    }

    .get-helper {
        gap: 0;
        max-width: 450px;
    }

    .about-product .about-item .text .note, .differences .note {
        margin-top: 10px;
        font-size: 18px;
    }

    .about-product .about-item.about-item-cta {
        align-items: center;
    }

    .about-product .about-item.about-item-guarantee {
        margin-top: 50px !important;
    }

    .offer .offer-content .text h2 {
        font-size: 30px;
    }

    .offer .offer-content .text .price {
        gap: 15px;
    }

    .offer .offer-content .text .sub-title, .offer .offer-content .text .price {
        margin-bottom: 20px;
    }

    .offer .offer-content .text .price .new-price {
        font-size: 60px;
    }

    .offer .offer-content .text .price .old-price {
        font-size: 25px;
    }

    .offer .offer-content .text .price .format {
        margin-top: 25px;
        margin-left: -10px;   
    }

    .offer .offer-content .text ul {
        gap: 7px;
    }

    .offer .offer-content .text .get-button {
        margin-top: 25px;
        padding: 20px 10px;
    }

    .offer .offer-content .text .get-button p {
        font-size: 20px;
    }

    .offer .offer-content .text .note {
        margin-top: 10px;
        font-size: 18px;
    }

    .dont-let p {
        font-size: 30px;
    }
}  
 
@media (max-width: 1099px) {
    .main .video #video {
        max-width: 350px;
        max-height: 350px;
    }

    .main .text {
        padding: 10px 40px 0px 0;
    }

    .container {
        padding: 0 20px;
    }

    .main .video .sound {
        top: 14px;
        right: 14px;
    }

    .about-product .about-item .text p{
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 23px;
    }
    .about-product .about-item .text >p{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 23px;
    }
    .about-product .about-item .about-item-review > p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 23px;
    }
    .about-product .about-item .text >p{
        width: 96%;
    }
    .about-product .about-item.about-item-white.gap-s .text h3{
        font-size: 27px;
    }
    .about-product .about-item .text h3{
        margin-right: -10px;
    }
    .about-product .about-item:first-of-type .text p{
        line-height: 24px;
    }

    .about-item-review {
        margin-top: 15px;
    }

    .about-item-review .top {
        margin-bottom: 10px;
    }

    .reviews .reviews-item .text p {
        line-height: 124%;
    }

    .reviews .reviews-item .text >p {
        width: 99%;
    }
    .reviews h2 {
        margin-bottom: 35px;
    }

    .reviews .reviews-item .text h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .reviews .reviews-item .image {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991px) {

    .social-proof {
        padding: 60px 0;
    }
    .social-proof img {
        max-width: 450px;
    }

    .benefits .benefits-items .benefits-item img{
        width: 100px;
    }
    .benefits .benefits-items .benefits-item h4 {
        font-size: 18px;
        margin-top: 10px;
        width: 100%;
    }

    .benefits .benefits-items .benefits-item p {
        font-size: 16px;
        margin-top: 10px;
    }

    .about-product .about-item.about-item-guarantee {
        margin-bottom: 0;
        margin-top: 40px !important;
        border-radius: 20px;
    }
    .differences .table .tab-title{
        height: 125px;
    }

    .differences .table {
        margin-top: 51px !important;
    }

    .reviews .reviews-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .reviews .reviews-item {
        position: relative;
        width: 48%;
    }

    .reviews .reviews-items .col {
        flex-direction: row; 
        flex-wrap: wrap;  
        align-items: stretch;  
    }   
  
    .reviews-item.reviews-video video {   
    }
 
    .reviews .reviews-item:not(.reviews-video) {
        padding: 20px 27px 80px;
    } 

    .reviews-item.reviews-video .review-author,  
    .reviews-item .review-author {
        position: absolute;  
        bottom: 20px;  
        right: 20px;   
        left: 20px;    
        max-width: 90%;  
    }  
 
    .offer .offer-content .text h2 {
        font-size: 25px;  
    }

    .offer .offer-content .text .note i, .offer .offer-content .text .sub-title, .offer .offer-content .text h3 {
        font-size: 18px; 
    }  

    .offer .offer-content .text .price h4, .offer .offer-content .text .price .old-price {
        font-size: 23px;
    }

    .offer .offer-content .text .price .new-price {
        font-size: 55px;
    }

    .offer .offer-content .text .price .format, .offer .offer-content .text ul li p {
        font-size: 16px;
    }

    .offer .offer-content .text .get-button p {
        font-size: 18px;
    }

    .offer .offer-content .text {
        flex-basis: 49%;
        margin-left: auto;
        margin-right: 0;
        padding-right: 20px;
    }
    .offer{
        background-position: 85% 50%
    }
    .offer .offer-content .text .sub-title, .offer .offer-content .text .price, .offer .offer-content .text h3, .offer .offer-content .text ul, .offer .offer-content .text .get-helper{
        padding: 0;
    }
}

@media (max-width: 900px) {

    .offer .offer-content .text {
        flex-basis: 51%;
        padding: 0 10px;
    }
    .main {
        background-image: url('../img/hero-bg-mobile.webp');
        background-position: center;
    }
    .main .container {
        flex-direction: column;
        gap: 25px;
    }

    .main .text {
        padding: 0;
        text-align: center;
    } 

    .about-product {
        margin-top: 0;
    }

    .alerts {
        justify-content: center;
    }

    .main .main-content {
        max-width: 100%;
    }

    .main .desktop {
        display: none !important;
    }

    .main .video #video {
        max-width: 450px;
        max-height: 450px;
    }

    .main .mobile {
        max-width: 450px;
        display: block;
    }

    .main .video {
        max-width: 450px;
        overflow: hidden;
    }

    .main .text ul {
        margin-top: 14px;
    }

    .main .text .get {
        margin-top: 17px;
    }

    .about-item-review { 
        display: none; 
    }

    .about-product .about-item {
        flex-direction: column;

    }

    .about-product .about-item .image, .about-product.ex .about-item .image {
        max-width: 100%;
    }

    .about-product .about-item .image img{
        width: 100%;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .about-product .about-item.secret .image img{
        border-radius: 20px 20px 0 0;
    }

    .about-product .about-item .text h3, .about-item-review .top h4 {
        font-size: 28px;
    }
    .about-product.ex .about-item .text h3{
        font-size: 26.5px;
        margin-bottom: 34px;
    }

    .about-product .about-item.about-item-white {
        gap: 25px;
        margin-top: 20px; 
    }

    .gap-s {
        gap: 25px !important;
    }
 
    .about-product .about-item .text ul {
        gap: 15px;
        margin-bottom: 10px;
    }
 
    .about-product .about-item .text ul li { 
        gap: 14px;
    }
    .about-product .about-item .text ul li p {
        margin-right: -10px;
    }
    .about-product .about-item.about-item-white .text h3 {
        margin-bottom: 20px;
    }

    .about-product .about-item.about-item-tracy {
        margin-top: 20px; 
    }
    .about-product .about-item.about-item-tracy .text{
        order: initial;
    }
    .about-product .about-item.about-item-tracy .image {
        max-width: 100%;
    }

    .about-product .about-item .text{
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: initial;
    }

    .about-product .about-item.about-item-guarantee {
        flex-direction: row;
        padding: 0;
        align-items: center;
    }  

    .about-product .about-item.about-item-guarantee .text h3 {
        font-size: 23px;
        width: 84%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 13px;
        margin-top: -8px;
    }

    .about-product .about-item.about-item-guarantee .text p {
        font-size: 16px;
        line-height: 21px;
        width: 89%;
        margin-left: auto;
        margin-right: auto;
    }

    .about-product .about-item.about-item-cta {
        flex-direction: row;
    }

    .about-product .about-item.about-item-cta .image {
        max-width: 38%;
    }

    .about-product .about-item.about-item-cta .text {
        padding-right: 0;
    }
    .about-product .about-item.about-item-cta{
        position: relative;
    }
    .about-product .about-item.about-item-cta:after{

    }
    .differences {
        margin-top: 0;
        padding-top: 30px;
        background: #fff;
    }

    .differences .table .tab-title .tab-icon img {
        margin-top: -70px;
        max-width: 125px;
    }

    .differences .table .tab-title .tab-icon p {
        margin-top: 0;
    }

    .differences .table {
        margin-top: 52px;
    }

    .differences h2 {
        margin-top: 20px;
        font-size: 28px;
    }

    .differences .table .content .line .line-title p {
        padding: 0 15px;
    }

    .proof {
        padding: 79px 0 50px;
    }

    .proof .proof-cont .quote, .proof .proof-cont .taken-from {
        font-size: 16px;
    }

    .proof .proof-cont .proof-item {
        padding: 25px;
    }

    .proof h2{
        margin-bottom: 25px;
        font-size: 28px;
    }
    .reviews h2{
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 19px;
    }
    .offer .offer-content .image {
        display: none;
    }

    .offer .offer-content {
        overflow: hidden;
    }
    .offer-mobile {
        display: block !important;
        width: 100%;

        z-index: 1;
        position: relative;
        margin: -15% 0 0 !important; 
    }

    .offer .container {
        padding: 0;
    }

    .dont-let p {
        font-size: 25px;
    }
    .about-product.ex .about-item{
        padding-left: 0;
        padding-right: 0;
    }
    .about-product .about-item.about-item-tracy{
        margin: 0 -20px;
        padding: 40px 20px 55px;
        margin-top: 21px;
        border-radius: 0;
        background: #EDF7F7;
    }
    .about-product .about-item.about-item-tracy .image img{
        border-radius: 20px;
    }
    .about-product .about-item.about-item-tracy .text{
        padding: 0;
    }
    .about-product.ex .about-item{
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .benefits .benefits-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .benefits .benefits-items .benefits-item {
        flex-direction: row;
        gap: 15px;
    }

    .benefits .benefits-items .benefits-item h4 {
        text-align: left;
        margin-top: 0;
    }

    .benefits .benefits-items .benefits-item p {
        text-align: left;
    }


    .about-product .about-item-tracy .image .mob{
        display: block !important;
    }
    .about-product .about-item-tracy .image .desc{
        display: none !important;
    }

    .about-product .about-item.about-item-guarantee .image img{
        display: block;
        max-width: 112px;
    }

    .about-product .about-item.about-item-guarantee .text {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .about-product .about-item.about-item-guarantee .image {
        max-width: 28%; 
        justify-content: center;
    }

    .about-product .about-item.about-item-guarantee {
        margin-top: 50px;
        padding: 25px;
    }

    .mobile-header-cta {
        display: flex;  
        align-items: center;
        justify-content: center;
        margin-bottom: 48px;
    }

    .mobile-header-cta img {
        max-width: 79px;
    }
    .about-product .about-item.about-item-cta .text >p{
        margin-bottom: 16px;
    }
    .about-product .about-item-cta {
        &:after {
            height: 100%;
            top: 24%;
        }
    }
    .about-product .about-item.about-item-cta {
        margin-top: 22px;
        padding-top: 20px;
    }
    .about-product .about-item.about-item-cta .image {
        display: none;
    }

    .about-product .about-item.about-item-cta .text > h3 {
        display: none;
    }

    .about-product .about-item.about-item-cta .text {
        padding-left: 0;
        padding-top: 0;
    }

    .about-product .about-item.about-item-cta .text h3 {
        max-width: 180px;
    }

    .about-product .about-item.about-item-cta .text p {
        text-align: center;
    }

    .about-product .about-item.about-item-cta .text .note {
        font-size: 16px;
        text-align: center;
    }

    .about-item-cta .get-helper {
        margin-left: auto;
        margin-right: auto; 
    }
    .header p {
        padding:7px 0 16px;
        line-height: 120%;
    }
    .main {
        padding-top: 10px;
    }
    .about-item.works .image img{
        display: none;
    }
    .about-item.works .image img.mob{
        display: block;
    }
}

@media (max-width: 690px) {
    .reviews .reviews-items .col {
        flex-direction: column;
    }

    .reviews .reviews-items .col:nth-of-type(2) .reviews-video {
        order: 2;
    }

    .reviews .reviews-items .col:nth-of-type(2) .reviews-item:nth-of-type(2) {
        order: 3;
    }

    .reviews .reviews-item {
        width: 100%; 
    }
}

@media (max-width: 650px) {
    .differences .table .tab-title .tab-icon img {
        margin-top: -50%; 
    }

    .differences .table .tab-title .tab-icon p {
        font-size: 12px !important;
    }

    .differences .table .tab-title .tab-icon img {
        max-width: 100px;
    }

    .differences .table .tab-title {
        height: 100px;
    }
}

@media (max-width: 600px) {
    .product-section .text h1{
        display: none;
    }
    .offer .offer-content .text h2 {
        position: relative;
        z-index: 2;

        text-align: center;
        padding-top: 20px;
        margin-bottom: 241px;
    }

    .offer .offer-content .text {
        flex-basis: 100%;
    }

    .about-product .about-item.about-item-guarantee .text {
        text-align: center;
    }
    .about-product .about-item.about-item-guarantee .text h3 span {
        display: inline-block;
    }

    .about-product .about-item.about-item-guarantee {

        border-radius: 20px;

        flex-direction: column;
        align-items: center;

        background-image: url('../img/guarantee-bg-mobile.webp');
        background-position: center;
        background-size: cover;
    }

    .main .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main .text h4{
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin: 12px 0;
    }
    .alerts {
        gap: 5px;
    }

    .alerts div {
        height: 27px;
        font-size: 11.262px;

    }

    .alerts .stock {
        width: 126px;
    }

    .alerts .inventory {
        width: 208px;
    }

    .main .container {
        gap: 10px;
    }

    .main .text h1 {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .main .text .colored {
        font-size: 18px;
        font-family: 'Lato', sans-serif;
    }

    .main .video #video {
        max-width: 100%;
    }

    .sound-desktop {
        display: none;
    }

    .sound-mobile {
        display: block;
    }

    .main .text ul li {
        align-items: center;
        gap: 17px;
        margin-bottom: 13px;
    }

    .main .text ul li img {
        max-width: 16px;
        margin-top: 2px;
    }

    .main .text ul li p {
        font-size: 16px;
        text-align: left;
    }

    .main .text .get p, .main .text .note, .main .text .note i {
        font-size: 16px;
    }
    .main{
        padding-bottom: 25px;
    }
    .main .text .note {
        margin-top: 17px;
    }

    .benefits .benefits-items {
        gap: 35px;
        padding-right: 7px;
        padding-left: 4px;
    }

    .benefits {
        padding-bottom: 33px;
        padding-top: 33px;
    }
    .benefits .benefits-items .benefits-item h4{
        margin-bottom: 15px;
    }
    .get-foot {
        display: none;
    }

    .about-product .about-item {
        margin-top: 21px;
    }

    .about-product .about-item-tracy .text, .about-product.ex .about-item .text {
        padding: 0;
    }

    .about-product .about-item .image img {
        max-height: none;
        object-fit: contain;
    }
    .about-product.ex .about-item .image img{
        height: 354px;
        max-height: initial;
    }
    .author-data {
        bottom: 20px;
    }

    .about-product .about-item {
        gap: 21px;
    } 

    .about-product .about-item .text p b br, .about-product .about-item .text p br {
        display: none;
    }

    .about-product .about-item .text h3 {
        margin-bottom: 13px;
        line-height: 120%;
    }
    .about-product .about-item .text >p{
        width: 97%;
    }
    .about-product .about-item .blend-feature p {
        font-size: 13px;
        line-height: normal;
    }

    .blend-features{
        gap: 9px 14px;
        margin-bottom: 20px;
    }
    .blend-feature {
        border-radius: 11.536px;
        padding: 10px 9px;
        gap: 10px;
        min-height: 72px;
    }

    .blend-feature img {
        max-width: 19px;
    }

    .about-product .about-item.about-item-tracy .logos {
        margin-top: 30px;
        gap: 26px;
        display: flex;
        align-items: center;
    }
    .about-product .about-item.about-item-tracy .logos img{
        max-height: 20px;
        width: initial;
    }
    .about-product .about-item.about-item-tracy .logos img:last-of-type{
        max-height: 26px;
        width: initial;
    }
    .about-product .about-item.about-item-guarantee .image {
        max-width: 37%; 
    }

    .about-product .about-item.about-item-guarantee {
        gap: 11px;
        padding: 25px 25px 37px;
    }
 
    .about-product .about-item.about-item-cta .text p {
        text-align: left;
    }

    .about-product .about-item.about-item-cta p b {
        display: inline-block;
    }

    .get-helper {
        margin-top: 21px;
    }

    .main .text .get img, .about-product .about-item .text .get img, .faq .get img, .offer .offer-content .text .get-button img, .differences .get img {
        max-width: 16px;
    }

    .about-product .about-item .text .get, .faq .get, .differences .get {
        gap: 15px;
        padding: 20px 10px;
    }
    .offer .offer-content .text .get-button {
        gap: 8px;
        padding: 26px 10px;
    }
    .about-product .about-item .text .get, .differences .get{
        padding: 26px 10px;
    }
    .about-product .about-item .text .note, .differences .note {
        margin-top: 18px;
    }
    .about-product.ex .about-item .text .about-item-quote p{
        line-height: 21px;
    }
    .differences {
        padding-top: 10px;
    }

    .differences .table .tab-title {
        width: 75%; 
        height: 88px; 
    }

    .differences .table .tab-title .tab-icon {
        gap: 5px;
    }

    .differences .table .tab-title .tab-icon img {
    }

    .differences .table .tab-title .tab-icon p {
        font-size: 12px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .differences .table .content .line .line-title {
        flex-basis: 25%;
    }

    .differences .table .content .line .line-title p {
        padding: 0 11px;
        font-size: 10px;
    }

    .differences .table .content .line .line-cont {
        flex-basis: 75%;
    }

    .differences .table .content .line { 
        min-height: 70px;
    }

    .differences {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
 
    .proof {
        padding-top: 32px;
    }

    .proof .proof-cont .quote br { 
        display: none; 
    }

    .reviews { 
        padding-top: 29px;
        padding-bottom: 28px;
    }

    .reviews .reviews-item .text{
        margin-top: -47px;
    }
    .reviews .reviews-item .text .rating {
        margin-bottom: 0px;
    }
    .reviews .reviews-item .text h4{
        font-size: 21px;
        margin-bottom: 26px;
    }
    .reviews .reviews-item .text >p{

    }
    .dont-let {
        padding: 21px 0;
    }

    .offer .offer-content .text .price h4 {
        margin-bottom: 0;
    }
  
    .offer .offer-content .text ul {
        gap: 18px; 
    }

    .offer .offer-content .text .note {
        margin-top: 20px;
    }

    .offer .offer-content .text .note, .offer .offer-content .text .note i {
        font-size: 16px;
    }

    .offer {
        padding-bottom: 33px;
    }

    .offer {
        padding-top: 0;
        background: url(../img/offer-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .faq {
        margin-top: 50px;
    }

    .faq h2 {
        font-size: 28px;
        width: 255px;
        line-height: 1.2; 
    }

    .faq-content {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 28px;
        margin-bottom: 25px;
        gap: 0; 
    }

    .faq .faq-content .faq-item .title {
        padding: 25px;
    }
    .faq .faq-content .faq-item .description{
        padding: 0px 25px 25px;
    }
    .faq .col:nth-of-type(2) {
        display: flex;
        flex-direction: column-reverse;
    }

    .faq .get p {
        font-size: 16px;
    }

    .faq {
        padding-bottom: 33px;
    }

    .bottom_footer {
        padding-top: 47px;
    }

    .bottom_footer ul li a {
        font-size: 17.875px; 
    } 

    .bottom_footer ul li {
        padding-left: 20px;
    }

    .bottom_footer ul li:first-child {
        padding-right: 20px;
    }

    .bottom_footer .container {
        gap: 28px
    }

    .information { 
        font-size: 16px !important; 
    }

    .offer .offer-content .text .get-button p {
        font-size: 16px;
    }

}

@media (max-width: 475px) {
    .differences .table .tab-title .tab-icon img {
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .main .video #video {
        max-height: 360px;
    }
}

@media (max-width: 380px) {
    .main .text h1 {
        font-size: 20px;
    }
    .about-product .about-item .text ul li p{
        margin: 0;
    }
    .about-product .about-item.about-item-tracy .logos img:last-of-type {
        max-height: 20px;
        width: initial;
    }
    .about-product.ex .about-item .image img {
        height: 300px;
    }
    .faq .faq-content .faq-item .title {
        gap: 5px;
    }

    .bottom_footer ul li a {
        font-size: 16px;
    }

    .bottom_footer .container {
        padding-left: 0;
        padding-right: 0;
    }


    .differences .table {
        margin-top: 70px;
    }
}

@media (max-width: 360px) {
    .alerts div {
        font-size: 9px;
    }
    .main .text h1 {
        font-size: 17px;
    }
    .main .text .colored {
        font-size: 14px;
    }
    .main .text .get {
        gap: 8px;
    }

    .main .text .get p, .main .text .note, .main .text .note i {
        font-size: 13px;
    }
    
    .offer .offer-content .text .note i, .offer .offer-content .text .sub-title, .offer .offer-content .text h3 {
        font-size: 16px;
    }

    .offer .offer-content .text .price h4, .offer .offer-content .text .price .old-price {
        font-size: 20px;
    }

    .offer .offer-content .text .price .new-price {
        font-size: 50px;
    }

    .offer .offer-content .text .price {
        gap: 10px;
    }

    .offer .offer-content .text .price .format {
        margin-top: 18px;
        margin-left: 0;
    }

    .offer .offer-content .text h2 {
        font-size: 22px;
    }

    .reviews-item.reviews-video .review-author, .reviews-item .review-author {
        max-width: 86%;
    }

    .dont-let p {
        font-size: 22px;
    }

    .reviews .reviews-item .text .rating {
        width: 145px;
    } 

    .proof .proof-cont .proof-item {
        padding: 20px;
    }

    .about-product .about-item .text .get p, .differences .get p {
        font-size: 13px;
    }
    .about-product .about-item.about-item-cta .text .note, .differences .note{
        font-size: 13px;
    }
    .about-product .about-item.about-item-cta .text h3 {
        font-size: 24px;
    }


    .blend-features {
        gap: 10px;
    }

    .blend-feature {
        padding: 10px;
        gap: 8px;
    }
}

@media (max-width: 350px) {
    .about-product .about-item .text .get, .offer .offer-content .text .get-button, .faq .get, .differences .get {
        gap: 10px;
        padding: 18px 10px;
    }
}


/* new */
.get{
    cursor: pointer;
}
@media screen and (min-width: 1024px){
    .about-product .about-item.about-item-cta{
        margin-top: 55px;
    }
    .about-product .about-item.about-item-tracy .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-product.ex .about-item .text h3{
        margin-bottom: 30px;
    }
    .about-product.ex .about-item {
        padding: 39px 0px;
    }

    .about-product.ex .about-item .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-product .about-item.about-item-guarantee{
        margin-top: 0;
    }
    .about-product.ex ~ .about-product{
        margin-top: 29px;
    }
    .reviews .col:first-of-type .reviews-item:first-of-type .text h4{
        font-size: 24px;
    }
    .about-product.ex .about-item .text {
        padding: 28px 41px 32px 54px;
    }
    .about-product.ex .about-item .text .about-item-quote:after{
        bottom: 0;
    }
}
@media screen and (min-width: 1300px){
    .product-section .big-slider {
        gap: 20px 12px;
    }
    .about-product .about-item.about-item-tracy .logos img{
        max-height: initial;
    }
    .about-product {
        margin-top: 60px;
    }
    .about-product:not(.ex) .about-item:nth-of-type(1) .image img {
        border-radius: 20px 0 0 20px;
        object-position: 84%;
    }
    .about-product.ex .about-item:nth-of-type(1) .text h3{
        width: 100%;
    }
    .about-product .about-item:nth-of-type(1) .text >p{
        width: 100%;
    }
    .about-product .about-item .about-item-review > p{
        width: 96%;
    }
    .about-product .about-item.about-item-white .text h3{
        margin-right: -40px;
    }
    .about-product.ex .about-item .text h3 {
        margin-bottom: 48px;
    }
    .about-product .about-item.about-item-cta .image{
        margin-left:116px;
    }
    .about-product .about-item-cta .text >p{
        width: 90%;
    }
    .differences h2{
        margin-top: 25px;
    }
    .differences .table {
        margin: 130px 0 0;
    }
    .proof {
        padding: 79px 0 67px;
    }
}
@media screen and (min-width: 1600px) {
    .offer {
        padding: 90px 0 90px;
        background-position: 100% 50%;
    }

    .social-proof {
        background-size: contain;
        background-position: 50% 50%;
    }
    .social-proof img {
        max-width: 580px;
    }
}
@media screen and (min-width: 1900px) {
    .offer .text{
        margin-right: -5%;
    }
}
@media screen and (min-width: 2200px) {
    .offer {
        padding: 120px 0 120px;
    }
    .offer .text{
        margin-right: -5%;
    }
}
/* end new */

.product-section {
    padding-top: 44px
}

.product-section .slick-slide{
    height: initial;
}
.product-section .big-slider picture{
    width: 100%;
}
.product-section .small-slider picture{
    width: 100%;
}
.product-section .big-slider{
    max-width: 100%;
    margin-bottom: 10px;
}
.product-section .big-slider img {
    width: 100%;
    border-radius: 10px
}

.product-section .small-slider {
    margin: 16px 0 0;
    nax-width: 100%;
}

.product-section .small-slider img {
    width: 100%;
    border-radius: 10px
}

.product-section .small-slider .slick-slide {
    margin: 0 4.5px
}
.product-section .slick-next, .product-section .slick-prev{
    background: url(../img/slider-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-section .slick-next:before, .product-section .slick-prev:before{
    display: none;
}
.product-section .slick-prev {
    left: 13px;
    margin-top: -4px;
    transform: translate(0, -50%) rotate(180deg);
}
.product-section .slick-next {
    right: 13px;
}

.product-section .text .product-faq {
    margin-top: 14px
}

.product-section .text .product-faq .faq-item {
    padding: 11px 0;
    border-bottom: 1px solid #c3c3c3
}

.product-section .text .product-faq .faq-item .title {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center
}

.product-section .text .product-faq .faq-item .title h4 {
    font-family: 'Satoshi Medium', sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    flex-basis: 60%;
    flex-grow: 2
}

.product-section .text .product-faq .faq-item .title img {
    width: 18px;
    transition: .3s
}

.product-section .text .product-faq .faq-item .description {
    margin-top: 20px
}

.product-section .text .product-faq .faq-item .description img {
    width: 100%
}

.product-section .text .product-faq .faq-item .description p {
    font-family: 'Satoshi Regular', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    color: #000
}

.product-section .text .product-faq .faq-item .description ul {
    margin-bottom: 20px
}

.product-section .text .product-faq .faq-item .description ul li {
    font-family: 'Satoshi Regular', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    position: relative;
    padding-left: 20px;
    color: #000
}

.product-section .text .product-faq .faq-item .description ul li:after {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #000
}

.product-section .text .product-faq .faq-item .description p:last-of-type {
    margin-bottom: 0
}

.product-section .text .product-faq .faq-item.acc_active .title img {
    transform: rotate(45deg)
}

.social-proof img{
    display: none;
}
.social-proof .mob{
    display: block;
}
@media screen and (max-width: 900px) {
    .differences .table .tab-title .tab-icon p{
        font-size: 16px;
    }
    .dont-let{
        display: none;
    }
    .product-section {
        padding-top: 21px;
    }
    .product-section .small-slider img{
        border-radius: 5px;
    }
    .product-section .big-slider {
        margin-bottom: 16px;
    }
    .product-section .small-slider .slick-slide{
        margin: 0 3.5px;
    }
    .product-section .text {
        margin-top: 25px;
    }
    .product-section .text .rating img {
        width: 88px;
    }
    .product-section .text h1 {
        font-size: 30px;
        font-weight: 900;
        margin: 4px 0 20px;
    }
    .product-section .text .product-offer .product .title .sale{
        min-width: 84px;
    }
    .product-section .text .product-offer .product .title .name p {
        font-size: 17px;
    }
    .product-section .text .product-offer .product .title .name span{
        font-size: 12px;
        font-weight: 700;
    }
    .product-section .text .product-offer .product .title {
        padding: 9px 7px;
    }
    .product-section .text .product-offer .product .benef {
        padding: 6px 15px 3px;
    }
    .product-section .text .benef li span{
        font-size: 13px;
        line-height: 100%;
    }
    .product-section .text .benef li {
        flex-basis: 45%;
    }
    .product-section .text .to-cart{
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        margin: 21px 0 0;
        padding: 12px 10px;
    }
    .product-section .text .cards {
        display: block;
        width: 210px;
        margin: 14px auto 0;
    }
    .product-section .text .advan li span {
        font-size: 13px;
    }
    .product-section .text .advan {
        margin-top: 14px;
    }

    .product-section .slick-prev {
        left: 6px;
    }
    .product-section .slick-next {
        right: 6px;
    }
}
@media screen and (max-width: 390px){
    .header p {
        font-size: 15px;
    }
    .author-data {
        font-size: 22px;
    }
}
@media screen and (max-width: 370px){
    .header p {
        font-size: 12px;
    }
    .main .text h4 {
        font-size: 18px;
    }
    .author-data {
        font-size: 20px;
    }
    .about-product .about-item .text h3, .about-item-review .top h4 {
        font-size: 22px;
    }
    .about-product .about-item .text p, .about-product .about-item .about-item-review > p {
        font-size: 16px;
    }
    .blend-features{
        grid-template-columns: repeat(1, 1fr);
    }
    .about-product .about-item.about-item-tracy .logos img {
        max-height: 17px;
    }
    .about-product.ex .about-item .text .about-item-quote p {
        color: #000;
        font-size: 16px;
    }
    .about-product .about-item.about-item-guarantee .text h3, .about-product .about-item.about-item-guarantee .text p{
        width: 100%;
    }
    .differences .table .content .line .line-title p{
        padding: 0 2px;
    }
    .differences .table .tab-title .tab-icon p {
        font-size: 9px !important;
    }
    .proof .proof-cont .quote, .proof .proof-cont .taken-from {
        font-size: 14px;
    }
    .reviews .reviews-item:not(.reviews-video) {
        padding: 10px 17px 60px;
    }
    .reviews .reviews-item .text h4{
        width: 80%;
    }
    .product-section .text .benef{
        gap: 8px 5px;
    }
    .product-section .text .benef li{
        flex-basis: 48%;
    }
    .product-section .text .product-offer .product .title .sale {
        font-size: 10px;
        min-width: 76px;
    }
    .product-section .text .to-cart {
        font-size: 12px;
    }
    .product-section .text .advan li span {
        font-size: 11px;
    }
    .faq h2, .proof h2 {
        font-size: 23px;
    }
    .faq .faq-content .faq-item .title h4 {
        font-size: 16px;
    }
    .faq .faq-content .faq-item .title {
        padding: 15px;
    }
    .faq .faq-content .faq-item .description {
        padding: 0px 15px 15px;
    }
    .faq .get p {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .about-product .about-item.about-item-tracy .text{
        padding-top: 20px;
    }
    .about-product .about-item .text {
        padding-top: 20px;
    }
    .about-product .about-item {
        margin-top: 30px;
    }
    .social-proof img{
        display: block;
    }
    .social-proof .mob{
        display: none;
    }
    .product-section .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .product-section .content .images {
        width: 48%
    }

    .product-section .content .text {
        width: 49%;
        margin-top: 0
    }
    .product-section .big-slider{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:10px;
    }
    .product-section .big-slider div{
        flex-basis: 45%;
        flex-grow: 1;
    }
    .product-section .big-slider div:first-child{
        flex-basis: 100%;
        flex-grow: 2;
    }
    .product-section .small-slider{
        display: none;
    }
    .differences .table{
        margin-top: 90px !important;
    }
    .product-section {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .differences .table {
        margin-top: 143px !important;
    }
    .product-section {
        padding-top: 50px
    }
    .faq .faq-content .faq-item .title {
        padding: 22px 24px;
    }
    .faq .faq-content .faq-item .title h4{
        font-size: 24px;
        line-height: 32px;
    }
    .faq .faq-content .faq-item .description{
        padding: 0px 24px 14px;
    }
    .faq .faq-content .faq-item .description p{
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1250px) {
    .product-section .content .text {
        width: 44.5%;
    }
    .product-section .text h1 {
        font-size: 40px;
        margin: 0;
    }
    .product-section .content .text .rating {
        gap: 9px
    }

    .product-section .content .text .rating img {
        width: 108px
    }
    .product-section .content .text .product-offer .product .title {
        display: flex;
        padding: 8px 10px 8px
    }

    .product-section .content .text .product-offer .product .title .check {
        position: relative;
        width: 16px;
        height: 16px;
        border-width: 1px
    }

    .product-section .content .text .product-offer .product .title .check:after {
        width: 8px;
        height: 8px
    }
    

    .product-section .content .text .product-offer .product .title .price p {
        font-size: 18px
    }

    .product-section .content .text .product-offer .product .title .price span {
        font-size: 12px
    }

    .product-section .content .text .product-offer .product .benef {
        margin-top: 2px;
        padding: 7px 17px;
        gap: 9px
    }

    .product-section .content .text .product-offer .product .benef span {
        font-size: 14px
    }

    .product-section .content .text .product-offer .save {
        padding: 6px 16px;
        gap: 15px
    }

    .product-section .content .text .product-offer .save .check {
        width: 22px;
        height: 22px
    }

    .product-section .content .text .product-offer .save .save-text h6 {
        font-size: 15px
    }

    .product-section .content .text .product-offer .save .save-text p {
        font-size: 15px
    }

    .product-section .content .text .delivery {
        margin-top: 19px
    }

    .product-section .content .text .delivery img {
        width: 29px
    }

    .product-section .content .text .delivery p {
        font-size: 18px
    }

    .product-section .content .text .to-cart {
        font-size: 21px;
        margin: 13px 0 0;
        padding: 20px 30px;
        border-radius: 10px
    }

    .product-section .content .text .cards {
        width: 203px;
        margin: 11px auto 0;
    }

    .product-section .content .text .product-review {
        margin-top: 9px;
        padding: 16px 26px;
        border: 1px solid #000
    }

    .product-section .content .text .product-review .title {
        width: 80%;
        padding-left: 63px;
        gap: 5px 11px
    }

    .product-section .content .text .product-review .title .rev-image {
        width: 49px
    }

    .product-section .content .text .product-review .title h4 {
        font-size: 19px
    }

    .product-section .content .text .product-review .title .varif span {
        font-size: 18px
    }

    .product-section .content .text .product-review .title .stars {
        width: 115px
    }

    .product-section .content .text .product-review .text-rev {
        font-size: 16px;
        line-height: 1.25;
    }

    .product-section .content .text .product-faq .faq-item {
        padding: 13px 0
    }
    .product-section .text .product-faq .faq-item .description p{
        font-size: 16px;
        line-height: 1.25;
    }

}

.product-section .text {
    margin-top: 36px
}

.product-section .text .rating {
    display: flex;
    align-items: center;
    gap: 5px
}

.product-section .text .rating img {
    width: 81px
}

.product-section .text .rating span {
    font-family: 'Satoshi Medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #000
}

.product-section .text >h1 {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin: 0;
    color: #000
}

.product-section .text >h2{
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 17px;
}

.product-section .text >h3{
    color: #000;
    font-family: "Satoshi", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.product-section .text .main-price{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.product-section .text .main-price .old{
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration-line: line-through;
    margin-right: 19px;
}
.product-section .text .main-price .new{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    span{
        color: #000;
        font-size: 75px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
    }
}
.product-section .text >h4{
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}
.product-section .text >ul li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    gap: 10px
}

.product-section .text >ul li img {
    width: initial;
    max-height: 29px
}

.product-section .text ul li span {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-basis: 60%;
    flex-grow: 2
}

.product-section .text h5{
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}
.product-section .text .label{
    border-radius: 10px;
    border: 1px solid #E74C3C;
    background: #FFC2CB;
    justify-content: center;
    align-items: center;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 10px;
    gap: 10px;
    p{
        color: #212529;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 161.538% */
    }
}
.product-section .text ul li:last-of-type {
    margin-bottom: 0
}

.product-section .text ul li:nth-of-type(2) {
    padding-left: 0
}

.product-section .text .product-offer {
    margin-top: 20px;
}

.product-section .text .product-offer .product {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid #87847b;
    border-radius: 10px;
    background: #fff
}

.product-section .text .product-offer .product .title {
    display: flex;
    padding: 5px 9px;
    border-radius: 8px 8px 0 0;
    align-items: center
}

.product-section .text .product-offer .product .title .check {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%
}

.product-section .text .product-offer .product .title .check:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    transition: .3s;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;
    background: #2E9B99
}

.product-section .text .product-offer .product .title .name {
    display: flex;
    flex-direction: column;
    margin-left: 12px
}

.product-section .text .product-offer .product .title .name p {
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #000
}

.product-section .text .product-offer .product .title .name span {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin-top: 1px;
    color: #000
}

.product-section .text .product-offer .product .title .name span b {
    font-weight: 900;
    display: block
}

.product-section .text .product-offer .product .title .price {
    margin-right: 0;
    margin-left: auto
}

.product-section .text .product-offer .product .title .price p {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin-bottom: 3px;
    text-align: right;
    color: #000
}

.product-section .text .product-offer .product .title .price p i {
    font-family: Satoshi, sans-serif;
    font-weight: 700;
    font-style: normal
}

.product-section .text .product-offer .product .title .price span {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    display: block;
    text-align: right;
    color: #87847b;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.product-section .text .product-offer .product .benef {
    display: flex;
    margin-top: 1px;
    padding: 6px 9px 3px;
    background: #EDF7F7;
    align-items: center;
    gap: 7px
}

.product-section .text .product-offer .product .benef img {
    width: 28px
}

.product-section .text .product-offer .product .benef span {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #000
}

.product-section .text .product-offer .product .benef:last-of-type {
    border-radius: 0 0 8px 8px
}

.product-section .text .product-offer .product.active {
    border: 2px solid #393902
}

.product-section .text .product-offer .product.active .title .check:after {
    opacity: 1
}

.product-section .text .product-offer .product.active .benef {
    background: #2E9B99;
}
.product-section .text .product-offer .product.active .benef span{
    color: #fff;
}

.product-section .text .product-offer .save {
    display: flex;
    padding: 10px 12px;
    cursor: pointer;
    border: 1px dashed #000;
    border-radius: 8px;
    background: #fff;
    gap: 10px;
    align-items: center
}

.product-section .text .product-offer .save .check {
    width: 26px;
    height: 26px;
    background: url(../img/not-sq-check.svg) 0 0/contain no-repeat
}

.product-section .text .product-offer .save .save-text {
    flex-basis: 50%;
    flex-grow: 2
}

.product-section .text .product-offer .save .save-text h6 {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin-bottom: 4px;
    color: #000
}

.product-section .text .product-offer .save .save-text p {
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #757575
}

.product-section .text .product-offer .save.active .check {
    background: url(../img/sq-check.svg) 0 0/contain no-repeat
}

.product-section .text .delivery {
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 6px;
    align-items: center;
    justify-content: center
}

.product-section .text .delivery img {
    width: 24px
}

.product-section .text .delivery p {
    font-family: 'Satoshi Regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    color: #000
}

.product-section .text .to-cart {
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    display: flex;
    margin: 8px 0 0;
    padding: 12px 10px;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    background: var(--CTA-green, linear-gradient(180deg, #2ADC30 13.81%, #06C10C 100.17%));
    align-items: center;
    justify-content: center
}

.product-section .text .to-cart:hover {
    box-shadow: 0 0 20px 0 rgba(6, 193, 12, 0.4);
}

.product-section .text .cards {
    display: block;
    width: 227px;
    margin: 9px auto 0
}

.product-section .text .advan {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center
}

.product-section .text .advan li {
    display: flex;
    margin-bottom: 0;
    padding: 5px 8px 5px 10px;
    border-radius: 5px;
    background: #EDF7F7;
    flex-basis: 49%;
    gap: 7px;
    align-items: center
}

.product-section .text .advan li img {
    width: 26px
}

.product-section .text .advan li span {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #000;
    flex-basis: 60%;
    flex-grow: 2
}

.product-section .text .product-review {
    margin-top: 24px;
    padding: 10px;
    border: .5px solid #000;
    border-radius: 10px;
    background: #fff
}

.product-section .text .product-review .title {
    position: relative;
    display: flex;
    padding-left: 51px;
    flex-wrap: wrap;
    gap: 5px 8px
}

.product-section .text .product-review .title .rev-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px
}

.product-section .text .product-review .title h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    color: #3D5C92;
    font-size: 15px;
    letter-spacing: -0.32px;
}

.product-section .text .product-review .title .varif {
    display: flex;
    align-items: center;
    gap: 3px
}

.product-section .text .product-review .title .varif img {
    width: 20px
}

.product-section .text .product-review .title .varif span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 22.88px;
    text-align: right;
    color: #000
}

.product-section .text .product-review .title .stars {
    width: 89px
}

.product-section .text .product-review .text-rev {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-top: 10px;
    color: #000
}

.product-section .text .product-faq {
    margin-top: 14px
}

.product-section .text .product-faq .faq-item {
    padding: 11px 0;
    border-bottom: 1px solid #c3c3c3
}

.product-section .text .product-faq .faq-item .title {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center
}

.product-section .text .product-faq .faq-item .title h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    flex-basis: 60%;
    flex-grow: 2
}

.product-section .text .product-faq .faq-item .title img {
    width: 18px;
    transition: .3s
}

.product-section .text .product-faq .faq-item .description {
    margin-top: 20px
}

.product-section .text .product-faq .faq-item .description img {
    width: 100%
}

.product-section .text .product-faq .faq-item .description p {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-bottom: 20px;
    color: #000
}

.product-section .text .product-faq .faq-item .description ul {
    margin-bottom: 20px
}

.product-section .text .product-faq .faq-item .description ul li {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    position: relative;
    padding-left: 20px;
    color: #000
}

.product-section .text .product-faq .faq-item .description ul li:after {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #000
}

.product-section .text .product-faq .faq-item .description p:last-of-type {
    margin-bottom: 0
}

.product-section .text .product-faq .faq-item.acc_active .title img {
    transform: rotate(45deg)
}
.wrapper{
    overflow: hidden;
}
@media screen and (min-width: 1024px) {

    .product-section .text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .product-section .text .product-faq .faq-item .description p{
        font-size: 16px;
        line-height: 1.25;
    }
}

@media (min-width: 1250px) {

    .product-section .content .text {
        width: 48%
    }
    .product-section .text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .product-section .content .text .rating {
        gap: 9px
    }

    .product-section .content .text .rating img {
        width: 145px
    }

    .product-section .content .text .rating span {
        font-size: 18px
    }

    .product-section .content .text ul li {
        margin-bottom: 14px
    }


    .product-section .content .text .product-offer .product {
        margin-bottom: 21px
    }

    .product-section .content .text .product-offer .product .title {
        display: flex;
        padding: 6px 18px 10px
    }

    .product-section .content .text .product-offer .product .title .check {
        position: relative;
        width: 20px;
        height: 20px;
        border-width: 1px
    }

    .product-section .content .text .product-offer .product .title .check:after {
        width: 12px;
        height: 12px
    }

    .product-section .content .text .product-offer .product .title .name p {
        font-size: 20px
    }

    .product-section .content .text .product-offer .product .title .name span {
        font-size: 16px;
        line-height: 16px
    }

    .product-section .content .text .product-offer .product .title .name span b {
        display: inline
    }

    .product-section .content .text .product-offer .product .title .price p {
        font-size: 20px
    }

    .product-section .content .text .product-offer .product .title .price span {
        font-size: 17px
    }

    .product-section .content .text .product-offer .product .benef {
        margin-top: 2px;
        padding: 7px 17px;
        gap: 9px
    }

    .product-section .content .text .product-offer .product .benef span {
        font-size: 14px
    }

    .product-section .content .text .product-offer .save {
        padding: 7px 15px;
        gap: 10px;
    }

    .product-section .content .text .product-offer .save .check {
        width: 28px;
        height: 28px
    }

    .product-section .content .text .delivery {
        margin-top: 19px
    }

    .product-section .content .text .delivery img {
        width: 29px
    }

    .product-section .content .text .delivery p {
        font-size: 18px
    }

    .product-section .content .text .to-cart {
        font-size: 31px;
        margin: 26px 0 0;
        padding: 13px 30px;
        border-radius: 10px
    }

    .product-section .content .text .cards {
        width: 350px;
        margin: 23px auto 0
    }

    .product-section .content .text .advan {
        margin-top: 27px;
        margin-bottom: 19px
    }

    .product-section .content .text .advan li {
        margin-bottom: 0;
        padding: 13px 17px 15px 17px
    }

    .product-section .content .text .advan li img {
        width: 26px
    }

    .product-section .content .text .advan li span {
        font-size: 15px
    }

    .product-section .content .text .product-review {
        margin-top: 9px;
        padding: 16px 26px;
        border: 1px solid #000
    }

    .product-section .content .text .product-review .title {
        width: 80%;
        padding-left: 63px;
        gap: 5px 11px
    }

    .product-section .content .text .product-review .title .rev-image {
        width: 49px
    }

    .product-section .content .text .product-review .title h4 {
        font-size: 19px
    }

    .product-section .content .text .product-review .title .varif span {
        font-size: 18px
    }

    .product-section .content .text .product-review .title .stars {
        width: 115px
    }

    .product-section .content .text .product-review .text-rev {
        font-size: 17px;
        line-height: 138%;
    }

    .product-section .content .text .product-faq .faq-item {
        padding: 13px 0
    }
    .product-section .text .product-faq .faq-item .description p{
        font-size: 16px;
        line-height: 1.25;
    }

}
@media screen and (max-width: 900px) {
    .product-section .text .advan li span {
        font-size: 18px;
    }
    .product-section .text .cards {
        width: 350px;
        margin: 15px auto 0;
    }
    .product-section .text .delivery {
        margin-top: 31px;
    }
    .product-section .text .product-offer .save .save-text h6 {
        font-size: 16px;
    }
    .product-section .text .product-offer .product .title .name p {
        font-size: 17px;
    }
    .product-section .text .product-offer .save .save-text p{
        font-size: 13px;
    }
    .product-section .text .product-offer .product .benef {
        padding: 6px 16px 3px;
    }
    .product-section .text .to-cart {
        font-size: 30px;
        margin: 8px 0 0;
        padding: 13px 10px;
    }
    .product-section .text >h2{
        font-size: 18px;
        line-height: 24px
    }
    .product-section .text >h3{
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .product-section .text >h4{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .product-section .text >h5{
        font-size: 24px;
        line-height: 40.5px;
        margin-top: 32px;
    }
    .product-section .text ul li span{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .product-section .text .main-price .old{
        font-size: 23px;
        line-height: 30px;
    }
    .product-section .text .main-price .new{
        font-size: 16px;
        line-height: 30px;
    }
    .product-section .text .main-price .new span{
        font-size: 55px;
        line-height: 60px;
    }
    .product-section .text .label{
        margin: 0 auto;
        padding: 1px 13px;
    }
    .product-section .text .product-offer {
        margin-top: 10px;
    }
    .product-section .text .product-offer .product .title .check{
        width: 25px;
        height: 25px;
    }
    .product-section .text .product-offer .product .title .check:after {
        width: 15px;
        height: 15px;
    }
    .product-section .text .advan {
        margin-top: 26px;
    }
    .product-section .text .product-review {
        margin-top: 28px;
        padding: 15px 24px;
    }
    .product-section .text .product-review .title {
        padding-left: 62px;
    }
    .product-section .text .product-review .title h4 {
        font-size: 13px;
    }
    .product-section .text .product-review .title .varif span{
        font-size: 13px;
    }
    .product-section .text .product-review .title .stars {
        width: 104px;
    }
    .product-section .text .product-review .text-rev{
        font-size: 16.7px;
        line-height: 146%;
        letter-spacing: -0.334px;
    }
    .faq {
        margin-top: 35px;
    }
}

@media screen and (max-width: 370px){
    .container {
        padding: 0 10px;
    }
    .main .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .social-proof img{
        max-width: 100%;
    }
    .product-section .text .main-price .new{
        font-size: 14px;
        line-height: 18px;
    }
    .product-section .text .main-price .new span {
        font-size: 42px;
        line-height: 50px;
    }
    .product-section .text .main-price .old {
        font-size: 18px;
        line-height: 22px;
    }
    .product-section .text .label {
        p {
            font-size: 11px;
        }
    }
    .product-section .text .advan li span {
        font-size: 12px;
    }
    .product-section .text .product-review {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .social-proof {
        padding: 20px 0 90%;
        background-position: bottom center;
        background-size: 100% auto;
        background-image: url(../img/social-proof-bg-mobile.webp);
    }
}
