@font-face {
font-family: Moscow;
src: url('/assets/fonts/moscow.ttf')
}

@font-face {
font-family: Prestige;
src: url('/assets/fonts/prestige.ttf')
}

body {
	font-family: Prestige;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

section {
	padding-bottom: 25px;
	overflow: hidden;
	position: relative;
}

h1 {
	font-family: Moscow;
	font-size: 45px;
	text-transform: uppercase;
}

h2 {
	font-family: Moscow;	
}

h3 {
	font-family: Moscow;
	text-transform: uppercase;
}

a {
	transition: all 0.3s ease 0s;
}

.parallax {
	opacity: 0.6;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 0px;
}

.topmenu {
	display: inline-block;
	font-size: 25px;
	color: white;
	font-family: Moscow;	
	margin-top: 35px;
}
.logo {
	float: left;
	display: inline-block;
}
.menu_box {
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.menu_btn {
	color: white;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 20px;
}
.menu_btn:focus {
	color: #e1e1e1;
	text-decoration: none;
}
.menu_btn:hover {
	color: #e1e1e1;
	text-decoration: none;
}
.phone_header {
	display: inline-block;
	float: right;
	position: relative;
}
.phone_header a {
    text-decoration: underline;
}

.content-box {
	min-height: 720px;
	font-size: 22px;
}

.cat-image {
	max-width: 200px;
	max-height: 200px;
	border-radius: 150px;
	margin-bottom: 15px;
	font-size: 19px;
}

.cat-text {
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
	margin-bottom: 20px;
    min-height: 340px;
    padding: 0 10px;
}

.cat-text h3 {
	display: block;
	/*min-height: 60px;*/
	font-weight: bold;
}

.price_table td {
	padding: 10px;
}
.price_table td .small-text {
	font-size: 12px;
}

.table_head td {
	font-family: Moscow;
	font-weight: bold;
	padding: 10px 25px;
}

@media (max-width:800px){
	section {
		background-image: none !important;
	}	
	body > ymaps {
		height: 300px !important;
	}	
	.parallax {
		/*display: none;*/
	}
	.logo {
		display: block;
		float: none;
		margin: auto;
	}
	.content-box {
		min-height: auto;
	}
	.menu_btn {
		margin: 0 10px;
	}
	.menu_box {
		display: block;
		width: 100%;
		text-align: center;
	}
	.phone_header {
		padding-top: 10px;
		display: block;
		width: 100%;
		top: 0;
	}	
	.cat-text { 
		min-height: auto;
		margin-bottom: 30px;
	}
	
	.price_table td {
		padding: 5px;
	}
}