/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?69749773');
  src: url('font/fontello.eot?69749773#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?69749773') format('woff2'),
       url('font/fontello.woff?69749773') format('woff'),
       url('font/fontello.ttf?69749773') format('truetype'),
       url('font/fontello.svg?69749773#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?69749773#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.font a{
	font-family: 'fontello';
	text-decoration: none;
	font-size: 120%;
}

.cont {
	font: 13px/1.5 "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
}

.cont ul{
	list-style: square outside;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/1.5 "Helvetica Neue",Arial,"Liberation Sans",FreeSans,sans-serif;
	/*font: 12px/18px Arial, sans-serif;*/
	width: 100%;
	height: 100%;
	background: black;
	color: #fff;
}
/*
p {
	margin: 10px 0;
}
*/

h1 {
	color: red;
    font-size: 28px;
    font-weight: normal;
    line-height: 20px;
    margin: 0px 0px 5px;
    text-shadow: 0px 1px rgba(75, 0, 0, 0.3);
    font-size: 24pt;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
	padding: 4px 0;
}

h2 {
    color: #dd2d31;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	margin-top: 5px;
}

h2:first-child {
	margin-top: 0px;
}

h3 {
	font-size: 18pt;
	font-weight: bolder;
	font-family: Arial,sans-serif;
	margin-top: 20px;
}

hr {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
}

a {
	color: #fff;
}

.board {
    text-align: center;
    border: 3px solid rgba(255,255,255,1);
    border-radius: 4px;
    width: 110px;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #000;
	/*box-shadow: -1px 1px 2px #ffc, 1px -1px 2px #fff;*/
}

.board a {
    font-size: 30px;
	font-family: 'Russo One', sans-serif;
    color: #fff;
    text-transform: uppercase;
	text-decoration: none;
}

.fbk input{
	border: none;
	margin-left: 4px;
	width: 112px;
}

.fbk textarea{
	margin-left: 5px;
	width: 112px;
	border: none;
	margin-top: 4px;
	height: 120px;
}

.price {
	width: 100%;
	table-layout: auto;
}
/*
.price td{
	padding:10px;
}
*/
.price tr td:first-child {
	width: 450px;
}

.price tr td:nth-child(2) {
	width: 200px !important;
	font-weight: bolder;
}

.sk {
	text-decoration: line-through;
	color: #dd2d31;
}

.zv {
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 17pt;
	border: none;
	background: none;
	margin-top: 10px;
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #FF0405;
	margin-bottom: 15px;
	transition: all 1s ease-in;
	width: 240px;
	height: 55px;
}

.zv:hover {
	color: #FF0405;
	border: 2px solid #fff;
	transition: all 1s ease-out;
}

#tel-error, #name-error, #txt-error {
	color: #ffff00;
	display: block;
	text-align: center;
	font-size: 13px;
}

#zv {
	border-bottom: 5px solid #a71a1c;
}

#uslugi img {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

#uslugi a {
	text-decoration: none;
}

#oz {
	display: none;
} 

.ns {
	table-layout: fixed;
}

.ns td{
	width: 50%;
}

.ns img {
	border-radius: 5%;
}

.ns td:nth-child(2n+1) {
	color: #cdcdcd;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.ns td:nth-child(2n+2) {
	vertical-align: top;
	padding-left: 10px;
}

.red {
	color: red;
}

#prise-block h2 {
    clear: both;
    height: 25px;
    padding: 10px 0;
    width: 100%;
}

#prise-kateg {
	color: #dd2d31;
	padding: 15px 0 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.60);
}

#prise-block div {
    float: left;
    padding-bottom: 40px;
    width: 280px;
    padding-right: 20px;
}

#prise-block table tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.25);
}

#prise-block td {
    padding: 9px 5px;
}

.Cost1 {
	border-collapse: separate;
	border-spacing: 2px;
}

.Cost1 td:nth-child(2){
	width: 25%;
}

.Cost1 td:nth-child(3){
	width: 25%;
}

.con_titlelink {
	padding: 5px 0px;
    color: #CD1D21;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.con_title {
	margin-top: 20px;
}

.text ul {
	margin-left: 30px;
}

.text {
	text-align: justify;
}

.wrapper {
	width: 1260px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 50px;
}

.mmenu {
	text-align: center;
	margin-left: 80px;
	font-size: 13px;
}

.mmenu li{
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.mmenu a{
	text-decoration: none;
	color: #fff;
	padding: 17px;
	height: 50px;
	line-height: 50px;
	transition: all 0.5s ease-in;
}

.mmenu a:hover {
	text-decoration: none;
	color: #fff;
	padding: 17px;
	height: 50px;
	line-height: 50px;
	background: #DD2D31;
	transition: all 1s ease-out;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 50px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 60px 240px 0 320px;
}
.content .text{
	background: rgb(80, 80, 80);
	background-color: rgba(80, 80, 80, 0.7);
	border-radius: 18px;
	font-size: 16px;
	min-height: 300px;
	padding: 20px;
	width: 620px;
	margin: 0 auto;
	margin-bottom: 20px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
	/*border-bottom: 5px solid #a71a1c;*/
}

.os {
	background: url(/i/oz.png) top left;
	width: 258px;
	height: 95px;
	display: block;
	margin:0 auto;
	margin-bottom: 5px;
}

.logo {
	border-right:7px solid #a71a1c;
	padding-top: 10px;
	margin-bottom: 20px;
}

.logo a{
	margin:0 auto;
	display: block;
	padding-bottom: 20px;
}

.logo a img{
	margin:0 auto;
	display: block;
}

.cnt {
	margin:0 auto;
	display: block;
}

.tcb {
	text-align:center;
}
/*
.tcb p{
	padding:10px 0;
}
*/
.tcb div{
	display: inline-block;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #fff;
}

.tcb span{
	margin: 3px;
	color: #CD1D21;
	font-size: 16px;
}

.oz p{
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 18px;
	opacity: 0.7;
	text-align: center;
}

.tel {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: none;
	margin: 10px auto;
	display: block;
	padding: 10px;
	/*width: 170px;*/
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 220px;
	margin-left: -220px;
	position: relative;
}

.menu {
	background: rgb(80, 80, 80);
	background-color: rgba(80, 80, 80, 0.7);
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 16px;
	border-radius: 18px;
	margin: 30px 10px 10px 10px;
	padding: 6px;
}

.menu a{
	text-decoration: none;
	padding: 0px 0px 0px 40px;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	display: block;
	text-shadow: 1px 1px #000;
}

.menu a:hover {
	color: #DD2D31;
}

.fixed {
	float: right;
	background: #222222;
	padding: 10px 20px;
}

.fixed div{
	display: inline-block;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1260px;
	margin: -50px auto 0;
	height: 50px;
	position: relative;
}