/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
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, sup, 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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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; }

/**
* COLORS
**/
/**
* FONTS
**/
@font-face {
  font-family: 'DIN Condensed';
  src: url("../fonts/DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCondensed-Bold.woff") format("woff"), url("../fonts/DINCondensed-Bold.ttf") format("truetype"), url("../fonts/DINCondensed-Bold.svg#DINCondensed-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

body, html {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #8d8d8c;
  line-height: 18px;
  font-size: 13px; }

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none; }

/**
* BREAKPOINTS
**/
/**
* STYLE
**/
body[data-type="home"] #main {
  position: relative;
  display: block;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

body[data-type="home"] .section {
  position: relative;
  display: inline-block;
  background-color: #2d2c2a;
  padding-bottom: 41px;
  padding-top: 28px;
  max-width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  body[data-type="home"] .section:not(:last-child) {
    border-right: 3px solid white; }
  body[data-type="home"] .section:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  body[data-type="home"] .section .title-wrap {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  body[data-type="home"] .section .title {
    position: absolute;
    display: block;
    top: -60px;
    right: 15px;
    font-family: 'Bebas Neue', cursive;
    font-size: 75px;
    line-height: 73px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  body[data-type="home"] .section .body {
    position: relative;
    display: block;
    padding: 0 64px;
    text-align: center;
    color: #fff;
    opacity: .85;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  body[data-type="home"] .section:nth-child(2) {
    background-position: left -250px center; }
  body[data-type="home"] .section:nth-child(3) {
    background-position: left -770px center; }
  body[data-type="home"] .section:nth-child(4) {
    background-position: left -590px center; }

body[data-type="home"] #sec-intro {
  background-color: #2d2c2a;
  padding-left: 46px;
  padding-right: 66px;
  padding-top: 67px; }
  body[data-type="home"] #sec-intro:before {
    content: none; }
  body[data-type="home"] #sec-intro #logo {
    position: relative;
    display: block;
    margin-left: -46px;
    margin-bottom: 24px;
    width: calc(100% + 46px);
    border-bottom: 1px solid #8d8d8c;
    padding-left: 46px;
    padding-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
    body[data-type="home"] #sec-intro #logo img {
      width: 100%;
      max-width: 140px;
      height: auto; }
  body[data-type="home"] #sec-intro .content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    body[data-type="home"] #sec-intro .content .body {
      position: relative;
      padding: 0;
      text-align: left;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      body[data-type="home"] #sec-intro .content .body p:not(:last-child) {
        margin-bottom: 22px; }
    body[data-type="home"] #sec-intro .content .contacts {
      position: relative;
      -webkit-box-flex: none;
      -webkit-flex: none;
      -moz-box-flex: none;
      -moz-flex: none;
      -ms-flex: none;
      flex: none; }

body[data-type="basic"] {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  padding: 46px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  body[data-type="basic"]:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  body[data-type="basic"] #main {
    position: relative;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    body[data-type="basic"] #main .column {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 50%;
      padding: 24px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      body[data-type="basic"] #main .column .item {
        display: block;
        position: relative; }
        body[data-type="basic"] #main .column .item:not(:last-child) {
          margin-bottom: 60px; }
        body[data-type="basic"] #main .column .item .logo {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          padding-right: 68px;
          width: 45%;
          max-width: 280px;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body[data-type="basic"] #main .column .item .logo img {
            width: 100%;
            height: auto; }
        body[data-type="basic"] #main .column .item .desc {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          width: 55%;
          max-width: 260px;
          height: auto;
          margin-left: -4px;
          color: #fff; }
          body[data-type="basic"] #main .column .item .desc .more-btn {
            display: block;
            position: relative;
            margin-top: 8px; }
            body[data-type="basic"] #main .column .item .desc .more-btn a {
              display: inline-block; }
              body[data-type="basic"] #main .column .item .desc .more-btn a:not(:last-child) {
                margin-right: 4px; }
                body[data-type="basic"] #main .column .item .desc .more-btn a:not(:last-child):after {
                  content: ','; }
      body[data-type="basic"] #main .column#columnA {
        padding-right: 46px;
        border-right: 1px solid #fff; }
        body[data-type="basic"] #main .column#columnA .item {
          text-align: right; }
      body[data-type="basic"] #main .column#columnB {
        padding-left: 46px; }
  body[data-type="basic"] #back {
    display: block;
    position: fixed;
    width: 24px;
    height: 44px;
    background: url(../images/icon_back.svg) no-repeat;
    left: 18px;
    top: 50%;
    margin-top: -22px; }

/**
* RESPONSIVE
**/
@media screen and (max-width: 2200px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 135% !important;} }

@media screen and (max-width: 2000px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 155% !important;} }

@media screen and (max-width: 1810px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 175% !important;} }

@media screen and (max-width: 1600px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 170% !important;
    top: -16% !important;}
  body[data-type="home"] .section .title-wrap .title {
    font-size: 64px;
    line-height: 64px;
    top: -64px; }}

@media screen and (max-width: 1540px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 170% !important;
    top: -16% !important;}
  body[data-type="home"] .section .title-wrap .title {
    font-size: 64px;
    line-height: 64px;
    top: -64px; }}

@media screen and (max-width: 1439px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 170% !important;
    top: -14% !important;}
  body[data-type="home"] .section .title-wrap .title {
    font-size: 64px;
    line-height: 64px;
    top: -64px; }}

@media screen and (max-width: 1400px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: 170% !important;
    top: -19% !important;}
  body[data-type="home"] .section .title-wrap .title {
    font-size: 64px;
    line-height: 64px;
    top: -64px; }}

@media screen and (max-width: 1365px) {
  body[data-type="home"] .section .title-wrap .title {
    font-size: 64px;
    line-height: 64px;
    top: -64px; }
  body[data-type="home"] .section .body {
    padding: 0 24px; }
  body[data-type="home"] .section#sec-intro {
    padding-left: 24px;
    padding-right: 24px; }
  body[data-type="basic"] {
    padding-left: 46px;
    padding-right: 46px; }
    body[data-type="basic"] #main .column#columnA {
      padding-right: 46px; }
    body[data-type="basic"] #main .column#columnB {
      padding-left: 46px; }
    /** CUSTOM - 05/02/2025 **/
    body[data-type="home"] .section .title-wrap .title-2 {
      white-space: normal;
      width: 190% !important;
      top: -130px !important;} }

@media screen and (max-width: 1295px) {
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    white-space: normal;
    width: 205% !important;
    top: -130px;} }

@media screen and (max-width: 1070px) {
    /** CUSTOM - 05/02/2025 **/
    body[data-type="home"] .section .title-wrap .title-2 {
      white-space: normal;
      width: 230% !important;
      top: -130px;} }

@media screen and (max-width: 1023px) {
  body[data-type="home"] {
    background-attachment: fixed; }
    body[data-type="home"] #main {
      display: block;
      height: auto;
      min-height: 100vh; }
    body[data-type="home"] .section {
      display: block;
      width: 100%;
      min-width: 100%;
      padding-top: 75px;
      padding-bottom: 75px;
      border-right: none !important;
      background-position: center center !important; }
      body[data-type="home"] .section .title-wrap {
        padding-left: 24px;
        padding-right: 24px; }
        body[data-type="home"] .section .title-wrap .title {
          position: relative;
          top: 0;
          left: 0;
          right: auto;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
      body[data-type="home"] .section .body {
        margin-top: 24px;
        max-width: 460px;
        text-align: left; }
    body[data-type="home"] #sec-intro .content .contacts {
      margin-top: 24px; }
  body[data-type="basic"] {
    padding-left: 46px;
    padding-right: 46px;
    background-attachment: fixed; }
    body[data-type="basic"] #main {
      display: block; }
      body[data-type="basic"] #main .column {
        display: block;
        width: 100%;
        border-right: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important; }
        body[data-type="basic"] #main .column .item {
          text-align: center !important; }
        body[data-type="basic"] #main .column#columnA {
          padding-bottom: 36px; }
  body[data-type="home"] .section .title-wrap .title {
    font-size: 64px;
    line-height: 64px;
    white-space: normal; }  
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: unset !important;
    top: unset !important;
    text-align: left;} }

@media screen and (max-width: 626px) {
  body[data-type="basic"] #main .column .item .logo, body[data-type="basic"] #main .column .item .desc {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: auto;
    text-align: center; }
  body[data-type="basic"] #main .column .item .logo {
    max-width: 150px; }
  body[data-type="basic"] #main .column .item .desc {
    margin-top: 18px; }
  body[data-type="home"] .section .title-wrap .title {
    font-size: 56px;
    line-height: 58px;
    white-space: normal; }
  /** CUSTOM - 05/02/2025 **/
  body[data-type="home"] .section .title-wrap .title-2 {
    width: unset !important;
    top: unset !important;
    text-align: left;} }

@media screen and (max-width: 480px) {
  body[data-type="home"] .section .title-wrap .title {
    font-size: 56px;
    line-height: 58px;
    white-space: normal; }
    /** CUSTOM - 05/02/2025 **/
    body[data-type="home"] .section .title-wrap .title-2 {
      width: unset !important;
      top: unset !important;
      text-align: left;} }

/**
* POPUP
**/
.mfp-content {
  padding: 22px;
  background-color: #fff;
  max-width: 400px;
  box-sizing: border-box;
  line-height: 1.3; }
  .mfp-content p:not(:last-child) {
    margin-bottom: 22px; }

.mfp-close {
  top: -26px;
  right: -28px; }

.mfp-close:active {
  top: -25px; }

/** CUSTOM - 15/07/2022 **/
body[data-type="basic"] #main .column .item .desc .g_title {
    font-size: 23px;
    font-weight: 600;
}
/** CUSTOM - 05/02/2025 **/
body[data-type="home"] .section .title-2 {
  white-space: normal;
  width: 125%;
  top: -140px;
  text-align: end;
}