* {
  box-sizing: border-box;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}




@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

body {
  font: 16px "Roboto", sans-serif;
  min-width: 1000px;
}

.container {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.container:before, .container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

.b-screen {
  overflow: hidden;
}

.b-title {
  text-align: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
}

.b-title b {
  font-weight: 700;
}

.b-btn {
  border: 0;
  text-decoration: none;
  width: 320px;
  height: 51px;
  line-height: 50px;
  background-color: #ff9c3b;
  background-image: linear-gradient(to top, #dd5e00 0%, #ff9e3f 100%);
  border-radius: 4px;
  display: block;
  border-bottom: 4px solid #a25103;
  text-shadow: 0 -1px 0 rgba(159, 72, 5, 0.93);
  color: rgba(255, 255, 255, 0.84);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.b-btn:hover {
  background-image: linear-gradient(to bottom, #dd5e00 0%, #ff9e3f 100%);
}

.b-sect1 {
  background: url(/img/yellow-line.png) center bottom repeat-x, url(/img/s1bg.jpg) center no-repeat;
  background-color: #555555;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 40px 0 380px;
}

.b-sect1__header {
  margin-bottom: 65px;
}

.b-sect1__header:before, .b-sect1__header:after {
  display: table;
  content: ' ';
}

.b-sect1__header:after {
  clear: both;
}

.b-sect1__logo {
  margin-left: 155px;
  float: left;
}

.b-sect1__right {
  float: right;
  text-align: right;
  margin-top: 35px;
}

.b-sect1__tel {
  text-decoration: none;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 900;
  display: block;
}

.b-sect1__time {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}

.b-sect1__main {
  color: white;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.54;
  width: 630px;
  text-align: center;
}

.b-sect1__title {
  font-size: 84px;
  font-weight: 500;
  line-height: 1.1;
}

.b-sect2 {
  background: url(/img/s2bg.jpg) center no-repeat;
  background-size: cover;
  padding: 85px 0 20px;
}

.b-sect2__title {
  margin-bottom: 60px;
}

.b-sect2__row {
  font-size: 0;
  text-align: center;
}

.b-sect2__item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 65px;
}

.b-sect2__img {
  width: 237px;
  height: 236px;
  margin: 0 auto 10px;
  background: url(/img/s2item-bg.png) 0 0 no-repeat;
  padding-top: 13px;
  position: relative;
}

.b-sect2__img img {
  width: 196px;
  height: 180px;
  display: inline-block;
  border-radius: 35px;
}

.b-sect2__img:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/s2item-bg-top.png) 0 0 no-repeat;
}

.b-sect2__item-text {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
}

.b-sect3 {
  background: url(/img/s3bg.jpg) center repeat;
  padding: 90px 0;
}

.b-sect3__content {
  color: #14180e;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-left: auto;
  width: 475px;
}

.b-sect3__title {
  text-align: left;
  color: #14180e;
  line-height: 1.38;
  margin-bottom: 15px;
}

.b-sect4 {
  background: url(/img/s4bg.jpg) center top no-repeat;
  padding: 130px 0 140px;
  background-size: cover;
}

.b-sect4__box {
  width: 399px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffde00;
  margin-left: auto;
  text-align: center;
  padding: 34px 0;
}

.b-sect4__title {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.19;
  text-transform: uppercase;
}

.b-sect4__title--bold {
  font-weight: 700;
  margin-bottom: 10px;
}

.b-sect4__logo {
  width: 292px;
  margin: 10px auto 30px;
  display: block;
}

.b-sect4__btn {
  margin: 0 auto;
}

.b-sect4--left .b-sect4__box {
  margin-left: 0;
}

.b-sect4--bg1 {
  background-image: url(/img/s4bg2.jpg);
  padding: 80px 0 55px;
}

.b-sect5 {
  background: url(/img/s5bg.jpg) center no-repeat;
  padding-top: 130px;
  height: 1000px;
  background-size: cover;
  background-attachment: fixed;
}

.b-sect5__row {
  font-size: 0;
  text-align: center;
}

.b-sect5__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.b-sect5__img {
  width: 213px;
  height: 210px;
  margin: 0 auto;
  line-height: 151px;
  padding-right: 5px;
  background: url(/img/s5icon-bg.png) 0 0 no-repeat;
}

.b-sect5__img img {
  display: inline-block;
  vertical-align: middle;
}

.b-sect5__item-text {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  margin-top: -20px;
}

.b-sect6 {
  background: url(/img/s6bg.jpg) center no-repeat;
  padding-top: 160px;
  padding-bottom: 140px;
}

.b-sect6__content {
  padding-left: 400px;
  text-align: center;
}

.b-sect6__title {
  color: black;
  margin-bottom: 30px;
  font-size: 36px;
}

.b-sect6__title b {
  font-size: 54px;
}

.b-sect6__text {
  font-size: 21px;
  font-weight: 300;
}

.b-sect6__row {
  font-size: 0;
}

.b-sect6__row img {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.b-sect7 {
  background: url(/img/yellow-line.png) center bottom repeat-x, url(/img/yellow-line.png) center top repeat-x, url(/img/s7bg.jpg) center no-repeat;
  background-size: auto, auto, cover;
  padding-top: 80px;
  height: 920px;
}

.b-sect9 {
  position: relative;
}

.b-sect9__map {
  height: 540px;
}

.b-sect9__black-wrap {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 44%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}

.b-sect9__content {
  width: 455px;
  text-align: center;
}

.b-sect9__logo {
  display: block;
  margin: 50px auto 5px;
}

.b-sect9__logo img {
  width: 210px;
}

.b-sect9__top-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.b-sect9__top-text p {
  margin: 10px 0;
}

.b-sect9__upp {
  font-family: Arial;
  font-weight: 700;
  text-transform: uppercase;
}

.b-sect9__tel {
  color: white;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}

.b-sect9__copyright {
  color: rgba(255, 255, 255, 0.36);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.b-sect9__time {
  display: block;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
}