.getStarted-btn,
.main-btn {
    color:#151B2F;
    background: #23f197 !important;
}
.getStarted-btn:hover,
.main-btn:hover {
    background: #DCBD7D !important;
}
.see-more-reviews{background:#bf8a25;color:white;box-shadow:0 0 10px rgba(0,0,0,0.25);max-width: 300px;}
.star-block {justify-content: left;}
sup.R-sup {
    position: relative;
    top:-0.1rem;
}

.main-wrapper,
.main{
    z-index:auto;
    position: relative !Important;
}
#video{
    position: relative !Important;
    z-index: 1;
}

.section-title span {
    color:#DCBD7D;
}

@media screen and (max-width: 650px){
    .main-wrapper,
    .main{
        z-index:auto;
    }

    .reviews {
        z-index:inherit;
    }
}


@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-Book.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-Black.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-Bold.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-Light.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-Thin.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-Medium.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GenHeaderCampton';
    src: url('/assets/fonts/Campton/Campton-ExtraLight.woff2') format('woff2'),
        url('/assets/fonts/Campton/Campton-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/* ------------------ REVIEWS VIDEO ------------------ */
#real-reviews * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: none;
    list-style: none;
}
#real-reviews {
	padding: 40px 0 100px 0;
	position: relative;
}

#real-reviews:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -252px;
    background: url(/assets/img/svg/stripe-diamond-background.svg) no-repeat;
    width: 1920px;
    height: 1649px;
    z-index: -1;
}
#real-reviews .center {
    max-width: 1594px;
    margin: 0 auto;
    padding: 0 15px;
}
#real-reviews .tx-c {
    text-align: center;
}
#real-reviews h2.title {
    font-family:GenHeaderCampton;
    font-weight: 600;
    font-size: 80px;
    font-size: 60px;
    line-height: 1.05;
    margin: 20px 0;
    color: #0A1C2B;
    letter-spacing: 0;

}
#real-reviews h2.title span{
    color:#DCBD7D;
}

#real-reviews .videos {
    position: relative;
    width: 1168px;
}
#real-reviews .videos .subtitle {font-size: 19px;}
#real-reviews .videos .anim-dot {
    width: 260px;
    height: 275px;
    position: absolute;
    top: 15px;
    left: 15px;
}

#real-reviews .wrap-video {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
    z-index: 10;
}
body.overflow #real-reviews .wrap-video {z-index: 9999;}

#real-reviews .wrap-video .dots {
	width: 320px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 100%;
    overflow: hidden;
    margin-left: 20px;
    margin-top: -190px;
}

#real-reviews .wrap-video:after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	opacity: 0;
	display: none;
}
body.overflow #real-reviews .wrap-video:after {
	display: none;
	animation: opacity 0.3s forwards;
}

#real-reviews .wrap-video .btn {
	height: 48px;
	width: 300px;
	font-weight: bold;
	cursor: pointer;
}
#real-reviews .wrap-video .btn svg {
	position: relative;
	z-index: 3;
	margin-right: 6px;
}

#real-reviews .wrap-video .popup-close {
	width: inherit;
	height: inherit;	
	background: none;
	position: static;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin-top: 16px;
}
#real-reviews .wrap-video .popup-close:hover {text-decoration: none;}

#real-reviews .video {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    display: block;
}
#real-reviews .video .svg-left {
	position: absolute;
    top: 100%;
    right: 100%;
    margin-top: -100px;
    margin-right: -5px;
    z-index: -1;
    width: 500px;
    height: 400px;
}
#real-reviews .video .svg-right {
	position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: -30px;
    margin-bottom: -5px;
    z-index: -1;
}
body.overflow #real-reviews .video {z-index: 9999;}
body.overflow #real-reviews .video .svg-left,
body.overflow #real-reviews .video .svg-right {display: none;}
#real-reviews .video video {
    display: block;
    width: 100%;
    height: 620px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}
#real-reviews .play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    margin-top: -65px;
    margin-left: -65px;
    background: rgba(0,0,0,.2);
}
#real-reviews .play:after {
    content: '';
    display: inline-block;
    border-top: 30px solid transparent;
    border-left: 45px solid #fff;
    border-bottom: 30px solid transparent;
    position: relative;
    left: 7%;
}
#real-reviews .play:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    animation: pulse-border 3000ms ease-out infinite;
}
#real-reviews .play svg {margin-left: 5px;}
#real-reviews .pause {
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -65px;
    margin-left: -65px;
}
#real-reviews .pause:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
#real-reviews .pause span {
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
#real-reviews .pause span:first-child {
    margin-right: 15px;
}

#real-reviews .pause,
#real-reviews .play {
    opacity: 0;
    display: none;
    pointer-events: none;
}

#real-reviews .pause-video .pause,
#real-reviews .play-video .play {
    display: inline-flex;
    animation: anVideoBtn 0.3s linear forwards !important;
}
@keyframes anVideoBtn {
    0% {opacity: 1;}
    100% {opacity: 0; transform: scale(0.5); visibility: hidden;}
}

#real-reviews .video:not(.playing) .play,
#real-reviews .king-video:not(.playing) .play {
    display: inline-flex;
    animation: anVideoBtn2 0.3s linear forwards !important;
}
@keyframes anVideoBtn2 {
    0% {opacity: 1; transform: scale(1); visibility: visible;}
    100% {opacity: 1; transform: scale(1); visibility: visible;}
}

#real-reviews .video .popup-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    cursor: pointer !important;
    background: rgba(0,0,0,.2) !important;
    border-radius: 50% !important;
    transition: all 0.3s !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px !important;
    height: 25px !important;
    border: none !important;
}
#real-reviews .video.playing .popup-close {
    display: flex !important;
    animation: opacity 0.5s forwards !important;
    background: #d6ad60 !important;
    margin-top: 0;
    width: 32px !important;
    height: 32px !important;
}
#real-reviews .video.playing .popup-close svg {
	fill: #fff !important;
	width: 14px !important;
    min-width: 14px !important;
    height: 14px !important;
}
#real-reviews .video .popup-close:hover {
    background: var(--c-black-blue) !important;
    transform: scale(0.95) !important;
}

#real-reviews .videos .splide {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 9;
    max-width: 900px;
}
body.overflow #real-reviews .videos .splide {z-index: 9999;}
body.overflow #real-reviews .videos .d-none {
	display: block !important;
	z-index: 9999;
	position: relative;
}
#real-reviews .videos .splide__slide {padding: 0 2px;}
#real-reviews .videos .splide__slide .thumb {
    border-radius: 15px;
    min-height: 145px;
    overflow: hidden;
    border: 6px solid transparent;
    transition: all 0.3s;
    display: flex;
    position: relative;
    cursor: pointer;
}
#real-reviews .videos .splide__slide .thumb:hover,
#real-reviews .videos .splide__slide .thumb.focus {border-color: #DCBD7D;}
#real-reviews .videos .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
#real-reviews .videos .splide__slide .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    object-fit: cover;
    height: 100%;
}
#real-reviews .videos .splide__slide .thumb:hover .overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}

#real-reviews .videos .splide__slide .play-inner {
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 3;
}
#real-reviews .videos .splide__slide .play-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
#real-reviews .splide__slide .play-inner:after {
    content: '';
    display: inline-flex;
    border-top: 8px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 8px solid transparent;
    position: relative;
    left: 2px;
}
#real-reviews .videos .splide__slide .play-inner:hover {animation: anVideoBtn2 0.3s linear forwards !important;}
#real-reviews .videos .splide__slide .play-inner svg {
	margin-left: 3px;
	position: relative;
	z-index: 10;
}

#real-reviews .videos .splide__slide .thumb:hover .play-inner:before {
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#real-reviews .videos .splide__slide h3 {
    font-weight: 500;
    font-size: 9px;
    margin-top: 5px;
    text-align: center;
    color: #0A1C2B;
}
#real-reviews .gallery-video.playing + .splide .splide__slide h3 {color: #fff;}
#real-reviews .videos .splide__list {
    align-items: flex-start;
    height: auto;
} 
#real-reviews .videos .splide__arrow {
    background: transparent;
    width: 16px;
    height: 29px;
    margin-top: -10px;
}
#real-reviews .videos .splide__arrow--next {right: -10px;}
#real-reviews .videos .splide__arrow--prev {left: -10px;}
#real-reviews .videos .splide__arrow svg {display: none;}
#real-reviews .videos .splide__pagination {display: none;}
#real-reviews .videos .splide__arrow:after {
	content: '';
	display: block;
	width: 16px;
	height: 29px;
	background: url(../webp/ic-arr.svg) no-repeat;
	transform-origin: center;
}
#real-reviews .videos .splide__arrow--prev:after {transform: rotate(-180deg);}

#real-reviews .videos .toptitle {
	font-size: 19px;
	color: #096A8C;
	margin-bottom: 15px;
}

#real-reviews .videos h3.title {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3;
	color: #096A8C;
	margin-bottom: 30px;
}
#real-reviews .videos h3.title span {color: #61CBC8;}	

#real-reviews [data-src="crown"] {
    display: inline-block;
    width: 65px;
    height: 50px;
    line-height: 0;
    margin-bottom:0;
}

@media (max-width: 1600px) {
	#real-reviews .videos {width: 1100px;}

	#real-reviews .wrap-video .dots {
		width: 250px;
		height: 250px;
		margin-top: -125px;
	}

	#real-reviews .videos h2.title {font-size: 60px;}

	#real-reviews .video video {
		border-radius: 25px;
		height: 450px;
	}

	#real-reviews .videos .splide {max-width: 700px;}
	#real-reviews .videos .splide__slide .thumb {
		min-height: 125px;
		border: 4px solid transparent;
	}

	#real-reviews .videos .subtitle {font-size: 14px;}

	#real-reviews .videos .splide__slide {padding: 0;}
	#real-reviews .videos .splide__slide .play-inner {
		width: 30px;
		height: 30px;
	}
    #real-reviews .videos .splide__slide .play-inner:after {
        border-top: 6px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 6px solid transparent;
    }
    #real-reviews .videos .splide__slide h3 {
    	font-size: 9px;
    	margin-top: 0;
    }

    #real-reviews .videos .splide__arrow {
    	width: 13px;
    	height: 26px;
    }
    #real-reviews .videos .splide__arrow:after {
    	width: 13px;
    	height: 26px;
    	background-size: 13px 26px;
    }
}

@media (max-width: 1200px) {
	#real-reviews .videos {width: 800px;}

	#real-reviews:before {
	    content: '';
	    display: block;
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    height: 200px;
	    background: linear-gradient(0deg, #fff 20%, transparent);
	}
	#real-reviews .video video {height: 320px;}

	#real-reviews .videos h2.title {font-size: 45px;}
	#real-reviews .videos .subtitle {font-size: 13px;}
	#real-reviews .videos .splide__slide .thumb {min-height: 100px;}

	#real-reviews .play, .pause {
		width: 90px;
		height: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}

	#real-reviews .videos .splide__arrow {margin-top: -8px;}

	#real-reviews .wrap-video .dots {
		width: 150px;
		height: 150px;
		margin-top: -110px;
	}
}

@media (max-width: 1150px) {
    #real-reviews .videos .anim-dot {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 750px) { 

	#real-reviews .videos {
		width: 100%;
		text-align: center;
	}
    #real-reviews .videos h2.title {font-size: 29px;}
    #real-reviews .videos .anim-dot {
        width: 150px;
        height: 150px;
        top: -45px;
        left: -28px;
    }
    #real-reviews .videos .subtitle {font-size: 17px;}

    #real-reviews .video {margin-bottom: 15px;}
    #real-reviews .video video {min-height: 400px;}
    #real-reviews .videos .splide__slide {
        padding: 0;
    }
    #real-reviews .videos .splide__arrow {margin-top: -35px;}
    #real-reviews .videos .splide__slide h3 {margin-top: 0;}

    #real-reviews .play, .pause {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    #real-reviews .play svg {
    	width: 30px;
    	height: 30px;
    }
    #real-reviews .play:after {
        border-top: 12px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 12px solid transparent;
    }

    #real-reviews .pause span {
        width: 5px;
        height: 35px;
    }
    #real-reviews .pause span:first-child {margin-right: 8px;}

    #real-reviews .videos .splide__slide .play-inner {
        top: 5px;
        right: 5px;
    }
    #real-reviews .videos .splide__slide .play-inner:after {
        border-top: 5px solid transparent;
        border-left: 7px solid #fff;
        border-bottom: 5px solid transparent;
        left: 1px;
    }

    #real-reviews .videos .splide__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        position: static;
    }
    #real-reviews .videos .splide__pagination button {border-color: var(--color);}
    #real-reviews .videos .splide__pagination button.is-active {background: var(--color);}
    #real-reviews .videos .splide__pagination li button {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        background: none !important;
        transform: scale(1) !important;
        opacity: 1;
        transition: all 0.3s;
    }
    #real-reviews .videos .splide__pagination li button.is-active {border-color: #64ccca;}
    #real-reviews .videos .splide__pagination li button:after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #64ccca;
        opacity: 1;
        top: 50%;
        left: 50%;
        margin-top: -4px;
        margin-left: -4px;
    }
    #real-reviews .videos .splide__pagination li button.is-active:after {
        background: #64ccca;
    }

    #real-reviews .videos .toptitle {    
    	font-size: 16px;
	    margin-bottom: 5px;
	}
	#real-reviews .videos h3.title {
	    font-size: 25px;
	    margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	#real-reviews .videos h2.title {
	    font-size: 25px;
	    margin-top: 10px;
	}
	#real-reviews .videos .subtitle {font-size: 14.5px;}

	#real-reviews .video video {
		min-height: 250px;
		height: 100%;
	}

	#real-reviews .videos .splide {
	    margin-left: -120px;
	    margin-right: -120px;
	}
	#real-reviews .videos .splide__slide {padding: 0 3px;}
	#real-reviews .videos .splide__slide .thumb {
		border: 2px solid transparent;
		min-height: 110px;
		border-radius: 10px;
	}
	#real-reviews .videos .splide__slide h3 {
	    margin-top: 5px;
	    font-weight: 300;
	}
	#real-reviews .videos .splide__pagination {display: none;}
}

@media (max-width: 500px) {

	#real-reviews .videos h2.title {
	    font-size: 35px;
	    line-height: 1.1;
	    margin-top: 5px;
	}
	#real-reviews .video video {
	    min-height: 220px;
	    height: 100%;
	    border-radius: 15px;
	}
	#real-reviews .videos .splide__slide h3 {font-size: 11px;}

	#real-reviews .wrap-video .dots {
	    width: 200px;
	    height: 200px;
	    margin-top: 0;
	    left: inherit;
	    right: 0;
	    top: inherit;
	    bottom: 100%;
	    margin-right: -130px;
	    margin-bottom: 100px;
	}
}

@media (max-width: 413px) {
	#real-reviews .videos h2.title {font-size: 35px;}
	#real-reviews .videos .subtitle {font-size: 13px;}
    #real-reviews .wrap-video {padding-top: 20px;}
    #real-reviews .video video {min-height: 200px;}
    #real-reviews .videos .toptitle {font-size: 14px;}
    #real-reviews .videos h3.title {font-size: 22px;}
    #real-reviews .videos .splide__slide .thumb {min-height: 100px;}
}


    /* ------------------ BUTTONS ------------------ */
    #real-reviews .buttons {
        display: inline-block;
        text-align: center;
        max-width: 488px;
    }
    #real-reviews .buttons .group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    #real-reviews .buttons .foot {
        font-size: 19px;
        margin-top: 25px;
        line-height: 1.4;
    }
    #real-reviews .buttons .btn-important {margin-top: 30px;}
    #real-reviews .buttons .btn {animation: pulse 1.5s infinite;}
    #real-reviews .buttons .btn:last-child {animation-delay: .5s;}

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

    #real-reviews .btn {
        height: 57px;
        min-width: 238px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        overflow: hidden;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        background: #609AD9;
        position: relative;
        -webkit-font-smoothing: auto;
        font-smoothing: auto;
        letter-spacing: 0.5px;
        cursor: pointer;
        text-transform:unset;
        font-weight:400;
    }
    #real-reviews .btn.yellow {background: #FFBE60;}
    #real-reviews .btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        background: #121628;
        transition: all 0.3s;
    }
    #real-reviews .btn:hover:after {width: 100%;}
    #real-reviews .btn span,
    #real-reviews .btn svg {
        position: relative;
        z-index: 2;
    }
    #real-reviews .btn svg {
        fill: #fff;
        margin-left: 10px;
        width: 8px;
        height: 13px;
        transition: all 0.3s;
    }
    #real-reviews .btn:hover svg {transform: translateX(10px);}

    #real-reviews .btn-important {
        font-size: 13px;
        color: #0A1C2B;
        display: inline-block;
        text-decoration: underline;
    }
    #real-reviews .btn-important:hover {text-decoration: none;}

    #real-reviews .btn-fix {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100%;
        z-index: 99;
        background: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px;
        box-shadow: 0 -4px 21px rgba(0,0,0,.08);
        transition: all 0.3s;
        display: none;
    }
    #real-reviews .btn-fix a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        height: 50px;
        background: #609AD9;
        border-radius: 8px;
        color: #fff;
        animation: pulse 1.5s infinite;
    }
    #real-reviews .btn-fix a:last-child {animation-delay: .5s;}
    #real-reviews .btn-fix a strong {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
    }
    #real-reviews .btn-fix a span {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.2;
        -webkit-font-smoothing: auto;
        font-smoothing: auto;
    }
    #real-reviews .btn-fix a:last-child {background: #FFBE60;}

    @media (max-width: 1600px) {
        #real-reviews .btn {
            height: 45px;
            min-width: 200px;
            font-size: 13px;
        }
        #real-reviews .btn svg {
            margin-left: 7px;
            width: 6px;
            height: 11px;
        }
        #real-reviews .buttons .foot {
            font-size: 15px;
            margin-top: 20px;
        }
        #real-reviews .buttons .btn-important {margin-top: 20px;}
    }

    @media (max-width: 1200px) {
        #real-reviews .buttons {max-width: 370px;}
        #real-reviews .btn {
            height: 42px;
            min-width: 180px;
            font-size: 12px;
        }
    }

    @media (max-width: 500px) {
        #real-reviews .btn {
            height: 55px;
            min-width: inherit;
            font-size: 15px;
            letter-spacing: 1px;
            width: 100%;
        }
        #real-reviews .btn svg {
            width: 9px;
            height: 14px;
            top: 0.5px;
        }

        #real-reviews .buttons {
            max-width: inherit;
            width: 100%;
            padding: 0 15px;
        }
        #real-reviews .buttons .group {
            flex-direction: column;
            gap: 14px;
        }
        #real-reviews .buttons .foot {font-size: 16px;}

        #real-reviews .btn-fix.active {
            display: grid;
            bottom: 0;
            animation: bottomTop 0.5s forwards;
        }

        @keyframes bottomTop {
            0% {bottom: -100%;}
            100% {bottom: 0;}
        }
    }

    @media (max-width: 413px) {
        #real-reviews .buttons .foot {font-size: 13px;}
    }



    #real-reviews .bg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow:hidden;
    }
    #real-reviews .bg .icon {
        display: block;
        height:auto;
        width: 180%;
        left: -40%;
        display:none !important;
    }

    @media (max-width: 1460px) {
        #real-reviews .bg .icon {
            display: block;
            height:auto;
            width: 210%;
            left: -52%;
            position: absolute;
        }
    }
    @media (max-width: 1100px) {
        #real-reviews .bg .icon {
            width: 220%;
            left: -58%;
        }
    }
    @media (max-width: 980px) {
        #real-reviews .bg .icon {
            width: 300%;
            left: -140%;
        }
    }
    @media (max-width: 768px) {
        #real-reviews .videos .splide__pagination li button:after {
            margin-top: 0px;
            margin-left: 0px;
        }
        #real-reviews .bg {top: 0}
        
    }

    @media (max-width: 760px) {
        #real-reviews .bg {top: 0}
        #real-reviews .bg .icon {
            width: inherit;
            position: absolute;
            left: inherit;
            right: 0;
            transform: none;
            width: 300%;
            left: -180%;
        }


    }

    @media (max-width: 500px) {
        #real-reviews .h-500 {display: none !important;}
        #real-reviews .s-500 {display: block !important;}
    }


    @media (max-width: 413px) {
        #real-reviews .buttons .foot{
            font-size:3.6vw;
        }
        #real-reviews h1 {font-size: 38px;}
    }
    @media (max-width: 413px) {
        #real-reviews .buttons .foot{
            font-size:3.2vw;
        }
    }

.main-wrapper {
    overflow:visible;
}


/* REVIEWS MORE
-------------------------------------- */ 
.reviewsmore * {
    line-height:1;
    letter-spacing:0;
    padding:0;
    margin:0;
}
.reviewsmore {
    background: #f3f3f3;
    padding: 90px 0 45px 0;
}
.reviewsmore .center {
    width: 100%;
    max-width: 1220px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}
.reviewsmore h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}
.reviewsmore > .center:last-child {padding-top: 50px;}
.reviewsmore > .center > h2.title {
    font-size: 30px;
    margin-bottom: 30px;
}
.reviewsmore > .center > h2.title sup {
    font-size: 1.2rem;
}

.reviewsmore-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px;
}
.reviewsmore-head .rating {
    display: flex;
    align-items: center;
}
.reviewsmore-head .rating span {
    font-size: 60px;
    font-weight: 500;
    margin-right: 20px;
    line-height: 1;
}
.reviewsmore-head .rating p {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 4px;
}
.reviewsmore-head p {
    font-size: 18px;
    margin:0;
}
.reviewsmore-item div:nth-of-type(2) > p{
    line-height:1.5;
    margin-top:10px;
}

.reviewsmore-verified {
    background: #fff;
    padding: 30px 25px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.reviewsmore-verified p{
    line-height:2;
}

.reviewsmore-verified img {margin-right: 30px;}
.reviewsmore-verified h4 {font-size: 16px;}
.reviewsmore-verified p {font-size: 16px;}
.reviewsmore-verified p b {font-weight: 500;}

.reviewsmore-item {
    padding: 40px 30px 30px 30px;
    background: #fff;
    position: relative;
    display: flex;
}
.reviewsmore-item:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
}
.reviewsmore-item .left {min-width: 230px;}
.reviewsmore-item h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.reviewsmore-item .left > div {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.reviewsmore-item .left > div i {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: url(../img/ic-checkmark.png) no-repeat;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.reviewsmore-item .helpful {
    margin-top: 25px;
    max-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    width: 130px;
    font-size: 14px;
    font-weight: 500;
    color: #b1b1b1;
    min-height: 32px;
    transition: all 0.3s ease;
    user-select: none;
}
.reviewsmore-item .helpful:hover {
    border-color: var(--color);
    color: var(--color);
}
.reviewsmore-item .helpful.active {
    border-color: var(--color);
    color: var(--color);
}
.reviewsmore-item .helpful i {
    display: inline-block;
    width: 40px;
    margin-right: -5px;
    margin-top: -14px;
    margin-left: -10px;
}
.reviewsmore-item .helpful i svg g * {fill: var(--color);}
.reviewsmore-item .helpful i svg > g > g > g:first-child path {fill: #f2b476;}
.reviewsmore-item .helpful i svg > g > g > g:last-child path {fill: #fff;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(2) * {fill: #ddbd7c;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(3) * {fill: #ddbd7c;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(4) * {fill: #ddbd7c;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(5) * {fill: #b32025;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(6) * {fill: #b32025;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(7) * {fill: #b32025;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(8) * {fill: #0a233f;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(9) * {fill: #ddbd7c;}
.reviewsmore-item .helpful i svg > g > g > g:nth-child(10) * {fill: #e5e5e5;}
.reviewsmore-item .helpful.active i svg > g > g > g:first-child path {fill: var(--color);}

.reviewsmore-item h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.reviewsmore-item p {font-size: 16px;}
.reviewsmore-item:last-child:after {display: none;}
.reviewsmore .btn-group p {margin-top: 15px;}

@media (max-width: 768px) {


    /* REVIEWSMORE */
    .reviewsmore {padding: 45px 0 45px 0;}
    .reviewsmore-head .rating p {margin-bottom: 12px;}
    .reviewsmore-head .rating {
        text-align: center;
    }
    .reviewsmore > .center > h3 {
        font-size: 25px;
        text-align: center;
    }
    .reviewsmore-head {
        align-items: center;
        margin-top: 10px;
        flex-direction: column;
    }
    .reviewsmore-verified {padding: 15px;}
    .reviewsmore-item {
        display: flex;
        flex-direction: column;
        padding: 25px 20px;
    }
    .reviewsmore-item:after {
        left: 20px;
        right: 20px;
    }
    .reviewsmore-item .left {
        min-width: inherit;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    .reviewsmore-item .left + div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .reviewsmore-item .left + div img {
        max-width: 100px;
        width: 100%;
    }
    .reviewsmore-item h3 {margin-bottom: 0;}
    .reviewsmore-item .left .helpful {display: none;}
    .reviewsmore > .center.tx-c h2.title br {display: none;}  
    .reviewsmore > .center:last-child {padding-top: 30px;}
    .reviewsmore-item p + .helpful {
        display: inline-flex !important;
        margin-left: auto;
        margin-bottom: 5px;
    }

    .reviewsmore > .center:last-child {
        padding-top:30px;
    }
    .reviewsmore {
        padding: 0px 0 15px;
    }
    .reviewsmore-head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div.reviewsmore-head > div > div > img {
        margin:10px auto;
    }
    .reviewsmore-verified p {
        line-height: 1.5;
    }
    .reviewsmore-verified img{
        margin-right:20px;
    }
    .reviewsmore-item .left > div{
        margin-top:-4px;
    }
}
