:root {
	
	--color-main: #3b72aa;
	--color-info: #F2F2F2;
	--color-white: #ffffff;
	--color-black: #111;
	--color-main-hover: #0696CE;
	
	--color-main-focus: #0696CE;
	--color-main-disabled: rgba(0, 153, 177, .35);
    
    --bg-green: #144372;
    --bg-red: rgba(255, 0, 0, 1);
    
    --color-booking-bg: #d3dbeb;
	--background-footer: #eee;

	--color-secondary: #596682;
    
	--color-green: #144372;
	
	--main-gradient: 104deg, #3b72aa, #3775ad 7%, #0098d0;
	
	--easing: cubic-bezier(0.5,0.7,0.4,1);

}

.btn-success {

	--bs-btn-bg: #144372;
	--bs-btn-border-color: #144372;
	--bs-btn-hover-bg: #14437280;
	--bs-btn-hover-border-color: #14437280; 

}

html {
	
	position: relative;
	min-height: 100%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 1rem;
	height: 100%;

}

body {
	
	font-size: 1rem;
	min-height: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
	font-family: Mon, sans-serif, Arial, Helvetica, sans-serif;	
	background: #fff;
	
}

h1, h2, h3, h4, h5, strong, em, b {
	
	font-family: Mon, sans-serif, Arial, Helvetica, sans-serif;
	font-weight: 600;
	
}

.desktop-menu {
	
	background-color: #eff0f4;
	position: sticky;
	top: 0;
	z-index: 10;
	
}

.desktop-menu .cart-top {
	
	position: absolute;
	top: -.375rem;
	right: .75rem;
	
}

.desktop-menu .cart-top .cart-ico {
	
	background: linear-gradient(var(--main-gradient));
	color: var(--color-white) !important;
	border-radius: 50% !important;	
	
}

.color-black {
	
	color: var(--color-black) !important;
	
}

.font-bold, .font-weight-bold {
	
	font-weight: 600 !important;
	
}

.weight-100, .weight-200, .weight-300, .weight-400, .weight-500, .weight-600, .weight-700, .weight-800, .weight-900, .font-bold, .font-weight-bold {
	
	font-family: Mon, sans-serif, Arial, Helvetica, sans-serif !important;
	
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
	
	border-bottom: 4px solid #0696CE !important;
	
}

body > .wrapper {
	
	padding-bottom: 0;
	-webkit-transition: .3s all;
	transition: .3s all;	
	
}

.fixed-menu-layer.on, html[dir="rtl"] .fixed-menu-layer.on {
		
	background: var(--bg-green);
	
}

.profile-dropdown {
	
	height: auto;
	
}

.my-profile-dummy .patient-main {
	
	top: -5px !important;
	
}

.patient {
	
	font-weight: normal !important;
	
}

.header-button {
	
	height: 36px;
	
}

.bar {
	
	min-height: 0;
	max-height: none;
	background: transparent;
	background-image: linear-gradient(90deg, #3b72aa, #0595cd);
	color: var(--color-white);
	border-bottom: 1px solid #EAE9F0;
	
}

.bar span {

	color: var(--color-white);
	font-size: .75rem;
	opacity: 1;
	line-height: 1;

}

.bar strong {

	font-weight: 500;

}

.bar a {
	
	color: var(--color-white);
	font-size: .75rem;
	
}

.bar a:hover {
	
	color: var(--color-white);
	
}

.bar .divider {
	
	border-left: solid 1px var(--color-white);
	width: 1px;
	height: 18px;
	
}

.header-pseudo {
	
	height: 57px;
	
}

#header .company > span {
	
	color: var(--color-white) !important;
	border-bottom: dotted 1px var(--color-white);
	top: auto;
	
}

.c-ico {
	
	width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background-color: var(--bg-green);
    color: #fff;
	
}

.color-main {
	
	color: var(--color-main) !important;
	
}

.color-grey {
	
	color: #686868 !important;
	
}

.bg-red {
	
	background: var(--bg-red) !important;
	color: var(--color-white) !important;
	
}

.btn.bg-red:hover {
	
	background: rgba(186, 0, 0,1) !important;
	
}

.call-center-description {
	
	color: rgba(134, 134, 134, 1);
	
}

#my-profile-dropdown {
	
	font-family: Mon, sans-serif, Arial, Helvetica, sans-serif;
	
}

a:hover {
	
	color: var(--color-main);
	
}

b, strong {
	
	font-weight: 500;
	
}

.top {
	
	height: auto;
	padding: 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);	
	
}

.logo-snippet {
	
	border-top: solid 1px #ccc;
	
}

.logo-company {

	height: 48px;
	
}

.logo-snippet {

	font-size: .9rem;
	color: var(--color-secondary);

}

.article-content hr {
	
	border-top-color: #333;
	
}

.white-block, .white-tile {
	
	border-radius: .5rem !important;
	background: var(--color-white) !important;
	box-shadow: 0px .5rem 1rem rgba(0,0,0,0.12);
	
}

.user-sidebar-block {
	
	border-radius: 0 0 1rem 1rem !important;
	
}

.or-text span {
	
	background: var(--color-white) !important;
	
}

.btn {
	
	border-radius: 1.5rem !important;
	
}

.btn.blue {
	
	background-color: #7f86ff;
    background-image: linear-gradient(104deg, #3b72aa, #0098d0);
	
}

.card-blue {
	
	background-color: #7f86ff;
    background-image: linear-gradient(104deg, #3b72aa, #0098d0);
    color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1.5rem !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;    
    height: auto;    
    display: flex;
    position: relative;
	
}

.card-blue a {
	
	color: #fff;
	
}

.card-white {
	
	border: 1px solid #e9e9e9;
    border-radius: 1.5rem !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;    
    height: auto;    
    display: flex;
    position: relative;
	
}

.card-blue h3, .card-white h3 {
	
	text-transform: uppercase;
	font-size: 1.25rem;
	
}

.card-white h3 {
	
	color: #3b72aa;
	
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active {
	
	border-color: var(--color-main);
	
}

.btn-emergency, .btn-primary {
	
	background: var(--color-main) !important;
	border-color: var(--color-main) !important;
	
}

.btn-emergency:hover, .btn-emergency:active, .btn-primary:hover, .btn-primary:active {
	
	background: var(--color-main-hover) !important;
	border-color: var(--color-main-hover) !important;
}

#header {
	
	background-color: #0696CE !important;
	color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	
}

.bg-green {
	
	background: #144372 !important;
	
}

.bg-green:hover {
	
	background: rgba(20,67,114,.8) !important;
	
}

.round-0, .round-0rem {
	
	border-radius: 0 !important;
	
}

#footer {

	position: relative;
	background: #144372 !important;
	color: #fff !important;

}

#footer a {
	
	color: #BEC6D9 !important;
	
}

.footer-payment-icons .footer-payment > svg {
	
	fill: #fff !important;
	
}

.round-2rem {
	
	border-radius: 2rem !important;
	
}

.round-15rem {
	
	border-radius: 1.5rem !important;
	
}

.round-1rem {
	
	border-radius: 1rem !important;
	
}

.font-size-05rem {
	
	font-size: .5rem !important;
	
}

.font-size-065rem {
	
	font-size: .65rem !important;
	
}

.font-size-075rem {
	
	font-size: .75rem !important;
	
}

.font-size-085rem {
	
	font-size: .85rem !important;
	
}

.font-size-09rem {
	
	font-size: .9rem !important;
	
}

.font-size-095rem {
	
	font-size: .95rem !important;
	
}

.font-size-1rem {
	
	font-size: 1rem !important;
	
}

.font-size-115rem {
	
	font-size: 1.15rem !important;
	
}

.font-size-125rem {
	
	font-size: 1.25rem !important;
	
}

.font-size-135rem {
	
	font-size: 1.35rem !important;
	
}

.font-size-15rem {
	
	font-size: 1.5rem !important;
	
}

.font-size-175rem {
	
	font-size: 1.75rem !important;
	
}

.font-size-2rem {
	
	font-size: 2rem !important;
	
}

.font-weight-100, .weight-100 {
	
	font-weight: 100;
	
}

.font-weight-200, .weight-200 {
	
	font-weight: 200;
	
}

.font-weight-300, .weight-300 {
	
	font-weight: 300;
	
}

.font-weight-400, .weight-400 {
	
	font-weight: 400;
	
}

.font-weight-500, .weight-500 {
	
	font-weight: 500;
	
}

.font-weight-600, .weight-600 {
	
	font-weight: 600;
	
}

.font-weight-700, .weight-700 {
	
	font-weight: 700;
	
}

.font-weight-800, .weight-800 {
	
	font-weight: 800;
	
}

.font-weight-900, .weight-900 {
	
	font-weight: 900;
	
}

.nowrap {
	
	white-space: nowrap;
	
}

.line-height-05 {
	
	line-height: .5 !important;
	
}

.line-height-075 {
	
	line-height: .75 !important;
	
}

.line-height-1 {
	
	line-height: 1 !important;
	
}

.line-height-115 {
	
	line-height: 1.15 !important;
	
}

.line-height-125 {
	
	line-height: 1.25 !important;
	
}

.line-height-150 {
	
	line-height: 1.5 !important;
	
}

.line-height-175 {
	
	line-height: 1.75 !important;
	
}

.line-height-200 {
	
	line-height: 2 !important;
	
}

.cursor-pointer {
	
	cursor: pointer !important;
	
}

.about-ul {
	
	list-style: none;
	
}

.about-ul li {
	
	position: relative;	
	
}

.about-ul li:before {
	
	content: '\f00c';
	font-family: "Font Awesome 6 Duotone";
	position: absolute;
	left: 0;
	
}

#footer .phone {
	
	font-size: 28px;
	
}

.panaceya-preorderform .info-block {
	
	color: rgba(0,0,0,0.65);
	
}

.accordion {
	
	--bs-accordion-active-color: #ffffff !important;
	--bs-accordion-active-bg: #0696CE !important;
	--bs-accordion-btn-focus-border-color: #3b72aa !important;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(10, 148, 71, 0.25) !important;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	
}

.booking .booking-order-type-select span {
	
	font-size: .85rem !important;
    font-weight: normal;
	
}

.booking .booking-order-type-select em {
	
	color: var(--color-main) !important;
	text-transform: uppercase;
	margin-top: .25rem;
	
}

.bottom-line {

	border-top: none;
	background: #0076d029;

}

.photogallery a {
	
	max-height: 218px;	
	
}

.photogallery a img {
	
	height: 100%;
	
}

.ecc-custom-pics-block p {
	
	margin: .5rem 0;
	
}

.round-2rem {
	
	border-radius: 2rem !important;
	
}

.route-guide strong {
	
	color: var(--color-main);
	font-weight: 700;
	display: block;
	margin-bottom: .5rem;
	
}

.route-gallery {
	
	min-height: 320px;
	max-height: 550px;
	
}

.route-gallery .swiper-image {
	
	background-position: center;
	background-size: cover;
	
}

.my.with-avatar i {
		
	display: none !important;
	
}

.tabs-navbar, .tabs-wrapper {
	
	clear: none;
	border-radius: 1.5rem !important;
	flex-direction: column;
	flex: 0 auto;
	justify-content: center;
	align-items: flex-start;
	height: auto;	
	font-family: Mon, sans-serif;
	display: flex;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 13px #e6e6e6;
	
}

.b-block {
	
	border-radius: 1.5rem !important;
	position: relative;	
	box-shadow: 1px 1px 13px #e6e6e6;	
	background-color: var(--color-white);	
	
}

.profile-photo-upload-select {
	
	margin: -4rem 0 0 0;
	width: 6rem;
	height: 6rem;
	
}

.profile-block figure {
	
	background: var(--color-white);	
	width: 6rem;
	height: 6rem;
	border: solid 1px #ccc;
	border-radius: 1.5rem !important;
	background-position: center;
	background-size: cover;
	
}

.app-pdf-icon {
	
	background: #f6f6f6;
	border-radius: 1rem !important;
	width: 4rem;
	height: 4rem;
	
}

.tabs-navbar .btn-secondary {
	
	background-color: var(--color-secondary);
	color: var(--color-white);
	
}

.slave-ward-button figure {
	
	background: #f6f6f6;
	border-radius: 1rem !important;
	width: 4rem;
	height: 4rem;
	
}

.remove-profile-link-wrapper {
	
	border-top: solid 1px #999;
	
}

.aside-wrapper {
	
	display: none;
	
}

/* page slide animation */

.main-once {
	
	opacity: 0;
	background: var(--color-white);
	
}

.main-once-active {
	
	transition: opacity .3s;
	
}

.main-once-to {
	
	opacity: 1;
	
}

.main-leave {
	
	transform: translateX(0);
	position: fixed;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	
}

.main-leave-active {
	
	transition: all .3s;
	
}

.main-leave-to {

	transform: translateX(-10%);
	
}

.main-enter {
	
	transform: translateX(100%);
	position: fixed;
	z-index: 2;	
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	
}

.main-enter-active {
	
	transition: all .3s;
	
}

.main-enter-to {
	
	transform: translateX(0);	
	
}

/* end of page slide animation */


.placeholder {

	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .5
	
}

.placeholder.btn::before {

	display: inline-block;
	content: ""
	
}

.placeholder-xs {
	
	min-height: .6em

}

.placeholder-sm {
	
	min-height: .8em

}

.placeholder-lg {
	
	min-height: 1.2em

}

.placeholder-glow .placeholder {

	animation: placeholder-glow 2s ease-in-out infinite

}

@keyframes placeholder-glow {

	50% {
		
		opacity: .2
	
	}

}

.placeholder-wave {

	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite

}

@keyframes placeholder-wave {

	100% {

		mask-position: -200% 0%

	}

}

.services-umo-description h4 {
	
	color: var(--color-main);
	
}

.services-umo-description a.umo-order {
	
	position: sticky;
	bottom: 1rem;
	z-index: 5;	
	
}

.paginator-wrapper {
	
	position: sticky;
	z-index: 75;
	bottom: 0;
	background: #fff;
	border-top: solid 1px #d7d7db;
	
}

.medical-tests-cart-order-wrapper {
	
	border: 2px solid #d7d7db;
	border-radius: 1.5rem !important;
	position: sticky;
	top: 5rem;
	
}

.medical-tests-cart-order-wrapper .price {
	
	background: #f0f0f5;
	color: #3a3a3c;
	border-radius: .5rem !important;
	
}

hr.hr {
	
	border-top: solid 1px #333;
	
}

.modal-content {
	
	border-radius: 1.5rem !important;
	
}

#toast-container.toast-top-center {
	
	z-index: 90;
	top: 50%;
	
}

#toast-container.toast-top-center>div {
	
	top: -3rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	
}

.medical-tests-record-article {
	
	color: #616365;
	
}

.medical-tests-record-article > span {
	
	background: #f0f0f5;
	color: #3a3a3c;
	border-radius: .5rem !important;
	
}

.booking-cart-article {

    background: #f0f0f5;
    color: #3a3a3c;
    border-radius: .5rem !important;
    font-family: monospace;
    
}

.medical-tests-record .go-back-link {

	position: absolute;
    top: 1.5rem;
    left: -2rem;
    color: #3a3a3c;
    
}

.medical-tests-record .nav-pills {
	
	border-radius: 1.5rem !important;
	background: #eff0f4;
	
}

.medical-tests-record .nav-pills .nav-link {
	
	border-radius: 1.5rem !important;
	
}

.medical-tests-search-wrapper {

	background: #eff0f4;
	border-radius: 1.5rem !important;
    
}

.medical-tests-search-wrapper input {
	
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	
}

.medical-tests-search-wrapper input::-webkit-search-cancel-button {

	display: none;

}

.medical-tests-search-wrapper .zoom-icon {

	position: absolute;
	top: 2.25rem;
	left: 2.5rem;
	
}

.medical-tests-search-wrapper .times-icon {
	
	position: absolute;
	top: 2.25rem;
	right: 2.5rem;
	opacity: 1;
	
}

.medical-tests-search-wrapper[data-query=""] .times-icon {
	
	opacity: 0;
	transition: all .3s;
	
}

.search-query {
	
	border-radius: .5rem !important;
	
}

.csmed-input {
	
	border-radius: .5rem !important;
	
}

.complex-data-wrapper, .profile-photo-wrapper {
	
	display: none;
	
}

#viewerContainer {
	
	height: 100vh;    
    overflow-y: scroll;
	
}

#umolist {
		        
    overflow-y: scroll;
    max-height: calc(100vh - 20%);
    padding-bottom: 1rem;
	
}

.slaves-wards-carousel {
	
	gap: 1rem;
	
}

.slave-ward-button {
		
	
	
}

.slave-ward-button > span {
	
	text-align: center;
	
}

.nav-scroller {

	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
	white-space: nowrap; /* не переносим элементы */
	max-width: 100%;

}

.nav-scroller::-webkit-scrollbar, .slaves-wards-carousel::-webkit-scrollbar {

	display: none; /* скрыть полоску */

}

.nav-scroller .nav {

	flex-wrap: nowrap; /* не переносим вкладки */
	width: auto;       /* чтобы не тянулось на 100% */	
	flex: 0 0 auto;  

}

.nav-scroller .nav-item {
	
	flex: 0 0 auto;

}

.slaves-wards-carousel {
	
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
	
}

.ward-filter-search {

	right: 2.5rem;

}

@media only screen and (max-width: 768px) {
	
	body > .wrapper {
		
		max-width: 100vh;
		overflow-x: hidden;
		
	}
	
	#refresh-indicator {
		
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		color: #333;
		transform: translateY(-100%);
		transition: transform 0.3s ease;
		z-index: 9999;
		pointer-events: none;
		background: #fff;
		
	}
	
	#refresh-indicator.active {
	
		transform: translateY(0);
	
	}
	
	.arrow {
		
		width: 1rem;
		height: 1rem;
		border: solid #555;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
		padding: 4px;
		top: -.375rem;
		animation: bounce 0.6s infinite ease-in-out;
		position: relative;
		
	}
	
	@keyframes bounce {
		
		0%, 100% {
		
			transform: translateY(0) rotate(45deg);
		
		}
		
		50% {
		
			transform: translateY(5px) rotate(45deg);
		
		}
	
	}
	
	body > .wrapper {
		
		padding-bottom: 5.5rem !important;
	
	}
	
	.paginator-wrapper {
		
		bottom: 87px;
		
	}
	
	.services-umo-description a.umo-order {
		
		bottom: 6rem !important;
		
	}
	
	body.aside-right-open > .wrapper {
				
		transform: translateX(-10%);
		
	}
	
	.top {
		
		position: sticky;
		top: 0;
		z-index: 10;
		
	}		
	
	.logo-company {
		
		height: 32px;
		max-height: 32px;
		
	}
	
	.phone {
		
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
		
	}
	
	.tabbable-line>.nav-tabs>li>a {
		
		padding: 15px;
		
	}
	
	.breadcrumbs {
		
		position: relative;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		height: 3.5rem;
		
	}
	
	.breadcrumbs > div {
		
		position: absolute;
		
	}
	
	.font-size-30 {
		
		font-size: 1.25rem;
		
	}
	
	.section-title small {
		
		display: block;
		font-size: .75rem;
		
	}
	
	#footer {
		
		padding-bottom: 3rem;
		
		display: none;
		
	}
	
	body.logged #footer {
		
		padding-bottom: 5.5rem !important;

		display: none;
		
	}
	
	.header-pseudo {
		
		height: 60px !important;
		
	}
	
	.font-size-xs-065rem {
		
		font-size: .65rem !important;
		
	}
	
	.health-my h2 {
		
		font-size: 25px !important;
		
	}
	
	.margin-minus-1rem {
		
		margin-right: -.95rem;
		
	}
	
	.footer-payment-icons {
		
		border-bottom: none;
		
	}
	
	.logo-title {
		
		font-size: 1rem !important;
		
	}
	
	.booking-page h2 {
		
		font-size: 1rem;
		
	}
	
	.aside-overlay {
		
		opacity: 0;
		-webkit-transition: .3s all;
		transition: .3s all;
		
	}
	
	.profile-aside-wrapper {
		
		position: fixed;
		top: 0;
		display: block;
		z-index: 101;
		
	}		
	
	.profile-aside-wrapper.on .aside-overlay {
		
		opacity: 1;
		background-color: rgba(0,0,0,.25);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 101;
		top: 0;
		left: 0;
		
	}
	
	.profile-aside {
		
		position: fixed;
		z-index: 102;
		top: 0;
		height: 100%;
		width: 100%;
		border-radius: 0 !important;
		background: #f5f5f5;
		-webkit-transition: .3s all;
		transition: .3s all;
		transform: translateX(100%);
		
	}
	
	.profile-aside-wrapper.on .profile-aside {
		
		transform: translateX(0);
		
	}
	
	.settings-aside-wrapper {
		
		position: fixed;
		top: 0;
		display: block;
		z-index: 103;
		
	}
	
	.settings-aside-wrapper.on .aside-overlay {
		
		opacity: 1;
		background-color: rgba(0,0,0,.25);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 103;
		top: 0;
		left: 0;
		
	}
	
	.settings-aside {
		
		position: fixed;
		z-index: 104;
		top: 0;
		height: 100%;
		width: 100%;
		border-radius: 0 !important;
		background: #f5f5f5;
		-webkit-transition: .3s all;
		transition: .3s all;
		transform: translateX(100%);
		
	}
	
	.settings-aside-wrapper.on .settings-aside {
		
		transform: translateX(0);
		
	}
	
	.footer-mobile a:hover {
		
		color: #333;
		
	}
	
	.footer-mobile a.color-main:hover {
		
		color: var(--color-main);
		
	}
		
	.cart-bottom {				
		
		transform: translateY(500%);
		position: fixed;
	    bottom: 12rem;
	    right: .75rem;
	    z-index: 100;
	    transition: all .3s;
	    display: none;
	    padding: 1.5rem;
	    background: #eff0f4;
	    border-radius: 1.5rem !important;
		
	}
	
	.page---tests.action---view .cart-bottom {
		
		bottom: 7rem;
		
	}	
	
	.page---tests .cart-bottom {
		
		transform: translateY(0);
		
	}
	
	.page---tests .cart-bottom[data-count="0"] {
	
	    transform: translateY(500%) !important;
	    
	
	}		

	.cart-bottom .cart-ico {
	
		background: linear-gradient(var(--main-gradient));
		color: var(--color-white) !important;
		border-radius: 50% !important;	
		
	}
	
	.complex-data-wrapper {
		
		position: fixed;
		bottom: 0;
		display: block;
		z-index: 101;
		
	}
	
	.complex-data-wrapper .complex-data-overlay {
		
		opacity: 0;
		-webkit-transition: .3s all;
		transition: .3s all;
		
	}
	
	.complex-data-wrapper.on .complex-data-overlay {
		
		opacity: 1;
		background-color: rgba(0,0,0,.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 101;
		top: 0;
		left: 0;
		
	}
	
	.complex-data {
		
		height: 90%;
		position: fixed;
		z-index: 102;
		bottom: 0;
		width: 100%;
		border-radius: 1.5rem 1.5rem 0 0!important;
		background: #fff;
		-webkit-transition: .3s all;
		transition: .3s all;
		transform: translateY(100%);
		
	}
	
	.complex-data:before {
		
		content: '';
		height: 3px;
		width: 6rem;
		background: rgba(0,0,0,.5);
		border-radius: .5rem;
		position: absolute;
		top: 2px;
		left: 50%;
		margin-left: -3rem;
		
	}
	
	.complex-data-wrapper.on .complex-data {
		
		transform: translateY(0);
	
	}		
	
	.profile-photo-wrapper {
		
		position: fixed;
		bottom: 0;
		display: block;
		z-index: 151;
		
	}
	
	.profile-photo-wrapper .profile-photo-overlay {
		
		opacity: 0;
		-webkit-transition: .3s all;
		transition: .3s all;
		
	}
	
	.profile-photo-wrapper.on .profile-photo-overlay {
		
		opacity: 1;
		background-color: rgba(0,0,0,.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 152;
		top: 0;
		left: 0;
		
	}
	
	.profile-photo {
				
		position: fixed;
		z-index: 153;
		bottom: 0;
		width: 100%;
		border-radius: 1.5rem 1.5rem 0 0!important;
		background: #fff;
		-webkit-transition: .3s all;
		transition: .3s all;
		transform: translateY(100%);
		
	}	
	
	.profile-photo-wrapper.on .profile-photo {
		
		transform: translateY(0);
	
	}
	
	.min-height-11rem {
		
		min-height: 11rem;
		
	}
	
}

@media (min-width: 576px) {

	.container-fluid {
    	
		max-width: 540px;
	
	}
	
}

@media (min-width: 768px) {

	.container-fluid {
    
		max-width: 720px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	}
	
}

@media (min-width: 992px) {

	.container-fluid {
    	
		max-width: 960px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	
	}
	
}

@media (min-width: 1200px) {
	
	.container-fluid {
    
		max-width: 1140px;
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	
	}
	
}

@media (min-width: 1400px) {

	.container-fluid {
		
	    max-width: 1320px;
	    padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	    
	}
	
}