

/* Start:/local/templates/sipuni/components/bitrix/menu/menu_header/style.min.css?1779277258490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/sipuni/components/bitrix/menu/menu_header/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/sipuni/components/bitrix/menu/menu_footer/style.min.css?1779277904490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/sipuni/components/bitrix/menu/menu_footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/sipuni/styles.css?17792770644024*/
.support-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.support-dropdown__btn {
	position: relative;
	z-index: 3;
}

.support-dropdown__menu {
	position: absolute;
    left: calc(37% + 10px);
    top: 114%;
	transform: translateY(-50%) translateX(-8px);
	width: 188px;
	padding: 10px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	z-index: 20;
}

.support-dropdown:hover .support-dropdown__menu,
.support-dropdown.is-open .support-dropdown__menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(-50%) translateX(0);
}

.support-dropdown__menu::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 0;
	width: 14px;
	height: 100%;
}

.support-dropdown__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 14px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #2E2E33;
	text-decoration: none;
	transition: background .18s ease;
}

.support-dropdown__item:hover {
	color: #2E2E33;
	text-decoration: none;
}

.support-dropdown__icon {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	color: #2E2E33;
	transition: color .18s ease;
}

.support-dropdown__item_max:hover .support-dropdown__icon {
	color: #3350D3;
}

.support-dropdown__icon svg {
	display: block;
	width: auto;
	height: auto;
}

.support-dropdown__icon svg path {
	stroke: currentColor;
}

@media (max-width: 767px) {
	.support-dropdown {
		align-items: flex-start;
	}

	.support-dropdown__menu {
		left: 0;
		top: calc(100% + 10px);
		transform: translateY(-8px);
	}

	.support-dropdown:hover .support-dropdown__menu,
	.support-dropdown.is-open .support-dropdown__menu {
		transform: translateY(0);
	}

	.support-dropdown__menu::before {
		left: 0;
		top: -10px;
		width: 100%;
		height: 10px;
	}
}
.support-dropdown__icon svg path {
	stroke: #2E2E33;
	transition: stroke .18s ease;
}

.support-dropdown__icon {
	position: relative;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	color: #2E2E33;
}

.support-dropdown__icon svg {
	position: relative;
	z-index: 1;
	display: block;
	transition: opacity .18s ease;
}

/* при hover скрываем обычный svg */
.support-dropdown__item:hover .support-dropdown__icon svg {
	opacity: 0;
}

/* градиентная иконка поверх */
.support-dropdown__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .18s ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Telegram */
.support-dropdown__item_tg:hover .support-dropdown__icon::after {
	opacity: 1;
	background: linear-gradient(220.73deg, #1CB4FF 12.42%, #3350D3 88.98%);
	mask-image: url("/local/templates/sipuni/images/dist/icon-telegram.svg");
	-webkit-mask-image: url("/local/templates/sipuni/images/dist/icon-telegram.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
}

/* MAX */
.support-dropdown__item_max:hover .support-dropdown__icon::after {
	opacity: 1;
	background: linear-gradient(48.76deg, #44CCFF 9.17%, #5533EE 60.76%, #9933DD 87.34%);
	mask-image: url("/local/templates/sipuni/images/dist/icon-max.svg");
	-webkit-mask-image: url("/local/templates/sipuni/images/dist/icon-max.svg");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-size: contain;
	-webkit-mask-size: contain;
}

/* текст не красим */
.support-dropdown__item:hover {
	color: #2E2E33;
	text-decoration: none;
}
.btn_primary svg{
right: 0px;
}
/* End */
/* /local/templates/sipuni/components/bitrix/menu/menu_header/style.min.css?1779277258490 */
/* /local/templates/sipuni/components/bitrix/menu/menu_footer/style.min.css?1779277904490 */
/* /local/templates/sipuni/styles.css?17792770644024 */
