@font-face {
  font-family: 'proximanova-bold';
  src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold.woff') format('woff'), url('../fonts/proximanova-bold.ttf') format('truetype'), url('../fonts/proximanova-bold.svg#proximanova-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-light';
  src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.ttf') format('truetype'), url('../fonts/proximanova-light.svg#proximanova-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-regular';
  src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.ttf') format('truetype'), url('../fonts/proximanova-regular.svg#proximanova-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-semibold';
  src: url('../fonts/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold.woff') format('woff'), url('fonts/proximanova-semibold.ttf') format('truetype'), url('../fonts/proximanova-semibold.svg#proximanova-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btnin {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
}
.btnout {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
}
.btnin-contact {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
}
.btnout-contact {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

.sprites(@spritesheet-sprites);
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 14px;
}
body {
  font-family: 'proximanova-regular', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  position: relative;
  background: #f1f1f1;
}
.fixed {
  position: fixed;
}
strong {
  font-weight: 700;
}
.arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  float: left;
  width: 50px;
  height: 50px;
  background: red;
}
.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
}
.wrapper--inner {
  width: 1016px;
}
@media screen and (max-width: 1040px) {
  .wrapper--inner {
    width: 96%;
    margin-left: 2%;
  }
}
.divider {
  display: block;
}
.menu {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  float: right;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 920px) {
  .menu {
    background: none;
  }
}
#show-menu {
  display: none;
}
.show-menu {
  cursor: pointer;
  display: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 23px;
  right: 26px;
  z-index: 9999;
  text-indent: -10000px;
  vertical-align: top;
}
@media screen and (max-width: 920px) {
  .show-menu {
    display: block;
  }
}
.menu_icon-bar {
  position: relative;
  display: block;
  width: 30px;
  height: 5px;
  background: #ffcf00;
  border-radius: 1px;
}
.menu_icon-bar + .menu_icon-bar {
  margin-top: 2px;
}
.navigation {
  list-style-type: none;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 1130px) {
  .navigation {
    float: none;
  }
}
@media screen and (max-width: 920px) {
  .navigation {
    display: none;
    width: 100%;
    max-width: 189px;
    position: fixed;
    right: 30px;
    top: 57px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 920px) {
  #show-menu:checked ~ ul.navigation {
    display: block;
  }
}
.menu ul li {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 920px) {
  .menu ul li {
    width: 100%;
    box-sizing: border-box;
  }
}
.menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 16px;
  font-size: 1rem;
  transition: all 0.2s linear;
  display: block;
  height: 45px;
  line-height: 45px;
  margin-left: 1px;
}
@media screen and (max-width: 920px) {
  .menu ul li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 1px;
    margin-left: 0;
  }
}
.menu ul li a.active,
.menu ul li a:hover {
  background: #ffcf00;
  color: #3a3a3a;
  transition: all 0.2s linear;
}
.header {
  padding-top: 45px;
  position: relative;
  height: 500px;
  min-height: 260px;
  background: url('../img/banner1.jpg') no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 320px) {
  .header {
    min-height: 0;
  }
}
.logo {
  position: absolute;
  top: 50px;
  z-index: 9;
  float: left;
  width: 18.143%;
}
@media screen and (max-width: 580px) {
  .logo {
    top: 30px;
  }
}
@media screen and (max-width: 360px) {
  .logo {
    top: 12px;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.carousel__box__img {
  width: 100%;
  height: auto;
}
.carousel__box--wrapper {
  width: 1016px;
  position: absolute;
  bottom: 10.1592%;
  left: 50%;
  margin-left: -508px;
  z-index: 999;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .carousel__box--wrapper {
    width: 96%;
    margin-left: 2%;
    left: 0;
    margin-left: 0;
  }
}
.carousel__box__content--v1 {
  text-align: right;
  font-size: 2.5rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'proximanova-semibold', sans-serif;
}
.carousel__box__content--v1 a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  .carousel__box__content--v1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .carousel__box__content--v1 {
    font-size: 1.4rem;
  }
}
.carousel__box__content--v1 span {
  font-size: 4.286rem;
  color: #ffcf00;
  display: block;
  font-family: 'proximanova-bold', sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 740px) {
  .carousel__box__content--v1 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 420px) {
  .carousel__box__content--v1 span {
    font-size: 2rem;
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.box {
  display: block;
  width: 100%;
  text-align: center;
}
.box__content {
  font-size: 1.071rem;
  line-height: 120%;
  font-family: 'proximanova-semibold', sans-serif;
}
.btn {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.btn--right {
  float: right;
}
.btn--down span {
  position: relative;
  top: 0px;
  transition: all 0.2s linear;
}
.btn--down:hover span {
  position: relative;
  top: 10px;
  transition: all 0.2s linear;
}
.btn--up span {
  position: relative;
  top: 0px;
  transition: all 0.2s linear;
}
.btn--up:hover span {
  position: relative;
  top: -10px;
  transition: all 0.2s linear;
}
.btn--2 {
  margin-top: 40px;
}
.btn--6 {
  margin-left: 14px;
}
.box__btn__ico {
  display: inline-block;
}
.btn__ico--down--1 {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -80px -45px;
  width: 40px;
  height: 15px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.btn__ico--down--2 {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -94px -13px;
  width: 32px;
  height: 12px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.btn__ico--up {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -68px -62px;
  width: 35px;
  height: 13px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box--2 {
  padding-top: 87px;
  padding-bottom: 37px;
}
@media screen and (max-width: 640px) {
  .box--2 {
    padding-top: 57px;
  }
}
.box--2__title {
  font-size: 2.143rem;
  font-family: 'proximanova-bold', sans-serif;
  text-transform: uppercase;
  color: #edad02;
}
.box--2__title__strong {
  display: block;
  font-size: 4.286rem;
  color: #2c2b2c;
}
.box__content--2 {
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  color: #3a3a3a;
  width: 55%;
}
@media screen and (max-width: 640px) {
  .box__content--2 {
    width: 100%;
  }
}
.box--3 {
  background: url('../img/banner2.jpg') no-repeat 50% 0;
  background-size: cover;
  text-align: left;
  padding-bottom: 73px;
}
.box--3__title {
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 122px;
  font-family: 'proximanova-bold', sans-serif;
  font-size: 2.143rem;
}
.box--3__title__bold {
  color: #2c2b2c;
  display: block;
  font-size: 2.857rem;
  margin-top: 8px;
}
.box__content--3 {
  width: 54.1339%;
  font-size: 1.071rem;
  color: #f1efe2;
  padding-top: 180px;
  padding-bottom: 54px;
  font-family: 'proximanova-regular', sans-serif;
}
@media screen and (max-width: 720px) {
  .box__content--3 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 650px) {
  .box__content--3 {
    padding-top: 60px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .box__content--3 {
    width: 100%;
  }
}
.box__down--3 {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -80px -45px;
  width: 40px;
  height: 15px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box__down--3:hover {
  background-image: url(../img/sprite.png);
  background-position: -27px -84px;
  width: 40px;
  height: 15px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.divider--3 {
  float: left;
}
.box__down__wrapper--4 {
  width: 100%;
  text-align: center;
  position: relative;
  top: 70px;
}
@media screen and (max-width: 860px) {
  .box__down__wrapper--4 {
    position: static;
    margin-top: 45px;
  }
}
.box--4 {
  background: url('../img/banner4.jpg') no-repeat 50% 0;
  background-size: cover;
  margin-top: 64px;
  padding-bottom: 114px;
  text-align: right;
}
@media screen and (max-width: 690px) {
  .box--4 {
    background-image: none;
    background-color: #f1f1f1;
    padding-bottom: 60px;
  }
}
.box--4__title {
  padding-top: 17px;
  text-transform: uppercase;
  color: #303030;
  font-size: 2.857rem;
  font-family: 'proximanova-bold', sans-serif;
}
@media screen and (max-width: 690px) {
  .box--4__title {
    text-align: left;
  }
}
.box--4__title__bold {
  color: #edad02;
  font-size: 1.786rem;
  display: block;
}
.box__content--4 {
  display: inline-block;
  text-align: right;
  width: 56.6929%;
  padding-bottom: 18px;
  padding-top: 4px;
}
@media screen and (max-width: 820px) {
  .box__content--4 {
    width: 70%;
  }
}
@media screen and (max-width: 690px) {
  .box__content--4 {
    width: 100%;
    text-align: left;
  }
}
.box__btn--4 {
  margin-top: 12px;
  padding-top: 3px;
  position: relative;
  font-family: 'proximanova-bold', sans-serif;
  color: #2c2b2c;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.429rem;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding-right: 51px;
}
.box__btn--3 {
  margin-top: 12px;
  padding-top: 3px;
  position: relative;
  font-family: 'proximanova-bold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.429rem;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding-right: 51px;
  margin-left: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 983px) {
  .box__btn--3 {
    margin-left: 0px;
  }
}
.box__btn__ico--black--small {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url('../img/next-black-small.png') no-repeat left top;
  background-size: cover;
  vertical-align: top;
}
.box__btn__ico--white--small {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url('../img/next-white-small.png') no-repeat left top;
  background-size: cover;
  vertical-align: top;
}
.box--5 {
  text-align: center;
  background: #303030;
  padding: 130px 0 130px 0;
}
@media screen and (max-width: 860px) {
  .box--5 {
    padding: 40px 0;
  }
}
.box--5__title {
  color: #f1efe2;
  font-size: 2.143rem;
  font-family: 'proximanova-bold', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .box--5__title {
    text-align: left;
  }
}
@media screen and (max-width: 690px) {
  .box--5__title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .box--5__title br {
    display: none;
  }
}
.box--5__title__bold {
  color: #edad02;
  font-size: 2.857rem;
  margin-top: 8px;
}
@media screen and (max-width: 860px) {
  .box--5__title__bold {
    font-size: 2.143rem;
  }
}
.box--5--inner {
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 860px) {
  .box--5--inner {
    width: 100%;
  }
}
.box__content__5 {
  font-family: 'proximanova-regular', sans-serif;
}
.box--5--inner__title {
  box-sizing: border-box;
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 14px;
}
@media screen and (max-width: 860px) {
  .box--5--inner__title {
    width: 100%;
    float: none;
  }
}
.box--5--inner__content {
  box-sizing: border-box;
  float: right;
  width: 70%;
  text-align: left;
  padding-left: 14px;
  color: #f1efe2;
}
@media screen and (max-width: 860px) {
  .box--5--inner__content {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 12px;
  }
}
.box--6 {
  background: url('../img/banner5.jpg') no-repeat 50% 0;
  background-size: cover;
  padding: 183px 0 10px 0;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .box--6 {
    padding: 60px 0 0 0;
  }
}
.wrapper--inner--6 {
  width: 1042px;
  margin: 0 auto;
}
@media screen and (max-width: 1042px) {
  .wrapper--inner--6 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.box--6__title {
  color: #ffffff;
  font-size: 2.143rem;
  text-transform: uppercase;
  font-family: 'proximanova-bold', sans-serif;
}
.box--6__title__bold {
  font-size: 2.857rem;
  color: #edad02;
  display: block;
}
.box__content--6 {
  color: #f1efe2;
  width: 285px;
  font-family: 'proximanova-regular', sans-serif;
  margin-top: 14px;
  margin-bottom: 215px;
}
.box--7--wrapper {
  position: relative;
  height: 530px;
}
.box--7__bottom {
  position: absolute;
  top: 480px;
  left: 0;
  z-index: 8;
  background: url('../img/map-bg-bottom.png') no-repeat 50% 0;
  display: block;
  width: 100%;
  height: 50px;
}
.box--7__top {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 8;
  background: url('../img/map-bg-top.png') no-repeat 50% 0;
  display: block;
  width: 100%;
  height: 71px;
}
.acf-map {
  top: 0;
  left: 0;
  z-index: 6;
  position: absolute;
  width: 100%;
  height: 530px;
  background: black;
}
.map-overlay {
  top: 0;
  left: 0;
  z-index: 7;
  position: absolute;
  width: 100%;
  height: 530px;
  background: transparent;
  display: none;
}
@media screen and (max-width: 920px) {
  .map-overlay {
    display: block;
  }
}
.box--8 {
  padding: 84px 0 34px 0;
}
@media screen and (max-width: 640px) {
  .box--8 {
    padding: 44px 0 34px 0;
  }
}
.box--8-inner {
  width: 100%;
}
.box--8--img {
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: right;
}
.box--8--img img {
  width: 100%;
  max-width: 226px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .box--8--img {
    width: 100%;
    float: none;
    text-align: left;
  }
}
.box--8--content {
  float: right;
  width: 74%;
  box-sizing: border-box;
  text-align: right;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .box--8--content {
    width: 100%;
    float: none;
    padding-left: 0px;
    text-align: left;
  }
}
.box--8__title {
  font-size: 2.143rem;
  color: #edad02;
  font-family: 'proximanova-bold', sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .box--8__title {
    padding-right: 10px;
  }
}
.box--8__title__bold {
  display: block;
  color: #303030;
  font-size: 2.857rem;
}
@media screen and (max-width: 640px) {
  .box--8__title__bold {
    display: inline-block;
    font-size: 2.143rem;
  }
}
.box__content--8 {
  text-align: left;
  margin-top: 8px;
  width: 84%;
}
@media screen and (max-width: 640px) {
  .box__content--8 {
    width: 100%;
  }
}
.box__btn--8 {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-family: 'proximanova-semibold', sans-serif;
  margin-right: 60px;
  padding-right: 51px;
  padding-top: 0;
}
@media screen and (max-width: 320px) {
  .box__btn--8 {
    margin-right: 0px;
  }
}
.box__btn__ico--big-right {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url('../img/next-black.png') no-repeat left top;
  background-size: cover;
  vertical-align: top;
}
.box--9 {
  background: #303030 url('../img/banner-09.jpg') no-repeat 50% 0;
  padding: 80px 0 60px 0;
}
.box__btn--9 {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #edad02;
  text-transform: uppercase;
  font-family: 'proximanova-bold', sans-serif;
  font-size: 1.786rem;
  text-decoration: none;
  float: left;
  position: relative;
}
.box__btn--9 .box__btn__ico--yellow {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/next-yellow.png') no-repeat left top;
  background-size: cover;
  margin-left: 20px;
  vertical-align: top;
}
.box__btn--9 .box__btn__ico--yellow--rotate {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
.btn--9 {
  margin-top: 24px;
}
.contacts {
  width: 100%;
  text-align: left;
  color: #f1f1f1;
}
.js-contacts {
  display: none;
  overflow: hidden;
}
.contact {
  opacity: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  margin-top: 90px;
  margin-bottom: 14px;
  padding-right: 2.5%;
  line-height: 120%;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .contact {
    width: 49%;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    width: 100%;
    margin-top: 45px;
  }
}
.contact a {
  color: #ffffff;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
.contact__title {
  font-size: 1.125rem;
  font-family: 'proximanova-bold', sans-serif;
  color: #e8bd08;
  text-transform: uppercase;
}
.contact__title span {
  font-size: 0.9375rem;
  color: #fffffe;
}
.contact__info {
  list-style-type: none;
  margin-top: 10px;
}
.contact__description {
  margin-top: 15px;
}
.map {
  box-sizing: border-box;
  display: block;
  width: 330px !important;
  background: #303030;
  line-height: 120%;
}
.map--ico {
  height: 225px !important;
}
.map--ico-large {
  height: 255px !important;
}
.map--list {
  height: 215px !important;
}
.map--small {
  height: 190px !important;
}
.map__wrapper {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 9px 24px 20px 24px;
  text-align: left !important;
  color: #edebde !important;
}
.map__title {
  box-sizing: border-box;
  padding: 0 24px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  background: #fecc00;
  color: #303030;
  text-align: left;
  text-transform: uppercase;
}
.map__open-title,
.map__address-title {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 'proximanova-bold', sans-serif;
}
.map__services {
  margin-top: 17px;
}
.map__services__item {
  display: inline-block;
  margin-top: 3px;
  background: #f9c800;
  color: #303030;
  padding: 4px 10px;
  margin-right: 3px;
}
.map__ico-services {
  margin-top: 15px;
}
.map__ico-services__item {
  color: #f1efe2;
  font-size: 14px;
  vertical-align: middle;
  line-height: 100%;
  margin-right: 20px;
}
.map__ico-services__item__ico {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.map__ico-services__item__ico--carwash {
  background-image: url(../img/sprite.png);
  background-position: -28px -49px;
  width: 27px;
  height: 20px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.map__ico-services__item__ico--vacum {
  background-image: url(../img/sprite.png);
  background-position: 0px -49px;
  width: 28px;
  height: 22px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.map__ico-services__item__ico--handwash {
  background-image: url(../img/sprite.png);
  background-position: -55px -45px;
  width: 25px;
  height: 17px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.map__ico-services__item__ico--washbox {
  background-image: url(../img/sprite.png);
  background-position: 0px -71px;
  width: 27px;
  height: 18px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box--10 {
  background: #1a1a1a;
  padding: 20px 0;
}
.box--10 p {
  font-size: 1.143rem;
  color: #f1efe2;
  font-family: 'proximanova-semibold', sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.box__title {
  font-family: 'proximanova-bold', sans-serif;
  text-transform: uppercase;
}
.box__title__strong {
  font-size: 4.286rem;
  color: #2c2b2c;
  display: block;
}
.box__down {
  margin-top: 50px;
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -94px -13px;
  width: 32px;
  height: 12px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box__down:hover {
  background-image: url(../img/sprite.png);
  background-position: -94px -25px;
  width: 32px;
  height: 12px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.box__up {
  display: inline-block;
  float: right;
  background-image: url(../img/sprite.png);
  background-position: -68px -62px;
  width: 35px;
  height: 13px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  margin-top: 5px;
}
.box__up:hover {
  background-image: url(../img/sprite.png);
  background-position: -94px 0px;
  width: 35px;
  height: 13px;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */