.kz {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(4px);
	color: var(--Green, #006b3f) !important;
}

.ru {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0);
	backdrop-filter: blur(4px);
	color: var(--Green, #ffffff) !important;
}

.main__info-subtitle p:last-child{
	font-size: 30px;
}

.main__info-subtitle{
	margin-bottom: 50px;
}


.find-tree__button, .find-tree__found-button{
	font-size: 20px;
}
