/* Сбрасываем прозрачность у вложенных ссылок Tilda / PrimeGate */
.t898__icon-phone_wrapper:has(.primegate-phone) {
	opacity: 1 !important;
	filter: none !important;
	-webkit-filter: none !important;
}

/* Иконка PrimeGate */
.primegate-phone {
	display: block !important;
	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	min-height: 50px !important;

	background-color: #fff !important;
	background-image: url("https://static.tildacdn.com/tild6265-6462-4431-a662-373734396661/converted.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 50px 50px !important;

	border-radius: 50% !important;
	opacity: 1 !important;
	filter: none !important;
	-webkit-filter: none !important;
	visibility: visible !important;
}

.uc-arkada-image img {
    margin: 0 40px 0 auto;
    width: 200px;
    height: 45px;
    object-fit: contain;
}

@media (max-width: 768px) {
   .uc-arkada-image img {
    margin: 0 20px 0 20px;
} 
}