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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--c-blue: #609AD9;
	--c-yellow: #FFBE60;
	--c-black: #0A1C2B;
	--c-black-blue: #121628;
	--c-gray: #EDEDED;
	--akcent: #B32025;
	--campton: 'Campton', sans-serif;
	--greycliff: 'Greycliff CF', sans-serif;
}

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

body {
	font: 300 15.73px/1.4 var(--campton);
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

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

a {
	text-decoration: none;
	transition: all 0.3s;
}

h2.title {
	font-size: 70px;
	line-height: 1.05;
	font-weight: 600;
}
h2.title span {color: #DCBD7D;}

.tx-c {text-align: center;}
.tx-l {text-align: left;}
.tx-r {text-align: right;}
.before-subtitle {
	font-size: 17px;
	color: var(--c-black);
}
.after-subtitle {
	font-size: 20px;
	color: var(--c-black);
}

#main {overflow: hidden;}

.center {
	max-width: 1594px;
	margin: 0 auto;
	padding: 0 15px;
}
.max-center {
	max-width: 1920px;
	margin: 0 auto;
}

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

.c-blue {color: #4A8BB2 !important;}
.c-yellow {color: #F7AC53 !important;}

[data-src="crown"] {
	display: inline-block;
	width: 65px;
	height: 50px;
	line-height: 0;
    margin-top:60px;
}
[data-src="crown"].s-500 {display: inline-block !important;}

@media (max-width: 1600px) {
	body {font-size: 13px;}

	h2.title {font-size: 45px;}

	.before-subtitle {font-size: 14px;}
	.after-subtitle {font-size: 16px;}
}

@media (max-width: 1200px) {
	h2.title {font-size: 40px;}
}

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

	h2.title {font-size: 35px;}
    [data-src="crown"] {
        margin-top:0px !important;
    }
}

@media (max-width: 500px) {
	body {font-size: 14.5px;}

	.h-500 {display: none !important;}
	.s-500 {display: block !important;}

	.before-subtitle {font-size: 16px;}
}

@media (max-width: 413px) {
	h2.title {font-size: 31px;}
}

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

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

.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: var(--c-blue);
	position: relative;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
	letter-spacing: 0.5px;
	cursor: pointer;
}
.btn.yellow {background: var(--c-yellow);}
.btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: var(--c-black-blue);
	transition: all 0.3s;
}
.btn:hover:after {width: 100%;}
.btn span,
.btn svg {
	position: relative;
	z-index: 2;
}
.btn svg {
	fill: #fff;
	margin-left: 10px;
	width: 8px;
	height: 13px;
	transition: all 0.3s;
}
.btn:hover svg {transform: translateX(10px);}

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

.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;
}
.btn-fix a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 50px;
	background: var(--c-blue);
	border-radius: 8px;
	color: #fff;
	animation: pulse 1.5s infinite;
}
.btn-fix a:last-child {animation-delay: .5s;}
.btn-fix a strong {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}
.btn-fix a span {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
.btn-fix a:last-child {background: var(--c-yellow);}

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

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

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

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

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

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

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

/* ------------------ TOASTER ------------------ */
.toaster {
	position: fixed;
	left: 20px;
	top: 100%;
	z-index: 103;
	max-width: 350px;
	width: 100%;
	display: none;
	opacity: 0;
	margin-top: -100px;
	transition: all 0.3s;
}
.toaster:hover {transform: translateY(-20px);}

.toaster .close {
	background: #f0f0f0;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	transition: all 0.3s;
	cursor: pointer;
	display: none;
	opacity: 0;
}
.toaster .close svg {transition: all 0.3s;}
.toaster .close:hover svg {fill: var(--akcent);}

.overflow .toaster {z-index: 10;}
.toaster.active {
	display: block;
	animation: opacity 0.5s forwards;
}
.toaster-item {
	position: absolute;
    top: 0;
    left: 0;
    transform: translateY(150%);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    height: 100px;
    padding: 10px;
    color: #000;
    width: 100%;
    background: #F0F0F0;
    gap: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 10px;
    visibility: hidden;
}
.toaster-item.show {
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	visibility: visible;
}
.toaster-item.opacity-null {transform: translateY(150%) !important;}
.toaster-item:hover .close {
	display: block;
	animation: opacity 0.5s forwards;
}

.toaster-item .image {
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.toaster-item .image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.toaster-item .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 10px 0;
}
.toaster-item h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}
.toaster-item h3 b {font-weight: 600;}
.toaster-item p {
	font-size: 12px;
	line-height: 1;
	margin-top: 7px;
}
.toaster-item p b {font-weight: 500;}
.toaster-item .foot {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 13px;
	font-size: 12px;
}
.toaster-item .foot .ic {
	width: 15px;
	height: 15px;
	background: #58AC00;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toaster-item .foot .ic svg {
	width: 8px;
	height: 8px;
	fill: #fff;
}

@media (max-width: 500px) {
	.toaster {
		max-width: 300px;
		left: 15px;
	}
	.toaster-item {
		height: 80px;
		gap: 10px;
	}
	.toaster-item.show {transform: translateY(-70px);}
	.toaster-item .content {
		height: 100%;
		padding: 5px 0;
	}
	.toaster-item h3 {font-size: 14px;}
	.toaster-item p {
		font-size: 12px;
		margin-top: 5px;
	}
	.toaster-item .foot {
		font-size: 10px;
		margin-top: 6px;
	}
	.toaster .close {
		opacity: 1;
		display: block;
	}
}

/* ------------------ HEADER ------------------ */
#header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.head-bar {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: var(--c-black-blue);
	padding: 14px 0;
	display: block;
}
.head-bar .center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.head-bar .link {color: #fff;}
.head-bar span {
	display: inline-block;
	margin: 0 12px;
}

.head-main {
	padding: 10px 0;
	background: rgba(255,255,255,.6);
	box-shadow: 0 10px 60px rgba(38,45,118,.08);
	transition: all 3s;
}
.head-main .center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: inline-block;
	line-height: 0;
    cursor:default;
}

#nav ul {
	display: flex;
	align-items: center;
	gap: 33px;
}
#nav ul a {
	color: var(--c-black);
	font-size: 14px;
}
#nav ul a:hover {color: var(--akcent);}

.btn-head {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 216px;
	height: 43px;
	background: #dcbd7d;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	letter-spacing: 0.7px;
}
.btn-head:before {
	content: '';
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--c-black);
	transition: all 0.3s;
}
.btn-head span,
.btn-head:after {
	position: relative;
	z-index: 2;
}
.btn-head span {top: 1px;}
.btn-head:hover:before {width: 100%;}
.btn-head svg {
	width: 7px;
	height: 13px;
	fill: #fff;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.btn-head:hover svg {transform: translateX(5px);}

.current_promo_banner_a {
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
div.current_promo_banner {background-color: #151d2f !important;}
div.current_promo_banner span {
	margin: 0 0 3px 0 !important;
}
div.current_promo_banner strong b {
	font-weight: 700 !important;
}
div.current_promo_banner p b {
	font-weight: 500;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}

@media (max-width: 1600px) {
	#header .center {max-width: 1200px;}
	.logo svg {
		width: 130px;
		height: 36px;
	}

	.head-bar {
	    font-size: 13px;
	    padding: 9px 0;
	}

	#nav ul {gap: 20px;}
	#nav ul a {font-size: 14px;}

	.btn-head {
		width: 190px;
		height: 35px;
		font-size: 13px;
	}
}

@media (max-width: 1200px) {
	.head-bar {
	    font-size: 10px;
	    padding: 7px 0;
	}

	.head-main {padding: 15px 0;}

	.logo svg {
	    width: 90px;
	    height: 26px;
	}

	#nav ul {gap: 8px;}
	#nav ul a {font-size: 11px;}

	.btn-head {
	    width: 135px;
	    height: 27px;
	    font-size: 10px;
	}
	.btn-head svg {
		width: 5px;
		margin-left: 5px;
		top: 0;
	}
}

@media (max-width: 991px) {
	#nav ul a {font-size: 10px;}
}

@media (max-width: 768px) {
	div.current_promo_banner {padding: 4.5vw 0 4vw 0;}
	div.current_promo_banner i {margin-top: 0 !important;}
	div.current_promo_banner p {margin-bottom: 0 !important;}
}

@media (max-width: 760px) {
	.logo svg {
	    width: 120px;
	    height: 32px;
	}

	#nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 991;
		background: rgba(0,0,0,.8);
		display: flex;
		align-items: center;
		justify-content: center;
		display: none;
	}
	#nav ul {flex-direction: column;}
	#nav ul a {
	    font-size: 20px;
	    color: #fff;
	    font-weight: 500;
	    padding: 5px 0;
	    display: inline-block;
	}
	#nav .btn {
		min-width: 250px;
		background: #DCBD7D;
	}

	.open-menu #nav {
		display: flex;
		flex-direction: column;
		gap: 30px;
		animation: opacity 0.3s forwards;
	}

	.btn-nav {
		width: 27px;
		height: 21px;
		display: inline-block;
		position: relative;
		z-index: 992;
		margin-left: 15px;
		cursor: pointer;
	}
	.btn-nav span {
		display: block;
		height: 3px;
		width: 27px;
		background: #093E52;
		border-radius: 5px;
		transition: all 0.3s;
		transform-origin: center;
	}
	.btn-nav span + span {margin-top: 6px;}
	.open-menu .btn-nav span {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1.5px;
		background: #fff;
	}
	.open-menu .btn-nav span:nth-child(2) {display: none;}
	.open-menu .btn-nav span:nth-child(1) {transform: rotate(45deg);}
	.open-menu .btn-nav span:nth-child(3) {transform: rotate(-45deg);}

	.btn-head {margin-left: auto;}
}

@media (max-width: 500px) {
	div.current_promo_banner i {
		position: relative;
		top: 1px;
	}
	div.current_promo_banner p {
		top: 3.5px !important;
	}

	#header .center {
		display: block;
		text-align: center;
	}

	.head-bar {
	    font-size: 11px;
	    padding: 5px 0;
	    -webkit-font-smoothing: auto;
	    font-smoothing: auto;
	}
	.head-bar .link {display: inline-block;}
	.head-bar span {margin: 0 7px;}
	.head-bar .link:first-child {display: block;}
	.head-bar .link:first-child + span {display: none;}

	.head-main .center {display: flex !important;}
}

/* ------------------ HOME ------------------ */
.home {
	position: relative;
	padding: 0px 0 35px
}
.home .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.home .bg .icon {
	display: block;
	width: 100%;
}
.home:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 1920px;
	height: 899px;
}
.home:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #fff 20%, transparent);
	margin-bottom: -235px;
}
.home .inner {
	position: relative;
	z-index: 2;
}
.home h1,
.h1 {
	font-weight: 600;
	font-size: 80px;
	line-height: 1.05;
	margin: 20px 0;
	color: var(--c-black);
}

.home .buttons {margin-top: 30px;}

@media (max-width: 1600px) {
	.home:after {
		width: 1600px;
		height: 700px;
		background-size: 1600px;
	}
	.home h1,
	.h1 {
	    font-size: 60px;
	    margin: 15px 0;
	}

	.home .buttons {margin-top: 20px;}
}


@media (max-width: 1450px) {
	.home:after {
		width: 1450px;
		height: 700px;
		background-size: 1450px;
	}
}

@media (max-width: 1200px) {
	.home:after {
		width: 1200px;
		height: 700px;
		background-size: 1200px;
	}
	.home h1,
	.h1 {font-size: 45px;}
}

@media (max-width: 1100px) {
	.home .bg .icon {
	    width: 1100px;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	}
}

@media (max-width: 991px) {
	.home:after {
	    width: 1100px;
	    height: 700px;
	    background-size: 1100px;
	    margin-left: 15px;
	}
	.home:before {
		height: 100px;
		margin-bottom: -20px;
	}
	.home h1,
	.h1 {font-size: 35px;}
	.after-subtitle {font-size: 14px;}
}

@media (max-width: 768px) {
	.home .bg {top: 0}
	.home {padding-top: 60px;}
	.home:after {top: 20vw;}
}

@media (max-width: 760px) {
	.home:before {margin-bottom: -75px;}
	.home h1,
	.h1 {font-size: 30px;}
	.after-subtitle {font-size: 13px;}
}

@media (max-width: 500px) {
	.home {padding: 40px 0 45px;}

	.home .bg {top: 0}
	.home .bg .icon {
	    width: inherit;
	    position: absolute;
	    left: inherit;
	    right: 0;
	    transform: none;
	}

	.home:after {
		width: 500px;
		height: 1011px;
		/*background: url(../webp/bg-home-mob.svg) no-repeat;
		background-size: 500px;*/
		margin-top: -75px;
	    left: inherit;
	    right: 0;
	    transform: none;
	}
	.home h1,
	.h1 {
		font-size: 41px;
		margin-bottom: 10px;
	}
	.home .after-subtitle {
		font-weight: normal;
		font-size: 17px;
	}
}

@media (max-width: 413px) {
	.home .bg .icon {width: 400px}
	.home h1,
	.h1 {font-size: 38px;}
}

/* ------------------ SMOOTH SLIDER ------------------ */
.smooth-slider {position: relative;} 
.smooth-slider .splide__track {overflow: visible;}
.smooth-slider:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(180deg, white 20%, transparent);
	margin-top: 235px;
	z-index: -1;
}
.smooth-slider .inner {
	height: 573px;
	position: relative;
	border-radius: 35px;
	overflow: hidden;
	display: flex;
	transition: all 0.3s;
}
.smooth-slider .inner img {
	display: block;
	object-fit: cover;
}
.smooth-slider .inner:hover {transform: scale(1.02);}
.smooth-slider .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 100px 15px 15px;
	text-align: center;
	color: #fff;
}
.smooth-slider .content h3 {
	font-size: 57px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 35px;
}
.smooth-slider .video img {
	position: relative;
	z-index: 2;
}
.smooth-slider .slide-video {max-width: 256px;}
.smooth-slider .slide-video video {
	border-radius: 35px;
	margin-left: -1px;
	margin-top: -1px;
	object-fit: cover;
}

.trust {line-height: 0;}

@media (max-width: 1600px) {
	.smooth-slider .inner {
		height: 400px;
		border-radius: 25px;
	}
	.smooth-slider .content {padding: 80px 15px 15px;}
	.smooth-slider .trust svg {
		width: 250px;
		height: 30px;
	}
	.smooth-slider .content h3 {
		font-size: 45px;
		margin-top: 25px;
	}
	.smooth-slider .slide-video video {border-radius: 25px;}
}

@media (max-width: 1200px) {
	.smooth-slider .inner {height: 300px;}
	.smooth-slider .trust svg {
		width: 200px;
		height: 25px;
	}

	.smooth-slider .content {padding: 30px 15px 15px;}
	.smooth-slider .content h3 {
		font-size: 35px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.smooth-slider:after {
		height: 100px;
		margin-top: 118px;
	}
}

@media (max-width: 760px) {
	.smooth-slider:after {margin-top: 320px;}
}

@media (max-width: 500px) {
	.smooth-slider .inner {height: 400px;}
	.smooth-slider .content h3 {
		font-size: 30px;
		margin-top: 35px;
	}
}

/* ------------------ BRAND SLIDER ------------------ */
.brand-slider {
	padding: 70px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.brand-slider:before {
	content: '';
	display: block;
	width: 1101px;
	height: 100px;
	background: url(../img/bg-dots.png) no-repeat center;
	opacity: 0.4;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.brand-slider h5 {
	font-size: 22px;
	font-weight: 500;
	color: #A9A9A9;
}
.brand-slider h5 b {font-weight: bold;}
.brand-slider .splide {margin-top: 10px;}
.brand-slider .splide:not(.is-active) ul {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.brand-slider li{
    display: flex;
    align-items: center;
}
.brand-slider .splide img {opacity: 0.4;}
.brand-slider .splide .img-one {max-width: 126px;}
.brand-slider .splide .img-two {max-width: 80px;}
.brand-slider .splide .img-three {max-width: 109px;}
.brand-slider .splide .img-four {max-width: 146px;}
.brand-slider .splide .img-five {max-width: 123px;}
.brand-slider .splide .img-sex {max-width: 128px;}
.brand-slider .splide .img-seven {max-width: 50px;}
.brand-slider .splide .img-eight {max-width: 100px;}

@media (max-width: 1600px) {
	.brand-slider {
	    padding: 60px 0 15px 0;
	    text-align: center;
	}
	.brand-slider:before {top: 70px;}
	.brand-slider h5 {font-size: 19px;}
}

@media (max-width: 1200px) {
	.brand-slider {padding: 30px 0 0 0;}
	.brand-slider .splide img {
	    max-height: 23px;
	    object-fit: contain;
	}
}

@media (max-width: 500px) {
	.brand-slider {padding: 40px 0 0 0;margin-bottom:30px;}
	.brand-slider .splide img {max-height: 35px;}
	.brand-slider h5 {font-size: 4vw}
}

/* ------------------ PRODUCT SLIDER ------------------ */
.product-slider {
	position: relative;
	margin-top: -60px;
}
.product-slider:after {
	content: '';
    display: block;
    width: 1920px;
    height: 1599px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -530px;
	background: url(../webp/bg-product-slider.svg) no-repeat;
	z-index: -2;
}
.product-slider-two:after {display: none;}

.product-slider .splide__track {padding: 70px 0 60px 0;}
.product-slider-two .splide__track {padding-bottom: 45px;}
.product-slider .inner {
	padding: 19px 14px 18px 18px;
	height: 395px;
	position: relative;
	display: flex;
	flex-direction: column;
	color: inherit;
}
.product-slider .inner:after {
	content: '';
	border-radius: 25px;
	color: #151B2F;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.3s;
	box-shadow: 0 10px 60px rgba(38,45,118,.08);
}
.product-slider .inner:hover:after {
	transform: scale(1.02);
}

.product-slider .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-slider .head h3 {
	font-size: 31px;
	line-height: 1.1;
	font-weight: 500;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
.product-slider .head h3 span {display: inline-block;}
.product-slider .head h3:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../webp/product-slider/ic-rx.svg) no-repeat;
	position: relative;
	top: -10px;
	margin-left: 2px;
}
.product-slider .head p {margin-top: 5px;}
.product-slider .head:after {
	content: '';
	display: inline-block;
	width: 62px;
	height: 61px;
	background: url(../webp/product-slider/fda.webp) no-repeat;
	background-size: 62px;
}

.product-slider .inner-dissolvables .head:after {display: none;}
.product-slider .tags {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 8px;
}
.product-slider .tags li {
	background: var(--c-gray);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	min-height: 29px;
}
.product-slider .tags li svg {
	fill: #151B2F;
	margin-left: 5px;
	position: relative;
    top: 1px;
}

.product-slider .name {
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}
.product-slider .name .c-blue {
	color: var(--c-blue);
	font-weight: 500;
}
.product-slider .name .c-yellow {
	color: var(--c-yellow);
	font-weight: 500;
}

.product-slider .image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.product-slider .image.img-pfizer {
	margin-top: -38px;
	width: 195px;
}
.product-slider .image.img-100 {
	margin-top: -47px;
	width: 260px;
}
.product-slider .image.img-c20 {
	margin-top: -51px;
    width: 290px;
}
.product-slider .image.img-20 {
	width: 290px;
	margin-top: -50px;
}
.product-slider .image.img-c10 {
	width: 270px;
	margin-top: -38px;
}

.product-slider .inner > .tx-c {margin-top: auto;}

.product-slider .link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #151B2F;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	min-width: 210px;
	height: 40px;
	cursor: pointer;
	letter-spacing: 1px;
}
.product-slider .link:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: var(--akcent);
	transition: all 0.3s;
}
.product-slider .link:hover:after {width: 100%;}
.product-slider .link svg {
	fill: #fff;
	margin-left: 17px;
	width: 10px;
	height: 15px;
	margin-right: -15px;
	transition: all 0.3s;
}
.product-slider .link:hover svg {transform: translateX(10px);}
.product-slider .link span,
.product-slider .link svg {
	position: relative;
	z-index: 2;
}

.product-slider .after-text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}

@media (max-width: 1850px) {
	.product-slider .head h3 {font-size: 26px;}
	.product-slider .tags li {font-size: 11px;}
}

@media (max-width: 1600px) {
	.product-slider:after {
		width: 1600px;
		height: 1200px;
		background-size: 1600px;
		margin-top: -450px;
	}
	.product-slider .splide__track {padding: 50px 0;}

	.product-slider .inner {height: 345px;}

	.product-slider .head {margin-bottom: 13px;}
	.product-slider .head h3 {font-size: 24px;}
	.product-slider .head h3:after {
	    width: 9px;
	    height: 11px;
	    background-size: 9px 11px;
	    top: -7px;
	    margin-left: 1px;
	}
	.product-slider .head:after {
	    width: 50px;
	    height: 50px;
	    background-size: 50px;
	}

	.product-slider .tags {gap: 5px;}
	.product-slider .tags li {
		font-size: 10px;
		font-weight: 500;
		min-height: 23px;
	}
	.product-slider .tags li svg {
		padding-left: 0;
		width: 9px;
		height: 6px;
	}

	.product-slider .image.img-pfizer {margin-top: -46px;}
	.product-slider .image.img-100 {margin-top: -55px;}
	.product-slider .image.img-c20 {margin-top: -59px;}
	.product-slider .image.img-20 {margin-top: -59px;}
	.product-slider .image.img-c10 {margin-top: -46px;}

	.product-slider .name {
		font-size: 11px;
		margin-top: 10px;
	}

	.product-slider .link {
		font-size: 15px;
		min-width: 170px;
		height: 35px;
	}
	.product-slider .link svg {
	    fill: #fff;
	    margin-left: 10px;
	    width: 8px;
	    height: 13px;
	    margin-right: -15px;
	}

	.product-slider .after-text {
	    font-size: 12px;
	    margin-top: 10px;
	}
}

@media (max-width: 1200px) {
	.product-slider:after {
	    width: 1200px;
	    height: 1200px;
	    background-size: 1200px;
	    margin-top: -400px;
	}
}

@media (max-width: 991px) {
	.product-slider:after {
	    width: 991px;
	    height: 1000px;
	    background-size: 991px;
	    margin-top: -270px;
	}
}

@media (max-width: 500px) {
	.product-slider:after {
		width: 500px;
	    height: 1011px;
	    background: url(../webp/bg-product-slider-mob.svg) no-repeat;
	    margin-top: -180px;
	    left: inherit;
	    right: 0;
	    background-size: 500px;
	}
	.product-slider .head {margin-bottom: 18px;}
	.product-slider .head h3 {font-size: 28px;}
	.product-slider .head:after {
	    width: 60px;
	    height: 60px;
	    background-size: 60px;
	}
	.product-slider .inner {
		padding: 19px 14px 15px 18px;
		height: 370px;
	}
	.product-slider .tags li {
	    font-size: 12px;
	    font-weight: 500;
	    min-height: 27px;
	}

	.product-slider .image.img-pfizer {margin-top: -36px;}
	.product-slider .image.img-100 {margin-top: -43px;}
	.product-slider .image.img-c20 {margin-top: -49px;}
	.product-slider .image.img-20 {margin-top: -50px;}
	.product-slider .image.img-c10 {margin-top: -38px;}

	.product-slider .name {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.product-slider .link {
	    font-size: 18px;
	    min-width: 180px;
	    height: 38px;
	}
	.product-slider .link svg {
		width: 9px;
		height: 14px;
	}
	.product-slider .after-text {font-size: 13px;}
}

/* ------------------ DELIVERY ------------------ */
.delivery {margin-top: 45px;}
.delivery .center {
	min-height: 758px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 20px 20px 180px;
	position: relative;
/*	background: url(../webp/bg-delivery.webp) no-repeat right center;*/
	background-size: cover;
	border-radius: 53px;
}
.delivery .center video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 35px;
}
.delivery .dots {
	width: 320px;
	height: 320px;
	position: absolute;
	top: 100%;
	right: 100%;
	margin-top: -170px;
	margin-right: -170px;
	overflow: hidden;
}
.delivery .logo {
	position: absolute;
	right: 35px;
	bottom: 40px;
}
.delivery h4 {
	color: #D6AD60;
	font-weight: 600;
	font-size: 28px;
}
.delivery h3 {
	color: #fff;
    font-size: 48px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 45px;
    margin-top: 20px;
}
.delivery .btn {
	background: #DCBD7D;
	min-width: 316px;
}

@media (max-width: 1600px) {
	.delivery {margin-top: 40px;}
	.delivery .center {
		min-height: 550px;
		max-width: 1170px;
		padding: 20px 20px 20px 120px;
		border-radius: 35px;
	}
	.delivery h4 {font-size: 23px;}
	.delivery h3 {
	    font-size: 38px;
	    line-height: 1.25;
	    margin-bottom: 40px;
	    margin-top: 15px;
	}
	.delivery .dots {
		width: 250px;
		height: 250px;
		margin-top: -120px;
		margin-right: -120px;
	}
	.delivery .btn {min-width: 245px;}
}

@media (max-width: 1200px) {
	.delivery h4 {font-size: 15px;}
	.delivery h3 {
	    font-size: 25px;
	    line-height: 1.25;
	    margin-bottom: 25px;
	    margin-top: 10px;
	}
	.delivery .center {
	    min-height: 350px;
	    max-width: 700px;
	    padding: 20px 20px 20px 30px;
	}

	.delivery .logo {
	    right: 25px;
	    bottom: 25px;
	}

	.delivery .dots {
		width: 150px;
		height: 150px;
		margin-top: -50px;
		margin-right: -50px;
	}
}

@media (max-width: 760px) {
	.delivery .center {
	    min-height: 260px;
	    max-width: 470px;
	    border-radius: 20px;
	}
	.delivery .center video {border-radius: 20px;}
	.delivery h4 {font-size: 14px;}
	.delivery h3 {
	    font-size: 21px;
	    line-height: 1.25;
	    margin-bottom: 60px;
	    margin-top: 5px;
	}
}

@media (max-width: 500px) {
	.delivery {
	    padding: 0 15px;
	}
	.delivery .center {
		min-height: 520px;
	    max-width: inherit;
	    border-radius: 15px;
		background: url(../webp/bg-delivery-mob.webp) no-repeat right center;
		background-size: cover;
		padding: 15px;
	}
	.delivery .center video {border-radius: 15px;}
	.delivery .logo {
	    right: inherit;
	    bottom: inherit;
	    left: 15px;
	    top: 25px;
	}
	.delivery h4 {
	    font-size: 18px;
	    margin-top: 110px;
	}
	.delivery h3 {
	    font-size: 24px;
	    margin-bottom: inherit;
	    margin-top: 10px;
	}
	.delivery .btn {
	    min-width: inherit;
	    margin: auto auto 30px auto;
	    max-width: 307px;
	    display: flex;
	    position: relative;
    	z-index: 2;
	}

	.delivery .dots {
		width: 200px;
		height: 200px;
		margin-top: -120px;
		margin-right: -80px;
	}
}

@media (max-width: 413px) {
	.delivery h3 {font-size: 20px;}
}

/* ------------------ STEPS ------------------ */
.steps {
	padding: 40px 0 80px 0;
	color: #0A1C2B;
	position: relative;
}
.steps:after {
	content: '';
	display: block;
	position: absolute;
	top: 280px;
	left: 0;
	right: 0;
	height: 320px;
	z-index: -1;
	background: url(../webp/bg-dots.webp) no-repeat center;
}
.steps:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -625px;
	background: url(../webp/bg-steps.svg) no-repeat center;
	width: 1920px;
	height: 2583px;
	z-index: -2;
}

.steps .before-subtitle {
	color: #0A1C2B;
	font-size: 17px;
	margin-top: 7px;
}
.steps h2 {
	font-size: 70px;
	font-weight: 600;
	margin-top: 20px;
}

.steps .splide {margin-top: 25px;}
.steps .splide:not(.is-active) ul {
	display: flex !important;
    justify-content: center;
    gap: 95px;
}

.steps .inner {padding: 10px 10px 0 10px;}
.steps .inner .image {
	min-height: 278px;
	display: flex;
	margin-bottom: 25px;
	border-radius: 11px;
	overflow: hidden;
	justify-content: center;
	transition: all 0.3s;
}
.steps .inner .image img {
	object-fit: cover;
	object-position: center;
}
.steps .inner:hover .image {transform: scale(1.02);}
.steps .inner h5 {
	font-weight: 500;
	font-size: 23px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
.steps .inner p {
	font-size: 19px;
	line-height: 1.3;
	text-align: center;
}

@media (max-width: 1600px) {
	.steps {padding: 35px 0 65px 0;}
	.steps:after {
	    top: 230px;
	    height: 235px;
	    background-size: auto 235px;
	}
	.steps:before {
	    top: 0;
	    right: 0;
	    margin-top: -400px;
	    background-size: 1600px;
	    width: 1600px;
	    height: 2000px;
	}
	.steps .before-subtitle {
	    font-size: 13px;
	    letter-spacing: 0;
	    margin-top: 5px;
	}
	.steps h2 {
	    font-size: 50px;
	    font-weight: 600;
	    margin-top: 15px;
	}

	.steps .splide:not(.is-active) ul {gap: 65px;}
	.steps .inner .image {
		min-height: inherit;
		height: 200px;
	}
	.steps .inner h5 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.steps .inner p {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media (max-width: 1200px) {
	.steps:before {
		margin-top: -200px;
		background-size: 1350px;
		width: 1350px;
		height: 1500px;
	}
	.steps h2 {font-size: 40px;}
	.steps .center {max-width: 750px;}
	.steps .splide:not(.is-active) ul {gap: 25px;}
	.steps .inner .image {height: 150px;}
	.steps .inner h5 {font-size: 14px;}
	.steps .inner p {font-size: 13px;}
}

@media (max-width: 991px) {
	.steps:before {
	    margin-top: -150px;
	    background-size: 991px;
	    width: 991px;
	    height: 1000px;
	}
}

@media (max-width: 760px) {
	.steps h2 {font-size: 35px;}
	.steps .inner .image {height: 350px;}
	.steps .inner h5 {
	    font-size: 25px;
	    margin-bottom: 15px;
	}
	.steps .inner p {font-size: 17px;}

	.splide__pagination {
	    bottom: 0;
	    padding: 0;
	    margin-bottom: -35px;
	    display: flex;
	    align-items: center;
	    gap: 10px;
	}
	.splide__pagination li {line-height: 0;}
	.splide__pagination button {
		background: #0A1C2B;
		opacity: 1;
		margin: 0;
		width: 10px;
		height: 10px;
		transform: none !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.splide__pagination button:after {
		content: '';
		width: 5px;
		height: 5px;
		background: #0A1C2B;
		border-radius: 50%;
		display: block;
		transition: all 0.3s;
		transform: scale(0);
	}
	.splide__pagination button.is-active {
		background: rgba(10,28,43,.21);
	}
	.splide__pagination button.is-active:after {transform: scale(1);}
}

@media (max-width: 500px) {
	.steps:before {
		width: 450px;
		height: 1011px;
		right: inherit;
		left: 0;
		background: url(../webp/bg-steps-mob.svg) no-repeat center;
		margin-top: -365px;
		background-size: 450px;
	}
	.steps:after {display: none;}
	.steps {padding: 45px 0 80px 0;}
	.steps .inner .image {
	    height: inherit;
	    width: 100%;
	    overflow: hidden;
	    border-radius: 15px;
	    margin-bottom: 15px;
	}
	.steps .inner .image img {width: 100%;}
	.steps .inner h5 {margin-bottom: 10px;}
	.steps .inner p {font-size: 20px;}
}

@media (max-width: 413px) {
	.steps:before {margin-top: -425px;}
	.steps h2 {font-size: 30px;}
	.steps .inner p {font-size: 16px;}
}

/* ------------------ ANTHONY ------------------ */
.anthony .center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
	max-width: 1274px;
}
.anthony-content {padding-top: 50px;}
.anthony-content h2.title {
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
}
.anthony-content .subtitle {
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 500;
}

.signature .icon {
	display: inline-block;
	max-width: 192px;
	line-height: 0;
	margin-bottom: 5px;
} 
.signature p:nth-child(2) {margin-bottom: 5px;}
.signature p strong {font-weight: 500;}

.anthony .signature {
	margin-bottom: 40px;
	margin-top: 10px;
}

.anthony .buttons {margin-left: 8px;}

.anthony-image .image {
	height: 799px;
	border-radius: 27px;
	overflow: hidden;
	display: flex;
}
.anthony-image .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.anthony-image .foot {
	display: flex;
	align-items: center;
	padding-left: 30px;
	margin-top: -35px;
}
.anthony-image .foot > div {
	display: flex;
	align-items: center;
}
.anthony-image .foot > div img {position: relative;}
.anthony-image .foot > div img:nth-child(2) {
	margin-left: -45px;
	z-index: 2;
}
.anthony-image .foot > div img:nth-child(3) {
	margin-left: -67px;
	z-index: 3;
	position: relative;
	top: 6px;
}
.anthony-image .foot p {
	font-family: var(--greycliff);
	font-size: 11px;
    font-weight: 500;
    color: #8A8A8A;
    margin-left: 5px;
    position: relative;
    top: 10px;
}

@media (max-width: 1600px) {
	.anthony .center {
	    gap: 35px;
	    max-width: 900px;
	}

	.anthony-content {padding-top: 30px;}
	.anthony-content h2.title {font-size: 36px;}
	.anthony-content .subtitle {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.anthony-content .subtitle br,
	.anthony-content > p br {display: none;}

	.signature .icon {max-width: 150px;}
	.signature p:nth-child(2) {
	    margin-bottom: 2px;
	}

	.anthony-image .image {
	    height: 590px;
	    border-radius: 20px;
	    margin-right: -20px;
	}
	.anthony-image .foot {
		padding-left: 20px;
		margin-top: -20px;
		margin-right: -20px;
	}
	.anthony-image .foot > div img {
	    position: relative;
	    max-width: 60px;
	}
	.anthony-image .foot > div img:nth-child(2) {
	    margin-left: -25px;
	    max-width: 65px;
	}
	.anthony-image .foot > div img:nth-child(3) {
	    margin-left: -39px;
	    position: relative;
	    top: 4px;
	}
	.anthony-image .foot p {font-size: 9px;}
}

@media (max-width: 1200px) {
	.anthony .center {
		display: flex;
		gap: 25px;
	}
	.anthony .buttons {margin-left: 0;}

	.anthony-content {width: 50%;}

	.anthony .signature {margin-bottom: 20px;}

	.anthony-image {width: 50%;}
	.anthony-image .image {margin-right: 0;}
	.anthony-image .foot {
		margin-right: 0;
		padding-left: 0;
	}
	.anthony-image .foot p br {display: none;}
}

@media (max-width: 760px) {
	.anthony .center {flex-direction: column;}

	.anthony-content {
	    width: 100%;
	    padding-top: 0;
	}
	.anthony-image {width: 100%;}
	.anthony .buttons {
		max-width: inherit;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.anthony {position: relative;}
	.anthony:after {
		content: '';
		display: block;
		width: 400px;
		height: 1011px;
		background: url(../webp/bg-anthony.svg) no-repeat;
		background-size: 400px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		margin-top: -240px;
	}

	.anthony .head {order: -2;}
	.anthony .before-subtitle {
	    font-size: 19px;
	    font-weight: normal;
	    margin-top: 5px;
	}
	.anthony h2.title {
	    font-weight: 500;
	    font-size: 31px;
	    margin-top: 13px;
	    line-height: 1.2;
	}
	.anthony-image {order: -1;}
	.anthony-image .image {
	    height: inherit;
	    border-radius: 10px;
	}
	.anthony-image .foot {margin-top: -30px;}
	.anthony-image .foot > div {
		order: 1;
		margin-left: auto;
	}
	.anthony-image .foot > div img {
	    max-width: 90px;
	}
	.anthony-image .foot > div img:nth-child(2) {
	    margin-left: -53px;
	    max-width: 100px;
	}
	.anthony-image .foot > div img:nth-child(3) {
	    margin-left: -75px;
	}
	.anthony-image .foot p {
	    font-size: 12px;
	    margin-left: 0;
	    line-height: 1.2;
	    margin-right: 5px;
	    top: 13px;
	    font-weight: normal;
	}

	.anthony-content .subtitle,
	.anthony-content > p {line-height: 1.6;}
	.anthony-content .subtitle {
	    margin-top: 0;
	    margin-bottom: 30px;
	    font-weight: 300;
	    font-size: 16px;
	}
	.anthony-content > p {font-size: 16px;}

	.signature .icon {max-width: 165px;}
	.signature p:nth-child(2) {font-size: 16px;}
	.signature p:nth-child(3) {font-size: 16px;}
	.anthony .signature {margin-bottom: 5px;}
}

@media (max-width: 413px) {
	.anthony .before-subtitle {font-size: 17px;}
	.anthony h2.title {font-size: 28px;}
	.anthony-image .foot p {font-size: 11px;}
}
@media (max-width: 390px) {
	.anthony-image .foot p {font-size: 10px;}
}
@media (max-width: 370px) {
	.anthony-image .foot p {font-size: 9px;}
}

/* ------------------ ANTHONY ------------------ */
.adventages-slider {margin-top: 70px;}
.adventages-slider .splide__track {padding: 10px 0;}
.adventages-slider .inner {
	position: relative;
	height: 100%;
	display: block;
}
.adventages-slider .image {
	height: 100%;
	display: flex;
	border-radius: 36px;
	overflow: hidden;
	transition: all 0.3s;
}
.adventages-slider .inner:hover .image {
	transform: scale(1.02);
}
.adventages-slider .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.adventages-slider .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0 50px 35px;
	color: #fff;
}
.adventages-slider .content h5 {
	font-size: 19px;
	font-weight: 600;
	color: #DCBD7D;
}
.adventages-slider .content h3 {
	font-size: 33px;
	font-weight: 600;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 20px;
}
.adventages-slider .content p {
	font-size: 24px;
}
.adventages-slider .content button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0A1C2B;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 25px;
	bottom: 15px;
	gap: 10px;
	transition: all 0.3s;
	cursor: pointer;
}
.adventages-slider .content button:hover {
	background: var(--akcent);
	width: 130px;
	border-radius: 30px;
}
.adventages-slider .content button span {
	display: none;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	position: relative;
	top: 1px;
	opacity: 0;
}
.adventages-slider .content button:hover span {
	display: block;
	animation: opacity 0.3s 0.1s forwards;
}

@media (max-width: 1800px) {
	.adventages-slider .content h5 {font-size: 14px;}
	.adventages-slider .content h3 {font-size: 28px;}
	.adventages-slider .content p {font-size: 19px;}
}

@media (max-width: 1600px) {
	.adventages-slider .image {border-radius: 25px;}
	.adventages-slider .content {padding: 35px 0 35px 20px;}
	.adventages-slider .content h5 {font-size: 14px;}
	.adventages-slider .content h3 {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 1;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.adventages-slider .content p {font-size: 16px;}
	.adventages-slider .content a {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 15px;
	}
}

@media (max-width: 1200px) {
	.adventages-slider {margin-top: 50px;}
	.adventages-slider .content {padding: 25px 0 20px 20px;}
	.adventages-slider .content h5 {font-size: 13px;}
	.adventages-slider .content h3 {font-size: 15px;}
	.adventages-slider .content p {font-size: 14px;}
}

@media (max-width: 500px) {
	.adventages-slider {
		margin-top: 70px;
		position: relative;
		z-index: 90;
	}
	.adventages-slider .content {padding: 35px 15px 20px 20px;}
	.adventages-slider .content h5 {font-size: 16.5px;}
	.adventages-slider .content h3 {font-size: 21px;}
	.adventages-slider .content p {
		font-size: 17px;
		-webkit-font-smoothing: auto;
		font-smoothing: auto;
	}
}

@media (max-width: 413px) {
	.section-banner h3 {font-size: 20px;}
	.adventages-slider .content h5 {font-size: 14px;}
	.adventages-slider .content h3 {font-size: 21px;}
}

/* ------------------ REVIEWS VIDEO ------------------ */
.reviews-video {
	padding: 90px 0 100px 0;
	position: relative;
}
.reviews-video:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -252px;
	background: url(../webp/bg-reviews-video.svg) no-repeat;
	width: 1920px;
	height: 1649px;
	z-index: -1;
}
.reviews-video h2.title {
	margin-top: 5px;
	font-size: 65px;
}

.videos {
    position: relative;
    width: 1168px;
}
.videos .subtitle {font-size: 19px;}
.videos .anim-dot {
    width: 260px;
    height: 275px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.videos [data-src="crown"] {margin-bottom: 15px;}

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

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

.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 .wrap-video:after {
	display: none;
	animation: opacity 0.3s forwards;
}

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

.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;
}
.wrap-video .popup-close:hover {text-decoration: none;}

.video {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    display: block;
}
.video .svg-left {
	position: absolute;
    top: 100%;
    right: 100%;
    margin-top: -100px;
    margin-right: -5px;
    z-index: -1;
    width: 500px;
    height: 400px;
}
.video .svg-right {
	position: absolute;
    bottom: 100%;
    left: 100%;
    margin-left: -30px;
    margin-bottom: -5px;
    z-index: -1;
}
body.overflow .video {z-index: 9999;}
body.overflow .video .svg-left,
body.overflow .video .svg-right {display: none;}
.video video {
    display: block;
    width: 100%;
    height: 620px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}
.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);
}
.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%;
}
.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;
}
.play svg {margin-left: 5px;}
.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;
}
.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%;
}
.pause span {
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.pause span:first-child {
    margin-right: 15px;
}

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

.pause-video .pause,
.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;}
}

.video:not(.playing) .play,
.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;}
}

.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;
}
.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;
}
.video.playing .popup-close svg {
	fill: #fff !important;
	width: 14px !important;
    min-width: 14px !important;
    height: 14px !important;
}
.video .popup-close:hover {
    background: var(--c-black-blue) !important;
    transform: scale(0.95) !important;
}

.videos .splide {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 9;
    max-width: 900px;
}
body.overflow .videos .splide {z-index: 9999;}
body.overflow .videos .d-none {
	display: block !important;
	z-index: 9999;
	position: relative;
}
.videos .splide__slide {padding: 0 2px;}
.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;
}
.videos .splide__slide .thumb:hover,
.videos .splide__slide .thumb.focus {border-color: #DCBD7D;}
.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;
}
.videos .splide__slide .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    object-fit: cover;
    height: 100%;
}
.videos .splide__slide .thumb:hover .overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.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;
}
.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%;
}
.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;
}
.videos .splide__slide .play-inner:hover {animation: anVideoBtn2 0.3s linear forwards !important;}
.videos .splide__slide .play-inner svg {
	margin-left: 3px;
	position: relative;
	z-index: 10;
}

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

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

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

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

@media (max-width: 1600px) {
	.videos {width: 850px;}
	.reviews-video:after {
	    margin-top: -315px;
	    width: 1600px;
	    height: 1060px;
	    background-size: 1600px;
	}

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

	.reviews-video {padding: 60px 0 80px 0;}
	.videos h2.title {font-size: 35px;}

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

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

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

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

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

@media (max-width: 1200px) {
	.videos {width: 600px;}

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

	.videos h2.title {font-size: 24px;}
	.videos .subtitle {font-size: 13px;}
	.videos .splide__slide .thumb {min-height: 100px;}

	.reviews-video {padding: 50px 0 50px 0;}

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

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

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

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

@media (max-width: 991px) {
	.reviews-video:after {
	    margin-top: -70px;
	    width: 991px;
	    height: 800px;
	    background-size: 991px;
	}
}

@media (max-width: 750px) { 
	.reviews-video:after {margin-top: -280px;}

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

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

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

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

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

    .videos .splide__pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        position: static;
    }
    .videos .splide__pagination button {border-color: var(--color);}
    .videos .splide__pagination button.is-active {background: var(--color);}
    .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;
    }
    .videos .splide__pagination li button.is-active {border-color: #64ccca;}
    .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;
    }
    .videos .splide__pagination li button.is-active:after {
        background: #64ccca;
    }

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

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

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

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

@media (max-width: 500px) {
	.reviews-video:after {
		width: 450px;
	    height: 1011px;
	    background: url(../webp/bg-reviews-video-mob.svg) no-repeat;
	    background-size: 450px;
	    margin-top: -346px;
	}
	.reviews-video {
	    padding: 60px 0 70px 0;
	}
	.videos h2.title {
	    font-size: 35px;
	    line-height: 1.1;
	    margin-top: 5px;
	    font-weight: 500;
	}
	.video video {
	    min-height: 220px;
	    height: 100%;
	    border-radius: 15px;
	}
	.videos .splide__slide h3 {font-size: 11px;}

	.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) {
	.videos h2.title {font-size: 35px;}
	.videos .subtitle {font-size: 13px;}
    .wrap-video {padding-top: 20px;}
    .video video {min-height: 200px;}
    .videos .toptitle {font-size: 14px;}
    .videos h3.title {font-size: 22px;}
    .videos .splide__slide .thumb {min-height: 100px;}
}

/* ------------------ SECTION BANNER ------------------ */
.section-banner {position: relative;}
.section-banner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 2304px;
	margin-top: -690px;
	z-index: -1;
	background: url(../webp/bg-section-banner-left.svg) no-repeat;
}
.section-banner .center {
	min-height: 758px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 20px 20px 180px;
	position: relative;
	background: url(../webp/bg-section-banner.webp) no-repeat right center;
	background-size: cover;
	border-radius: 53px;
}
.section-banner .dots {
    width: 320px;
    height: 320px;
    position: absolute;
    bottom: 100%;
    right: 100%;
    overflow: hidden;
    margin-bottom: -145px;
    margin-right: -145px;
}
.section-banner .logo {
	position: absolute;
	right: 35px;
	bottom: 40px;
	position: absolute;
	top: 70px;
	left: 180px;
}
.section-banner h4 {
	color: #D6AD60;
	font-weight: 600;
	font-size: 28px;
}
.section-banner h3 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 40px;
	margin-top: 30px;
}
.section-banner .btn {
	background: #DCBD7D;
	min-width: 316px;
}

.section-banner .video-mobile {
	position: absolute;
	top: 50%;
	right: 135px;
	transform: translateY(-50%);
}

.video-mobile {
	position: relative;
	width: 320px;
	height: 645px;
}
.video-mobile img {
	position: relative;
	z-index: 2;
}
.video-mobile video {
	position: absolute;
	top: 15px;
	left: 14px;
	right: 0;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	max-width: 290px;
	object-fit: cover;
	object-position: center;
	border-radius: 35px;
}

@media (max-width: 1600px) {
	.section-banner:after {
	    top: 0;
	    left: 0;
	    width: 1600px;
	    height: 2000px;
	    margin-top: -550px;
	    background-size: 1600px;
	}

	.section-banner .center {
		min-height: 550px;
		max-width: 1170px;
		padding: 20px 20px 20px 120px;
		border-radius: 35px;
	}
	.section-banner h4 {font-size: 23px;}
	.section-banner h3 {
	    font-size: 38px;
	    line-height: 1.25;
	    margin-bottom: 40px;
	    margin-top: 15px;
	}
	.section-banner .logo {
	    position: absolute;
	    top: 50px;
	    left: 120px;
	}
	.section-banner .btn {min-width: 245px;}

	.section-banner .dots {
		width: 250px;
		height: 250px;
		margin-bottom: -115px;
    	margin-right: -100px;
	}

	.video-mobile {
	    width: 235px;
	    height: 478px;
	}
	.video-mobile video {
	    top: 12px;
	    left: 11px;
	    right: 0px;
	    bottom: 5px;
	    max-width: 212px;
	    object-fit: cover;
	    object-position: center;
	    border-radius: 25px;
	}
}

@media (max-width: 1200px) {
	.section-banner:after {
	    width: 1200px;
	    height: 1350px;
	    margin-top: -430px;
	    background-size: 1200px;
	}

	.section-banner:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 200px;
		background: linear-gradient(180deg, #fff 20%, transparent);
	}

	.section-banner h4 {font-size: 15px;}
	.section-banner h3 {
	    font-size: 25px;
	    line-height: 1.25;
	    margin-bottom: 25px;
	    margin-top: 10px;
	}
	.section-banner .center {
	    min-height: 350px;
	    max-width: 700px;
	    padding: 20px 20px 20px 30px;
	    position: relative;
	}

	.section-banner .logo {
		top: 30px;
		left: 30px;
	}

	.section-banner .dots {
		width: 150px;
		height: 150px;
		margin-bottom: -50px;
		margin-right: -50px;
	}

	.section-banner .video-mobile {right: 50px;}

	.video-mobile {
	    width: 150px;
	    height: 305px;
	}
	.video-mobile video {
	    top: 8px;
	    left: 7px;
	    right: 0px;
	    bottom: 5px;
	    max-width: 135px;
	    border-radius: 15px;
	}
}

@media (max-width: 760px) {
	.section-banner:before {display: none;}
	.section-banner:after {display: none;}
	.section-banner .center {
	    min-height: 260px;
	    max-width: 470px;
	    border-radius: 20px;
	    padding: 70px 20px 20px 30px;
	}
	.section-banner h4 {font-size: 14px;}
	.section-banner h3 {
	    font-size: 21px;
	    line-height: 1.25;
	    margin-bottom: 25px;
	    margin-top: 5px;
	}

	.section-banner .video-mobile {right: 8px;}

	.video-mobile {
	    width: 120px;
	    height: 245px;
	}
	.video-mobile video {
	    top: 5px;
	    left: 6px;
	    right: 0px;
	    bottom: 5px;
	    max-width: 110px;
	    border-radius: 15px;
	}
}

@media (max-width: 500px) {
	.section-banner {padding: 0 15px;}
	.section-banner .center {
		min-height: 660px;
	    max-width: inherit;
	    border-radius: 25px;
		    background: url(../webp/bg-section-banner-mob.webp) no-repeat right center;
		background-size: cover;
		padding: 15px;
		justify-content: start;
		padding: 33px 15px;
	}
	.section-banner .logo,
	.section-banner .btn,
	.section-banner .dots {display: none;}
	.section-banner h4 {
	    font-size: 17px;
	    margin-top: 0;
	}
	.section-banner h3 {
	    font-size: 23px;
	    margin-bottom: inherit;
	    margin-top: 10px;
	}

	.section-banner .video-mobile {
		right: 50%;
	}

	.video-mobile {
	    width: 320px;
	    height: 653px;
	    top: 100% !important;
	    transform: translate(50%, 0) !important;
	    margin-top: -140px;
	}
	.video-mobile video {
	    top: 13px;
	    left: 15px;
	    right: 0px;
	    bottom: 5px;
	    max-width: 290px;
	    border-radius: 30px;
	}
}

/* ------------------ TEXT COLUMN ------------------ */
.text-column {padding: 50px 0;}
.text-column .center {
	max-width: 1350px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-start;
	gap: 0 75px;
}
.text-column .text {
	padding-left: 30px;
	border-left: 1px solid #DDBD7C;
	color: #111423;
}
.text-column .text h6 {
	color: var(--akcent);
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 500;
}
.text-column .text h3 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (max-width: 1600px) {
	.text-column {padding: 40px 0;}
	.text-column .text h3 {
	    font-weight: 600;
	    font-size: 17px;
	    margin-top: 7px;
	    margin-bottom: 15px;
	}
	.text-column .center {
	    max-width: 1080px;
	    gap: 0 40px;
	}
}

@media (max-width: 1200px) {
	.text-column .center {
		max-width: 700px;
		gap: 0 10px;
	}
	.text-column .text {padding-left: 15px;}
	.text-column .text h6 {font-size: 12px;}
	.text-column .text h3 {
	    font-size: 12px;
	    margin-top: 5px;
	    margin-bottom: 10px;
	}
	.text-column .text p br {display: none;}
}

@media (max-width: 760px) {
	.text-column .center {gap: 0 15px;}
}

@media (max-width: 500px) {
	.text-column {
	    padding: 560px 0 0 0;
	    margin-left: -15px;
	    margin-right: -15px;
	    position: relative;
	}
	.text-column:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 450px;
		height: 1011px;
		background: url(../webp/bg-text-column.svg) no-repeat;
		background-size: 450px;
		z-index: -1;
		margin-top: -124px;
	}

	.text-column .center {
		padding: 50px 30px 0 30px;
		grid-template-columns: 1fr;
		gap: 30px 15px;
		background: #fff;
	}
	.text-column .text {
		border-left: 0;
		border-bottom: 1px solid #DDBD7C;
		padding-bottom: 30px;
		padding-left: 0;
		text-align: center;
	}
	.text-column .text h6 {font-size: 20px;}
	.text-column .text h3 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.text-column .text p {font-size: 16px;}
	.text-column .text p br {display: block;}
	.text-column .text:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 413px) {
	.text-column .text h6 {font-size: 17px;}
	.text-column .text h3 {font-size: 19px;}
	.text-column .text p {font-size: 14px;}
}

/* ------------------ ORDER ------------------ */
.order {margin-top: 20px;}
.order .before-subtitle {
	color: #0A1C2B;
	font-size: 20px;
	font-weight: normal;
	margin-top: 7px;
}
.order h2.title {
	font-size: 70px;
	margin-top: 10px;
}

.order .row {
	display: grid;
	grid-template-columns: 765px 345px;
	gap: 120px;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.order-banner {
	height: 796px;
	position: relative;
	background: url(../webp/bg-order.webp) no-repeat center;
	border-radius: 50px;
}
.order-banner img {
	border-radius: 53px;
}
.order-banner .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 55px 35px 35px 35px;
	display: flex;
	flex-direction: column;
}
.order-banner .content h4 {
	padding-left: 37px;
	font-size: 28px;
	color: #D6AD60;
	font-weight: 600;
}	
.order-banner .content ul {
	padding-left: 37px;
	margin-top: 10px;
	color: #fff;
}	
.order-banner .content ul li {
	display: flex;
	align-items: center;
	font-size: 33px;
	font-weight: 500;
}
.order-banner .content ul li + li {margin-top: 5px;}
.order-banner .content ul li svg {
	fill: #fff;
	width: 26px;
	height: 19px;
	margin-right: 13px;
}
.order-banner .content p {
	margin-top: auto;
	font-size: 31px;
	line-height: 1.3;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.star-reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: normal;
	color: #0A1C2B;
}
.star-reviews > div {line-height: 0;}
.star-reviews p {
	margin-left: 7px;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}

.order-form h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
	color: #0A1C2B;
	margin-top: 12px;
	margin-bottom: 15px;
}

.order-radio {
	border-radius: 12px;
	background: #F7F7F7;
	padding: 6px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.order-radio input {display: none;}
.order-radio label {
	display: flex;
	align-items: flex-end;
	text-align: center;
	justify-content: center;
	width: inherit;
	height: 90px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #0C0C0C;
	padding-bottom: 12px;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
	cursor: pointer;
	position: relative;
}
.order-radio label p {
	position: relative;
	z-index: 2;
}
.order-radio .input {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 10px;
	background: #fff;
	transition: transform 0.3s, box-shadow 0.3s 0.3s;
	transform-origin: center;
	transform: scale(0);
}
.order-radio label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.order-radio label.sildenafil:before {
	background: url(../webp/ic-sildenafil.svg) no-repeat center top -20px;
}
.order-radio label.tadalafil:before {
	background: url(../webp/ic-tadalafil.svg) no-repeat center top -27px;
}
.order-radio label.viagra:before {
	background: url(../webp/ic-viagra.svg) no-repeat center top -12px;
}

.order-radio input:checked + .input {
	transform: scale(1);
	box-shadow: 0 6px 17px rgba(0, 62, 82, 0.1), 0 5px 6px rgba(0, 62, 82, 0.05), 0 0.5px 6px rgba(0, 62, 82, 0.03);
}

.text-tag {
	color: #0C0C0C;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
	display: none;
	opacity: 0;
}
.text-tag.active {
	display: block;
	animation: opacity 0.3s forwards;
}
.text-tag span {
	display: inline-block;
    border-radius: 6px;
    background: #ECF1F5;
    text-align: center;
    padding: 0 4px;
    color: #5C8CB5;
    line-height: 1.5;
}
.text-tag.color-orange span {
	background: #fcf2e3;
	color: #e0ae59;
}

.order-form .text-tag {margin-top: 16px;}

.order-tablet {
	background: #F7F7F7;
	border-radius: 17px;
	padding: 0 25px 15px 25px;
	margin-top: 40px;
}
.order-tablet .image {
	text-align: center;
	min-height: 205px;
}
.order-tablet .image img {
	margin-top: -30px;
	max-width: 165px;
	display: none;
	opacity: 0;
}
.order-tablet .image img.active {
	display: inline-block;
	animation: opacity 0.3s linear forwards;
}

.order-raioline {margin-bottom: 10px;}
.order-raioline .item {
	display: none;
	opacity: 0;
}
.order-raioline .item.active {
	display: block;
	animation: opacity 0.3s forwards;
}
.order-raioline input {display: none;}
.order-raioline label {display: block;}
.order-raioline .input {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 13px 0 10px;
	transition: all 0.3s;
	position: relative;
	cursor: pointer;
}
.order-raioline .input:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1;
	border-radius: 15px;
	transition: opacity 0.3s, box-shadow 0.3s 0.3s;
	opacity: 0;
}
.order-raioline .input p {
	position: relative;
	top: 1px;
	z-index: 2;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--greycliff);
}
.order-raioline .input p:last-child {margin-left: auto;}
.order-raioline .round {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 1.5px solid #C9C9C9;
	margin-right: 9px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
	top: 1px;
}
.order-raioline .round:after {
	content: '';
	display: block;
	background: #4A7BA6;
	transition: all 0.3s;
	transform-origin: center;
	transform: scale(0);
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
}

.order-raioline input:checked + .input:after {
	opacity: 1;
	box-shadow: 0 6px 17px rgba(0, 62, 82, 0.1), 0 5px 6px rgba(0, 62, 82, 0.05), 0 0.5px 6px rgba(0, 62, 82, 0.03);
}
.order-raioline input:checked + .input .round {border-color: #4A7BA6;}
.order-raioline input:checked + .input .round:after {transform: scale(1);}

.order-tablet .btn {
	height: 40px;
	background: #D6AD60;
	border-radius: 11px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	box-shadow: 0 0 10px rgba(38,45,118,.1);
}

.order-tablet .foot {
	font-size: 13px;
	font-weight: 500;
	color: #0A1C2B;
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

@media (max-width: 1600px) {
	.order {margin-top: 0;}
	.order .before-subtitle {font-size: 15px;}
	.order h2.title {font-size: 50px;}

	.order .row {
	    grid-template-columns: 600px 290px;
	    gap: 70px;
	    margin-top: 25px;
	}

	.order-form h3 {
	    font-size: 25px;
	    margin-top: 5px;
	    margin-bottom: 10px;
	}

	.order-banner {
		background-size: cover;
		height: 675px;
		border-radius: 40px;
	}
	.order-banner .content {padding: 40px 25px 25px 25px;}
	.order-banner .content h4 {
		padding-left: 20px;
		font-size: 21px;
	}
	.order-banner .content ul {
		padding-left: 20px;
		margin-top: 5px;
	}
	.order-banner .content ul li {font-size: 25px;}
	.order-banner .content ul li svg {
	    width: 21px;
	    height: 14px;
	    margin-right: 10px;
	}
	.order-banner .content p {font-size: 24px;}

	.star-reviews {font-size: 10px;}
	.star-reviews svg {
		width: 12px;
		height: 12px;
	}
	.star-reviews p {margin-left: 5px;}

	.order-radio label {
		height: 80px;
		font-size: 10px;
		padding-bottom: 8px;
	}

	.order-form .text-tag {margin-top: 13px;}

	.text-tag {font-size: 12px;}

	.order-tablet {
		padding: 0 20px 12px 20px;
		margin-top: 35px;
	}
	.order-tablet .image {min-height: 160px;}
	.order-tablet .image img {max-width: 130px;}
	.order-raioline .input {height: 37px;}
	.order-raioline .input p {font-size: 11px;}
	.order-raioline .input:after {border-radius: 12px;}
	.order-tablet .btn {height: 35px;}

	.order-tablet .foot {
		font-size: 12px;
		margin-top: 10px;
	}
}

@media (max-width: 1200px) {
	.order .before-subtitle {font-size: 13px;}
	.order h2.title {font-size: 40px;}

	.order .row {
	    grid-template-columns: 440px 250px;
	    gap: 20px;
	}
	.order-banner {
	    height: 600px;
	    border-radius: 30px;
	}
	.order-banner .content {padding: 30px 20px 20px 20px;}
	.order-banner .content h4 {
	    padding-left: 0;
	    font-size: 17px;
	}
	.order-banner .content ul {padding-left: 0;}
	.order-banner .content ul li {font-size: 20px;}
	.order-banner .content ul li svg {
	    width: 18px;
	    height: 11px;
	    margin-right: 8px;
	}
	.order-banner .content p {font-size: 18px;}

	.text-tag {font-size: 11px;}

	.order-form h3 {
	    font-size: 21px;
	    margin-top: 5px;
	    margin-bottom: 8px;
	}
	.order-tablet .image {min-height: 115px;}
	.order-tablet .image img {max-width: 100px;}
}

@media (max-width: 760px) {
	.order h2.title {font-size: 30px;}

	.order .row {
	    grid-template-columns: 1fr;
	    gap: 50px 20px;
	}

	.order-banner {height: 450px;}

	.order-tablet {margin-top: 50px;}
	.order-form h3 {font-size: 30px;}
	.order-tablet .image {min-height: 260px;}
	.order-tablet .image img {max-width: 200px;}

	.star-reviews {font-size: 13px;}
	.star-reviews svg {
	    width: 15px;
	    height: 15px;
	}
}

@media (max-width: 500px) {
	.order {
		margin-top: 50px;
		position: relative;
	}
	.order:after {
		content: '';
		display: block;
		width: 450px;
		height: 1011px;
		background: url(../webp/bg-order.svg) no-repeat;
		background-size: 450px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		margin-top: 85px;
	}
	.order .buttons {margin-bottom: 50px;}
	.order .before-subtitle {
	    font-size: 18px;
	    font-weight: normal;
	    -webkit-font-smoothing: auto;
	    font-smoothing: auto;
	}
	.order h2.title {
	    font-size: 35px;
	    margin-top: 18px;
	}

	.order-banner {
	    height: 470px;
	    border-radius: 25px;
	}
	.order-banner .content p {display: none;}
	.order-banner .content h4 {font-size: 19px;}
	.order-banner .content ul {margin-top: 13px;}
	.order-banner .content ul li + li {margin-top: 7px;}

	.order-form .star-reviews {display: none;}
	.order-form h3 {
		font-weight: 500;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.order-radio label {
	    height: 100px;
	    font-size: 17px;
	    padding-bottom: 5px;
	}
	.order-radio label.sildenafil:before {
		background-position: center top -16px;
		background-size: 110px;
	}
	.order-radio label.tadalafil:before {
		background-position: left top -26px;
		background-size: 140px;
	}
	.order-radio label.viagra:before {background-size: 100px;}

	.order-form .text-tag {margin-top: 20px;}
	.text-tag {font-size: 17px;}
	.order-tablet {
		margin-top: 40px;
		padding: 0 25px 25px 25px;
	}

	.order-raioline .input {height: 42px;}
	.order-raioline .input:after {border-radius: 15px;}
	.order-raioline .input p {font-size: 15px;}
	.order-tablet .btn {
	    height: 45px;
	    max-width: 290px;
	}
	.order-tablet .btn svg {
		width: 7px;
	    height: 12px;
	    top: 1px;
	}
	.order-tablet .foot {
	    font-size: 15px;
	    margin-top: 12px;
	    color: #151B2F;
	}
}

@media (max-width: 413px) {
	.order-banner .content ul li {font-size: 18px;}
	.text-tag {font-size: 15px;}
}

/* ------------------ REVIEWS SLIDER ------------------ */
.reviews-slider .splide__track {padding: 80px 0 115px 0;}
.reviews-slider .inner {
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 10px 60px rgba(38,45,118,.08);
	padding: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.reviews-slider .star {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.reviews-slider p {
	font-size: 13px;
	line-height: 1.5;
	font-family: var(--campton);
}
.reviews-slider p strong {font-weight: 600;}
.reviews-slider .inner > p {margin-bottom: 10px;}
.reviews-slider .foot {
	margin-top: auto;
	font-size: 11px;
	font-family: var(--campton);
	min-height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.reviews-slider .foot p:last-child {color: rgba(9,62,82,.52);}

@media (max-width: 1600px) {
	.reviews-slider .splide__track {padding: 60px 0 80px 0;}
	.reviews-slider .inner {padding: 18px;}
	.reviews-slider .star {margin-bottom: 10px;}
	.reviews-slider .foot {margin-top: auto;}
}

@media (max-width: 1200px) {
	.reviews-slider .splide__track {padding: 50px 0 50px 0;}
}

@media (max-width: 500px) {
	.reviews-slider .inner {padding: 25px;}
	.reviews-slider .star {gap: 3px;}
	.reviews-slider .star svg {
		width: 26px;
		height: 26px;
	}
	.reviews-slider p {font-size: 15px;}
	.reviews-slider .foot {font-size: 13px;}
}

/* ------------------ MEDICATION ------------------ */
.medication {position: relative;}
.medication:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	margin-top: -250px;
	width: 1920px;
	height: 2520px;
	background: url(../webp/bg-medication.svg) no-repeat;
}
.medication .center {
	display: grid;
	grid-template-columns: 500px 640px;
	justify-content: center;
	align-items: center;
	gap: 0 115px;
}
.medication-content h2.title {
	font-size: 50px;
	font-weight: bold;
	margin-top: 10px;
}
.medication-content .subtitle {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 30px;
}
.medication-content p {line-height: 1.6;}
.medication-content strong {font-weight: 500;}
.medication-content .buttons {
	margin-top: 30px;
	display: inline-block;
}

.medication-image {
	position: relative;
	height: 605px;
	border-radius: 27px;
	overflow: hidden;
	display: flex;
}
.medication-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.medication-image .logo {
	position: absolute;
	top: 45px;
	right: 10px;
}

@media (max-width: 1600px) {
	.medication:after {
	    top: 0;
	    right: 0;
	    margin-top: -250px;
	    width: 1600px;
	    height: 1137px;
	    background-size: 1600px;
	}
	.medication .center {
	    grid-template-columns: 415px 500px;
	    gap: 0 50px;
	}
	.medication-content h2.title {
	    font-size: 35px;
	    margin-top: 5px;
	}
	.medication-content .subtitle {
	    font-size: 13px;
	    margin-top: 12px;
	    margin-bottom: 20px;
	}
	.medication-content > p br {display: none;}

	.medication-image {
		height: 470px;
		border-radius: 25px;
	}
}

@media (max-width: 1200px) {
	.medication .center {
	    grid-template-columns: 415px 300px;
	    gap: 0 20px;
	}
}

@media (max-width: 991px) {
	.medication:after {margin-top: -310px;}
}

@media (max-width: 760px) {
	.medication:after {margin-top: -300px;}
	.medication .center {
	    grid-template-columns: 1fr;
	    gap: 50px 20px;
	}
	.medication-content .buttons {
	    max-width: inherit;
	    width: 100%;
	}
}

@media (max-width: 500px) {
	.medication:after {
		width: 500px;
		height: 1011px;
		background: url(../webp/bg-medication-mob.svg) no-repeat;
		background-size: 500px;
		margin-top: -394px;
	}
	.medication .center {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.medication-content {text-align: center;}
	.medication-content h2.title {
	    font-size: 38px;
	    font-weight: 500;
	}
	.medication-content .subtitle {
	    font-size: 22px;
	    margin-top: 4px;
	}
	.medication-content p {
		line-height: 1.6;
		font-size: 16px;
	}
	.medication-content > p br {display: block;}

	.medication-image {
	    height: 470px;
	    border-radius: 15px;
	    display: flex;
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	.medication-image img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.medication-image .logo {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	}
	.medication-image .logo svg {
		width: 100px;
		height: 35px;
	}
}

@media (max-width: 413px) {
	.medication-content h2.title {font-size: 35px;}
	.medication-content .subtitle {font-size: 20px;}
}

/* ------------------ DOCTORS SLIDER ------------------ */
.doctors-slider {
	position: relative;
	padding-top: 100px;
	padding: 100px 85px 0 85px;
}
.doctors-slider .before-subtitle {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 13px;
}
.doctors-slider:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 320px;
    z-index: -1;
    background: url(../webp/bg-dots.webp) no-repeat center;
}
.doctors-slider .splide {margin-top: 45px;}
.doctors-slider .inner {height: 100%;}
.doctors-slider .image {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}
.doctors-slider .image img {
	object-fit: cover;
	width: 100%;
}
.doctors-slider .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 0 25px 15px 25px;
}
.doctors-slider .content h3 {
	font-weight: 600;
	font-size: 19px;
}
.doctors-slider .content h5 {
	font-weight: normal;
	font-size: 14.5px;
	color: #23F197;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
.doctors-slider .content p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}

.doctors-slider .splide__arrow {
	width: 60px;
	height: 60px;
	background: #fff;
	opacity: 1 !important;
	box-shadow: 0 1px 10px rgba(0,0,0,.27);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.doctors-slider .splide__arrow:hover {
	box-shadow: none;
}
.doctors-slider .splide__arrow:after {
	content: '';
	display: block;
	width: 20px;
	height: 14px;
	background: url(../webp/ic-arr-2.svg) no-repeat center;
	transform-origin: center;
}
.doctors-slider .splide__arrow--prev:after {transform: rotate(-180deg);}
.doctors-slider .splide__arrow--prev {
	left: 0;
	margin-left: -30px;
}
.doctors-slider .splide__arrow--next {
	right: 0;
	margin-right: -30px;
}
.doctors-slider .splide__arrow svg {display: none;}

@media (max-width: 1800px) {
	.doctors-slider .content h3 {font-size: 17px;}
	.doctors-slider .content p {font-size: 14px;}
	.doctors-slider .content h5 {font-size: 13px;}
}

@media (max-width: 1600px) {
	.doctors-slider {padding: 70px 60px 0 60px;}
	.doctors-slider:after {
		height: 250px;
		background-size: auto 250px;
	}
	.doctors-slider .before-subtitle {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.doctors-slider .splide {margin-top: 35px;}
	.doctors-slider .content {padding: 0 15px 10px 15px;}
	.doctors-slider .content h3 {font-size: 16px;}
	.doctors-slider .content h5 {font-size: 12px;}
	.doctors-slider .content p {font-size: 13px;}

	.doctors-slider .splide__arrow {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 1450px) {
	.doctors-slider .content h3 {font-size: 14px;}
	.doctors-slider .content h5 {font-size: 11px;}
	.doctors-slider .content p {font-size: 12px;}
}

@media (max-width: 1450px) {
	.doctors-slider .content p {font-size: 11px;}
}

@media (max-width: 1200px) {
	.doctors-slider {padding: 50px 50px 0 50px;}
	.doctors-slider .before-subtitle {font-size: 13px;}
	.doctors-slider .splide {margin-top: 25px;}
	.doctors-slider .splide__arrow {
	    width: 45px;
	    height: 45px;
	}
}

@media (max-width: 991px) {
	.doctors-slider .content p br {display: none;}
}

@media (max-width: 760px) {
	.doctors-slider .splide__arrow--prev {margin-left: -40px;}
	.doctors-slider .splide__arrow--next {margin-right: -40px;}
}

@media (max-width: 500px) {
	.doctors-slider:before {
		content: '';
		display: block;
		background: url(../webp/bg-doctors-slider-mob.svg) no-repeat;
		width: 450px;
		height: 1011px;
		background-size: 450px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		margin-top: -170px;
	}
	.doctors-slider {padding: 50px 0px 0 0px;}
	.doctors-slider .before-subtitle {
	    font-size: 18px;
	    margin-bottom: 25px;
	}
	.doctors-slider:after {
	    height: 200px;
	    background-size: auto 200px;
	    top: 140px;
	}

	.doctors-slider .content {padding: 0 20px 20px 20px;}
	.doctors-slider .content h3 {font-size: 18px;}
	.doctors-slider .content h5 {font-size: 16px;}
	.doctors-slider .content p {
	    font-size: 15px;
	    margin-top: 13px;
	}
	.doctors-slider .content p br {display: block;}
}

/* ------------------ EFFECTIVE ------------------ */
.effective {padding: 80px 0 55px 0;}
.effective .center {
	display: grid;
	grid-template-columns: 1fr 510px;
	gap: 130px;
	margin: 0 auto;
	max-width: 1265px;
	position: relative;
}
.effective .dots {
	width: 230px;
    height: 230px;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 95px;
    margin-top: -30px;
}
.effective h2.title {
	font-size: 63px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
}

.effective-text {
	font-size: 22px;
	color: #0A1C2B;
	margin-top: 90px;
}
.effective-text li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.effective-text li strong {font-weight: 500;}
.effective-text li svg {
	position: relative;
	top: 5px;
}
.effective-text li + li {margin-top: 15px;}

@media (max-width: 1600px) {
	.effective {padding: 60px 0 50px 0;}
	.effective .center {
	    grid-template-columns: 1fr 400px;
	    gap: 50px;
	    max-width: 900px;
	}
	.effective .dots {
		width: 180px;
		height: 180px;
		margin-right: 20px;
	}

	.effective h2.title {
	    font-size: 42px;
	    margin-top: 12px;
	    margin-bottom: 14px;
	}

	.effective-text {
	    font-size: 15px;
	    margin-top: 65px;
	}
	.effective-text li {gap: 10px;}
	.effective-text li + li {
	    margin-top: 10px;
	}
}

@media (max-width: 1200px) {
	.effective {padding: 50px 0 50px 0;}
	.effective .center {
	    grid-template-columns: 1fr 350px;
	    gap: 20px;
	}
	.effective h2.title {font-size: 35px;}
	.effective-text {
	    font-size: 13px;
	    margin-top: 52px;
	}
	.effective-text li svg {top: 1px;}
}

@media (max-width: 760px) {
	.effective .center {
	    grid-template-columns: 1fr;
	    gap: 30px 20px;
	}

	.effective h2.title {font-size: 40px;}

	.effective-text {
	    font-size: 16px;
	    margin-top: 0;
	}
}

@media (max-width: 500px) {
	.effective {position: relative;}
	.effective:after {
		content: '';
		display: block;
		background: url(../webp/bg-effective-mob.svg) no-repeat;
		width: 450px;
		height: 1389px;
		background-size: 450px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		margin-top: -60px;
	}
	.effective h2.title {
	    font-size: 33px;
	    line-height: 1.2;
	    margin-bottom: 5px;
	}

	.effective-text li svg {
		width: 22px;
		height: 18px;
	}

	.star-reviews {font-size: 15px;}
	.star-reviews svg {
	    width: 18px;
	    height: 18px;
	}
	.star-reviews p {
	    margin-left: 8px;
	    position: relative;
	    top: 2px;
	}
}

@media (max-width: 413px) {
	.effective h2.title {font-size: 29px;}
	.effective-text {font-size: 14px;}
}

/* POPUP
-------------------------------------- */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.popup-overlay.active {
    display: block;
    animation: opacity 0.5s forwards;
}

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

.popup {
	position: fixed;
	top: 10vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9991;
	opacity: 0;
	transition: opacity 0.5s 0.5s;
	background: #fff;
	display: none;
	max-height: 90vh;
    height: auto;
    max-height: 70vh;
}
.popup.active {
	display: block;
	animation: opacity 0.5s forwards;
}
.popup.popup-category.active{
    height:100vh;
    max-height:100vh;
}
.popup-more .inner {
	padding: 50px 35px 15px 35px;
}
.popup-more p + p {
	margin-top: 15px;
}
.popup-more p small {
	font-size: 12px;
}
.popup .foot {
	padding: 15px;
	border-top: 1px solid #e9ecef;
}
.popup .foot .popup-close {
    padding: 15px 45px;
    background: #b21f24;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    transition: all .2s linear;
}
.popup .foot .popup-close:hover {background-color: #88171b;}

.popup-info {
    background: #fff;
    max-width: 80%;
    width: 100%;
}
.popup .head .popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:9000;
    background:transparent;
}
.popup .head .popup-close svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.popup .head .popup-close:hover {
    background: #a10e20;
    border-color: #a10e20;
    transform: scale(0.95);
}
.popup-info .c-red,
.popup-info a.c-red  {color: #c60202;}
.modal-header {overflow: hidden;}
.modal-title {
    background: #151b2f;
    padding: 20px 60px 20px 30px;
    font-size: 24px;
    line-height:1.5;
    color: #fff;
    min-height: 65px;
    margin-right: -2px;
    margin-left: -2px;
}
.popup .wrap {
    padding: 30px;
    background: #fff;
}
.popup .wrap a {color: var(--akcent);}
.popup .wrap .btn {
	background: var(--akcent);
	text-transform: uppercase;
	color: #fff;
}
.popup .wrap h4 {margin: 30px 0;}
.popup .wrap h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
}
.popup .wrap h4 {
    font-size: 35px;
}
.popup .wrap h3 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 50px;
}
.popup .wrap ul {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
}
.popup .wrap ul li + li {margin-top: 10px;}
.popup .wrap ul li {
    position: relative;
    padding-left: 25px;
}
.popup .wrap ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #151a29;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13px;
}

.popup .wrap .accordeon {margin-left: 0;}
.popup .wrap .item-accordeon {padding-left: 0;}
.popup .wrap .item-accordeon:before {display: none;}

.popup-video .head .popup-close {
    top: -40px;
    right: -40px;
}
.popup-video .inner {
	width: 800px;
	height: 450px;
}
.popup-video .inner iframe,
.popup-video .inner video {
	width: 100%;
	height: 100%;
	display: block;
}

div.popup.popup-info.active .drug-modal-header{
    max-height:80vh !important;
}
.popup-info .modal-header .wrap {
    height:60vh;
	max-height:60vh;
	overflow-y: auto;
}

.text-danger {
    color: #C70003 !important;
}

@media (max-width: 760px) {
	.popup .wrap {padding: 20px;}
	.popup-info {max-width: 90%;}
	.modal-title {
		font-size: 20px;
		line-height: 1.3;
	}
	.popup .wrap h5:first-child {margin-top: 0;}
	.popup .wrap h5 {
		font-size: 20px;
		margin-top: 0;
		padding: 15px 0 15px 0;
	}
	.popup .wrap h4 {
		font-size: 25px;
		margin: 20px 0;
	}
	.popup .wrap ul {
	    margin-top: 15px;
	    margin-left: 0;
	}
	.popup .wrap p + p,
	.popup .wrap ul + p {margin-top: 15px;}
	.popup .wrap ul li {padding-left: 17px;}
	.popup .wrap ul li:before {margin-top: 5px;}

	.mb0 {margin-bottom: 0 !important;}
}

/* ANIMATION
-------------------------------------- */
.animated {
    opacity: 0;
    transition: opacity 500ms;
}

.animated.show {
    animation: fade-bottom 0.6s ease-in-out both;
}

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

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

.zindex9{
    z-index:9999 !Important;
}

@media (max-width: 760px) {
    .steps .splide__pagination {
        bottom: -50px;
    }
}
.footer .footer-middle__column.last img {
    max-width:80px !important;
}

.testim{
    font-size:11pt;color:#6b6b6b; 
}
@media (max-width: 768px) {
    .testim{
        font-size:8pt;
    }
}
