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

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

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

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

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

@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: 'Root-Campton';
    src: url('/assets/fonts/Campton-Light.eot');
    src: url('/assets/fonts/Campton-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Campton-Light.woff2') format('woff2'),
        url('/assets/fonts/Campton-Light.woff') format('woff'),
        url('/assets/fonts/Campton-Light.ttf') format('truetype'),
        url('/assets/fonts/Campton-Light.svg#Campton-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
	--greycliff: 'Greycliff CF', sans-serif;
	--campton: 'Campton', sans-serif;
	--color: #093E52;
	--c-akcent: #0a1c2b;
	--c-whiteblue: #64CCC9;
	--c-red: #b32025;
	--akcent: #b32025;
	--c-gray: #ededed;
	--c-blue: #4A8BB2;
	--c-yellow: #F7AC53;
	--c-font: #0A1C2B;
	--c-golden: #DCBD7D;
}

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

body {
	font-family: var(--greycliff);
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #091938;
}

h2.title {
	font-size: 44px;
	line-height: 1.2;
	font-weight: 500;
	color: #DCBD7D;
	margin-bottom: 8px;
}
h2.title span {color: #091938;}

.subtitle {
	font-size: 20px;
	line-height: 1;
	color: #091938;
}

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

a {
    text-decoration: none;
    transition: all 0.3s;
    color: var(--c-font);
}

h4 sup a {
	font-size: 1.5rem;
	color: inherit;
}

.sources-footer {cursor: pointer;}

.sources{
    font-size: 11px;
    color: #6676A2;
    width: 100%;
    margin: 0 auto;
}
.sources p {
    margin: 10px 0;
    color: #fff;
}
.sources a{
    display:block;
    color: inherit;
}
h4 sup a{
    font-size:1rem;
    color:inherit;
}
footer sup{
    font-size:1rem;
}
footer div{
    position:relative;
}
.sources_anchor {
    margin-top:-80px;
    width:0;
    height:0;
    position:absolute;
}

.tx-c {text-align: center;}
.tx-l {text-align: left;}

.wrapper {
	max-width: 1920px;
	margin: 0 auto;
}

@media (max-width: 760px) {
	.wrapper {overflow-x: hidden;}
}

.center {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

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

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

sup.dagger{
    font-size:30%;
    position:relative;
    top:-5px;
}
@media (max-width: 760px) {
    sup.dagger{
        font-size:50%;
        top:0;
    }
}

.sources {
    font-size: 11px !important;
    color: #6676A2;
    width: 100%;
    margin: 0 auto;
}

.sup{
    position:relative;
    font-size:45%;
}

.home-slider .wrap .sup{
    top:-8px;
    padding-left:2px;
    font-size:150%;
}

.btn-box {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: var(--c-akcent);
}
.btn-box h5 {
	font-size: 15px;
	margin-top: 13px;
	display: inline-flex;
	align-items: center;
	color: #091938;
}
.btn-box h5 svg {
	margin-left: 3px;
	position: relative;
	top: 1px;
	fill: #096A8C;
}
.btn-box p {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 2px;
	position: relative;
	display: inline-block;
}
.btn-box p strong {
	font-weight: 500;
	position: relative;
}
.btn-box p strong svg {
	position: absolute;
	bottom: 2px;
	left: 100%;
	margin-left: 4px;
	fill: #096A8C;
}
.btn-box a:not(.btn) {
	color: #0b4053;
	text-decoration: underline;
}
.btn-box a:not(.btn):hover {text-decoration: none;}

.buttons {
	display: inline-block;
	text-align: center;
	max-width: 488px;
}
.buttons .group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.buttons .group .btn:nth-child(1) {background: #609ad9;}
.buttons .group .btn:nth-child(2) {background: #ffbe60;}
.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 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 59px;
	border-radius: 12.12px;
	padding: 0 23px;
	background: #23F197;
	color: var(--c-font);
	font-family: var(--greycliff);
	font-size: 16.52px;
	font-weight: normal;
	font-smoothing: auto;
	-webkit-font-smoothing: auto;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	animation: shadow-pulse 3s infinite;
}
.btn b {font-weight: bold;}
.btn span,
.btn b {
	position: relative;
	z-index: 2;
}
.btn svg {
	fill: #091938;
    margin-left: 10px;
    width: 8px;
    height: 13px;
    transition: all 0.3s;
    position: relative;
    top: 1px;
    z-index: 2;
}
.btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--akcent);
	transition: all 0.3s;
}
.btn:hover {color: #fff;}
.btn:hover:before {width: 100%;}
.btn:hover svg {
	transform: translateX(10px);
	fill: #fff;
}

.path {
    stroke-dasharray: 300;
    animation: dash 5s linear infinite;
}

@keyframes dash {to {stroke-dashoffset: 1200;}}

@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)}
    100% {box-shadow: 0 0 0 20px transparent}
}

.btn-fix {
	position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 99;
    padding: 10px;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
    visibility: hidden;
    transition: all 0.3s;
}
.btn-fix.show {
	visibility: visible;
	bottom: 0;
}
.btn-fix .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #23f197;
	color: #051C3A;
	padding: 12px 10px 14px 10px;
	animation: shadow-pulse 3s infinite;
	border-radius: 16px;
	text-align: center;
}
.btn-fix .inner strong {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}
.btn-fix .inner span {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 3px;
}

#home > div.center > div.home-fda.d-none.s-750.animated.show > p {
    line-height:1.5
}

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

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

	h2.title {font-size: 33px;}
	.subtitle {font-size: 16px;}

	.center {max-width: 1000px;}

	.btn {
	    height: 45px;
	    width: 300px;
	    font-size: 15px;
	    border-radius: 10px;
	}
	.btn svg {
		width: 7px;
		height: 12px;
	}
	.btn-box h5 {font-size: 13px;}
	.btn-box p {
		font-size: 11.5px;
		margin-top: 4px;
	}
} 

@media (max-width: 1200px) {
	.buttons {max-width: 370px;}
}

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

@media (max-width: 767px) {
	h2.title {font-size: 29px;}
	.s-767 {display: block !important;}
	.h-767 {display: none !important;}

	.btn {
	    height: 55px;
	    width: 350px;
	    font-size: 18px;
	}
	.btn svg {
	    width: 7px;
	    height: 12px;
	    top: 1px;
	}
	.btn-box h5 {
		font-size: 15px;
		margin-top: 15px;
	}
	.btn-box p {font-size: 13.3px;}
}

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

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

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

	.buttons {
	    max-width: inherit;
	    width: 100%;
	    padding: 0 15px;
	}
	.buttons .group {
		flex-direction: column;
		gap: 14px;
	}
	.buttons .foot {font-size: 16px;}
	.buttons .btn {
		height: 55px;
		min-width: inherit;
		font-size: 15px;
		letter-spacing: 1px;
		width: 100%;
	}
}

@media (max-width: 413px) {
	.btn-fix .inner strong {font-size: 14px;}

	h2.title {font-size: 25px;}
	.btn-box {width: 100%;}
	.btn {
	    height: 50px;
	    width: inherit;
	    font-size: 17px;
	}
	.btn-box h5 {
		font-size: 14px;
		margin-top: 17px;
	}
	.btn-box p {
		font-size: 12.5px;
	}

	.buttons .foot {font-size: 13px;}
}

/* ------------------ HEADER ------------------ */
.head-sidebar {
	background: #121628;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	color: #FFFFFF;
}
.head-sidebar .center a {
	font-family: var(--campton);
}
.head-sidebar .center a sup {
	line-height: 0;
	display: inline-block;
	position: relative;
	top: 3px;
}
.head-sidebar strong {font-weight: 500;}
.head-sidebar a {
	text-decoration: none;
	transition: all 0.3s;
	color: #FFFFFF;
}
.head-sidebar a:hover {opacity: 0.7;}

#header {
	background: #fff; 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 991;
	line-height: 1.2;
}
#header .head-main .center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 19px;
	padding-bottom: 19px;
	max-width: 1190px;
}
.head-main {
	box-shadow: 0 10px 60px rgba(38,45,118,.08);
	font-family: var(--campton);
}

.logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    line-height: 0;
}

#nav {
	margin-right: 24px;
	margin-left: auto;
}
#nav ul {
	display: flex;
	list-style: none;
}
#nav ul li + li {margin-left: 15px;}
#nav a {
	text-decoration: none;
	color: #0a1c2b;
	position: relative;
	padding: 10px 0;
	transition: all 0.3s;
}
#nav a:hover {color: var(--c-red);}

.head-btn {
	height: 44px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	background: #CCB179;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	margin-right: -50px;
}
.head-btn span {
	position: relative;
	z-index: 2;
}
.head-btn:after {
	content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	background: #121628;
	width: 0;
	transition: all 0.3s;
}
.head-btn:hover:after {width: 100%;}

@media (max-width: 1500px) {
	#header .head-main .center {max-width: 1000px;}

	#nav {margin-right: 15px;}
	#nav ul li + li {margin-left: 10px;}

	.head-btn {
		height: 40px;
		padding: 0 15px;
		font-size: 14px;
		margin-right: 0;
	}
}

@media (max-width: 1300px) {
	.head-btn {
		height: 40px;
		padding: 0 15px;
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.logo {margin-left: 50px;}

	.head-sidebar {font-size: 13px;}
	#header .head-main .center {
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}

	.btn-nav {
		width: 20px;
		height: 20px;
		background: none;
		outline: none;
		border: none;
		display: block !important;
		position: absolute;
		left: 15px;
		top: 50%;
		z-index: 993;
		transform: translateY(-50%);
	}
	.btn-nav span {
		height: 1px;
		width: 100%;
		display: block;
		background: #093E52;
		transform-origin: center;
		transition: all 0.3s;
	}
	.btn-nav span + span {
		margin-top: 7px;
	}
	.nav-open .btn-nav span {
		position: absolute;
		top: 50%;
		margin-top: -0.5px;
	}
	.nav-open .btn-nav span:first-child {transform: rotate(45deg);}
	.nav-open .btn-nav span:nth-child(2) {display: none;}
	.nav-open .btn-nav span:last-child {transform: rotate(-45deg);}

	#nav {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    position: fixed;
	    top: 0;
	    left: -100%;
	    bottom: 0;
	    width: 100%;
	    z-index: -2;
	    background: #fff;
	    margin-right: 0;
	    visibility: hidden;
	    transition: all 0.3s;
	}
	#nav ul {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#nav ul a {font-size: 20px;}
	#nav ul a:after {display: none;}
	#nav ul li + li {
		margin-left: 0;
		margin-top: 15px;
	}
	.nav-open #nav {
		left: 0;
		visibility: visible;
	}

	#nav .head-btn {
		display: inline-flex !important;
		color: #fff;
		padding: 0 35px;
		margin-top: 30px;
		font-weight: bold;
		font-size: 17px;
		height: 55px;
	}
}

@media (max-width: 767px) {
	.head-btn {display: none;}
	#header .head-main .center {justify-content: center;}
	.logo {margin-left: 0;}
}

/* ------------------ HOME ------------------ */
.home {
	position: relative;
	margin-top: 119px;
	overflow: hidden;
}

.home .lines {
	position: absolute;
	top: -100px;
	left: -50px;
	bottom: 50px;
	z-index: -1;
	width: 680px;
	transform-origin: center;
	transform: rotate(-180deg);
}
.home .lines i {
	width: 100%;
	height: 100%;
}
.home .lines:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 300px;
	background: linear-gradient(0, transparent, #fff 50%);
}

.home:before {
    content: '';
    display: block;
    position: absolute;
    top: -270px;
    left: 0;
    background: url(../webp/bg-steps.svg) no-repeat center;
    width: 1920px;
    height: 1769px;
    z-index: -2;
}
.home .svg-left {
	position: absolute;
	top: -15px;
	left: -5px;
	width: 312px;
	height: 429px;
}

.home .center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 80px;
	padding: 50px 15px 20px 15px;
	max-width: 1190px;
}

.home-slider .main-slider .splide__slide {
	overflow: hidden;
	border-radius: 25px;
}
.home-slider .main-slider .splide__slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-slider .thumbnail-slider {
	margin-top: 18px;
	margin-left: -4.5px;
	margin-right: -4.5px;
}
.home-slider .thumbnail-slider .splide__track {overflow: visible;}
.home-slider .thumbnail-slider .splide__slide {
	padding: 0 4.5px;
	border: none !important;
}
.home-slider .thumbnail-slider .wrap {
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	transition: all 0.3s;
	display: flex;
}
.home-slider .thumbnail-slider .wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.home-slider .thumbnail-slider .splide__slide.is-active .wrap,
.home-slider .thumbnail-slider .splide__slide:hover .wrap {
	box-shadow: 0 5px 10px rgba(0, 62, 82, 0.2);
}

.home-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.home-content > p.paragraf {
	font-family: var(--campton);
	font-size: 17px;
	font-weight: 500;
	margin-top: 5px;
	padding-left: 7px;
}
.home-content > p.paragraf sup {
	line-height: 0;
	position: relative;
	top: 2px;
}
.home-content .title {
	font-size: 43px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--c-akcent);
}
.home-content .title sup {
	font-family: var(--campton);
	font-size: 20px;
}
.home-content .title > span {
	background: linear-gradient(90deg, #096A8C, #63C7C7);
	background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.home-content .title .sup {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: -19px;
/*	top: -12px;*/
	color: #64C8C8;
}

.home-content .subtitle {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: var(--c-akcent);
}

.home-list {
	list-style: none;
	margin: 15px 0 15px;
}
.home-list li {
	font-size: 20px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.home-list li sup {
	position: relative;
	top: 2px;
}
.home-list li:nth-child(1) .icon * {fill: #083e52;}
.home-list li:nth-child(2) {animation-delay: 0.8s !important;}
.home-list li:nth-child(3) {animation-delay: 1s !important;}
.home-list li + li {margin-top: 15px;}
.home-list .ic-wrap {
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    top: 8px;
    margin-right: -10px;
}
.home-list .ic-wrap .icon {max-width: 60px;}
.home-list li:nth-child(3) .ic-wrap .icon {max-width: 35px;}
.home-list .ic-one {
	width: 26px;
	height: 26px;
}
.home-list .ic-one svg * {fill: #000 !important;}
.home-list .ic-two {
	width: 26px;
	height: 26px;
}
.home-list .ic-two svg * {stroke: #000;}
.home-list .ic-three {
	width: 26px;
	height: 21px;
}

.home-content .btn-box {
	max-width: 460px;
	width: 100%;
	animation-delay: 1s !important;
}
.home-content .btn {
	width: 100%;
	letter-spacing: 0;
}

.home-fda {
	display: inline-block;
	margin-top: auto;
	min-width: 440px;
	text-align: center;
	padding: 40px 15px 15px;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	border: 1px solid #cdb179;
	border-radius: 20px;
    width: 87%;
	font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: var(--campton);
}
.home-fda sup {
	line-height: 0;
	position: relative;
	top: 3px;
}
.home-fda a {
	font-size: 10px;
	font-weight: 300;
    color: #091938;
    text-decoration: underline;
}
.home-fda a:hover {text-decoration: none;}
.home-fda .icon {
	width: 80px;
	height: 80px;
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.home-fda .icon:after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	left: -5px;
	bottom: -5px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}
.home-fda .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.home-fda .icon img:first-child {
	display: block;
	animation: spin 5s linear infinite;
}
.home-fda span {color: #cdb179;}

@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@media (max-width: 1800px) {
	.home-fda {font-size: 13px;}
}

@media (max-width: 1500px) {
	.home {margin-top: 110px;}

	.home .svg-left {
		width: 250px;
		height: 340px;
	}

	.home .center {
	    gap: 24px 50px;
	    padding: 40px 15px 15px 15px;
	    max-width: 1000px;
	}

	.home-slider .main-slider .splide__slide {border-radius: 20px;}
	.home-slider .thumbnail-slider .wrap {border-radius: 14px;}
	.home-list .ic-wrap {top: 6px;}
	.home-content .title {font-size: 33px;}
	.home-list li {
		font-size: 16px;
		gap: 15px;
	}
	.home-list li + li {margin-top: 12px;}

	.home-content .btn-box {max-width: 360px;}

	.home-fda {
	    padding: 35px 10px 10px;
	    font-size: 12px;
	    border-radius: 17px;
	    margin-left: 0;
		width: 354px;
        min-width:unset;
	}
	.home-fda .icon {
		width: 65px;
		height: 65px;
	}
	.home-fda .icon img {
		margin-top: -32.5px;
		margin-left: -32.5px;
	}
}

@media (max-width: 991px) {
	.home {margin-top: 105px;}
	.home .lines {
		bottom: inherit;
		min-height: 300px;
	}

	.home .svg-left {
	    width: 200px;
	    height: 300px;
	}

	.home .center {gap: 24px 35px;}

	.home-slider .thumbnail-slider .wrap {max-height: 75px;}

	.home-content .title {font-size: 23px;}
	.home-content .subtitle {font-size: 12px;}

	.home-list {margin: 10px 0 13px;}
	.home-list li {
	    font-size: 13px;
	    gap: 10px;
	}
	.home-list .ic-wrap {min-width: 50px;}
	.home-list .ic-wrap .icon {zoom: 0.8;}

	.home-list li + li {margin-top: 7px;}

	.home-content .btn-box {max-width: 320px;}
	.home-content > p.paragraf {
		font-size: 12px;
		font-weight: 500;
		padding-left: 4px;
	}

	.home-fda {
	    min-width: 320px;
	    font-size: 12px;
        max-width: 316px;
        min-width: unset;
	    padding: 27px 10px 10px 10px;
	    font-size: 9.5px;
	    max-width: unset;
	    min-width: unset;
	    width: 320px;
	}
	.home-fda .icon {
		width: 55px;
		height: 55px;
	}
	.home-fda .icon img {
		margin-top: -27.5px;
		margin-left: -27.5px;
	}
}

@media (max-width: 750px) {
	.home .svg-right {
		position: absolute;
		top: -5px;
		right: -5px;
	}

	.home .image {
		position: absolute;
		top: 200px;
		right: 0;
	}
	.home .center {grid-template-columns: 1fr;}
	.home-content {
		order: -1;
		position: relative;
		align-items: center;
	}
	.home-content .title {font-size: 47px;}
	.home-content .subtitle {
		font-size: 20px;
		margin-top: 10px;
	}
	.home-list .ic-wrap {
		min-width: 60px;
		margin-left: -8px;
	}
	.home-list .ic-wrap .icon {zoom: 1;}

	.home-list {margin: 40px 0 35px;}
	.home-list li {
	    font-size: 20px;
	    gap: 20px;
	}
	.home-list li + li {margin-top: 30px;}
	.home-content > p.paragraf {font-size: 18px;}

	.home-fda {
		padding: 50px 30px 25px 30px;
		font-size: 15px;
		margin-top: 60px;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
	}
	.home-fda .icon {
		width: 80px;
		height: 80px;
	}
	.home-fda .icon img {
		margin-top: -40px;
		margin-left: -40px;
	}

	.home-slider {
		max-width: 500px;
		margin: 0 auto;
	}

	#home-slider {max-width: initial;}
}

@media (max-width: 600px) {
	.home .center {padding: 40px 15px 40px 15px;}

	.home-content {align-items: flex-start;}
	.home-content .title {font-size: 33px;}
	.home-content .title .sup {top: -15px;}
	.home-content .subtitle {
	    font-size: 13px;
	    margin-top: 10px;
	    color: #0a1c2b;
	}

	.home .svg-right {
	    position: absolute;
	    top: -2px;
	    right: -5px;
	    width: 200px;
	    height: 200px;
	}

	.home-list {margin: 30px 0 20px;}
	.home-list li {
	    font-size: 18px;
	    gap: 10px;
	}
	.home-list li + li {margin-top: 20px;}

	.home .image {
	    position: absolute;
	    top: 186px;
	    right: -10px;
	    max-width: 135px;
	}

	.home-content .btn-box {
	    max-width: inherit;
	    position: relative;
	    z-index: 2;
	}
	.home-slider .thumbnail-slider {margin-top: 10px;}
	.home-slider .thumbnail-slider .splide__slide {padding: 0 4px;}

	.home-fda {
	    padding: 55px 10px 15px 10px;
	    font-size: 3.2vw;
	    margin-top: 40px;
	}
	.home-fda .icon {
		width: 90px;
		height: 90px;
	}
	.home-fda .icon img {
		margin-top: -45px;
		margin-left: -45px;
	}
}

@media (max-width: 413px) {
	.home-content .title {
	    font-size: 33px;
	}
	.home-list li {
	    font-size: 17px;
	    gap: 10px;
	}
	.home .image {
	    top: 170px;
	    max-width: 115px;
	}

	.home-fda {
		padding-top: 45px;
	}
	.home-fda .icon {
		width: 80px;
		height: 80px;
	}
	.home-fda .icon img {
		margin-top: -40px;
		margin-left: -40px;
	}
}

@media (max-width: 390px) {
	.home-content .title {font-size: 31px;}
	.home-list li {font-size: 16px;}
}

@media (max-width: 375px) {
	.home-content .title {font-size: 30px;}
	.home-list li {font-size: 15px;}
}

/* ------------------ HOME SLIDER ------------------ */
#home-slider {
	position: relative;
	font-family: var(--campton);
}
#home-slider .splide {
	position: relative;
	z-index: 3;
}
#home-slider .line-left {
	display: inline-block;
	width: 921px;
	height: 1363px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../img/line-left.svg) no-repeat;
}
#home-slider .line-right {
	display: inline-block;
	width: 1920px;
	height: 1363px;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 1;
	background: url(../img/line-right.svg) no-repeat;
}
#home-slider .line-left:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0, #fff 50%, transparent);
}
#home-slider .line-left:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 100px;
	bottom: 0;
	width: 290px;
	background: linear-gradient(90deg, transparent 50%, #fff);
}
#home-slider .line-right:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0, #fff 50%, transparent);
}

.home-slider .wrap {position: relative;}
.home-slider .splide__track {padding: 10px 0 5px 0;}
.home-slider .wrap > img {
	height: 708px;
	object-fit: cover;
	transition: all 0.3s;
}
#home-slider .wrap > img {border-radius: 30px;}
.home-slider .wrap:hover > img {transform: scale(1.005);}
.home-slider .content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 98px 100px;
	color: #fff;
}
.home-slider .content.mini {padding: 55px 39px;}
.home-slider .trust {
	line-height: 1;
	margin-bottom: 19px;
}
.home-slider h3 {
	font-size: 45px;
	line-height: 1.3;
	font-weight: 600;
}
.home-slider h3 .sources-footer {
	font-size: 14px;
	position: relative;
	top: -5px;
}
.home-slider h5 {
	color: var(--c-golden);
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 19.15px;
}
.home-slider h4 {
	font-size: 33px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 30px;
}
.home-slider h4 .sources-footer {font-size: 16px;}
.home-slider p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 20px;
}
.home-slider .mini p {font-size: 24px;}
.home-slider .mini p:last-child{
    position:absolute;
    bottom:20px;
    width:72%;
    font-size:14px;
}
@media (max-width: 1600px) {
    .home-slider .mini p:last-child{
        font-size:11px;
        width:62%;
        bottom:14px;
    }

    .home-slider .splide__track {padding: 10px 0 0 0;}
}
@media (max-width: 1024px) {
	#home-slider .line-left,
	#home-slider .line-right {
		zoom: 0.7;
	}
}
@media (max-width: 760px) {
    .home-slider .mini p:last-child{
        font-size:11px;
        width:72%;
        bottom:14apx;
    }
}
.home-slider .mini p a {color: #fff;}

.home-slider .link {
	font-size: 24px;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
	color: #fff;
	margin-top: 45px;
}
.home-slider .link strong {font-weight: 500;}
.home-slider .mini .link {
	font-size: 24px;
	margin-top: 30px;
}
.home-slider .link svg {
	width: 22px;
	height: 18px;
	fill: #fff;
	margin-left: 12px;
	transition: all 0.3s;
}
.home-slider .link:hover svg {transform: translateX(10px);}

.home-slider .link-arr {
	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;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.home-slider .link-arr span {
	display: none;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	position: relative;
	top: 1px;
	opacity: 0;
}
.home-slider .link-arr svg {fill: #fff;}

.home-slider .content ul {
	font-size: 24px;
	line-height: 1.3;
	font-weight: normal;
}
.home-slider .content ul li {
	position: relative;
	padding-left: 24px;
}
.home-slider .content ul li:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
	background: #fff;
}

@media (max-width: 1600px) {
	.home-slider .content {padding: 80px 90px;}
	.home-slider .wrap > img {height: 595px;}
	.home-slider h3 {font-size: 40px;}
	.home-slider h4 {font-size: 30px;}
	.home-slider p {font-size: 20px;}
	.home-slider .mini p {font-size: 20px;}
	.home-slider .link {
		font-size: 20px;
		margin-top: 35px;
	}

	.home-slider .content.mini {
		padding: 45px 30px;
	}
	.home-slider h4 {font-size: 27px;}
	.home-slider .mini .link {font-size: 20px;}
	.home-slider .content ul {font-size: 20px;}
	.home-slider .content ul li:after {top: 10px;}
}

@media (max-width: 1200px) {
	.home-slider .content {padding: 30px 15px 30px 40px;}
	.home-slider .trust {
		margin-bottom: 15px;
		max-width: 200px;
	}
	.home-slider h3 {font-size: 30px;}
	.home-slider p {font-size: 14px;}
	.home-slider .link {
	    font-size: 12px;
	    margin-top: 25px;
	}
	.home-slider .link svg {
		width: 15px;
		height: 15px;
		margin-left: 10px;
	}
	.home-slider .wrap {border-radius: 20px;}
	.home-slider .wrap > img {height: 370px;}
	.home-slider h5 {
		margin-bottom: 10px;
	    font-size: 14px;
	}
	.home-slider h4 {
	    font-size: 17px;
	    margin-bottom: 8px;
	}
	.home-slider .content.mini {
		padding: 20px 20px;
	}
	.home-slider .mini p {
	    font-size: 14px;
	}
	.home-slider .mini p br {display: none;}
	.home-slider .mini .link {
	    font-size: 12px;
	   	margin-top: 11px;
	}
	.home-slider .mini .link svg {
		position: relative;
	}
	.home-slider .content ul {font-size: 14px;}
	.home-slider .content ul li {padding-left: 15px;}
	.home-slider .content ul li:after {
		width: 4px;
		height: 4px;
		top: 7px;
	}
}

@media (max-width: 760px) {
	.home-slider .wrap {
		height: 100%;
		border-radius: 25px;
	}
	.home-slider .wrap > img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-height: 480px;
	}
	.home-slider .content {padding: 35px 20px !important;}
	.home-slider .trust {margin-bottom: 20px;}
	.home-slider h4 {font-size: 25px;}
	.home-slider h4 br {display: none;}
	.home-slider h3 {font-size: 28px;}
	.home-slider p {
		font-size: 18px;
		margin-top: 20px;
		line-height: 1.5;
	}
	.home-slider p br {display: none;}
	.home-slider .mini p {
		font-size: 20px;
		margin-top: 25px;
	}
	.home-slider .link {
	    margin-top: 25px;
	    font-weight: 500;
	    font-size: 18px;
	}
	.home-slider .mini .link {
		font-size: 18px;
		margin-top: 15px;
	}
	.home-slider .content ul {
        font-size: 18px;
        margin-top: 15px;
    }
    .home-slider .content ul li:after {top: 10px;}
}

@media (max-width: 500px) {
	.home-slider .second .wrap > img {
		content: url(../img/home-slider/slide-mob-1.webp);
	}
}

@media (max-width: 413px) {
	.home-slider h3 {font-size: 25px;}
	.home-slider h4 {font-size: 22px;}
	.home-slider .content {padding: 25px 25px !important;}
	.home-slider .content ul {font-size: 16px;}
	.home-slider .mini .link {font-size: 15px;}
	.home-slider p {font-size: 16px;}
	.home-slider .mini p {font-size: 16px;}
}

/* ------------------ IMPORTANT ------------------ */
.important {
	max-width: 1245px;
	margin: 30px auto 0 auto;
	padding: 0 15px;
	min-height: 144px;
	position: relative;
	z-index: 5;
	font-family: var(--campton);
}

.important .sticky {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 16px;
	background: rgba(255,255,255,.89);
	padding: 15px 20px;
	border: 1px solid #E6E6E6;
	max-width: 1215px;
}
.important .sticky.fixed {
	position: fixed;
	bottom: 0;
	z-index: 9991;
}
.important .content {
	max-height: 114px;
	overflow: hidden;
}
.important .sticky.show .content {
	max-height: 197px;
	overflow-y: auto;
}
.important .sticky.show .content::-webkit-scrollbar {
  	width: 5px;
}
.important .sticky.show .content::-webkit-scrollbar-track {width: 5px;}
.important .sticky.show .content::-webkit-scrollbar-thumb {
	width: 5px;
	background: #0A1C2B;
}
.important ul {margin-left: 10px;}
.important ul li {
	position: relative;
	padding-left: 10px;
}
.important ul li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #0A1C2B;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
.important strong {font-weight: 500;}
.important p {margin:10px 0;}
.important pre {
    display: block;
    font-family: monospace;
    unicode-bidi: isolate;
    white-space: pre;
    margin: 1em;
}
.important li li {
    color:red;
}
.important .read-more {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	gap: 6px;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 0 0 10px;
}
.important .read-more .plus {
	width: 10px;
	min-width: 10px;
	height: 10px;
}
.important .read-more .plus:before,
.important .read-more .plus:after {background: #161616;}
.important .show .read-more .plus {display: none;}
.important .read-more:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #0A1C2B;
	display: none;
	transition: all 0.3s;
}
.important .read-more:hover:after {background: #B32025;}
.important .read-more svg {
	width: 10px;
	height: 10px;
	transition: all 0.3s;
}
.important .read-more span:nth-child(2) {display: none;}
.important .sticky.show .read-more svg {display: none;}
.important .sticky.show .read-more:after {display: block;}
.important .sticky.show span:nth-child(1) {display: none;}
.important .sticky.show span:nth-child(2) {display: block;}

@media (max-width: 1600px) {
	.important {max-width: 950px;}
	.important .sticky {max-width: 920px;}
}

@media (max-width: 991px) {
	.important .sticky.fixed {
		left: 15px;
		right: 15px;
	}
	.important .sticky {max-width: initial;}
}

@media (max-width: 760px) {
	.important {margin: 30px auto 0 auto;}
}

@media (max-width: 500px) {
	.important .sticky {
		font-size: 10px;
		line-height: 1.3;
		padding: 15px 10px 7px 10px;
	}
	.important .content {max-height: 135px;}
	.important .read-more {
		font-size: 9px;
		right: -3px;
	}
	.important .read-more svg {
		width: 8px;
		height: 8px;
	}
	.important .read-more:after {
		width: 8px;
		height: 1px;
	}
}

/* ------------------ TREATMENTS ------------------ */
.treatments {
	padding-top: 40px;
	position: relative;
	z-index: 3;
	font-family: var(--campton);
}
.treatments sup {
	line-height: 0;
	position: relative;
	top: 2px;
}
.treatments [data-src="crown"] {
	margin-bottom: 15px;
}
.treatments .dots {
	position: absolute;
	top: 25px;
	right: 40px;
	width: 300px;
	height: 300px;
}
.treatments .center .descr {
	margin: 20px auto 0 auto;
	font-size: 20px;
	max-width: 1250px;
}
.treatments .grid {margin-top: 0;}
.treatments .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
}
.treatments .image {
	border-radius: 30px;
	overflow: hidden;
	position: sticky;
	top: 150px;
}
.treatments .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.treatments .content {
	padding: 0 0 40px 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.treatments .content .im {font-size: 13px;}
.treatments .content.left {
	align-items: end;
	order: -1;
}
.treatments .content .tag {
	display: inline-flex;
	align-items: center;
	background: #EDEDED;
	border-radius: 50px;
	height: 30px;
	font-size: 17px;
	font-family: var(--greycliff);
	font-weight: normal;
	padding: 0 20px;
}
.treatments .content h3 {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--greycliff);
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 15px;
}
.treatments .content .btn {min-width: 300px;}
.treatments .content ul {margin: 25px 0 30px 0;}
.treatments .content ul li {
	display: flex;
	align-items: center;
	gap: 9px;
}
.treatments .content ul li + li {margin-top: 5px;}
.treatments .content ul svg {
	width: 16px;
	height: 12px;
}
.treatments .content .link {
	display: inline-block;
	font-size: 13px;
	text-decoration: underline;
	font-family: var(--greycliff);
	margin-top: 25px;
}
.treatments .content .link:hover {text-decoration: none;}

.treatments .text {
	font-size: 15px;
	font-family: var(--campton);
}
.treatments .text p {
	margin-top: 25px;
	font-weight: 300;
}
.treatments .text p sup {
	font-size: 0.8em;
	line-height: 0;
	position: relative;
	top: 3px;
}
.treatments .text .line {
	font-weight: 500;
	color: #2D2D2D;
	border-left: 3px solid #2D2D2D;
	padding-left: 10px;
	margin-top: 25px;
}

.treatments-product {margin-top: 30px;}
.treatments-product h2 {
	font-family: var(--campton);
	font-size: 45px;
	line-height: 1.1;
}
.treatments-product h5 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 10px;
}
.treatments-product .inner {
	display: flex;
	align-items: start;
	padding-top: 35px;
	gap: 0 20px;
}
.treatments-product .bg {max-width: 300px;}
.treatments-product .bg img {
	width: 100%;
	display: block;
}
.treatments-product .list {
	font-size: 16px;
}
.treatments-product .list > div {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.treatments-product .list > div + div {margin-top: 16px;}
.treatments-product .list .icon {
	min-width: 37px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.treatments-product .btn-text {
	text-align: center;
	margin-top: 50px;
} 
.treatments-product .btn-text h4 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 5px;
}
.treatments-product .bg {position: relative;}
.treatments-product .bg img {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}
.treatments-product .bg .dots {
	width: 250px;
    height: 250px;
    position: absolute;
    top: -30px;
    right: -130px;
    z-index: 1;
}

@media (max-width: 1600px) {
	.treatments .dots {
		width: 250px;
		height: 250px;
	}
	.treatments:before {
		width: 1500px;
		height: 1000px;
		background-size: 1500px;
		top: -510px;
	}
	.treatments:after {
		width: 1600px;
		height: 1300px;
		background-size: 1600px;
		top: -470px;
	}
	.treatments .center .descr {
		font-size: 17px;
		max-width: 1060px;
	}
	.treatments .content {padding: 0 45px 45px 45px;}
	.treatments .content p br {display: none;}
	.treatments .content .tag {
		height: 25px;
		font-size: 14px;
		padding: 0 15px;
	}
	.treatments .content h3 {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.treatments .content ul {margin: 15px 0 25px 0;}
	.treatments .content .link {
		font-size: 12px;
		margin-top: 20px;
	}

	.treatments-product .inner {
		padding-top: 25px;
		gap: 0 15px;
	}
	.treatments-product h2 {font-size: 30px;}
	.treatments-product .list {font-size: 13px;}
	.treatments-product .list > div {gap: 0 5px;}
	.treatments-product .list .icon {zoom: 0.8;}
	.treatments-product .list > div + div {margin-top: 10px;}
	.treatments-product .btn-text {margin-top: 35px;}
	.treatments-product .btn-text h4 {
	    font-size: 14px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
	.treatments-product .btn {
		min-width: 250px;
		width: 100%;
	}
	.treatments-product .bg {min-width: 200px;}
	.treatments-product .bg img {margin-top: -55px;}
	.treatments-product .bg .dots {
		width: 160px;
		height: 160px;
		top: -15px;
		right: -60px;
	}
}

@media (max-width: 1200px) {
	.treatments:before {
	    width: 1200px;
	    height: 1000px;
	    background-size: 1200px;
	    top: -460px;
	}
	.treatments:after {
	    width: 1200px;
	    height: 1200px;
	    background-size: 1200px;
	    top: -415px;
	}
	.treatments .dots {
		width: 200px;
		height: 200px;
		right: -200px;
	}
	.treatments .center .descr p br {display: none;}
	.treatments .content p br {display: none;}
}

@media (max-width: 991px) {
	.treatments-product {overflow: hidden;}
	.treatments-product h2 {font-size: 25px;}
	.treatments-product h5 {
		font-size: 17px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.treatments-product .inner {gap: 0;}
	.treatments-product .bg {min-width: 165px;}
	.treatments-product .bg .dots {
		width: 130px;
		height: 130px;
	}
	.treatments-product .btn {min-width: 250px !important;}
	.treatments-product .btn-text h4 {font-size: 12px;}
	.treatments-product .btn-text p {font-size: 12px;}
	.treatments .content {padding: 0 0 0 30px;}

	.treatments .content ul {margin: 15px 0 15px 0;}
}

@media (max-width: 760px) {
	.treatments .image {position: static;}
	.treatments:before {top: -400px;}
	.treatments:after {top: -350px;}
	.treatments .row {grid-template-columns: 1fr;}
	.treatments .content {padding: 50px 0 50px 0;}
	.treatments .content.left {order: 1;}

	.treatments-product .inner {gap: 0 20px;}
	.treatments-product .bg {max-width: 250px;}

	.treatments-product .bg .dots {
		width: 200px;
		height: 200px;
		top: 0;
	}
}

@media (max-width: 500px) {
	#home-slider .line-left, 
	#home-slider .line-right {
		display: none;
	}
	.treatments {padding-top: 15px;}
	.treatments:before,
	.treatments:after {display: none;}
	.treatments h2.title {
		font-size: 31px;
		font-weight: 500;
	}
	.treatments .center .descr {font-size: 16px;}
	.treatments .center .descr p + p {margin-top: 25px;}

	.treatments .grid {margin-top: 30px;}
	.treatments .content {
		padding: 50px 0 20px 0;
		background: white;
	}
	.treatments .content h3 {
	    font-size: 20px;
	    margin-top: 25px;
	    margin-bottom: 15px;
	}
	.treatments .content h3 br {display: none;}
	.treatments .btn-link {
		display: inline-flex !important;
		align-items: center;
		gap: 5px;
		color: var(--c-font);
		font-size: 15px;
		font-weight: 500;
	}
	.treatments .btn-link svg {
		fill: var(--c-font);
		width: 6px;
		height: 11px;
		position: relative;
		top: 1.5px;
	}
	
	.treatments .content .link {
	    font-size: 11px;
	    margin-top: 0;
	}

	.treatments-product .inner {
	    gap: 20px 20px;
	    flex-direction: column;
	}
	.treatments-product .inner > div:not(.bg) {width: 100%;}
	.treatments-product .bg {
	    max-width: 300px;
	    order: -1;
	    margin: 0 auto;
	}
}

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

/* ------------------ STEPS ------------------ */
.easy-steps {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.mt-55 {margin-top: 55px;}

.easy-steps .icon-svg {
	max-width: 85px;
	display: inline-block;
}
.easy-steps:after {
	content: '';
	display: block;
	width: 1920px;
	height: 2683px;
	background: url(../img/bg-line-3.svg) no-repeat;
	position: absolute;
	top: -750px;
	right: 0;
	z-index: -2;
}
.easy-steps h2.title {
	margin-top: 22px;
	font-weight: bold;
	font-size: 70px;
	line-height: 1.2;
}
.easy-steps .center {max-width: 1510px;}
.easy-steps .splide {margin-top: 35px;}
.easy-steps .splide.is-initialized:not(.is-active) .splide__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 37px;
	position: relative;
}
.easy-steps .splide:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1904px;
	height: 320px;
	transform: translateX(-50%);
	background: url(../img/bg-dots.png) no-repeat;
	margin-top: -35px;
	z-index: 1;
}
.easy-steps .splide .splide__track {
	position: relative;
	z-index: 2;
}
.easy-steps .item {font-family: var(--campton);}
.easy-steps .image {
	height: 278px;
	line-height: 0;
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
}
.easy-steps .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.easy-steps .content {text-align: center;}
.easy-steps .content h4 {
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.easy-steps .content p {font-size: 19px;}

.splide__pagination {
	bottom: 0;
	display: flex;
	align-items: center;
	gap: 13px;
}
.splide__pagination li button  {
	margin: 0;
	width: 10px;
	height: 10px;
	opacity: 1;
	background: var(--c-font);
	position: relative;
}
.splide__pagination li button:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--c-font);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.splide__pagination li .is-active {
	background: rgba(10,28,43,.2);
}

.easy-steps .btn-box .btn {min-width: 330px;}

@media (max-width: 1600px) {
	.easy-steps h2.title {font-size: 55px;}
	.easy-steps:after {
		width: 1600px;
		height: 2000px;
		background-size: 1600px;
		top: -630px;
	}
	.easy-steps .center {max-width: 1200px;}
	.easy-steps .splide.is-initialized:not(.is-active) .splide__list {gap: 30px;}
	.easy-steps .image {
		height: 235px;
		margin-bottom: 15px;
	}
	.easy-steps .content h4 {font-size: 18px;}
	.easy-steps .content p {font-size: 15px;}
}

@media (max-width: 1200px) {
	.easy-steps h2.title {font-size: 45px;}
	.easy-steps:after {
	    width: 1200px;
	    height: 1800px;
	    background-size: 1200px;
	    top: -470px;
	}
	.easy-steps .center {max-width: 950px;}
	.easy-steps .splide.is-initialized:not(.is-active) .splide__list {
        gap: 15px;
    }
    .easy-steps .image {height: 160px;}
    .easy-steps .content h4 {font-size: 13px;}
    .easy-steps .content p {font-size: 13px;}
    .easy-steps .content p br {display: none;}
}

@media (max-width: 760px) {
	.easy-steps {padding-top: 20px;}
	.easy-steps .splide {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.easy-steps .image {
		height: 350px;
		margin-bottom: 25px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	}
	.easy-steps .splide__pagination {
		margin-bottom: -30px;
		bottom: 0;
	}
	.easy-steps .content h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.easy-steps .content p {
	    font-size: 21px;
	    line-height: 1.4;
	}
	.easy-steps .content p br {display: block;}
	.easy-steps .splide:before {display: none;}
}

@media (max-width: 500px) {
	.easy-steps h2.title {font-size: 7vw;}
	.easy-steps:after {
		background: url(../img/bg-line-mob-10.svg);
		top: -825px;
		right: initial;
		left: 0;
	}
	.easy-steps .image {height: 300px;}
	.easy-steps .splide__track {overflow: visible;}
}

@media (max-width: 413px) {
	.easy-steps .content p {font-size: 18px;}
}

/* ------------------ START ------------------ */
.start {
	position: relative;
	min-height: 645px;
	background: url(../img/bg-start.webp?2) no-repeat fixed center top;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	font-family: var(--campton);
}
.start .center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 100%;
}
.start h4 {
	font-size: 29px;
	font-weight: 300;
}
.start span.h3 {
	font-size: 49.22px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 10px;
}
.start .row {
	display: flex;
	gap: 55px;
	margin-top: 60px;
}
.start .row span.h2 {
	font-size: 51.87px;
	font-weight: normal;
	line-height: 1;
}
.start .row span.h2 sup {line-height: 0;}
.start .row p {
	font-size: 19.45px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 10px;
	font-smoothing: auto;
	-webkit-font-smoothing: auto;
}

@media (max-width: 1600px) {
	.start {min-height: 500px;}
	.start h4 {font-size: 23px;}
	.start span.h3 {font-size: 40px;}
	.start .row {
		gap: 40px;
		margin-top: 40px;
	}
	.start .row span.h2 {font-size: 40px;}
	.start .row p {font-size: 17px;}
}

@media (max-width: 760px) {
	.start {
	    min-height: inherit;
	    padding: 50px 0;
	}
	.start h4 {font-size: 16px;}
	.start span.h3 {font-size: 25px;}
	.start .row {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
	.start .row span.h2 {font-size: 35px;}
	.start .row p {font-size: 14px;}
}

@media (max-width: 500px) {
	.start {
		background: url(../img/bg-start-mob.webp?2) no-repeat center top;
		background-size: cover;
		padding: 60px 0;
	}
	.start span.h3 {
		margin-top: 15px;
		font-smoothing: none;
		-webkit-font-smoothing: none;
	}
	.start .row {
		gap: 25px;
		margin-top: 25px;
	}
	.start .row span.h2 {
		font-size: 45px;
		font-smoothing: none;
		-webkit-font-smoothing: none;
	}
	.start .row p {font-size: 16px;}
}

/* ------------------ ASKED ------------------ */
.asked {position: relative;}
.asked h2.title {
	font-size: 44px;
	font-weight: normal;
}
.asked .head {
	min-height: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	position: relative;
}
.asked .head .bg {
	background: url(../img/bg-asked.webp) no-repeat fixed center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.asked .head h6 {
	font-size: 33px;
	font-weight: normal;
}
.asked .head h3 {
	font-size: 49px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.3;
}
.asked .head h3 span {font-weight: bold;}
.asked .heading i svg {width: 50px !important;}

.asked .center {
	border-radius: 25px;
	margin-top: -75px;
	padding: 25px 0 0 0;
	position: relative;
	z-index: 2;
	max-width: 1350px;
}
.asked .center:after {
	content: '';
	display: block;
	height: 500px;
	position: absolute;
	top: 0;
	left: -58px;
	right: -58px;
	z-index: -1;
	border-radius: 25px 25px 0 0;
	background: #fff;
}
.asked .subtitle {font-size: 24px;}

.asked .accordeon {margin-top: 20px;}

@media (max-width: 1600px) {
	.asked .center {
		margin-top: -50px;
		max-width: 1170px;
	}
	.asked .center:after {
		left: -45px;
		right: -45px;
	}
	.more-content h2.title {
	    font-size: 45px;
	    margin-bottom: 20px;
	}
	.more-content p {font-size: 15px;}
}

@media (max-width: 1500px) {
	.asked .head {min-height: 480px;}
	.asked .head h6 {font-size: 25px;}
	.asked .head h3 {font-size: 30px;}
	.asked .subtitle {font-size: 18px;}
}

@media (max-width: 1200px) {
	.asked .center {max-width: 700px;}
}

@media (max-width: 991px) {
	.asked .head .bg {background-attachment: scroll;}
	.asked .center {margin-top: 0;}
}

@media (max-width: 760px) {
	.asked .head {min-height: 350px;}
	.asked .head h6 {font-size: 20px;}
	.asked .head h3 {
	    font-size: 25px;
	    margin-top: 5px;
	}
	.asked .center {
		margin-top: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 600px) {
	.asked .head .bg {display: none;}
	.asked .head {
		background: url(../img/bg-asked-mob.webp) no-repeat center top;
		background-size: cover;
		padding: 0 15px;
	}
	.asked .center {
	    margin-top: 0;
	    border-radius: 0;
	    padding: 30px 15px 0 15px;
	}
	.asked .head h6 {font-size: 22px;}
	.asked .head h3 {
	    font-size: 29px;
	    margin-top: 20px;
	}

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

	.asked .heading {text-align: left;}
	.asked .heading svg {
		width: 40px;
		height: 40px;
	}

	.asked-foot {
		padding: 40px 0;
		text-align: center;
	}
	.asked-foot > p {
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 1.4;
	}
	.asked-foot .btn-box h5 {
		font-size: 14px;
		display: block;
		font-weight: normal;
	}
	.asked-foot .btn-box h5 strong {font-weight: bold;}
}

@media (max-width: 500px) {
	.asked [data-src="crown"] {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.asked .subtitle {
	    font-size: 16px;
	    margin-top: 8px;
	    text-align: center;
	}
	.asked:before {
		content: '';
	    position: absolute;
	    top: -275px;
	    left: 0;
	    z-index: -1;
	    background: url(../img/bg-line-mob-15.svg) no-repeat;
	    background-size: 400px;
	    width: 400px;
	    height: 1000px;
	}
	.asked .center:after {display: none;}
	.asked h2.title {
	    font-size: 28px;
	    font-weight: normal;
	    text-align: center;
	}
}

@media (max-width: 413px) {
	.asked .head h6 {font-size: 19px;}
	.asked .head h3 {font-size: 25px;}
	.asked-foot > p {font-size: 14px;}
}

/* ------------------ ACCORDEON ------------------ */
.accordeon {list-style: none;}
.btn-accordeon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px;
	font-size: 24px;
	cursor: pointer;
}
.btn-accordeon:hover {color: #4d4d4d;}
.plus {
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.plus:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #cdb179;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	transition: all 0.3s;
}
.plus:before {
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	background: #cdb179;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	transition: all 0.3s;
}
.item-accordeon {
	border-radius: 5px;
	border: 1px solid #E3E3E3;
	background: #fff;
}
.item-accordeon + .item-accordeon {margin-top: 23px;}

.item-accordeon.active .btn-accordeon .plus:after {
	transform-origin: center;
	transform: rotate(45deg);
}

.item-accordeon.active .btn-accordeon .plus:before {
	transform-origin: center;
	transform: rotate(45deg);
}
.accordeon .inner {padding: 0 23px 35px 23px;}
.accordeon .inner p + p {margin-top: 25px;}
.accordeon .inner ul {
	list-style: none;
	font-size: 18px;
}
.accordeon .inner p {
	font-size: 18px;
	line-height: 1.4;
}
.accordeon .inner a {
	color: #0F5C78;
	text-decoration: underline;
}
.accordeon .inner a:hover {text-decoration: none;}
.accordeon .inner p + p {margin-top: 20px;}
.accordeon .inner ul strong {font-weight: 600;}
.accordeon .inner ul li + li {margin-top: 35px;}
.accordeon .inner ul li {
	padding-left: 15px;
	position: relative;
}
.accordeon .inner ul li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
	background: #091938;
}
.content-accordeon {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
} 
/*.active .content-accordeon {height: auto;}*/

@media (max-width: 1500px) {
	.btn-accordeon {
		padding: 18px;
		font-size: 20px;
	}
	.item-accordeon + .item-accordeon {margin-top: 15px;}
	.accordeon .inner ul {font-size: 16px;}
	.accordeon .inner ul li + li {margin-top: 20px;}
}

@media (max-width: 767px) {
	.btn-accordeon {
	    padding: 15px 18px;
	    font-size: 15px;
	}
	.item-accordeon {border-radius: 7px;}
	.accordeon .inner ul li + li {margin-top: 25px;}
	.accordeon .inner ul li,
	.accordeon .inner p {font-size: 12px;}

	.plus {
		width: 10px;
		min-width: 10px;
		height: 10px;
	}
}

@media (max-width: 500px) {
	.btn-accordeon {
	    padding: 12px 15px;
	    font-size: 13px;
	    gap: 5px;
	}
}

/* ------------------ SLIDER LINE ------------------ */
.slider-line {
	pointer-events: none;
	padding: 20px 0;
}
.slider-line .splide__pagination {display: none;}
.slider-line-2 {background: #fff;}
.slider-line .splide__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-line .splide__slide img {opacity: 0.5;}
.slider-line .jimmy_k {max-height: 40px;}

@media (max-width: 1500px) {
	.slider-line {padding: 15px 0;}
}

@media (max-width: 767px) {
	.slider-line {padding: 0 0 20px 0;}
	.slider-line .splide__slide img {
		max-height: 50px;
		max-width: 75px;
	}
}

/* ------------------ ACCORDEON ------------------ */
.accordeon {list-style: none;}
.btn-accordeon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px;
	font-size: 24px;
	cursor: pointer;
}
.btn-accordeon:hover {color: #4d4d4d;}
.plus {
	width: 16px;
	min-width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.plus:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #cdb179;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	transition: all 0.3s;
}
.plus:before {
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	background: #cdb179;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	transition: all 0.3s;
}
.item-accordeon {
	border-radius: 10px;
	border: 1px solid #E3E3E3;
	background: #fff;
}
.item-accordeon + .item-accordeon {margin-top: 23px;}

.item-accordeon.active .btn-accordeon .plus:after {
	transform-origin: center;
	transform: rotate(45deg);
}

.item-accordeon.active .btn-accordeon .plus:before {
	transform-origin: center;
	transform: rotate(45deg);
}
.inner-accordeon {padding: 0 23px 35px 23px;}
.inner-accordeon ul {
	list-style: none;
	font-size: 18px;
}
.inner-accordeon p {
	font-size: 18px;
	line-height: 1.4;
}
.inner-accordeon a {
	color: #0F5C78;
	text-decoration: underline;
}
.inner-accordeon a:hover {text-decoration: none;}
.inner-accordeon p + p {margin-top: 20px;}
.inner-accordeon ul strong {font-weight: 600;}
.inner-accordeon ul li + li {margin-top: 35px;}
.inner-accordeon ul li {
	padding-left: 15px;
	position: relative;
}
.inner-accordeon ul li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
	background: #091938;
}
.content-accordeon {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
} 

@media (max-width: 1500px) {
	.btn-accordeon {
		padding: 18px;
		font-size: 20px;
	}
	.item-accordeon + .item-accordeon {margin-top: 15px;}
	.inner-accordeon ul {font-size: 16px;}
	.inner-accordeon ul li + li {margin-top: 20px;}
}

@media (max-width: 767px) {
	.btn-accordeon {
	    padding: 15px 18px;
	    font-size: 15px;
	}
	.item-accordeon {border-radius: 7px;}
	.inner-accordeon ul li + li {margin-top: 25px;}
	.inner-accordeon ul li,
	.inner-accordeon p {font-size: 15px;}

	.plus {
		width: 13px;
		min-width: 13px;
		height: 13px;
        margin-left:6px;
	}
    div.btn-accordeon > span {
        padding-right:4px;
    }
}

/* ------------------ FOOTER ------------------ */
.footer {
    background: #1a274b;
    padding-top: 30px;
    margin-top: 0px;
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: 50px;
}
.footer a {color: #fff !important;}
.footer sup {
	line-height: 0;
	position: relative;
	top: 5px;
}
.footer-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}
.footer-logo {
    display: inline-block;
    line-height: 0;
}
.footer-logo svg {
	width: 146px;
	height: 41px;
}
.social a {
    width: 50px;
    height: 50px;
    background-color: #121629;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s;
    margin:1px;
}
.social a:hover {
    background-color: #ccb27a;
}
.ic-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ic-phone.webp) no-repeat;
}
.social a.ic-fb {
    background-image: url(../img/ic-fb.webp);
    margin-right: 10px
}
.social a.ic-tw {
    background-image: url(../img/ic-tw.webp)
}
.social a.ic-in {
    background-image: url(../img/insta.png)
}
.social a.ic-tiktok {
    background-image: url(../img/tiktok.svg);
    background-size: 40%;
}
.social a.ic-linkedin {
    background-image: url(../img/linkedin-in.svg);
    background-size: 40%;
}
.footer-item {
    width: 20%;
    padding: 0 15px
}
.footer-item ul {list-style: none;}
.footer-item:first-child {
    min-width: 360px;
    line-height: 0;
}
.footer-item h3 {
    font-weight: 600;
    color: #61cbc8;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-item ul li + li {
    margin-top: 15px
}
.footer-item ul li a {
    color: #fff;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}
.footer-item ul li a:hover, .footer-item ul li.active a {
    color: #66d4cf
}
.footer-item ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    background: url(../img/ic-plus.png) no-repeat;
    margin-right: 8px;
    transition: all .3s;
    transform: scale(0)
}
.footer-item ul li a:hover:before, .footer-item ul li.active a:before {
    transform: scale(1);
    width: 18px;
    height: 19px
}
.footer .phone {
    color: #fff;
    margin-top: 45px;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.footer .phone:hover {
    color: #61cbc8
}
.footer .phone i {
    margin-right: 10px
}
.footer-copy {
    border-top: 1px solid #243666;
    margin-top: 30px;
}
.footer-copy .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
    font-size: 15px
}
.footer-copy div {
    display: flex;
    align-items: center
}
.footer-copy div a {
    color: #fff !important;
}
.footer-copy div a:hover {
    text-decoration: underline
}
.footer-copy div span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px
}

.footer * {
    color:white !important;
}

.footer a img {
    max-width:80px;
    height:auto;
}

.footer-bottom {
	padding: 30px 0;
	border-top: 1px solid #243666;
}
.footer-bottom sup {
	font-family: var(--campton);
}
.footer-bottom .center {
	display: flex;
	align-items: center;
}
.footer-bottom .text {
	width: 100%;
	line-height: 1.2;
	font-size: 14px;
}
.footer-bottom .text a {text-decoration: underline;}
.footer-bottom .text a:hover {text-decoration: none;}
.footer-bottom .image {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 400px;
}
.footer-bottom a {color: #6676a2;}

@media (max-width: 1200px) {
    .footer-logo {
        width: 90px;
        height: 27px;
        margin-bottom: 30px;
        background-size: 90px
    }
    .social a {
        width: 30px;
        height: 30px;
        background-size: 14px
    }
    .social a.ic-fb {background-size: 8px !important;}
    .footer-item {padding: 0 10px;}
    .footer-item:first-child {min-width: inherit;}
    .footer-item h3 {margin-bottom: 15px;}
    .footer-item ul li + li {margin-top: 8px;}
    .footer-copy {margin-top: 40px;}
    .footer-copy .center {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 11px
    }
}

@media (max-width: 767px) {
	.footer {padding-bottom: 120px;}
    .page-plans .footer {padding-top: 50px; }
    .footer-row {
        flex-wrap: wrap;
        padding: 0 30px
    }
    .footer-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 45px
    }
    .footer-item:first-child {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .footer-logo {
        width: 220px;
        height: 42px;
        margin-bottom: 0;
        background-size: 150px
    }
    .footer-item .social {
        width: 50%;
        padding: 0 15px;
        line-height: 0
    }
    .social a {
        width: 50px;
        height: 50px;
        background-size: 22px
    }
    .social a.ic-fb {background-size: 12px !important;}
    .footer-item h3 {
        margin-bottom: 16px;
        font-size: 18px;
        text-align: left;       
    }
    .footer .phone {margin-top: 25px;}
    .footer-copy {margin-top: 15px;}
    .footer-copy .center {
        font-size: 15px;
        flex-direction: column
    }

    .footer-bottom {
    	padding-bottom: 0;
    	margin-top: 30px;
    }
    .footer-bottom .center {flex-direction: column;}
    .footer-bottom .center > div {
    	overflow: hidden;
    	width: 100%;
    }
    .footer-bottom .image {
        margin-bottom: 15px;
        padding-bottom: 0;
        width: 100%;
        order: -1;
        justify-content: center;
    }
    .footer-bottom .image img {margin: 0 30px;}
}

@media (max-width: 370px) {
	.footer-logo {
	    width: 150px;
	    background-size: 145px;
	}
}

/* ------------------ POPUP ------------------ */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9991;
    background: rgba(0,0,0,.8);
}

.popup {
    position: absolute;
    left: 50%;
    z-index: 9992;
    transform: translateX(-50%);
}

.popup-overlay,
.popup {
    display: none;
    opacity: 0;
}

.popup-overlay.active,
.popup.active {
    display: block;
    animation: opacity 0.5s linear forwards;
}

.popup .head {
	background: var(--color);
    padding: 30px 30px 30px 30px;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    min-height: 65px;
    margin-right: -2px;
    margin-left: -2px;
}
.popup .head h4 {
	font-size: 44px;
	line-height: 1.2;
}
.popup .head h6 {font-size: 15px;}

/* POPUP INFO */
.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121628;
}
.popup-close svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.popup-close:hover {background: #ccb27a;}

.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: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #fff;
    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 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-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;}

@media (max-width: 767px) {
	.popup-important {
		max-width: inherit;
		width: inherit;
		top: 30px !important;
		position: fixed;
		bottom: 30px;
		left: 30px;
		right: 30px;
		transform: none;
		width: auto !important;
		max-width: inherit !important;
	}
	.popup .head {
	    padding: 10px 30px 15px 30px;
	    font-size: 19px;
	    min-height: auto;
	    line-height: inherit;
	}
	.popup .head h4 {font-size: 24px;}
	.popup .head h6 {
	    font-size: 13px;
	    margin-top: 15px;
	}

	.popup-important .body {font-size: 15px;}
	.popup-important ul {margin-left: 0;}
	.popup-important ul li {padding-left: 10px;}
	.popup-important ul li:before {
		width: 4px;
		height: 4px;
		margin-top: 9px;
	}
	.popup-important .body h4,
	.popup-important .body h1 {font-size: 20px;}
}

@media (max-width: 600px) {
	.popup-info {
		max-width: inherit;
		width: inherit;
		left: 15px !important;
		right: 15px !important;
		transform: none;
	}
}

.popup-video .body {
	width: 920px;
	height: 530px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.popup-video .body video {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}
.popup-video > .popup-close {
	right: 10px;
	top: 10px;
}
.popup-video .inner .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;
}
.popup-video .inner .popup-close:hover {
	text-decoration: none;
	background: none !important;
}
.popup-video .tx-c {
	margin-top: 18px;
}
.popup-video .btn {
	height: 48px;
	width: 300px;
	font-weight: bold;
	cursor: pointer;
}
.popup-video .btn svg {
	position: relative;
	z-index: 3;
	margin-right: 6px;
}

@media (max-width: 1450px) {
	.popup-video .body {
		width: 700px;
		height: 400px;
	}
}

@media (max-width: 750px) {
	.popup-video .body {
		width: 350px;
		height: 200px;
	}

	.popup-close {
		width: 30px;
		height: 30px;
	}
	.popup-close svg {
		width: 12px;
		height: 12px;
	}
}

.universal_popup-important p {
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: auto;
	font-smoothing: auto;
}

.popup-important {
	background: #fff;
    max-width: 80%;
    width: 100%;
}
.popup-important > .popup-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9000;
	background: transparent;
}
.popup-important > .popup-close svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}
.popup-important > .popup-close:hover {
    background: #a10e20;
    border-color: #a10e20;
    transform: scale(0.95);
}
.popup-important .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-important .text-danger {
    color: #C70003 !important;
}
.popup-important .modal-header .wrap {
    height: 80vh;
    max-height: 80vh;
    overflow-y: auto;
}
.popup-important .wrap h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
}
.popup-important  .wrap h4 {
    font-size: 35px;
    margin: 30px 0;
}
.popup-important .wrap h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
}
.popup-important .wrap ul {
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 30px;
}
.popup-important .wrap ul li {
    position: relative;
    padding-left: 25px;
}
.popup-important .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-important .wrap .popup-close {
	background: var(--akcent);
	text-transform: uppercase;
	color: #fff;
	position: relative;
	height: 57px;
	min-width: 238px;
	border-radius: 11px;
	display: inline-flex;
	left: 0;
	top: 0;
}

@media (max-width: 650px) {
	.popup-important {
		max-width: inherit;
		width: inherit;
		bottom: inherit;
	}
	.popup-important .modal-title {
	    font-size: 5vw;
	    padding-right: 60px;
	    line-height: 1.5;
	}
	.popup-important .wrap h5:first-child {
	    margin-top: 0;
	}
	.popup-important .wrap h4 {
	    font-size: 6vw;
	    line-height: 1.5;
	}

	.popup-important .wrap h5 {
	    font-size: 5vw;
	    padding: 0 0 20px;
	    line-height: 1.5;
	}
	.popup-important .wrap .popup-close {width: 100%;}
}

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

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

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

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

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

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

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

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