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,
b, 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;
}

@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/roboto-light.eot");
    src: local('Roboto Light'), local('Roboto-Light'), url("/css/fonts/roboto-light.eot?#iefix") format('embedded-opentype'), url("/css/fonts/roboto-light.woff") format('woff'), url("/css/fonts/roboto-light.ttf") format('truetype'), url("/css/fonts/roboto-light.svg#robotoregular") format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/roboto-regular.eot");
    src: local('Roboto Regular'), local('Roboto-Regular'), url("/css/fonts/roboto-regular.eot?#iefix") format('embedded-opentype'), url("/css/fonts/roboto-regular.woff") format('woff'), url("/css/fonts/roboto-regular.ttf") format('truetype'), url("/css/fonts/roboto-regular.svg#robotoregular") format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/roboto-bold.eot");
    src: local('Roboto Bold'), local('Roboto-Bold'), url("/css/fonts/roboto-bold.eot?#iefix") format('embedded-opentype'), url("/css/fonts/roboto-bold.woff") format('woff'), url("/css/fonts/roboto-bold.ttf") format('truetype'), url("/css/fonts/roboto-bold.svg#robotoregular") format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url("/css/fonts/robotoslab-light.eot");
    src: local('Roboto Slab Light'), local('RobotoSlab-Light'), url("/css/fonts/robotoslab-light.eot?#iefix") format('embedded-opentype'), url("/css/fonts/robotoslab-light.woff") format('woff'), url("/css/fonts/robotoslab-light.ttf") format('truetype'), url("/css/fonts/robotoslab-light.svg#robotoregular") format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url("/css/fonts/robotocondensed-bold.eot");
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("/css/fonts/robotocondensed-bold.eot?#iefix") format('embedded-opentype'), url("/css/fonts/robotocondensed-bold.woff") format('woff'), url("/css/fonts/robotocondensed-bold.ttf") format('truetype'), url("/css/fonts/robotocondensed-bold.svg#robotoregular") format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("/css/fonts/roboto-medium.eot");
    src: local('Roboto Medium'), local('Roboto-Medium'), url("/css/fonts/roboto-medium.eot?#iefix") format('embedded-opentype'), url("/css/fonts/roboto-medium.woff") format('woff'), url("/css/fonts/roboto-medium.ttf") format('truetype'), url("/css/fonts/roboto-medium.svg#robotoregular") format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background-color:#FFF;
}

html, body {
 /*height: 100%;*/
}
a {
  color: #000;
}

#wrap {
  min-height: 100%;
  margin-bottom: -50px;
}
* html #wrap {
  height: 100%;
}
#wrap-buffer {
  height: 50px;
}

#header {
  width: 900px;
  margin: 10px auto;
  margin-top: 0px;
  padding-top: 10px;
}
#logo-s {
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding-left: 20px;
  padding-top: 20px;
  font-weight: bold;
}
#header-phone {
  float: right;
  padding-right: 20px;
  padding-top: 20px;
  font-weight: bold;
}
#logo-s-t {
  font-size: 18px;
}
#logo {
  float: left;
}
#logo a {
  text-decoration: none;
}
#header-phone-f {
  font-size: 19px;
  line-height: 19px;
}
#header-phone-t {
  color: #969696;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
}
#top-menu {
  width: 100%;
  /*height: 60px;*/
  background: #F5F5F5;
}
#top-menu > div {
  width: 900px;
  margin: 0px auto;
}

#top-menu .top-menu-item {
  float: left;
  /*height: 20px;*/
  border-left: #FFF 2px solid;
  border-right: #FFF 2px solid;
  padding: 20px 20px;
}
#top-menu .top-menu-item.first {
  border-left: none;
}
#top-menu .top-menu-item.last {
  border-right: none;
}
#top-menu .top-menu-item a {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}
#top-menu .top-menu-item.active, #top-menu .top-menu-item:hover {
  background: #0D82DB;
}
#top-menu .top-menu-item.active a, #top-menu .top-menu-item:hover a {
  color: #FFF;
}
#footer {
  height: 50px;
  background: #F5F5F5;
  font-size: 13px;
  line-height: 14px;
}
#footer .copir {
  float: left;
  margin-top: 15px;
}
#footer .f-links {
  float: right;
  margin-top: 15px;
}
#footer .f-links a {
  padding: 0px 10px;
}
#footer > div {
  width: 900px;
  margin: 0px auto;
}
#component {
  width: 900px;
  margin: 15px auto;
  font-size: 17px;
  line-height: 25px;
}
#component p, ul, ol {
  margin: 15px 0px;
}
h1, .h1 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.small-text h1, .small-text .h1 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
h2, .h2 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
#component .small-text {
   font-size: 15px;
   line-height: 18px;
}
#component .small-text p {
  margin: 5px 0px;
}
.blue {
  color: #003C77;
}
label {
  cursor: pointer;
}
table td, table th {
  vertical-align: middle;
}

#mod_constructor_form .cdecriprion {
    display: none;
  }
  #mod_constructor_form .ctitle {
    margin: 5px 0px;
    padding: 7px;
    background: #F5F5F5;
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
  }

  #mod_constructor_form a.back {
    font-weight: normal;
    font-size: 14px;
    color: #AAA;
    padding-left: 30px;
    text-decoration: none;
  }
  #mod_constructor_form a.back:hover {
    text-decoration: underline;
    color: #777;
  }

  #mod_constructor_form a.blue {
    display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    background: #F5F5F5;
    border: #0D82DB 3px solid;
  }

  #mod_constructor_form a.blue:active {
    position: relative;
    top: 1px;
  }
  #mod_constructor_form a.blue:active, #mod_constructor_form a.blue:hover {
    background: #0D82DB;
    color: #FFF;
  }

  .cont-b {
    /*width: 300px;*/
    margin: 10px;
    background: #F5F5F5;
    border: #0D82DB 5px solid;
    color: #000;
    padding: 10px;
    text-align: center;
  }
  a.ml {
    text-decoration: none;
  }
  #component .cont-b p, #component .cont-b .h2 {
    margin: 4px 0px;
  }
  .relative {
    float: left;
    width: 218px;
    margin: 10px 3px;
  }
  .relative div {
    /*background: #F5F5F5;
    border: #0D82DB 2px solid;*/
    padding: 10px 20px;
    text-align: center;
    height: 50px;
  }
  .relative div a {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    /*text-decoration: none;*/
  }

  div.gallery-item {
    float: left;
    width: 280px;
    height: 240px;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
  }
  div.gallery-item > a {
    display: block;
    width: 280px;
    height: 240px;
  }
  div.gallery-item.last {
    margin-right: 0px;
  }
  div.gallery-item:hover {
    padding: 0px;
    border: 3px solid #0D82DB;
  }
  span.gallery-zoom-icon {
    display: none;
    position: absolute;
    width: 280px;
    height: 240px;
    left: 0px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    top: 0px;
    z-index: 1000;
    background: #000000;
  }
  div.gallery-item:hover span.gallery-zoom-icon {
    display: block;
  }
  span.gallery-zoom-icon span {
    color: #FFF;
    position: absolute;
    bottom: 3px;
    left: 3px;
    font-size: 14px;
    line-height: 16px;
  }
  span.gallery-zoom-icon img {
    position: absolute;
    left: 119px;
    top: 98px;
  }
  a.fbox {
    text-decoration: none;
  }
