.call-text img{
	width: auto;
	max-height: 30px;
}
.qr-codes a {
	text-decoration: none;
}
.qr-codes svg,
.header-messengers svg {
	width: 30px;
	height: 30px;
	margin: 5px;
}

.phone_block {
	height: 46px;
}

.header-messengers {
	margin-right: 44px;
	margin-left: -44px;
}
.header-messengers .order_call {
	display: block;
	padding: 0 !important;
	background: none !important;
	width: 30px;
	height: 30px;
	margin-right: 16px	!important;
}
.call-text.telegram {
	position: relative;
}
.call-text.telegram svg {
	cursor: pointer;
}
.call-text.telegram .telegram-modal {
	display: none;
	background-color: #624b4d;
	padding: 10px;
	position: absolute;
	right: -178px;
}
.call-text.telegram .telegram-modal a {
	background-color: #fff;
	color: #624b4d;
	padding: 5px 10px;
	margin: 0 5px !important;
	font-size: 13px;
	width: 42px;
	text-align: center;
}
#footer .call-text.telegram .telegram-modal {
	background-color: #fff;
	top: -54px;
}
#footer .call-text.telegram .telegram-modal a {
	background-color: #624b4d;
	color: #fff;
}
.call-text.telegram.active .telegram-modal {
	display: flex;
	z-index: 9999;
}
.call-text.telegram.active .telegram-modal:before {
	content: '';
	position: absolute;
	display: flex;
	bottom: -50px;
	/* border: 25px solid; */
	top: -10px;
	height: 0px;
	left: -19px;
	transform: rotate(-135deg);
	border-right: 25px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 25px solid #624b4d;
	border-top: 12px solid #624b4d;
	z-index: -1;
}
#footer .call-text.telegram.active .telegram-modal:before {
	border-left: 25px solid #fff;
	border-top: 12px solid #fff;
	bottom: -10px;
	top: auto;
	left: -31px;
	transform: rotate(-201deg);
}
@media (max-width: 1150px) {
	.header-messengers {
		margin-right: 0px;
		margin-left: 0px;
	}
	.call-text.telegram .telegram-modal {
		left: -178px;
		right: auto;
	}
	.call-text.telegram.active .telegram-modal:before {
		top: -4px;
		right: -29px;
		left: auto;
		transform: rotate(-19deg);
	}
    #footer .call-text.telegram.active .telegram-modal:before {
        right: -24px;
        bottom: -19px;
        top: auto;
        left: auto;
        transform: rotate(-313deg);
    }
}
@media (max-width: 950px) {
	.call-text.telegram .telegram-modal {
		left: 56px;
	}
	.call-text.telegram.active .telegram-modal:before {
		top: -20px;
		right: 148px;
		left: auto;
		transform: rotate(225deg);
	}
}
@media (max-width: 420px) {
	.call-text.telegram .telegram-modal {
		left: 56px;
	}
	#footer .call-text.telegram .telegram-modal {
		left: -178px;
	}
}
/* Снимаем липкость на планшетах (768–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .header-icons-wrapper.fixed-filter,
    #title-search-mobile.fixed-filter {
        position: static !important;
        top: auto !important;
        left: auto !important;
    }
}
