/* font-family: "RobotoRegular"; */
@font-face {
	font-family: "RobotoRegular";
	src: url("../fonts/RobotoRegular/RobotoRegular.eot");
	src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
	url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
	font-family: "RobotoLight";
	src: url("../fonts/RobotoLight/RobotoLight.eot");
	src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
	url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
	url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
	font-family: "RobotoMedium";
	src: url("../fonts/RobotoMedium/RobotoMedium.eot");
	src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
	url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
	font-family: "RobotoBold";
	src: url("../fonts/RobotoBold/RobotoBold.eot");
	src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
	url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "BebasRegular"; */
@font-face {
	font-family: "BebasRegular";
	src: url("../fonts/BebasRegular/BebasRegular.eot");
	src: url("../fonts/BebasRegular/BebasRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/BebasRegular/BebasRegular.woff") format("woff"),
	url("../fonts/BebasRegular/BebasRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "BebasBold"; */
@font-face {
	font-family: "BebasBold";
	src: url("../fonts/BebasBold/BebasBold.eot");
	src: url("../fonts/BebasBold/BebasBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/BebasBold/BebasBold.woff") format("woff"),
	url("../fonts/BebasBold/BebasBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.center {
	margin:0 auto;
}

input, select, textarea {
	margin:5px;
	height:25px;
	width:200px;
	border:1px solid #ccc;
	border-radius:2px;
}

input {padding:3px;}


div.field input, div.field select {
	margin:5px;
	height:35px;
	width:600px;
	border:1px solid #ccc;
	border-radius:2px;
}


div.field textarea {
	margin:5px;
	height:350px;
	width:600px;
	border:1px solid #ccc;
	border-radius:2px;
}

div.field input.button {
	width:200px;
	height:50px;
}


.section_5_block {
    width: 33%;
    display: inline-block;
    margin-bottom: 70px;
    vertical-align: top;
}

.section_5_block .title img {
    vertical-align: middle;
    margin-right: 10px;
}

.section_5_block .title span {
    color: #283e48;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.section_5_block_desc {
    margin-top: 15px;
    display: block;
    font-size: 15px;
}

.comment {
	width:610px;
	margin:50px auto;
}


.top-menu li.active a, .top-menu li a:hover {
	background-color:#050505;
}

.top-menu li:nth-child(2) a {
	background-position:20px -182px;
}


.top-menu li:nth-child(3) a {
	background-position:20px -118px;
}

.top-menu li:nth-child(4) a {
	background-position:20px -247px;

}

table.zayavka {
    width:100%;
    border-collapse: collapse;
}

table.zayavka td{
    height:25px;
    padding:5px;
}


table.zayavka td input {
	margin:5px;
	height:35px;
	width:400px;
	border:1px solid #ccc;
	border-radius:2px;
}


table.zayavka td input.m_sto {
	width:300px;
}


table.zayavka td textarea {
	margin:5px;
	height:150px;
	width:400px;
	border:1px solid #ccc;
	border-radius:2px;
}

table.zayavka td h3 {
	text-align:center;
	margin:50px 0 50px 0;
}



