/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 13:31:28 */
.home .header-sticky {
	
	 .header__logo-title, .header__tel-content, .header__tel-link {
		color: #373737;
	}
	
	.header__logo-title strong {
		color: #0068b3;
	}
	
	.header__tel-icon path {
		fill: slateblue;
	}
	
	.header__btn {
		background: #0068b3;
		color: #fff;
	}
	
	.header__burger span {
		background: #6628b3;
	}
}




@media (max-width: 767px) {
	.header__logo-title {
		display: block !important;
		line-height: 0% !important;
	}

	.header__logo-title strong {
		display: block;
	}

	/* Скрываем только текст, оставляя strong */
	.header__logo-title {
		visibility: hidden;
	}

	.header__logo-title strong {
		visibility: visible;
	}
	
	.header {
		padding-top: 5px;
	}
	.header__logo-link img {
		width: 100%;
	}
	
}


.home .header-sticky-mobile {
	.header__logo-title strong {
		color: #0068b3;
	}
	
	.header__burger span {
		background: #6628b3;
	}
}
}