a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html,
button,
input,
select,
textarea {
  color: #000;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #00c3d1;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #00c3d1;
  color: #FFF;
  text-shadow: none;
}
img {
  border: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/*  Main styles */
h1 {
  font-size: 33px;
  margin: 10px 0;
}
h2 {
  font-size: 31px;
  margin: 10px 0;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
a {
  color: #bdbdbd;
}
a:hover {
  text-decoration: none;
  color: #000;
}
/* Left & Right alignment */
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* The inside class provides consistent padding. To be used often! */
.inside {
  padding: 20px;
}
/* For when a <br /> just ain't enough */
.separator {
  clear: both;
  display: block;
  height: 20px;
  line-height: 0;
}
.separator-hr {
  display: block;
  height: 2px;
  background-color: #484747;
  margin: 10px 0;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
}
.wrapper {
  width: 970px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
body {
  font-family: 'Arial CE', sans-serif;
}
header {
  display: block;
  width: 100%;
  height: 68px;
  background: url('../img/head-navigation-bg.png') repeat-x;
  min-width: 1010px;
}
header .wrapper {
  background: url('../img/head-navigation-bg.png') repeat-x;
}
header a.logo {
  display: block;
  width: 238px;
  height: 119px;
  position: absolute;
  right: 280px;
  z-index: 200;
  background: url('../img/head-logo-bg.png') no-repeat;
}
header a.logo img {
  margin: 15px 10px 10px 50px;
}
header nav ul {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 10px;
  z-index: 250;
}
header nav ul li {
  display: inline-block;
  line-height: 24px;
}
header nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #9b9b9b;
  padding: 7px;
  font-size: 12px;
}
header nav ul li a:hover,
header nav ul li a.active {
  color: #e2e2e2;
  background-color: #0d0d0d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.flex-box {
  width: 100%;
  display: block;
  min-width: 1010px;
}
.flex-box.main {
  background: url('../img/head-bg-cloud.png') repeat-x center top;
}
.flex-box.main .wrapper {
  background: url('../img/head-bg-cloud.png') repeat-x center top;
  height: 231px;
}
.flex-box.main .wrapper .flex-bg {
  position: absolute;
  top: -75px;
  left: -55px;
}
.flex-box.contact {
  background-color: #FFF;
}
.flex-box.contact .wrapper {
  height: 35px;
  color: #aeaeae;
  font-size: 17px;
  padding: 17px 0;
  text-align: center;
}
.flex-box.contact .wrapper strong {
  margin-right: 20px;
}
.flex-box.contact .wrapper a {
  display: inline-block;
  vertical-align: middle;
}
.article-container {
  display: block;
  width: 100%;
  background-color: #ebebeb;
  color: #9a9a9a;
  min-width: 1010px;
}
.article-container.white {
  background-color: #FFF;
}
.article-container article {
  display: block;
}
.article-container article section p.cite {
  padding: 40px 0;
  font-size: 19px;
  color: #9a9a9a;
  text-align: center;
  position: relative;
}
.article-container article section p.cite .cite-up {
  position: absolute;
  top: 35px;
  right: 115px;
}
.article-container article section p.cite .cite-down {
  position: absolute;
  bottom: 35px;
  left: 115px;
}
.article-container article section h2 {
  font-size: 17px;
  font-weight: bold;
  color: #686868;
  margin-bottom: 2px;
}
.article-container article section.offer {
  padding: 20px 0;
}
.article-container article section.offer ul {
  list-style: none;
  margin: 20px 0;
  position: relative;
}
.article-container article section.offer ul li {
  display: inline-block;
  background-color: #FFF;
  width: 225px;
  height: 325px;
  margin-left: 10px;
  cursor: pointer;
}
.article-container article section.offer ul li h3 {
  color: #464747;
  font-size: 17px;
  font-weight: bold;
  display: block;
  padding: 20px 0 10px 20px;
}
.article-container article section.offer ul li h3 img {
  float: right;
  margin-right: 20px;
}
.article-container article section.offer ul li p {
  position: absolute;
  top: 205px;
  font-size: 12px;
  padding: 10px 20px;
  text-align: justify;
  overflow: hidden;
  height: 88px;
  width: 185px;
  background-color: #FFF;
  z-index: 1;
}
.article-container article section.offer ul li p.active {
  z-index: 100;
  overflow: visible;
  height: auto;
  top: 213px;
  background-color: #262626;
  width: 902px;
  color: #FFF;
  left: 10px;
  min-height: 95px;
}
.article-container article section.references {
  padding: 20px 0;
}
.article-container article section.references div.slides {
  list-style: none;
  margin: 20px 0;
}
.article-container article section.references div.slides div {
  display: inline-block;
  background-color: #FFF;
  width: 225px;
  height: 213px;
  text-align: center;
  border: solid 1px #dfdfdf;
}
.article-container article section.references div.slides div h3 {
  color: #464747;
  font-size: 17px;
  font-weight: bold;
  display: block;
  padding: 5px 0 0 0;
}
.article-container article section.references div.slides div p {
  font-size: 12px;
  padding: 0 20px;
  text-align: center;
}
hr {
  border: none;
}
hr.standart {
  width: 100%;
  margin: 10px auto;
  height: 2px;
  background: url('../img/hr.png') repeat-x;
}
hr.offer {
  width: 100%;
  margin: 0px auto;
  height: 2px;
  background: url('../img/hr-headline.png') no-repeat;
}
hr.references {
  width: 100%;
  margin: 0px auto;
  height: 2px;
  background: url('../img/hr-headline-gray.png') no-repeat;
}
hr.contact {
  width: 100%;
  margin: 0px auto;
  height: 2px;
  background: url('../img/hr-headline-gray.png') no-repeat;
}
hr.form-question {
  width: 100%;
  margin: 0px auto;
  height: 2px;
  background: url('../img/hr-headline-form.png') no-repeat;
}
hr.form-question {
  width: 100%;
  margin: 0px auto;
  height: 2px;
  background: url('../img/hr-headline-form.png') no-repeat;
}
aside {
  display: block;
  width: 100%;
  min-width: 1010px;
}
aside.contact {
  background-color: #fec901;
}
aside.contact .wrapper {
  padding: 10px 0;
}
aside.contact .wrapper h2 {
  font-size: 17px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
}
aside.contact .wrapper section {
  margin: 50px 0 20px 0;
  float: left;
  width: 660px;
}
aside.contact .wrapper section form {
  position: relative;
}
aside.contact .wrapper section form fieldset {
  display: block;
  margin: 20px 0;
}
aside.contact .wrapper section form fieldset:first-child {
  margin-top: 50px;
}
aside.contact .wrapper section form fieldset label {
  display: block;
  font-size: 12px;
  color: #3e2708;
  margin: 5px 0;
}
aside.contact .wrapper section form fieldset input[type=text] {
  width: 95%;
  height: 35px;
  padding: 0 10px;
  color: #000;
  border: none;
}
aside.contact .wrapper section form fieldset textarea {
  width: 95%;
  height: 150px;
  color: #000;
  border: none;
  padding: 10px;
}
aside.contact .wrapper section form input[type=submit] {
  float: right;
  border: solid 2px #FFF;
  color: #FFF;
  padding: 2px 10px;
  background-color: #fec901;
}
aside.contact .wrapper section h3 {
  font-size: 18px;
  color: #3e2708;
  font-weight: bold;
}
aside.contact .wrapper section.contact-information {
  width: 217px;
  float: right;
}
aside.contact .wrapper section.contact-information address {
  margin: 20px 0;
  font-style: normal;
}
footer {
  background-color: #101010;
  width: 100%;
  display: block;
  min-width: 1010px;
  height: 47px;
  line-height: 47px;
  color: #FFF;
  font-size: 12px;
}
footer ul {
  float: right;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
  padding: 0 10px;
}
footer ul li a {
  color: #FFF;
  text-decoration: none;
}
footer ul li a:hover {
  color: silver;
}
