@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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/hinted-subset-Roboto-Thin.eot");
  src: url("../assets/fonts/hinted-subset-Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hinted-subset-Roboto-Thin.woff") format("woff"), url("../assets/fonts/hinted-subset-Roboto-Thin.ttf") format("truetype"), url("../assets/fonts/hinted-subset-Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/hinted-subset-Roboto-Light.eot");
  src: url("../assets/fonts/hinted-subset-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hinted-subset-Roboto-Light.woff") format("woff"), url("../assets/fonts/hinted-subset-Roboto-Light.ttf") format("truetype"), url("../assets/fonts/hinted-subset-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/hinted-subset-Roboto-Regular.eot");
  src: url("../assets/fonts/hinted-subset-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hinted-subset-Roboto-Regular.woff") format("woff"), url("../assets/fonts/hinted-subset-Roboto-Regular.ttf") format("truetype"), url("../assets/fonts/hinted-subset-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/hinted-subset-Roboto-Bold.eot");
  src: url("../assets/fonts/hinted-subset-Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hinted-subset-Roboto-Bold.woff") format("woff"), url("../assets/fonts/hinted-subset-Roboto-Bold.ttf") format("truetype"), url("../assets/fonts/hinted-subset-Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/hinted-subset-Roboto-Black.eot");
  src: url("../assets/fonts/hinted-subset-Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hinted-subset-Roboto-Black.woff") format("woff"), url("../assets/fonts/hinted-subset-Roboto-Black.ttf") format("truetype"), url("../assets/fonts/hinted-subset-Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/hinted-subset-Roboto-Italic.eot");
  src: url("../assets/fonts/hinted-subset-Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hinted-subset-Roboto-Italic.woff") format("woff"), url("../assets/fonts/hinted-subset-Roboto-Italic.ttf") format("truetype"), url("../assets/fonts/hinted-subset-Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

.cblock, .footer {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cblock {
  height: 100%; }
  .cblock--pos1 {
    z-index: 1; }

#page {
  max-width: 1920px;
  position: relative;
  margin: 0 auto; }

.leads {
  display: none; }

.form {
  padding: 0 10px; }
  .form-wrapper {
    max-width: 330px; }
  .form__modal {
    background: white;
    max-width: 550px;
    width: 100%;
    padding-top: 25px; }
    .form__modal-wrapper {
      max-width: 330px;
      margin: 0 auto; }
    .form__modal-title {
      font-size: 20px;
      font-weight: bold;
      line-height: 26px;
      text-align: center;
      margin-bottom: 15px;
      padding: 0 24px; }
    .form__modal-subtitle {
      font-size: 18px;
      line-height: 24px;
      color: #737373;
      text-align: center;
      margin-bottom: 25px; }
    .form__modal-bottom {
      background: #D0DEE3;
      padding: 25px 0;
      text-align: center;
      margin-top: 15px;
      border-radius: 12px; }
      .form__modal-bottom-text {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; }
        .form__modal-bottom-text strong {
          font-weight: bold; }
    .form__modal-text {
      padding: 24px; }
    .form__modal-desc p {
      line-height: 22px;
      color: #595959; }
      .form__modal-desc p strong {
        font-weight: bold;
        margin-top: 25px;
        display: inline-block;
        color: #272727; }
  .form__field {
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    outline: none;
    border: 2px solid #ADBEC6;
    color: #ADBEC6;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 16px; }
  .form__textarea {
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 80px;
    outline: none;
    padding: 10px 0 0 15px;
    margin-bottom: 20px;
    border: 2px solid #ADBEC6;
    color: #ADBEC6;
    background: transparent;
    border-radius: 4px;
    font-style: italic;
    resize: none;
    font-size: 16px; }
  .form__button {
    width: 100%;
    outline: none;
    border: none;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #FFBD00;
    cursor: pointer;
    border-radius: 12px; }
    .form__button:hover {
      background: #F2AA00; }
  .form__terms {
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    background: url("../assets/img/locked.svg") no-repeat left center;
    background-size: 12px 22px;
    color: #939393;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .form__terms:hover {
      opacity: 0.7; }
    .form__terms-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px; }

#thank {
  height: 200px;
  width: 100%;
  max-width: 400px;
  background: url("../assets/img/thank-bg.jpg") no-repeat center;
  background-size: cover; }

.tile {
  padding: 50px 0;
  background: #0093CA;
  overflow: hidden;
  position: relative; }
  .tile__caption {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: white;
    text-align: center;
    margin-bottom: 50px; }
  .tile__desc {
    position: relative;
    z-index: 1;
    padding: 25px 0 10px; }
    .tile__desc-box {
      background: #D1E0E5;
      position: relative; }
      .tile__desc-box:before {
        content: '';
        display: block;
        position: absolute;
        top: -16px;
        height: 35px;
        width: 102%;
        background: #D1E0E5;
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg); }
      .tile__desc-box:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -16px;
        left: -2px;
        height: 35px;
        width: 102%;
        background: #D1E0E5;
        -webkit-transform: rotate(-2deg);
                transform: rotate(-2deg); }
    .tile__desc-view {
      position: relative;
      z-index: 1;
      display: none; }
      .tile__desc-view img {
        max-width: 334px;
        vertical-align: top; }
    .tile__desc p {
      line-height: 24px;
      color: #15709d;
      margin-bottom: 16px;
      padding: 0 15px;
      letter-spacing: 1.1px; }
  .tile__demands {
    padding-top: 45px;
    position: relative; }
    .tile__demands p {
      color: white;
      line-height: 22px;
      margin-bottom: 16px; }
      .tile__demands p strong {
        font-weight: bold; }
    .tile__demands-bg {
      display: none; }
    .tile__demands-view {
      display: none; }
      .tile__demands-view-img {
        max-width: 418px; }

@-webkit-keyframes swing {
  1% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  2% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  6% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  8% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  10% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  12% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes swing {
  1% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  2% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  6% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  8% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  10% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  12% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes height-up {
  0% {
    height: 0; }
  10% {
    height: 107%; }
  70% {
    height: 107%; }
  90% {
    height: 0; }
  100% {
    height: 0; } }

@keyframes height-up {
  0% {
    height: 0; }
  10% {
    height: 107%; }
  70% {
    height: 107%; }
  90% {
    height: 0; }
  100% {
    height: 0; } }

@-webkit-keyframes height-down {
  10% {
    height: 0; }
  20% {
    height: 107%; }
  50% {
    height: 107%; }
  70% {
    height: 0; }
  100% {
    height: 0; } }

@keyframes height-down {
  10% {
    height: 0; }
  20% {
    height: 107%; }
  50% {
    height: 107%; }
  70% {
    height: 0; }
  100% {
    height: 0; } }

@-webkit-keyframes color-toggle {
  10% {
    color: #000000; }
  15% {
    color: #ffffff; }
  50% {
    color: #ffffff; }
  65% {
    color: #000000; }
  100% {
    color: #000000; } }

@keyframes color-toggle {
  10% {
    color: #000000; }
  15% {
    color: #ffffff; }
  50% {
    color: #ffffff; }
  65% {
    color: #000000; }
  100% {
    color: #000000; } }

.nav {
  display: none; }
  .nav.sticked {
    background-color: rgba(0, 0, 0, 0.93); }
    .nav.sticked .nav__link {
      color: white; }
  .nav__list {
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav__item {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
  .nav__link {
    text-decoration: none;
    color: black;
    line-height: 48px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .nav__link:hover {
      background-color: #1D83B7;
      color: white; }
    .nav__link.current {
      background-color: #1D83B7;
      color: white; }

.fscreen {
  height: 710px;
  background: url("../assets/img/main/fscreen-bg--big.jpg") no-repeat center top;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .fscreen__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fscreen__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .fscreen__logo-link {
      width: 100%;
      height: 65px;
      display: block;
      background: url("../assets/img/main/logo.svg") no-repeat center;
      background-size: contain; }
  .fscreen__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #484848;
    padding: 0 0 20px 0; }
  .fscreen__phone {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #484848; }
  .fscreen__time {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px; }
  .fscreen__notice {
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #1e8bc3; }
  .fscreen__headline {
    font-size: 18px;
    line-height: 22px;
    color: #272727;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px; }
  .fscreen__caption {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px; }
  .fscreen__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    color: #272727;
    margin-bottom: 15px; }
  .fscreen__subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #1e8bc3;
    text-align: center; }
  .fscreen__badges {
    display: none; }
    .fscreen__badges-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fscreen__badges-left:before {
        content: '';
        width: 32px;
        height: 40px;
        margin-right: 25px;
        background: url("../assets/img/main/diploma.svg") no-repeat center;
        background-size: cover; }
    .fscreen__badges-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fscreen__badges-right:before {
        content: '';
        width: 40px;
        height: 36px;
        margin-right: 25px;
        background: url("../assets/img/main/ecology.svg") no-repeat center;
        background-size: cover; }
  .fscreen__button {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    color: black;
    border: 2px solid black;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .fscreen__button:hover {
      background: #1e8bc3;
      color: white;
      border-color: #1e8bc3; }
      .fscreen__button:hover:before {
        -webkit-animation: none;
                animation: none; }
      .fscreen__button:hover:after {
        -webkit-animation: none;
                animation: none; }
    .fscreen__button:hover .fscreen__button_text {
      -webkit-animation: none;
              animation: none; }
    .fscreen__button-wrap {
      max-width: 350px;
      height: 60px;
      margin: 20px auto 0;
      overflow: hidden; }
  .fscreen__paint {
    width: 280px;
    height: 235px;
    background: url("../assets/img/main/painttin.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 7px;
    bottom: 10px; }
  .fscreen__germany-flag {
    position: absolute;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #464655;
    width: 85px;
    left: 205px;
    bottom: 115px; }
    .fscreen__germany-flag:before {
      content: '';
      display: block;
      width: 35px;
      height: 23px;
      margin-bottom: 5px;
      background: url("../assets/img/main/germany.svg") no-repeat center;
      background-size: cover; }
  .fscreen__gmp-logo {
    width: 80px;
    position: absolute;
    right: 15px;
    bottom: 180px; }
    .fscreen__gmp-logo img {
      max-width: 100%; }

.brand {
  padding: 40px 0 50px; }
  .brand__headline {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px; }
  .brand__logo {
    max-width: 280px;
    margin: 0 auto 30px;
    text-align: center; }
    .brand__logo-view {
      max-width: 100%;
      vertical-align: top; }
  .brand__text {
    line-height: 22px;
    text-align: center; }

.economy__item-caption, .economy__item-name, .economy__item-total {
  padding-left: 20px; }

.economy {
  background: #0093CA;
  padding: 40px 0 60px; }
  .economy__headline {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: white;
    text-align: center;
    margin-bottom: 40px; }
  .economy__box {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .economy__item {
    max-width: 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .economy__item-caption {
      font-size: 24px;
      line-height: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #C4CBCE;
      margin-bottom: 40px;
      font-weight: bold; }
    .economy__item-name {
      line-height: 20px;
      margin-bottom: 20px; }
    .economy__item-total {
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 24px;
      line-height: 30px;
      border-top: 1px solid #C4CBCE;
      margin-top: 40px;
      font-weight: bold; }
    .economy__item--left {
      background: white;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .economy__item--left h2 {
        color: #18a5ea; }
      .economy__item--left span {
        color: #18a5ea; }
    .economy__item--right {
      background: #D5DDE0;
      color: #8d8d8d; }
      .economy__item--right span {
        color: #d17c7c; }
  .economy__button {
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #FFBD00;
    border-radius: 12px; }
    .economy__button:hover {
      background: #F2AA00; }
    .economy__button-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 320px;
      margin: 32px auto 0; }

.garantee {
  padding: 40px 0; }
  .garantee__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .garantee__item {
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60px 65px;
    text-align: center;
    margin-bottom: 40px; }
    .garantee__item--icon-guard {
      background-image: url("../assets/img/garantee/shield.svg"); }
    .garantee__item--icon-sert {
      background-image: url("../assets/img/garantee/file.svg"); }
    .garantee__item-caption {
      font-weight: bold;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
    .garantee__item-desc {
      margin-bottom: 15px;
      line-height: 22px; }
      .garantee__item-desc:last-of-type {
        margin-bottom: 0; }

.list__wrap {
  color: #333333; }

.list__caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 18px; }

.list__item {
  margin-bottom: 12px;
  line-height: 22px; }
  .list__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #1e8bc3;
    margin-right: 15px; }

.map {
  padding: 40px 0;
  background: #0093CA;
  position: relative; }
  .map__headline {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px; }
  .map__contacts {
    text-align: center; }
    .map__contacts-item {
      color: white;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; }
      .map__contacts-item:before {
        content: '';
        width: 22px;
        height: 22px;
        display: block;
        margin: 0 auto 10px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
    .map__contacts-title {
      font-weight: bold; }
    .map__contacts-link {
      text-decoration: none;
      color: white; }
      .map__contacts-link:hover {
        text-decoration: underline; }

#map {
  display: none; }

.icon--map:before {
  background-image: url("../assets/img/map/placeholder-mini.svg"); }

.icon--clock:before {
  background-image: url("../assets/img/map/clock.svg"); }

.icon--letter:before {
  background-image: url("../assets/img/map/mail.svg"); }

.icon--phone:before {
  background-image: url("../assets/img/map/smartphone.svg"); }

.icon--truck:before {
  background-image: url("../assets/img/map/truck5.svg");
  width: 35px;
  height: 30px; }

.partners {
  background: #0093CA;
  /*@include res(desktop){
        background: #0093CA url(../assets/img/partners/partners-tin.png) no-repeat left center;
        background-size: contain;
    }*/ }
  .partners__box {
    padding: 40px 0 50px; }
  .partners-tin {
    display: none; }
  .partners__headline {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: white;
    margin-bottom: 30px;
    text-align: center; }
  .partners__desc p {
    padding-left: 30px;
    background: url("../assets/img/partners/tick.svg") no-repeat 0 7px;
    background-size: 12px 14px;
    font-size: 18px;
    line-height: 24px;
    color: white;
    margin-bottom: 10px; }

.programm {
  padding: 45px 0;
  background: url("../assets/img/programm/programm.jpg") no-repeat center;
  background-size: cover; }
  .programm__headline {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center; }
  .programm__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .programm__desc {
    margin-bottom: 40px;
    max-width: 590px; }
  .programm__list {
    padding-left: 20px;
    margin: 20px 0; }
  .programm__text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px; }
    .programm__text strong {
      font-weight: bold; }
    .programm__text-big {
      font-size: 24px;
      line-height: 30px;
      font-weight: 300;
      text-align: center;
      margin-bottom: 15px; }
      .programm__text-big strong {
        font-weight: bold; }
        .programm__text-big strong a {
          text-decoration: none;
          color: black; }
  .programm__form-wrapper {
    max-width: 330px; }
  .programm__form .form__field {
    border: 2px solid #3A718C;
    color: #3A718C; }
  .programm__form .form__textarea {
    border: 2px solid #3A718C;
    color: #3A718C; }

.triggers {
  padding: 45px 0;
  background: #EBF3F6; }
  .triggers__headline {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-bottom: 30px; }
  .triggers__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .triggers__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px; }
    .triggers__item-caption {
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px; }
    .triggers__item-desc {
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
    .triggers__item-text {
      text-align: center;
      width: 100%; }
  .triggers__button {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #FFBD00;
    border-radius: 12px; }
    .triggers__button-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 320px;
      width: 100%;
      margin: 32px auto 0; }
  .triggers__view {
    max-width: 50px;
    max-height: 60px; }
    .triggers__view-wrapper {
      width: 116px;
      height: 116px;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px; }
      .triggers__view-wrapper--blue {
        background: #B2D9EB; }
      .triggers__view-wrapper--yellow {
        background: #F2D28F; }
      .triggers__view-wrapper--green {
        background: #80D4A2; }

.usage {
  padding: 40px 0; }
  .usage__headline {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center; }
    .usage__headline-desc {
      line-height: 20px;
      color: #8f8f8f;
      text-align: center;
      margin-bottom: 45px; }
  .usage__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
    .usage__list-item {
      width: 320px;
      height: 200px;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 20px;
      padding-top: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .usage__list-item-caption {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        color: white; }
        .usage__list-item-caption:before {
          content: '';
          width: 50px;
          height: 50px; }
      .usage__list-item-desc {
        font-size: 14px;
        line-height: 20px;
        color: white;
        text-align: center; }
      .usage__list-item:nth-of-type(1) {
        background-image: url("../assets/img/usage-list/usage-list1.jpg"); }
        .usage__list-item:nth-of-type(1) .usage__list-item-caption:before {
          background: url("../assets/img/usage-list/buildings.svg") no-repeat center; }
      .usage__list-item:nth-of-type(2) {
        background-image: url("../assets/img/usage-list/usage-list2.jpg"); }
        .usage__list-item:nth-of-type(2) .usage__list-item-caption:before {
          background: url("../assets/img/usage-list/hairstyling.svg") no-repeat center; }
      .usage__list-item:nth-of-type(3) {
        background-image: url("../assets/img/usage-list/usage-list3.jpg"); }
        .usage__list-item:nth-of-type(3) .usage__list-item-caption:before {
          background: url("../assets/img/usage-list/tooth.svg") no-repeat center; }
  .usage__link {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    height: 70px;
    text-decoration: none;
    background: #2592c7;
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 300px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-transition: background .3s;
    transition: background .3s; }
    .usage__link:last-of-type {
      margin-bottom: 0;
      background: #68C3E2; }
    .usage__link:hover {
      text-decoration: none;
      background: #68C3E2; }
      .usage__link:hover:last-of-type {
        background: #2592c7; }
    .usage__link-wrap {
      margin: 30px 0 20px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

.video-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .video-box__order-down {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

.video__link {
  display: block;
  max-width: 594px;
  position: relative;
  margin: 0 auto 25px;
  /*&:hover:after{
            background-color: rgba(0, 0, 0, 0.4);
        }*/ }
  .video__link:hover:before {
    opacity: 1;
    background-image: url(../assets/img/video/icons-youtube-play.svg); }
  .video__link:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    border-radius: 50%;
    background: url(../assets/img/video/icons-youtube-play-default.svg) no-repeat;
    background-size: cover;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .video__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }

.video__view {
  max-width: 100%;
  vertical-align: top; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 15px; }
  .footer__logo {
    width: 240px;
    height: 65px;
    display: block;
    background: url("../assets/img/main/logo.svg") no-repeat center;
    background-size: contain;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .footer__copyrights {
    color: #888888;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .footer__copyrights_text {
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 15px;
      max-width: 300px; }
      .footer__copyrights_text:first-of-type {
        font-size: 14px; }
  .footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #484848;
    padding: 20px 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%; }
  .footer__phone {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #484848; }
  .footer__time {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px; }
  @media screen and (min-width: 768px) {
    .form {
      padding: 0; }
      .form__modal {
        margin: 0; }
      .tile__caption {
        font-size: 36px;
        line-height: 42px;
        max-width: 600px;
        margin: 0 auto 60px; }
    .fscreen {
      padding-top: 25px;
      height: 1040px; }
      .fscreen__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .fscreen__logo {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
        .fscreen__logo-link {
          width: 325px;
          height: 64px; }
      .fscreen__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
      .fscreen__phone {
        font-size: 30px;
        line-height: 36px; }
      .fscreen__time {
        font-size: 24px;
        line-height: 30px; }
      .fscreen__headline {
        font-weight: 300;
        font-size: 42px;
        line-height: 48px; }
      .fscreen__caption {
        font-size: 60px;
        line-height: 66px; }
      .fscreen__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0; }
      .fscreen__subtitle {
        font-size: 30px;
        line-height: 36px; }
      .fscreen__badges {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 18px;
        color: #243b52;
        line-height: 24px;
        max-width: 640px;
        margin: 45px auto 0; }
        .fscreen__button-wrap {
          display: block;
          width: 350px;
          height: 70px;
          position: absolute;
          right: 20px;
          bottom: 330px; }
      .fscreen__paint {
        width: 476px;
        height: 390px;
        left: 2px;
        bottom: 30px; }
      .fscreen__germany-flag {
        width: 180px;
        font-size: 18px;
        line-height: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        left: 500px;
        bottom: 80px; }
        .fscreen__germany-flag:before {
          width: 50px;
          height: 32px;
          margin: 0 20px 0 0; }
      .fscreen__gmp-logo {
        width: 110px;
        right: 40px; }
    .brand {
      padding: 60px 0 70px; }
      .brand__headline {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px; }
      .brand__logo {
        max-width: 470px;
        margin-bottom: 45px; }
    .economy__item-caption, .economy__item-name, .economy__item-total {
      padding-left: 40px; }
    .economy {
      background: url("../assets/img/economy/economy-bg.jpg") no-repeat center;
      background-size: cover; }
      .economy__headline {
        font-size: 36px;
        line-height: 42px; }
      .economy__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .economy__item--left {
          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
              -ms-flex-order: 0;
                  order: 0; }
    .garantee {
      padding-top: 60px; }
      .garantee__list {
        padding-left: 60px; }
      .garantee__item {
        padding-left: 90px;
        padding-top: 0;
        background-position: left top;
        text-align: left; }
    .map {
      height: 500px;
      border-top: 5px solid #0093CA;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: transparent;
      padding: 0; }
    .map__left {
      width: 50%; }
    .map__right {
      min-width: 385px;
      max-width: 385px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      background: #0093CA;
      padding-top: 40px;
      margin: 0; }
    #map {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 0; }
      .partners__box {
        padding: 60px 0; }
      .partners__headline {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 42px; }
      .partners__desc p {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0; }
      .programm__headline {
        font-size: 40px;
        line-height: 46px; }
      .triggers__headline {
        font-size: 36px;
        line-height: 42px;
        max-width: 510px;
        margin: 0 auto 60px; }
      .triggers__list {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .triggers__item {
        max-width: 600px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .triggers__item-text {
          text-align: left; }
        .triggers__view-wrapper {
          min-width: 116px;
          margin-bottom: 0;
          margin-right: 25px; }
      .usage__headline {
        font-size: 36px;
        line-height: 42px;
        max-width: 550px;
        margin: 0 auto 30px; }
        .usage__headline-desc {
          font-size: 18px;
          line-height: 24px;
          max-width: 560px;
          margin: 0 auto 45px; }
      .usage__list {
        margin-top: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .usage__list-item {
          width: 220px;
          padding: 20px 10px 0;
          margin: 0 10px 20px; }
      .usage__link {
        margin: 0 20px 15px; }
        .usage__link-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; }
    .footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer__logo {
        width: 185px;
        height: 84px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        margin-bottom: 0; }
      .footer__copyrights {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .footer__contacts {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .footer__phone {
        font-size: 30px;
        line-height: 36px; }
      .footer__time {
        font-size: 24px;
        line-height: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .tile__desc {
        width: 50%; }
        .tile__desc-box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .tile__desc-view {
          display: block;
          width: 50%;
          padding: 20px 0 0 15px;
          text-align: center; }
      .tile__demands {
        padding-top: 75px; }
  .list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 600px;
    margin: 0 auto; }
  .list__no-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }
  @media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
  @media screen and (min-width: 992px) {
    .tile:after {
      content: '';
      display: block;
      height: 20px;
      width: 100%;
      background: white;
      position: absolute;
      bottom: 0; }
      .tile__caption {
        max-width: 100%;
        margin-bottom: 10px; }
        .tile__desc-box {
          background: transparent; }
          .tile__desc-box:before {
            display: none; }
          .tile__desc-box:after {
            display: none; }
        .tile__desc p {
          font-size: 18px;
          line-height: 24px;
          color: #e5eef3;
          font-weight: 300;
          max-width: 940px;
          text-align: center;
          padding: 0 15px;
          margin: 0 auto;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
      .tile__demands {
        border: 4px solid white;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 60px;
        padding: 25px 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .tile__demands-bg {
          display: block;
          position: absolute;
          right: -50%;
          width: 100%;
          top: -5%;
          height: 120%;
          background: url("../assets/img/tile/tile-bg.png") no-repeat left center;
          background-size: cover; }
      .tile__demands-info {
        max-width: 50%; }
        .tile__demands-view {
          display: block;
          margin-left: 20px; }
    .nav {
      display: block;
      background-color: rgba(0, 0, 0, 0.15);
      height: 48px;
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 2; }
    .fscreen {
      padding-top: 80px;
      height: 860px; }
      .fscreen__button {
        /*animation: swing 3s ease;
            animation-delay: 2s;
            animation-iteration-count: infinite;*/
        position: relative;
        z-index: 1; }
        .fscreen__button:before {
          content: '';
          display: block;
          height: 0;
          position: absolute;
          left: -2px;
          right: 0;
          width: 100%;
          margin: auto;
          bottom: -2px;
          border: 2px solid #1e8bc3;
          border-top: none;
          border-bottom: none;
          -webkit-animation: height-up 10s;
                  animation: height-up 10s;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; }
        .fscreen__button:after {
          content: '';
          display: block;
          width: 100%;
          height: 0;
          position: absolute;
          left: 0;
          top: -2px;
          overflow: hidden;
          background: #1e8bc3;
          -webkit-animation: height-down 10s;
                  animation: height-down 10s;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; }
        .fscreen__button_text {
          position: relative;
          z-index: 1;
          -webkit-animation: color-toggle 10s;
                  animation: color-toggle 10s;
          -webkit-animation-delay: 2s;
                  animation-delay: 2s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite; }
      .garantee__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 40px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .garantee__item {
        width: 48%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .map {
      display: block; }
    .map__left {
      width: 100%; }
    .map__right {
      background: transparent;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 0;
      height: auto; }
    .map__info {
      width: 500px;
      height: 500px;
      position: absolute;
      background: #0093CA;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #map {
      position: absolute;
      top: 0;
      left: 0; }
      .partners__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .partners-tin {
        display: block;
        min-width: 580px;
        height: 100%;
        position: absolute;
        right: 690px;
        top: 0;
        background: url("../assets/img/partners/partners-tin.png") no-repeat center;
        background-size: cover; }
    .partners__list {
      max-width: 660px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      /*background: rgba(0, 0, 0, 0.3);
            padding: 30px;*/ }
      .programm__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .programm__text {
        text-align: left; }
        .programm__text-big {
          text-align: left; }
      .triggers__headline {
        max-width: 100%; }
      .triggers__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .triggers__item {
        max-width: 310px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 310px; }
        .triggers__item-text {
          text-align: center; }
        .triggers__view-wrapper {
          margin-bottom: 30px; }
      .usage__headline--fullw {
        max-width: 100%; }
      .usage__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .usage__list-item {
          width: 370px;
          height: 240px;
          padding-top: 50px; }
          .usage__list-item:nth-of-type(1) {
            margin-left: 0; }
          .usage__list-item:nth-of-type(1):before {
            content: '';
            display: block;
            position: absolute;
            top: 9px;
            bottom: 9px;
            left: 11px;
            width: calc(100% - 11px);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-right: none; }
          .usage__list-item:nth-of-type(2):before {
            content: '';
            display: block;
            position: absolute;
            top: 9px;
            bottom: 9px;
            left: 0;
            right: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-right: none;
            border-left: none; }
          .usage__list-item:nth-of-type(3) {
            margin-right: 0; }
          .usage__list-item:nth-of-type(3):before {
            content: '';
            display: block;
            position: absolute;
            top: 9px;
            bottom: 9px;
            right: 11px;
            width: calc(100% - 11px);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-left: none; }
    .video-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .video-box__left {
      margin-right: 60px; }
    .video-box__left--small {
      max-width: 44%; }
      .video-box__order-down {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; } }
  @media (min-width: 992px) and (max-width: 1366px) {
      .fscreen__headline {
        margin-left: 300px;
        margin-top: 0; }
      .fscreen__caption {
        margin-left: 300px; }
      .fscreen__title {
        margin-left: 300px; }
      .fscreen__subtitle {
        margin-left: 300px; }
      .fscreen__badges {
        display: none; }
      .fscreen__button {
        width: 350px;
        height: 70px;
        margin: 0 auto; }
        .fscreen__button-wrap {
          max-width: 100%;
          width: 100%;
          position: static;
          margin-top: 30px;
          margin-left: 0;
          padding-left: 300px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
      .fscreen__gmp-logo {
        right: 80px;
        bottom: 60px; } }
  @media screen and (min-width: 1366px) {
    .fscreen {
      padding-top: 80px;
      height: 930px; }
        .fscreen__button-wrap {
          position: static;
          margin: 60px auto 0; } }
  @media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
