.b-wrapper {
	overflow: unset;
}

body {
	overflow-x: hidden;
}

body.new-header .b-wrapper {
	padding: 0;
	max-width: none;
}

#megaheader {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	font-family: 'Open Sans';
	position: relative;
	z-index: 11;
}

#megaheader.floating {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transform: translateY(-54px);
	z-index: 100;
}

#megaheader .container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	--primaryColor: #B829A0;
}

#megaheader .top-header {
	height: 40px;
	border-bottom: 1px solid rgba(214, 215, 224, 0.20);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
}

#megaheader .top-header .links-ul {
	display: flex;
	align-items: stretch;
	gap: 20px;
	height: 100%;
    margin: 0;
    padding: 0;
}

#megaheader .top-header .links-ul li>a {
	padding: 0px 10px;
	display: flex;
	align-items: center;
	gap: 7px;

	color: #343037;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: 0.15s all;
	height: 100%;
}

#megaheader .top-header .links-ul li>a .icon {
	color: var(--primaryColor);
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

#megaheader .top-header .links-ul li>a .arrow {
	width: 6px;
	height: 5px;
	flex-shrink: 0;
	color: #343037;
}

#megaheader .top-header .links-ul li:first-child>a {
	padding-left: 0;
}

#megaheader .top-header .links-ul .drop {
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	min-width: 138px;
}

#megaheader .top-header .links-ul .drop .drop-inner {
	background: #fff;
	padding: 15px 0px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 15px 0px #34303726;
	border-radius: 15px;
	overflow: hidden;

}

#megaheader .top-header .links-ul .drop .drop-inner a {
	padding: 5px 20px;
	color: #343037;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	transition: 0.15s all;
	display: flex;
}

#megaheader .top-header .links-ul .drop .drop-inner a:hover {
	color: var(--primaryColor);
}

#megaheader .top-header .links-ul li>a:hover {
	color: var(--primaryColor);
}

#megaheader .top-header .links-ul li>a:hover .arrow {
	color: var(--primaryColor);
}

#megaheader .top-header .links-ul li {
	position: relative;
}

#megaheader .top-header .links-ul li.with-drop:hover .drop {
	opacity: 1;
	visibility: visible;
}

#megaheader .top-header .links-ul .drop:before {
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	width: 20px;
	height: 20px;
	background: #F7F7F9;
	display: block;
	transform: translate(0, 50%) rotate(45deg);
	z-index: -1;
	display: none;
}





#megaheader .top-header .actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

#megaheader .top-header .actions .whatsapp-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	margin-right: -10px;
}

#megaheader .top-header .actions .whatsapp-link svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #00AF6C;
}

#megaheader .top-header .actions .phone {
	position: relative;
}

#megaheader .top-header .actions .phone .inner {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#megaheader .top-header .actions .phone .inner .phone-icon {
	width: 14px;
	height: 24px;
	flex-shrink: 0;
}

#megaheader .top-header .actions .phone .inner .phone-arrow {
	width: 10px;
	height: 24px;
	flex-shrink: 0;
	transition: 0.15s all;
}

#megaheader .top-header .actions .phone .inner a {
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	color: #343037;
}

#megaheader .top-header .actions .phone .phone-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.15s all;
	/* padding-top: 20px; */
	width: 260px;
}

#megaheader .top-header .actions .phone .phone-menu:after {
	content: '';
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	background: #F7F7F9;
	position: absolute;
	top: 0;
	display: block;
	left: 50%;
	transform: translate(-50%, 10px) rotate(45deg);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	display: none;
}

#megaheader .top-header .actions .button {
	padding: 10px 20px;
	background: var(--primaryColor);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	transition: 0.15s all;
	border-radius: 5px;
	margin: 0;
	text-transform: none;
	cursor: pointer;
	height: auto;
    min-width: auto;
    letter-spacing: normal;
}

#megaheader .top-header .actions .button:hover {
	background: rgb(214 71 190);
}

#megaheader .main-header {
	padding: 20px 0;
	display: flex;
	gap: 47px;
	position: relative;
}

#megaheader .main-header .logo {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 200px;
}

#megaheader .main-header .logo img:nth-child(1) {
	width: 30%;
	transition: transform 1s;
}

#megaheader .main-header .logo img:nth-child(2) {
	width: 70%;
}

#megaheader .main-header nav {
	flex: 1;
}

#megaheader .main-header .megamenu {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
	height: 100%;
    margin: 0;
    padding: 0;
}

#megaheader .main-header .logo:hover img:nth-child(1) {
	transform: rotate(360deg);
}

#megaheader .main-header .megamenu li {
	display: flex;
	align-items: stretch;
}

#megaheader .main-header .megamenu li>a {
	display: flex;
	align-items: center;
	gap: 5px;

	color: #343037;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	transition: 0.15s all;
	position: relative;
}

#megaheader .main-header .megamenu li:hover>a {
	color: var(--primaryColor);
}

#megaheader .main-header .megamenu li .dropdown-menu {
	position: absolute;
	width: 100%;
	padding-top: 20px;
	top: calc(100% - 20px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(3px);
	transition: 0.2s all;
	z-index: 30;
}

#megaheader .main-header .megamenu li .dropdown-menu .dropdown-inner {
	background: #F7F7F9;
	filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.25));
	padding: 40px;
	display: flex;
	gap: 20px;
}

#megaheader .main-header .megamenu li:hover .dropdown-menu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

#megaheader .main-header .megamenu .dropdown-menu .menu {
	display: grid;
	column-gap: 30px;
	row-gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	flex: 1;
	place-content: flex-start;
}

#megaheader .main-header .megamenu .dropdown-menu .menu a {
	display: flex;
	align-items: center;
	gap: 20px;

	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	transition: 0.15s all;
	color: #343037;
	width: fit-content;
}

#megaheader .main-header .megamenu .dropdown-menu .menu a svg {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	color: var(--primaryColor);
}

#megaheader .main-header .megamenu .dropdown-menu .banner {
	background: #fff;
	padding: 30px;
	max-width: 294px;
	margin-left: auto;
}

#megaheader .main-header .megamenu .dropdown-menu .banner .icon {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

#megaheader .main-header .megamenu .dropdown-menu .banner span {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: var(--primaryColor);
	display: block;
	margin-top: 10px;
}

#megaheader .main-header .megamenu .dropdown-menu .menu a:hover {
	color: var(--primaryColor);
}

#megaheader .main-header .megamenu li>a svg {
	transition: 0.15s all;
}
#megaheader .main-header .megamenu li:hover>a svg {
	transform: scale(1, -1);
}
#megaheader .top-header .actions .phone:hover .phone-menu {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}
#megaheader .top-header .phone-menu-inner {
	background: #fff;
	padding: 20px;
	filter: drop-shadow(0px 0px 15px #34303726);
	border-radius: 15px;
}

#megaheader .top-header .phone-menu-inner .tabs__section {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(214, 215, 224, 0.20);
	margin-bottom: 15px;
}

#megaheader .top-header .phone-menu-inner .tabs__section:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

#megaheader .top-header .phone-menu-inner li.tab {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	flex: none;
	border-bottom: 1px dashed #000;
	cursor: pointer;
	margin: 0;
}

#megaheader .top-header .phone-menu-inner ul.tabs {
	gap: 20px;
    margin: 0;
    padding: 0;
	margin-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
}

#megaheader .top-header .phone-menu-inner li.tab.active {
	text-decoration: none;
	font-weight: 700;
	border-bottom: 1px dashed transparent;
}

#megaheader .top-header .phone-menu-inner .section a {
	color: #343037;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	transition: 0.15s all;
}

#megaheader .top-header .phone-menu-inner .section a:hover {
	color: var(--primaryColor);
}

#megaheader .top-header .phone-menu-inner .emails p {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 5px 0;
}

#megaheader .top-header .phone-menu-inner .emails .line {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#megaheader .top-header .phone-menu-inner .emails .line span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	flex: 1;
	max-width: 100px;
	word-break: break-all;
}

#megaheader .top-header .phone-menu-inner .emails .line a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
	color: var(--primaryColor);
	word-break: break-all;
	flex: 1;
}



#mobile-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	height: 54px;
}

.fixed-header {
	background: #fff;
	padding: 12px 20px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	z-index: 1;
	position: relative;
	height: 54px;
	box-sizing: border-box;
}

.fixed-header .logo {
	display: flex;
	align-items: center;
	gap: 6px;
	max-width: 125px;
}

.fixed-header .logo img:nth-child(1) {
	width: 30%;
	transition: transform 1s;
}

.fixed-header .logo img:nth-child(2) {
	width: 70%;
}

.fixed-header .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.fixed-header .phone-btn {
	display: flex;
	cursor: pointer;
}

.fixed-header .phone-btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #343037;
}

.fixed-header .whatsapp-btn {
	display: flex;
}

.fixed-header .whatsapp-btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #00AF6C;
}

.fixed-header .menu-btn {
	display: flex;
	cursor: pointer;
}

.fixed-header .menu-btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #343037;
}


#fixed-menu {
	background: #F7F7F9;
	opacity: 0;
	visibility: hidden;
	height: 100vh;
	width: 100%;
	transform: translateY(-100%);
	transition: 0.5s all;
	overflow: auto;
	padding-bottom: 170px;
	overflow-x: hidden;
}

#fixed-menu.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

#fixed-menu li {}

#fixed-menu li .inner a {
	color: #343037;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
}

#fixed-menu li .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	border-bottom: 1px solid #F1F1F1;
	cursor: pointer;
	background: #fff;
}

#fixed-menu li ul.submenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: 0.3s all;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	height: 100%;
}

#fixed-menu li ul.submenu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

#fixed-menu ul.submenu li {}

#fixed-menu ul.submenu li a {
	color: #343037;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	border-bottom: 1px solid #F1F1F1;
	cursor: pointer;
}



#mobile-header .close-submenu-btn {
	display: none;
	cursor: pointer;
}

#mobile-header .menu-btn .close {
	display: none;
	width: 24px;
	height: 18px;
	flex-shrink: 0;
	color: #343037;
}

#mobile-header .close-submenu-btn svg {
	width: 21px;
	height: 18px;
	flex-shrink: 0;
	color: #343037;
}

#mobile-header.submenu-openned .close-submenu-btn {
	display: flex;
}

#mobile-header.submenu-openned .logo {
	display: none;
}

#mobile-header.submenu-openned .phone-btn {
	display: none;
}

#mobile-header.submenu-openned .whatsapp-btn {
	display: none;
}

#mobile-header.menu-opened .menu-btn .close {
	display: block;
}

#mobile-header.menu-opened .menu-btn .open {
	display: none;
}

#fixed-menu a.ex-link {
	display: flex;
	padding: 15px 20px;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #F1F1F1;
}

#fixed-menu a.ex-link svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #B829A0;
}

#fixed-menu a.ex-link span {
	color: #343037;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
}

#mobile-header .call {
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding: 15px 20px;
	display: none;
	align-items: center;
	justify-content: center;
	background: #B829A0;

	position: fixed;
	bottom: 0;
	width: 100%;
}

#mobile-header.menu-opened .call {
	display: flex;
}


#mobile-header.menu-opened.submenu-openned #fixed-menu ul.list>li:not(.opened) {
	display: none;
}






#fixed-phone-menu {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	height: 100vh;
	width: 100%;
	transform: translateY(-100%);
	transition: 0.5s all;
	overflow: auto;
	padding-bottom: 170px;
	position: absolute;
	top: 54px;
}

#fixed-phone-menu.active {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

#fixed-phone-menu a {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	gap: 10px;
	text-decoration: none;
	color: #343037;
	border-bottom: 1px solid #F1F1F1;
}

#fixed-phone-menu a svg {
	width: 13px;
	height: 25px;
	flex-shrink: 0;
}

#fixed-phone-menu a .label {
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}

#fixed-phone-menu a .phone {
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
}

#mobile-header {
	display: none;
}

@media (max-width: 1280px) {
	#megaheader .container {
		padding: 0 20px;
	}

	#megaheader .main-header .logo {
		max-width: 150px;
	}

	#megaheader .main-header .megamenu {
		gap: 10px;
	}
}

@media (max-width: 1028px) {
	#megaheader .container {
		display: none;
	}

	#mobile-header {
		display: block;
	}
}

.hystmodal {
	z-index: 9999;
}

.hystmodal__window {
	box-sizing: border-box;
	flex-shrink: 0;
	flex-grow: 0;
	overflow: visible;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	transform: scale(0.9);
	opacity: 0;
	width: 100%;
	max-width: 490px;
	padding: 70px 30px 60px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.b-form__btn {
	text-align: center;
}
.hystmodal__window h2 {
	font-size: 28px;
	line-height: 28px;
	text-transform: none;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}

.hystmodal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	z-index: 5;
	line-height: 50px;
	text-align: center;
	color: #343037;
	font-size: 17px;
	font-weight: 700;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	cursor: pointer;
	background-image: none;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hystmodal__close:before {
	font-family: "icomoon";
	content: "\e904";
	font-size: 14px;
}

.hystmodal__close:hover {
	color: #fff;
	background-color: #B829A0;
}


.breadcrumb-list {
	opacity: 0.6;
}


.breadcrumb-list li a::before {
	content: "";
	font-family: none;
	display: block;
	-webkit-transform: none;
	transform: none;
	font-size: 12px;
	line-height: 12px;
	margin-left: 2px;
	margin-right: 8px;
	width: 10px;
	height: 1px;
	background: currentColor;
}

.breadcrumb-list li:not(:last-child) {
	margin-right: 8px;
}

.breadcrumb-list li:first-child a::before {
	display: none;
}

.selected {
	color: #B829A0 !important;
}

#language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0px 8px;
	border-radius: 6px;
	font-size: 14px;
}

#language ul {
	position: absolute;
	width: max-content;
	top: 99%;
	left: 50%;
	transform: translate(-50%, 0px);
	z-index: 99;
	padding: 15px 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.15s all;
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 0 15px 0px #34303726;
	border-radius: 15px;
}

#language .current-lang {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 600;
	margin: 0;
	position: relative;
	gap: 7px;
}

#language:hover ul {
	opacity: 1;
	visibility: visible;
}

#language ul li {
	cursor: pointer;
	padding: 5px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}

#language ul li:hover {
	color: var(--primaryColor);
}

#language ul li.active {
	font-weight: 700;
	color: var(--primaryColor);
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none;
}

#language:hover .current-lang {
	color: var(--primaryColor);
}

html {
	height: auto !important;
}

#bx-panel-back {
	display: none !important;
}


body.under-admin {
	top: 39px !important;
	position: relative;
}
body.for-cases {
	top: 0 !important;
}



#megaheader .top-header .actions>[id*="bx_incl_area"] {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

#megaheader li::marker {
    display: none;
}
#megaheader ul {
    list-style: none;
}






.top-h-case {
	position: fixed;
	height: 60px;
	width: 100%;
	background: #fff;
	z-index: 300;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	display: none;
}
.top-h-case svg {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
.top-h-case a {
	color: #000;
	font-size: 20px;
	display: flex;
    align-items: center;
    gap: 10px;
}
.b-wrapper--case {
	top: 60px;
}

@media (max-width: 1201px) {
	.top-h-case {
		display: flex;
	}

	.b-wrapper--case #megaheader {
		display: none;
	}

	.b-wrapper--case {
		top: 60px;
	}
}
@media (min-width: 768px) {
	.top-h-case svg {
		width: 50px;
		height: 50px;
	}
	.top-h-case {
		height: 110px;
	}
	.top-h-case a {
		font-size: 50px;
	}
	.b-wrapper--case {
		top: 110px;
	}
	.hystmodal__window {
		padding: 60px;
	}
}
@media (min-width: 1202px) {
	.b-wrapper--case {
		top: 0;
	}
}
@media (max-width: 1028px) {
	body {
		top: 50px !important;
	}
}
@media (min-width: 1029px) {
	#megaheader {
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 100;
	}
}
.hystmodal {
	backdrop-filter: blur(2px);
    background: #00000070;
}