.header-link:hover {
	transform: scale(1.08);
	background-color: #f0f0f0;
}

.header-bottom-link:hover {
	transform: scale(1.05);
	color: #052B96;
}

.header-bottom-link:hover .header-icon-img {
	fill: #052B96;
}

.header-btn:hover {
	background-color: #001550;
}

.breadcrumb:hover {
	color: #052B96;
}

.banner-btn:hover {
	background-color: #001550;
}

.about-block:hover .about-block-img{
	transform: rotate(5deg);
}

.footer-link:hover {
	transform: translateX(10px);
}

.listing-card:hover .listing-card-title-text {
	color: #001550;
}

.listing-card-like svg:hover  {
	transform: scale(1.15);
}

.contacts-item:hover {
	transform: translateX(10px);
}

.faq-quest-item, .faq-answer {
	transition: 0.3s;
}

.lk-listing:hover {
	transform: translateX(10px);
}

.balance-btn:hover {
	background-color: #00cb44;
}

.unlogin:hover {
	background-color: #cb0000;
}

.bluebtn:hover {
	background-color: #001550;
}

.mobile-nav-link:hover {
	transform: translateX(10px);
	color: #052B96;
}

.header-balance:hover {
	transform: scale(1.1);
}

.header-profile-link:hover {
	transform: scale(1.1);
}

.search-btn.desktop:hover {
	background-color: #001550;
}

.category-img-wrap:hover {
	background-color: #EBECFF;
}

.category-img-wrap:hover .category-img {
	transform: scale(1.1);
}

.action-btn:hover {
	background-color: #001550;
}

.cont-btn:hover {
	background-color: #e0ffff;
}

.feedback-btn:hover {
	background-color: #e0ffff;
}

.actions-item:hover {
	transform: rotate(5deg);
}

.publish-btn:hover {
	background-color: #001550;
}

.message-col-item:hover {
	background-color: #f4faff;
}

.send-message:hover {
	transform: rotate(-15deg);
}

.message-file-input:hover {
	transform: scale(1.1);
}

.lk-listing-actions-item:hover {
	transform: scale(1.15);
}

.back-btn:hover {
	transform: scale(1.1);
	background-color: #052B96;
	color: #fff;
}

.refresh-btn:hover {
    transform: scale(1.1);
}

.register-btn:hover {
	background-color: #001550;
}

.header-link, .refresh-btn, .header-profile-link, .header-bottom-link, svg, .header-icon-img, .header-btn, .breadcrumb, .banner-btn, .about-block, .footer-link, .listing-card-title-text, .listing-card-like svg, .contacts-item, .faq-quest-item, .faq-answer, .lk-listing, .balance-btn, .unlogin, .bluebtn, .mobile-nav-link, .header-icon-link, .header-balance, .search-btn.desktop, .category-img-wrap, .category-img, .action-btn, .cont-btn, .feedback-btn, .actions-item, .publish-btn, .message-col-item, .send-message, .message-file-input, .lk-listing-actions-item, .back-btn, .register-btn {
	transition: 0.3s;
	will-change: transform;
}
.header-icon-link:hover svg {
	transform: rotate(15deg);
}
.header-icon-link:hover .header-icon-img {
	fill: #052B96;
}
.delete-btn:hover {
    background-color: #cb0000;
}
