.u-content p{
	color: #374151;
	margin-bottom: 1.25rem;
	line-height: 1.625;
	font-size: 15px;
}

.stone-card-descr-left{
	min-width: max-content;
}

input, textarea{
	outline: none;
}

.main-form input::placeholder,  .main-form textarea::placeholder{
  color: #fff; /* Задайте нужный цвет */
  opacity: 1; /* Опционально: для Firefox */
}

.main-map div{
	width: 100%;
	height: 100%;
}
.main-map div iframe{
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px){
	.consult-btn{
		display: block;
	}
}

.header-fixed{
position:fixed!important;
top:0!important;
left:0;
width:100%;
z-index:1000!important;
animation:headerSlide .3s ease;
}

@keyframes headerSlide{
from{
transform:translateY(-100%);
}
to{
transform:translateY(0);
}
	
.category-use-icon{
	color: #D97706;
	font-size: 1.875rem;
    line-height: 2.25rem;
	margin-bottom: 0.5rem;
}
	
	
	
	
	