/* @import url('reset.css');
@import url('fonts.css'); */


/*Глобальные параметры*/

body, html {
	overflow-x: hidden;
    font-size: 20px;
    color: black;
    font-weight: 300;
	text-align: left;
	line-height: 1;
	font-family: roboto;
}

p {
	margin-bottom: 20px;
	line-height: 1.3;
}



/*Общие*/

.raboblast {
    width: 800px;
	margin: 0 auto;
}

.boxl {
    width: 50%;
    display: inline-block;
    vertical-align: top;
	margin: 0px;
	text-align: left;
}

.boxr {
    width: 50%;
    display: inline-block;
    vertical-align: top;
	margin: 0px;
	text-align: left;
}

.kursiv {
	font-style: italic;
}

.otstup10 {
	height: 10px;
	width: 100%;
}

.otstup20 {
	height: 20px;
	width: 100%;
}

.otstup40 {
	height: 40px;
	width: 100%;
}

.center {
	text-align: center;
}

.knopka_zakaza {
	font-family: 'Poiret One', cursive;
	font-weight: 700;
	font-size: 40px;
	width: 400px;
	margin: 0px auto;
	text-align: center;
}

.knopka_zakaza a {
    color: white;
	text-decoration: none;
	height: 80px;
	display: block;
	background-color: #85d18e;
	line-height: 75px;
}

.knopka_zakaza a:hover {
	background-color: orange;
}


@media (max-width: 450px) {
	.knopka_zakaza {
		width: 90%;
		font-size: 26px;
	}
	.knopka_zakaza a {
		height: inherit;
		line-height: inherit;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}



.knopka_zakaza2 {
	font-family:"Roboto Slab", serif;
	font-size: 40px;
	color: white;
	width: 600px;
	margin: 0px auto;
	text-align: center;
}

.knopka_zakaza2 a {
    color: white;
	text-decoration: none;
	height: 80px;
	display: block;
	background-color: #E17124;
	line-height: 75px;
}

.knopka_zakaza2 a:hover {
	background-color: #9E4E00;
}


/*Хеадер*/

.mk_header {
	background: url("../images/bg1.jpg") 50% 60% no-repeat;
    width: 100%;
    height: 300px;
	padding-top: 40px;
}

h1 {
	font-family: 'Marmelad';
	font-size: 50px;
	color: rgb(250, 220, 159);
	text-align: left;
	margin-top: 20px;
	border-top: 2px dotted;
	border-left: 2px dotted;
	line-height: 1;
	padding: 10px 20px;
	max-width: 600px;
}

h2 {
	font-family: 'Poiret One';
	font-size: 40px;
	color: white;
	margin-top: 10px;
	margin-left: 30%;
	padding: 0px 15px 15px 10px;
	border-bottom: 2px dotted white;
	border-right: 2px dotted white;
	max-width: 500px;
	text-align: right;
}


/* Контент */

.content {
	background: url("../images/opisanie_urokov_fon2.jpg") 0 0 repeat;
	padding-top: 80px;
	padding-bottom: 40px;
}

h3 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 40px;
}

.rolik {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 20px;
}



/*Футер*/

.footer {
	font-size: 0.8em;
	text-align: center;
	background-color: rgba(96, 49, 88, 0.8);
	padding: 40px 0 20px;
	color: white;
	line-height: 1.3;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

