﻿.map__phone a {
	color: #00b956;
}

.errorMessage {
	display: none !important;
}

.error input {
	background: #fcc;
}

.header.is-fixed .header__search .is-open .search__btn {
	color: #767676;
}

.section--content-ntc h1 {
	font-size: 34px;
}

.main .section--catalog h2 {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.section--content-ntc h1 {
	    font-size: 26px;
	}

	.main .section--catalog h2 {
		width: 100%;
	}
}