/* Start
---------------------------------------------------------------------------------- */
/* Start: Start
-------------------------------------------------- */
/*
    Combination of http://meyerweb.com/eric/tools/css/reset/, http://github.com/necolas/normalize.css, http://ru.html5boilerplate.com and personal experience
    by Robert Haritonov http://rhr.me/rreset
*/
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
hgroup,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*
 * Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  line-height: 1.3;
}
ol,
ul {
  list-style: none;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: none;
}
blockquote,
q {
  quotes: none;
  margin: 1em 40px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses styling not present in 8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b,
strong {
  font-weight: 700;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Corrects inline-block display not defined in 8/9 & FF3
 */
audio[controls],
canvas,
video {
  display: inline-block;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/*
 * Addresses margin not present in 8/9, S5, O11
 */
figure {
  margin: 0;
}
/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE8/9
 */
legend {
  border: 0;
  /* 1 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}
/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in 8/9
 * 2. Improves readability and aligment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #999999;
}
html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a {
  color: #fff;
}
.ie8 .wow {
  visibility: visible !important;
}
/* /Start: Start */
/* /Start */
/* Base
---------------------------------------------------------------------------------- */
/* Base: UI
-------------------------------------------------- */
ul li {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 512px) {
  ul li {
    margin-bottom: 10px;
  }
}
ul li:last-child {
  margin-bottom: 10;
}
.b-list-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
/* /Base: UI */
/* Base: Logo
-------------------------------------------------- */
.b-logo {
  position: absolute;
  right: 10px;
  bottom: -519px;
  z-index: 0;
}
.b-logo > img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .b-logo {
    width: 450px;
    bottom: -378px;
  }
}
@media (max-width: 512px) {
  .b-logo {
    width: 150px;
    bottom: -126px;
  }
}
/* /Base: Logo */
/* Base: Headings
-------------------------------------------------- */
h1,
.h1 {
  font-size: 4vw;
}
.ie8 h1,
.ie8 .h1 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 5vw;
  }
}
@media (max-width: 512px) {
  h1,
  .h1 {
    font-size: 7vw;
  }
}
h2,
.h2 {
  font-size: 3vw;
}
.ie8 h2,
.ie8 .h2 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 4vw;
  }
}
@media (max-width: 512px) {
  h2,
  .h2 {
    font-size: 5vw;
  }
}
h3,
.h3 {
  font-size: 2.5vw;
}
.ie8 h3,
.ie8 .h3 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 3vw;
  }
}
@media (max-width: 512px) {
  h3,
  .h3 {
    font-size: 4vw;
  }
}
h4,
.h4 {
  font-size: 2.5vw;
}
.ie8 h4,
.ie8 .h4 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 3.5vw;
  }
}
@media (max-width: 512px) {
  h4,
  .h4 {
    font-size: 4.5vw;
  }
}
h5,
.h5 {
  font-size: 2vw;
}
.ie8 h5,
.ie8 .h5 {
  font-size: 20px;
}
@media (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 2vw;
  }
}
@media (max-width: 512px) {
  h5,
  .h5 {
    font-size: 2.5vw;
  }
}
h6,
.h6 {
  font-size: 2vw;
}
.ie8 h6,
.ie8 .h6 {
  font-size: 12px;
}
@media (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 12px;
  }
}
@media (max-width: 512px) {
  h6,
  .h6 {
    font-size: 12px;
  }
}
h6,
.h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h5,
.h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h4,
.h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h3,
.h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
.h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* /Base: Headings */
/* /Base */
/* Project
---------------------------------------------------------------------------------- */
/* Project: Layouts
-------------------------------------------------- */
.b-page__wrapper {
  overflow: hidden;
}
.b-section {
  display: table;
  width: 100%;
  padding-left: 140px;
  padding-right: 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .b-section {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.b-section__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.b-section_type-first {
  background: #000000;
  color: #ffffff;
}
.b-section_type-first .title {
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
}
@media (max-width: 512px) {
  .b-section_type-first .title {
    margin-bottom: 0px;
  }
}
.b-section_type-first .sub-title {
  z-index: 1;
  position: relative;
}
.b-section_type-second {
  background: #999999;
  color: #000000;
  font-size: 1.6vw;
  padding-top: 0;
  padding-bottom: 0;
}
.ie8 .b-section_type-second {
  font-size: 18px;
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 1024px) {
  .b-section_type-second {
    font-size: 18px;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .b-section_type-second {
    font-size: 16px;
  }
}
@media (max-width: 512px) {
  .b-section_type-second {
    font-size: 14px;
  }
}
.b-section_type-third {
  background: url("../i/bg-section.jpg") no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  font-size: 2vw;
  padding-bottom: 10px;
  position: relative;
}
.ie8 .b-section_type-third {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .b-section_type-third {
    font-size: 24px;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .b-section_type-third {
    font-size: 22px;
  }
}
@media (max-width: 512px) {
  .b-section_type-third {
    font-size: 20px;
  }
}
/* /Project: Layouts */
/* Project: Footer
-------------------------------------------------- */
.b-footer {
  font-size: 2vw;
  color: #999999;
  display: table-footer-group;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0;
}
/* /Project: Footer */
/* /Project */
/* Cosmetic
---------------------------------------------------------------------------------- */
/* Monatomic classes
-------------------------------------------------- */
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mt--100 {
  margin-top: -100px !important;
}
.mb--100 {
  margin-bottom: -100px !important;
}
.ml--100 {
  margin-left: -100px !important;
}
.mr--100 {
  margin-right: -100px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mt--90 {
  margin-top: -90px !important;
}
.mb--90 {
  margin-bottom: -90px !important;
}
.ml--90 {
  margin-left: -90px !important;
}
.mr--90 {
  margin-right: -90px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mt--80 {
  margin-top: -80px !important;
}
.mb--80 {
  margin-bottom: -80px !important;
}
.ml--80 {
  margin-left: -80px !important;
}
.mr--80 {
  margin-right: -80px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mt--70 {
  margin-top: -70px !important;
}
.mb--70 {
  margin-bottom: -70px !important;
}
.ml--70 {
  margin-left: -70px !important;
}
.mr--70 {
  margin-right: -70px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mt--60 {
  margin-top: -60px !important;
}
.mb--60 {
  margin-bottom: -60px !important;
}
.ml--60 {
  margin-left: -60px !important;
}
.mr--60 {
  margin-right: -60px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mt--50 {
  margin-top: -50px !important;
}
.mb--50 {
  margin-bottom: -50px !important;
}
.ml--50 {
  margin-left: -50px !important;
}
.mr--50 {
  margin-right: -50px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mt--40 {
  margin-top: -40px !important;
}
.mb--40 {
  margin-bottom: -40px !important;
}
.ml--40 {
  margin-left: -40px !important;
}
.mr--40 {
  margin-right: -40px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mt--30 {
  margin-top: -30px !important;
}
.mb--30 {
  margin-bottom: -30px !important;
}
.ml--30 {
  margin-left: -30px !important;
}
.mr--30 {
  margin-right: -30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mt--20 {
  margin-top: -20px !important;
}
.mb--20 {
  margin-bottom: -20px !important;
}
.ml--20 {
  margin-left: -20px !important;
}
.mr--20 {
  margin-right: -20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mt--10 {
  margin-top: -10px !important;
}
.mb--10 {
  margin-bottom: -10px !important;
}
.ml--10 {
  margin-left: -10px !important;
}
.mr--10 {
  margin-right: -10px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mt--0 {
  margin-top: 0px !important;
}
.mb--0 {
  margin-bottom: 0px !important;
}
.ml--0 {
  margin-left: 0px !important;
}
.mr--0 {
  margin-right: 0px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.upper {
  /* text-transform: uppercase; */
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.base-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.alt-font {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* /Monatomic classes */
/* /Cosmetic */
