@charset "UTF-8";
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,
header, footer, nav, section, aside, menu,
audio, video, details, article,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* помните об определении стиля focus! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* для таблиц надо устанавливать в разметке 'cellspacing="0"' */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-flat.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

@font-face {
  font-family: pb;
  src: url(../fonts/PFDinDisplayPro-Bold.woff); }

@font-face {
  font-family: pi;
  src: url(../fonts/PFDinDisplayPro-Italic.woff); }

@font-face {
  font-family: pr;
  src: url(../fonts/PFDinDisplayPro-Regular.woff); }

@font-face {
  font-family: rr;
  src: url(../fonts/RobotoRegular.woff); }

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

body {
  min-width: 1200px;
  font-family: fl;
  font-size: 16px;
  background-color: #fff; }

.clear {
  clear: both; }

.center {
  width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative; }

.bl1 {
  background: url(../img/bg1.png) center center no-repeat;
  height: 1346px;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px; }
  .bl1 header .logo {
    float: left;
    margin-right: 70px; }
  .bl1 header .lozung {
    margin-top: 5px;
    float: left;
    color: rgba(255, 255, 255, 0.54);
    text-align: center;
    font-size: 20px;
    font-family: rr;
    line-height: 26px; }
  .bl1 header .contacts {
    float: right; }
    .bl1 header .contacts a {
      text-decoration: none;
      color: #FF6608;
      font-family: pb;
      font-size: 32px;
      border-bottom: 1px dashed #FF6608;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .bl1 header .contacts a:hover {
        border-bottom-color: transparent; }
    .bl1 header .contacts p {
      font-size: 20px;
      font-family: rr;
      color: #fff;
      text-align: right;
      margin-top: 20px; }
  .bl1 nav {
    margin-top: 40px; }
    .bl1 nav ul {
      text-align: center; }
      .bl1 nav ul li {
        display: inline-block; }
        .bl1 nav ul li:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #fff;
          border: 1px solid #95989A;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          margin: 0 45px; }
        .bl1 nav ul li:last-of-type:after {
          content: unset; }
        .bl1 nav ul li a {
          display: inline-block;
          color: #fff;
          font-family: pb;
          font-size: 20px;
          text-transform: uppercase;
          text-decoration: none;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          .bl1 nav ul li a:hover {
            color: #FF6608; }
  .bl1 .left {
    width: 50%;
    float: left;
    margin-top: 135px; }
    .bl1 .left h1 {
      color: #fff;
      font-size: 56px;
      font-family: pb;
      line-height: 67px; }
    .bl1 .left ul {
      margin-top: 75px; }
      .bl1 .left ul li {
        font-family: pb;
        font-size: 24px;
        color: #fff;
        line-height: 28px;
        margin-top: 30px; }
  .bl1 .right {
    width: 50%;
    float: right;
    margin-top: 100px; }
    .bl1 .right .form {
      float: right;
      padding-top: 47px;
      width: 506px;
      height: 636px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 8px solid rgba(255, 255, 255, 0.8); }
      .bl1 .right .form h5 {
        color: #fff;
        font-size: 24px;
        font-family: pb;
        line-height: 28px;
        text-align: center;
        width: 80%;
        margin: 0 auto; }
      .bl1 .right .form form {
        margin-top: 55px;
        position: relative; }
      .bl1 .right .form input {
        border: none;
        outline: none;
        background: none;
        width: 420px;
        display: block;
        margin: 30px auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .bl1 .right .form .effect {
        position: relative;
        height: 80px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        overflow: hidden;
        width: 420px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 48px #F5ECD5;
                box-shadow: 0 0 48px #F5ECD5;
        -webkit-border-radius: 36px;
                border-radius: 36px;
        margin-top: 65px; }
        .bl1 .right .form .effect:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transform: scale(0.98);
              -ms-transform: scale(0.98);
                  transform: scale(0.98); }
        .bl1 .right .form .effect::before {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-left: 60px;
          content: " ";
          width: 30px;
          height: 300px;
          background: #fff;
          -webkit-animation-delay: 0.05s;
                  animation-delay: 0.05s;
          position: absolute;
          left: -40px;
          top: -100px;
          -webkit-animation-timing-function: ease-in-out;
                  animation-timing-function: ease-in-out;
          -webkit-transition: all 0.1s;
          -o-transition: all 0.1s;
          transition: all 0.1s;
          -webkit-animation-name: slideme;
                  animation-name: slideme;
          -webkit-animation-duration: 3s;
                  animation-duration: 3s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .bl1 .right .form input:not([type="submit"]) {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        font-family: rr;
        line-height: 24px;
        padding: 0 20px 30px 10px; }
      .bl1 .right .form input[type="submit"] {
        cursor: pointer;
        font-family: pb;
        font-size: 24px;
        height: 80px;
        color: #fff;
        -webkit-border-radius: 36px;
                border-radius: 36px;
        text-align: center;
        background-color: #FF6608;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        margin: 0; }
  .bl1 .slidedown {
    width: 102px;
    height: 102px;
    background: url(../img/down.png) 0 0 no-repeat;
    margin: 100px auto; }

.bl2 {
  background: url(../img/bg2.png) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -375px;
  padding-top: 220px;
  padding-bottom: 300px; }
  .bl2 h3 {
    font-family: pb;
    font-size: 64px;
    color: #424242;
    line-height: 77px; }
  .bl2 .preim_wrap {
    margin-top: 45px; }
  .bl2 .preim {
    float: left;
    width: 31.5%;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 8px solid transparent;
    padding: 0 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .bl2 .preim li {
      color: #424242;
      font-size: 24px;
      font-family: pb;
      line-height: 28px;
      height: 180px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 20px;
      border-bottom: 1px solid #95989A; }
      .bl2 .preim li:first-child {
        border: none;
        height: 80px; }
      .bl2 .preim li:last-child {
        border: none; }
    .bl2 .preim:nth-of-type(2) {
      border-color: rgba(149, 152, 154, 0.25); }
      .bl2 .preim:nth-of-type(2) ul li:first-child {
        font-size: 32px; }
      .bl2 .preim:nth-of-type(2):hover {
        border-color: rgba(255, 102, 8, 0.45); }
    .bl2 .preim:nth-of-type(3) {
      margin-right: 0;
      border-color: rgba(149, 152, 154, 0.25); }
      .bl2 .preim:nth-of-type(3) ul li:first-child {
        font-size: 32px;
        color: #FD731E; }
      .bl2 .preim:nth-of-type(3):hover {
        border-color: rgba(255, 102, 8, 0.45); }

.bl3 {
  background: url(../img/bg3.png) center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -385px;
  padding-top: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1493px; }
  .bl3 h3 {
    font-size: 64px;
    font-family: pb;
    color: #fff;
    line-height: 77px; }
  .bl3 .about_wrap {
    margin-top: 80px; }
  .bl3 .about {
    float: left;
    text-align: center;
    width: 270px;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 30px;
    height: 270px;
    border: 8px solid rgba(255, 255, 255, 0.51);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .bl3 .about:hover {
      border-color: rgba(255, 100, 8, 0.51); }
    .bl3 .about:nth-of-type(4n+4) {
      margin-right: 0; }
    .bl3 .about p {
      font-family: pb;
      font-size: 16px;
      color: #fff;
      line-height: 19px;
      width: 85%;
      margin: 25px auto; }

.bl4 {
  background: url(../img/bg2.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -370px;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 350px; }
  .bl4 h3 {
    color: #333333;
    font-family: pb;
    font-size: 64px;
    line-height: 77px; }
  .bl4 .owl-carousel {
    margin-top: 80px; }
    .bl4 .owl-carousel .owl-item img {
      border: 8px solid #CFCECE;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      width: 258px;
      height: 342px; }
      .bl4 .owl-carousel .owl-item img:hover {
        border-color: rgba(255, 100, 8, 0.51); }

.form2 {
  border: 16px solid rgba(255, 100, 8, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 85px 15px;
  margin-top: 70px; }
  .form2 h5 {
    color: #000;
    font-family: pb;
    font-size: 24px;
    text-align: center; }
  .form2 .l {
    float: left; }
  .form2 .r {
    float: right; }
  .form2 form {
    margin-top: 40px; }
  .form2 input {
    border: none;
    outline: none;
    background: none;
    width: 420px;
    display: block;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form2 input:not([type="submit"]) {
    border-bottom: 1px solid #4A4A4A;
    color: #4A4A4A;
    font-size: 16px;
    font-family: rr;
    line-height: 24px;
    padding: 0 20px 30px 10px; }
  .form2 input[type="submit"] {
    cursor: pointer;
    font-family: pb;
    font-size: 24px;
    height: 80px;
    margin: 0;
    color: #fff;
    text-align: center;
    background-color: #FF6608;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    -webkit-box-shadow: 0 0 48px #DC750E;
            box-shadow: 0 0 48px #DC750E; }
  .form2 .effect {
    position: relative;
    height: 80px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    width: 420px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 48px #DC750E;
            box-shadow: 0 0 48px #DC750E;
    -webkit-border-radius: 36px;
            border-radius: 36px;
    margin-top: 65px; }
    .form2 .effect:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98); }
    .form2 .effect::before {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: 60px;
      content: " ";
      width: 30px;
      height: 300px;
      background: #fff;
      -webkit-animation-delay: 0.05s;
              animation-delay: 0.05s;
      position: absolute;
      left: -40px;
      top: -100px;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
      -webkit-animation-name: slideme;
              animation-name: slideme;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.bl5 {
  background: url(../img/bg4.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -390px;
  padding-top: 160px; }
  .bl5 h3 {
    color: #333333;
    font-family: pb;
    font-size: 64px;
    line-height: 77px; }
  .bl5 .otz-wrap {
    position: relative;
    padding-bottom: 200px; }
    .bl5 .otz-wrap .otz {
      margin-top: 50px; }
      .bl5 .otz-wrap .otz img {
        border: 8px solid #CFCECE;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 282px;
        height: 282px;
        float: left;
        margin-right: 70px;
        -webkit-box-shadow: 40px 40px 32px rgba(0, 0, 0, 0.16);
                box-shadow: 40px 40px 32px rgba(0, 0, 0, 0.16); }
      .bl5 .otz-wrap .otz h5 {
        display: table;
        padding-left: 80px;
        color: #000;
        font-family: pb;
        font-size: 32px; }
        .bl5 .otz-wrap .otz h5:before {
          content: '/';
          display: inline-block;
          margin-right: 15px;
          color: #FF6608; }
      .bl5 .otz-wrap .otz p {
        display: table;
        padding-left: 80px;
        color: #4A4A4A;
        font-size: 16px;
        font-family: rr;
        line-height: 24px;
        position: relative;
        margin-top: 30px; }
        .bl5 .otz-wrap .otz p:first-of-type:before {
          content: '';
          display: inline-block;
          width: 34px;
          height: 26px;
          position: absolute;
          top: 0;
          left: 0;
          background: url(../img/quotes.png) 0 0 no-repeat; }
    .bl5 .otz-wrap .new {
      display: none; }
    .bl5 .otz-wrap .more {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      text-decoration: none;
      font-family: pb;
      font-size: 24px;
      color: #FF6608;
      text-align: center;
      border: 4px solid #FF6608;
      -webkit-border-radius: 39px;
              border-radius: 39px;
      padding: 25px 40px;
      -webkit-box-shadow: 0 0 48px rgba(220, 117, 14, 0.55);
              box-shadow: 0 0 48px rgba(220, 117, 14, 0.55);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      overflow: hidden; }
      .bl5 .otz-wrap .more:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff;
        background-color: #FF6608;
        -webkit-transform: scale(0.98);
            -ms-transform: scale(0.98);
                transform: scale(0.98); }
      .bl5 .otz-wrap .more::before {
        margin-left: 60px;
        content: " ";
        width: 30px;
        height: 300px;
        background: #fff;
        -webkit-animation-delay: 0.05s;
                animation-delay: 0.05s;
        position: absolute;
        left: -40px;
        top: -150px;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
                animation-name: slideme;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.bl6 {
  background: url(../img/bg5.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2634px;
  margin-top: -360px;
  padding-top: 200px; }
  .bl6 h3 {
    font-size: 64px;
    font-family: pb;
    line-height: 77px;
    color: #fff; }
  .bl6 .tab {
    display: table;
    width: 100%;
    border-spacing: 0 80px; }
    .bl6 .tab .tr {
      display: table-row; }
      .bl6 .tab .tr .td {
        display: table-cell;
        width: 50%;
        vertical-align: middle; }
        .bl6 .tab .tr .td h4 {
          font-family: pb;
          font-size: 160px;
          color: #CFCECE;
          opacity: .41;
          padding: 0 45px; }
          .bl6 .tab .tr .td h4::before {
            content: '/';
            display: inline-block;
            font-family: pb;
            font-size: 64px;
            color: #FD741F;
            margin-right: 50px; }
        .bl6 .tab .tr .td p {
          color: #FFFFFF;
          font-family: pb;
          padding: 0 45px;
          font-size: 40px;
          line-height: 48px;
          margin-top: 35px; }

.bl7 {
  background: url(../img/bg6.png) center 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -345px;
  padding-top: 320px;
  padding-bottom: 515px;
  position: relative;
  z-index: 2; }

.bl8 {
  position: relative;
  z-index: 3;
  margin-top: -405px; }
  .bl8 .center {
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
    padding: 0;
    background-color: #fff; }
  .bl8 .map {
    float: left;
    width: 770px;
    height: 640px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16); }
  .bl8 .cont {
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 100px;
    padding-left: 50px; }
    .bl8 .cont h6 {
      font-family: pb;
      font-size: 32px;
      color: #424242;
      line-height: 39px; }
    .bl8 .cont a {
      display: block;
      text-decoration: none;
      color: #424242;
      font-family: pb;
      font-size: 40px;
      margin-top: 40px;
      line-height: 48px;
      border-bottom: 1px solid rgba(66, 66, 66, 0.3);
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .bl8 .cont a:hover {
        border-bottom-color: transparent; }
    .bl8 .cont p {
      color: #424242;
      font-family: pr;
      font-size: 24px;
      line-height: 29px;
      margin-top: 130px; }
      .bl8 .cont p span {
        font-family: pb; }

footer {
  margin-top: 40px;
  padding: 30px 0; }
  footer .logo {
    float: left; }
  footer .lozung {
    color: #424242;
    font-family: rr;
    font-size: 16px;
    line-height: 21px;
    float: right; }

.mfp-no-margins img.mfp-img {
  padding: 0; }

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

.mfp-no-margins .mfp-container {
  padding: 0; }

.top-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 15px 0;
  margin-top: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s; }
  .top-menu:hover {
    background-color: #000; }

.politik {
  display: block;
  text-align: center;
  margin: 25px 0 15px;
}

.politik a {
  font-family: rr;
  color: #4a4a4a;
  font-size: 15px;
}