.catalog-product__price--new
{
    color: #DF5438;
}

.catalog-product__price--old
{
    display: block;
    font-size: 14px;
    text-decoration: line-through;
	color: #9e9e9e;
	text-align: center;
}

.jobs-form__success
{
    display: none;
    font-size: 15px;
    border-radius: 22px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 25px;
    cursor: pointer;
    outline: none !important;
    position: relative;
    border: none;
    background: #5cb85c;
    color: #fff;
    margin-top: 15px;
	text-align: center;
}

@media (max-width: 768px)
{
	.contacts__map #map
	{
		max-height: 80vh;
	}
}

.arcticmodal-container_i
{
	-webkit-overflow-scrolling: touch;
}