.active, .c-details-select:hover {
	border-bottom: 3px solid #253241;
	transition: border-bottom .3s;
}
 .c-title-image {
 	height: 800px;
 }

 .c-title {
 	color: white;
 	font-size: 78px;
 	font-weight: bolder;
 }

 .c-subtitle {
 	color: yellow;
 	font-size: 52px;
 	font-weight: light;
 }

 .c-category-list > li {
 	display: inline-block;
 }
 
 .c-category-list > li > a {
 	background-color: #f1f5fa;
 	padding: 6px 21px;
 }
 .c-first-content {
 	border-right: 1px solid grey;
 }

 .h2-block {
 	font-size: 48px;
 }

 .h3-block {
 	font-size: 32px;
 }
.price {
	font-size: 42px;
}

.price_cut {
	text-decoration: line-through;
}

.new_tag {
	border-bottom: 1px solid yellow;
	color: yellow;
}

.promo_tag {
	padding: 8px;
	color: white;
	background-color: red;
}

.promo_price {
	color: red !important;
	font-size: 32px !important;
}

.btn-contact {
	background-color: #fff;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bolder;
    color: #253241;
    border: 1px solid transparent;
    padding: 12px 24px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*
.slider-item {
	width: 400px;
}

.slider-image {
	width: 100%;
}
*/
@media screen and (max-width: 1500px) {

 	.c-title-image {
 		height: 600px;
 	}

 	.c-char-text{
 		font-size: 14px;
 	}

 	.c-char-title {
 		font-size: 20px;
 	}

 	.h2-block {
 		font-size: 48px;
 	}

 	.h3-block {
 		font-size: 24px;
 	}
}

@media screen and (max-width: 1200px) {

 	.c-title-image {
 		height: 500px;
 	}

 	.h3-block {
 		font-size: 28px;
 	}

}
@media screen and (max-width: 700px) {
	.c-first-content {
		border-right: 0px;
		border-bottom: 1px solid grey;
	}

	.h2-block {
 		font-size: 32px;
 	}

 	.price {
		font-size: 32px;
	}
}

@media screen and (max-width: 700px) {

 	.c-title-image {
 		height: 300px;
 	}

 	.c-title {
 		font-size: 36px;
	}

	.c-subtitle {
 		font-size: 30px;
	}
}