/* ==========================================================================
   Reset & Normalize
   ========================================================================== */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
img,
q,
small,
strong,
sub,
sup,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{
  margin: 0;
  padding: 0;
  }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  }
audio,
canvas,
video {
  display: inline-block;
  }
audio:not([controls]) {
  display: none;
  height: 0;
  }
[hidden] {
  display: none;
  }
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  }
a:focus {
  outline: thin dotted;
  }
a:active,
a:hover {
  outline: 0;
  }
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
  }
q {
  quotes: none;
  }
q:before,
q:after {
  content: '';
  content: none;
  }
small {
  font-size: 80%;
  }  
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  }
sup {
  top: -0.5em;
  }
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
  }
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  }  
button[disabled],
html input[disabled] {
  cursor: default;
  }
button.btn{
  -webkit-border-fit: lines;
  }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  }
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  }
img{
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  }  
ul,
ol{
  list-style: none;
  }
table{
  border-spacing: 0;
  border-collapse: collapse;
  }
fieldset,
img,
abbr{
  border: 0;
  }
:focus{
  outline: 0;
  }
form{
  display: inline;
  }
*,
*:before,
*:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
  }

/* ==========================================================================
   Text
   ========================================================================== */
a {
  color: #ff521d;
  text-decoration: none;
  }
p {
  margin: 0 0 10px;
  }

/* Headings */
h1{
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 43px;
  line-height: 1.2;
  letter-spacing: 4px;  
  }
  h1 span{
    display: block;
    color: #ff521d;
    }
  
/* ==========================================================================
   Layout
   ========================================================================== */
html{
  width: 100%; 
  height: 100%;
  }
body{
  width: 100%; 
  height: 100%;
  color: #fff;
  text-align: left; 
  font: 17px/1.53 'PT Sans', sans-serif;
  }
.wrapper{
  background: url(../images/body_bg.jpg) 50% 0 no-repeat #000;
  background-size: cover;
  min-height: 100%;
  min-width: 600px;
  }
  
/* ==========================================================================
   Header
   ========================================================================== */
.top-panel{
  background: #fff;
  height: 70px;
  margin: 0 0 37px;
  }
.account-link{
  float: left;
  font-size: 14px;
  }
  .account-link .ico-account{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin: 0 22px 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAY0lEQVR42mNgwAL+//+vBMQuQCzIQAgAFaX9R4B3IM2ENLz7jwpmEtKADnYT0nAXTUMHIQ0z0TSEEtJgjKT4LgMxgBT3g8J/FZqTyjHiAxpJq/7jBu+gflNCdzMhcBdmOtEAAIRBJIST+qEQAAAAAElFTkSuQmCC);
    background-color: #ff521d;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
  .account-link a{
    color: #1c1c1c;
    }
    .account-link a:hover span + span{
      text-decoration: underline;
      }
.b-phone{
  float: right;
  font-size: 12px;
  color: #9d9d9d;
  padding: 9px 15px 0 0;
  }
  .b-phone .phone{
    font-weight: 700;
    font-size: 14px;
    color: #1c1c1c;
    margin: 0 7px 0 3px;
    vertical-align: baseline;
    }
  .b-phone .ico-phone{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAV0lEQVR42mP4HySbAMT/gfg8EAsw4AJQRTBcQBWF56GK7jPgA0AFAUgmJhBSvB6q8D0QG+BTKIDkhPcwk0FuhmIBXIrBbkZin8dm8nq0kABjfB5ENj0BABlTbgj1Ip9kAAAAAElFTkSuQmCC);
    }
.header{
  max-width: 1012px;
  padding: 0 20px;
  margin: 0 auto 92px;
  }
  
/* ==========================================================================
   Content
   ========================================================================== */
.content{
  max-width: 865px;
  padding: 0 20px 30px;
  margin: auto;
  }
.content p{
  font-weight: 700;
  }
  .content p a{
    border-bottom: 1px solid #ff521d;
    }
    .content p a:hover{
      border-bottom-color: transparent;
      }



   
/* ==========================================================================
   Clears
   ========================================================================== */
.clearfix:after,
.top-panel:after{
  display: block;
  clear: both;
  overflow: hidden;
  width: 0; 
  height: 0;
  content: '';
  font-size: 0;
  }