.desktop_phone_number
{
	color:#FFF;
}
.mobile_phone_number
{
	display:none;
}
.header__call-back-phone,
.header__call-back-text
{ 
	position:relative; z-index:99; 
}
.art-event-page .news__list{ height:unse !important; }
.about-developer-text__btn{ color:#fccda2; border-color:#fccda2; }
@media only screen and (min-width:992px) and (max-width:1199px){
	.action-carousel__slide {height: 443;}
	a.action-carousel__btn { left:0;}
}
@media (max-width:375px){
	.map__btn{ background-image: none !important; padding:20px 10px; margin-left:20px; }
	.map__btn span {
		text-align: center;
		font-size:16px;
		display: block;
		border: none;
		padding: 5px;
	}
	.other-projects__hover{ opacity:1; }
}
@media (max-width:992px){
	.desktop_phone_number
	{
		display:none;
	}
	.mobile_phone_number
	{
		display:inline;
		color:#FFF;
	}
	.home__item .home__desc {
		background-color: rgba(17, 30, 57, 0.87);
	}
	.home__item-hover{
		opacity:1;
	}
}