@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/GothamBook.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/GothamBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

.with_line {
  position: relative;
}

.with_line::after {
  content: '';
  width: 73px;
  height: 7px;
  background: #FFE900;
  position: absolute;
  bottom: -30px;
  border-radius: 4px;
  left: 0;
}

.btn_yellow {
  background-color: #FFE900;
  text-decoration: none;
  border: 1px solid rgba(255, 233, 0, 0);
  border-radius: 45px;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  max-height: 1vw;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #7CB258;
  font-size: 13px;
}

.btn_yellow:hover {
  color: #FFE900;
  background-color: transparent;
  border: 1px solid #FFE900;
}

@media only screen and (max-width: 767px) {
  .btn_yellow {
    max-height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_yellow {
    max-height: 100%;
  }
}

.about-body {
  background: #7CB258;
}

.it-body {
  background: #506FA8;
}

.finance-body {
  background: #905389;
}

.administration-body {
  background: #1F727A;
}

.featured-body {
  background: #32A397;
}

.only_desktop {
  display: none;
}

@media only screen and (min-width: 992px) {
  .only_desktop {
    display: block;
  }
}

.only_mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .only_mobile {
    display: block;
  }
}

body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Gotham Bold', sans-serif;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

body .blue {
  color: #506FA8;
}

body .purple {
  color: #905389;
}

body .dark-green {
  color: #1F727A;
}

body .teal {
  color: #32A397;
}

body .no-bottom-margin {
  margin-bottom: 0 !important;
}

body .pixel-logo-static {
  position: absolute;
  width: 48vw;
  height: 49vw;
  -o-object-fit: contain;
     object-fit: contain;
  top: -10vw;
  left: -12vw;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body .pixel-logo-static {
    width: 96vw;
    height: 120vw;
    top: -10vw;
    left: -26vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .pixel-logo-static {
    width: 96vw;
    height: 120vw;
    top: -10vw;
    left: -26vw;
  }
}

body .bg-img {
  position: fixed;
  z-index: -1;
}

body .bg-img.upper {
  z-index: 2;
}

body .bg-img .pixel-logo {
  height: 110%;
  position: fixed;
  top: -25%;
  left: -19%;
}

body .bg-img .pixel-logo.abs {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  body .bg-img .pixel-logo {
    height: 53%;
    top: -5%;
    left: -25%;
  }
}

body .bg-img .johannes {
  position: fixed;
  z-index: 2;
  left: -8%;
  height: 93vh;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .bg-img .johannes {
    display: none;
    left: -40%;
  }
}

body .bg-img .marc {
  position: fixed;
  z-index: 2;
  left: -7%;
  height: 84vh;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .bg-img .marc {
    display: none;
    left: -40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .bg-img .marc {
    display: none;
    left: -40%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .bg-img .marc {
    left: -6%;
    height: 80vh;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .bg-img .marc {
    left: -11%;
    height: 70vh;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body .bg-img .marc {
    left: -9%;
    height: 80vh;
  }
}

@media (min-width: 1450px) and (max-width: 1550px) {
  body .bg-img .marc {
    left: -6% !important;
    height: 73vh;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .bg-img .marc {
    left: -12%;
    height: 70vh;
  }
}

body .bg-img .guelcan {
  position: fixed;
  z-index: 2;
  left: -7%;
  height: 90vh;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .bg-img .guelcan {
    display: none;
    left: -40%;
  }
}

body .bg-img .christina {
  position: fixed;
  z-index: 2;
  left: -4%;
  height: 92vh;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .bg-img .christina {
    display: none;
    left: -40%;
  }
}

body .bg-img .jasin {
  position: fixed;
  z-index: 2;
  left: -3%;
  height: 88vh;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .bg-img .jasin {
    display: none;
    left: -40%;
  }
}

body .active {
  background-color: #FFE900;
  color: #506FA8;
}

body .menu {
  width: 70%;
  background-color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  body .menu {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 99999999999999;
    background-image: url(/assets/img/si_scheme_force.jpg);
    background-repeat: repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .menu {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 99999999999999;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  body .menu {
    width: 100%;
    margin: 0;
  }
}

body .menu .menu-item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6vh 0;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #E5E5E5;
}

@media only screen and (max-width: 767px) {
  body .menu .menu-item-area {
    display: none;
    padding: 3vh 0;
    border-left: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .menu .menu-item-area {
    display: none;
    padding: 3vh 0;
    border-left: none;
  }
}

body .menu .menu-item {
  text-align: center;
  text-decoration: none;
  height: 100%;
  color: #000;
  font-size: .85vw;
}

@media only screen and (max-width: 767px) {
  body .menu .menu-item {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .menu .menu-item {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  body .menu .menu-item {
    font-size: 1.1vw;
  }
}

body .menu .menu-item-area-logo {
  padding: 0 3%;
}

@media only screen and (max-width: 767px) {
  body .menu .menu-item-area-logo {
    padding: 0 3vh;
  }
}

body .menu .menu-item-area-logo a .menu-logo {
  width: 14vw;
}

@media only screen and (max-width: 767px) {
  body .menu .menu-item-area-logo a .menu-logo {
    width: 50vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .menu .menu-item-area-logo a .menu-logo {
    width: 30vw;
  }
}

body .menu .selected {
  color: #506FA8;
  background-color: #FFE900;
}

body .menu .selected .menu-link-selected-it {
  color: #506FA8;
}

body .menu .selected .menu-link-selected-finance {
  color: #905389;
}

body .menu .selected .menu-link-selected-administration {
  color: #1F727A;
}

body .menu .selected .menu-link-selected-about {
  color: #7CB258;
}

body .menu .selected:after {
  content: ' ';
  display: block;
  background-image: url("/assets/img/menu_active_traingle.svg");
  background-size: 2vw 2vw;
  height: 2vw;
  width: 2vw;
  position: absolute;
  top: 12.5%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .menu .selected:after {
    top: 12.5%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .menu .selected:after {
    top: 12.5%;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body .menu .selected:after {
    top: 12.5%;
  }
}

@media (min-width: 1450px) and (max-width: 1550px) {
  body .menu .selected:after {
    top: 12.5% !important;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .menu .selected:after {
    top: 12.5%;
  }
}

body .menu .responsive-item {
  display: none;
}

@media only screen and (max-width: 767px) {
  body .menu .responsive-item {
    display: block;
  }
  body .menu .responsive-item a img {
    float: right;
    margin-right: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .menu .responsive-item {
    display: block;
  }
  body .menu .responsive-item a img {
    float: right;
    margin-right: 20%;
  }
}

body .mobile-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #fff;
  margin-top: 16vw !important;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .mobile-menu .mobile-menu-item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3vh 2vh;
  text-align: center;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .mobile-menu .mobile-menu-item-area > a {
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 767px) {
  body .mobile-menu .mobile-menu-item-area {
    padding: 5vh 2vh;
    width: 100%;
  }
}

body .mobile-menu .mobile-menu-selected {
  background-color: #FFE900;
  width: 100%;
}

body h1,
body h2,
body h3,
body h4 {
  color: #fff;
  font-weight: 400;
}

body h1 {
  text-align: center;
  padding: 7vh 0;
  font-size: 0, 8em;
}

@media only screen and (max-width: 767px) {
  body h1 {
    margin-top: 19vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body h1 {
    margin-top: 19vw;
  }
}

body .s_about_1 h1 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  color: #fff;
  padding-bottom: 2vh;
  line-height: 1.4;
  font-size: 39px;
  text-align: center;
  width: 60%;
  margin-left: 20%;
}

@media only screen and (max-width: 767px) {
  body .s_about_1 h1 {
    width: 100%;
    margin-left: 0;
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_1 h1 {
    width: 100%;
    margin-left: 0;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .s_about_1 h1 {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .s_about_1 h1 {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body .s_about_1 h1 {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .s_about_1 h1 {
    width: 80%;
    margin-left: 10%;
  }
}

body .s_about_1 h1::after {
  left: calc(50% - 36.5px);
}

body .s_about_1 p {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
  font-size: 31px;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  margin-top: 60px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  body .s_about_1 p {
    width: 100%;
    margin-left: 0;
    font-size: 22px;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_1 p {
    width: 100%;
    margin-left: 0;
    font-size: 22px;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .s_about_1 p {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .s_about_1 p {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body .s_about_1 p {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .s_about_1 p {
    width: 80%;
    margin-left: 10%;
  }
}

body .s_about_1 img {
  width: 100%;
}

body .s_about_2 {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  body .s_about_2 {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_2 {
    margin-top: 45px;
  }
}

body .s_about_2 h2 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  color: #fff;
  padding-bottom: 2vh;
  line-height: 1.4;
  font-size: 39px;
}

@media only screen and (max-width: 767px) {
  body .s_about_2 h2 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_2 h2 {
    font-size: 26px;
  }
}

body .s_about_2 .data {
  width: 100%;
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 45px;
}

@media only screen and (max-width: 767px) {
  body .s_about_2 .data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_2 .data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    margin-top: 30px;
  }
}

body .s_about_2 .data strong {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
}

body .s_about_2 .data .left p {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
  font-size: 31px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body .s_about_2 .data .left p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_2 .data .left p {
    font-size: 22px;
  }
}

body .s_about_2 .data .right p {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
  font-size: 16px;
  margin-top: 0;
}

body .s_about_2 .data .right a {
  margin-top: 40px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  body .s_about_2 .data .right a {
    width: 70%;
    margin-left: 7%;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_2 .data .right a {
    width: 70%;
    margin-left: 7%;
    text-align: center;
    margin-top: 15px;
  }
}

body .s_about_3 {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  body .s_about_3 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_3 {
    margin-top: 90px;
  }
}

body .s_about_3 .main_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

body .s_about_3 .main_top .left img {
  width: 100%;
}

body .s_about_3 .main_top > .right {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 4;
}

body .s_about_3 .main_top > .right img {
  width: 100%;
}

body .s_about_3 .main_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  body .s_about_3 .main_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_3 .main_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

body .s_about_3 .main_bottom > .left {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

body .s_about_3 .main_bottom > .left .bottom_top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #905389;
  color: #fff;
  padding: 80px 120px 72px 45px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 15px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 17px 26px 1px 45px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 17px 26px 1px 45px;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 17px 120px 1px 45px;
  }
}

@media (min-width: 1441px) and (max-width: 1560px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 25px 120px 10px 45px !important;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .s_about_3 .main_bottom > .left .bottom_top {
    padding: 40px 120px 44px 45px;
  }
}

body .s_about_3 .main_bottom > .left .bottom_top h4 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
  line-height: 1.4;
  font-size: 25px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body .s_about_3 .main_bottom > .left .bottom_top h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_3 .main_bottom > .left .bottom_top h4 {
    font-size: 18px;
  }
}

body .s_about_3 .main_bottom > .left .bottom_top h4::after {
  bottom: -15px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .s_about_3 .main_bottom > .left .bottom_top h4::after {
    bottom: 0;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .s_about_3 .main_bottom > .left .bottom_top h4::after {
    bottom: 0;
  }
}

body .s_about_3 .main_bottom > .left .bottom_top p {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
  font-size: 20px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  body .s_about_3 .main_bottom > .left .bottom_top p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_3 .main_bottom > .left .bottom_top p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .s_about_3 .main_bottom > .left .bottom_top p {
    margin-top: -12px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .s_about_3 .main_bottom > .left .bottom_top p {
    margin-top: -12px;
    margin-bottom: 25px;
  }
}

body .s_about_3 .main_bottom > .left .bottom_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

@media only screen and (max-width: 767px) {
  body .s_about_3 .main_bottom > .left .bottom_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_3 .main_bottom > .left .bottom_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

body .s_about_3 .main_bottom > .left .bottom_bottom img {
  width: 100%;
}

body .s_about_3 .main_bottom .right img {
  width: 100%;
}

body .s_about_4 {
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media only screen and (max-width: 767px) {
  body .s_about_4 {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_4 {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

body .s_about_4 .left {
  background: #506FA8;
  padding: 45px;
}

@media only screen and (max-width: 767px) {
  body .s_about_4 .left {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_4 .left {
    padding: 15px;
  }
}

body .s_about_4 .left .ico {
  float: left;
  margin-right: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  body .s_about_4 .left .ico {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_4 .left .ico {
    margin-left: 15px;
  }
}

body .s_about_4 .left .data {
  float: left;
  margin-left: 15px;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  body .s_about_4 .left .data {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_4 .left .data {
    width: 90%;
  }
}

body .s_about_4 .left .data p {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 200;
  line-height: 1.4;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  body .s_about_4 .left .data p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_4 .left .data p {
    font-size: 16px;
  }
}

body .s_about_4 .left .data p strong {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  body .s_about_4 .left .data p strong {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_4 .left .data p strong {
    font-size: 18px;
  }
}

body .s_about_4 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .s_about_5 {
  position: relative;
  margin-top: 220px;
}

@media only screen and (max-width: 767px) {
  body .s_about_5 {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_5 {
    margin-top: 120px;
  }
}

body .s_about_5 .bg {
  position: absolute;
  pointer-events: none;
  width: 13.25vw;
  left: calc(50% - (13.25vw / 2));
  top: -100px;
}

@media only screen and (max-width: 767px) {
  body .s_about_5 .bg {
    width: 57.25vw;
    left: calc(50% - (57.25vw / 2));
    top: -90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_5 .bg {
    width: 57.25vw;
    left: calc(50% - (57.25vw / 2));
    top: -90px;
  }
}

body .s_about_5 .slider {
  width: 70%;
  margin-left: 15%;
}

@media only screen and (max-width: 767px) {
  body .s_about_5 .slider {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_5 .slider {
    width: 100%;
    margin-left: 0;
  }
}

body .s_about_5 .slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
  z-index: 9;
}

body .s_about_5 .slider .slick-prev {
  left: -16%;
  top: 30px;
  width: 115px;
  height: 79px;
  background: url(/assets/img/arr_left.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (max-width: 767px) {
  body .s_about_5 .slider .slick-prev {
    left: -13%;
    bottom: 0;
    width: 100px;
    height: 50px;
    top: 76%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_5 .slider .slick-prev {
    left: -13%;
    bottom: 0;
    width: 100px;
    height: 50px;
    top: 76%;
  }
}

body .s_about_5 .slider .slick-prev.slick-disabled {
  opacity: .5;
}

body .s_about_5 .slider .slick-next {
  left: 105%;
  top: 30px;
  width: 115px;
  height: 79px;
  background: url(/assets/img/arr_right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

@media only screen and (max-width: 767px) {
  body .s_about_5 .slider .slick-next {
    left: auto;
    right: -12.5%;
    bottom: 0;
    width: 100px;
    height: 50px;
    top: 76%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_5 .slider .slick-next {
    left: auto;
    right: -12.5%;
    bottom: 0;
    width: 100px;
    height: 50px;
    top: 76%;
  }
}

body .s_about_5 .slider .slick-next.slick-disabled {
  opacity: .5;
}

body .s_about_5 .slider .slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

body .s_about_5 .slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

body .s_about_5 .slider .slick-dots li.slick-active button {
  background: #FFE900;
}

body .s_about_5 .slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  border: 1px solid #FFE900;
  background: transparent;
  border-radius: 50%;
}

body .s_about_5 .slider .slide p.dsc {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body .s_about_5 .slider .slide p.dsc {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_5 .slider .slide p.dsc {
    font-size: 16px;
  }
}

body .s_about_5 .slider .slide p.position {
  font-family: 'Gotham Book', sans-serif;
  color: rgba(255, 255, 255, 0.54);
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
}

body .s_about_5 .slider .slide h5 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #FFE900;
  margin-bottom: 0;
  text-align: center;
}

body .s_about_6 {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  body .s_about_6 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_6 {
    margin-top: 90px;
  }
}

body .s_about_6 .videos {
  width: 100%;
}

body .s_about_6 .videos .video {
  width: 100%;
  display: none;
}

body .s_about_6 .videos .video.selected {
  display: block;
}

body .s_about_6 .videos .video iframe {
  width: 100%;
  height: 39vw;
}

@media only screen and (max-width: 767px) {
  body .s_about_6 .videos .video iframe {
    height: 45vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_6 .videos .video iframe {
    height: 45vw;
  }
}

body .s_about_6 .video-navigate {
  position: relative;
  width: 80%;
  margin-left: 10%;
  background: #fff;
  margin-top: -63px;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media only screen and (max-width: 767px) {
  body .s_about_6 .video-navigate {
    margin-top: -4px;
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_6 .video-navigate {
    margin-top: -4px;
    width: 100%;
    margin-left: 0;
  }
}

body .s_about_6 .video-navigate .navigate-item {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body .s_about_6 .video-navigate .navigate-item {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_6 .video-navigate .navigate-item {
    padding: 15px;
  }
}

body .s_about_6 .video-navigate .navigate-item.selected {
  background: #FFE900;
}

body .s_about_6 .video-navigate .navigate-item.selected::before {
  content: '';
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/arr_up.svg);
  background-size: contain;
  z-index: 2;
}

body .s_about_6 .video-navigate .navigate-item h5 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #222223;
  margin-top: 0;
  margin-bottom: 10px;
}

body .s_about_6 .video-navigate .navigate-item p {
  font-family: 'Gotham Book', sans-serif;
  color: #222223;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  body .s_about_6 .video-navigate .navigate-item p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_6 .video-navigate .navigate-item p {
    font-size: 12px;
  }
}

body .s_about_7 {
  margin-top: 150px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body .s_about_7 {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_7 {
    margin-top: 64px;
  }
}

body .s_about_7 h3 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 39px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body .s_about_7 h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_7 h3 {
    font-size: 25px;
  }
}

body .s_about_7 h4 {
  font-family: 'Gotham Book', sans-serif;
  font-size: 31px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  body .s_about_7 h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_7 h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  body .s_about_7 a {
    width: 70%;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_7 a {
    width: 70%;
    text-align: center;
    margin-top: 15px;
  }
}

body .s_about_8 {
  margin-top: 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 {
    margin-top: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 {
    margin-top: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

body .s_about_8 h5 {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.23;
  font-size: 11vw;
  position: absolute;
  right: 0;
  top: 2vw;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  margin: 0;
  line-height: 5vw;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 h5 {
    font-size: 35vw;
    top: 12vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 h5 {
    font-size: 35vw;
    top: 12vw;
  }
}

body .s_about_8 .data h2 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 123px;
  color: #FFE900;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 .data h2 {
    font-size: 80px;
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 .data h2 {
    font-size: 80px;
    margin-bottom: 64px;
  }
}

body .s_about_8 .data h2 small {
  font-size: 30px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 .data h2 small {
    font-size: 20px;
    position: absolute;
    top: 38%;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 .data h2 small {
    font-size: 20px;
    position: absolute;
    top: 38%;
    display: block;
  }
}

body .s_about_8 .data p {
  font-family: 'Gotham Book', sans-serif;
  font-size: 19px;
  color: #fff;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 .data p {
    font-size: 22px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 .data p {
    font-size: 22px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  body .s_about_8 .data p {
    width: 90%;
  }
}

@media (min-width: 1281px) and (max-width: 1590px) {
  body .s_about_8 .data p {
    width: 90%;
  }
}

body .s_about_8 .left {
  position: relative;
  background: #905389;
  padding: 40px 65px 65px;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 .left {
    padding: 20px 20px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 .left {
    padding: 20px 20px 60px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  body .s_about_8 .left {
    padding: 15px 14px 65px;
  }
}

@media (min-width: 1281px) and (max-width: 1590px) {
  body .s_about_8 .left {
    padding: 20px 22px 65px;
  }
}

body .s_about_8 .right {
  position: relative;
  background: #506FA8;
  padding: 40px 65px 65px;
}

@media only screen and (max-width: 767px) {
  body .s_about_8 .right {
    padding: 20px 20px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_8 .right {
    padding: 20px 20px 60px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  body .s_about_8 .right {
    padding: 15px 14px 65px;
  }
}

@media (min-width: 1281px) and (max-width: 1590px) {
  body .s_about_8 .right {
    padding: 20px 22px 65px;
  }
}

body .s_about_9 {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  body .s_about_9 {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 {
    margin-top: 90px;
  }
}

body .s_about_9 h2 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  body .s_about_9 h2 {
    font-size: 25px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 h2 {
    font-size: 25px;
    text-align: left;
  }
}

body .s_about_9 .top {
  width: 100%;
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 15px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-row-gap: 30px;
    margin-top: 48px;
    padding-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-row-gap: 30px;
    margin-top: 48px;
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .top .point {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .top .point {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .top .point img {
    display: inline-block;
    float: left;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .top .point img {
    display: inline-block;
    float: left;
    margin-right: 24px;
  }
}

body .s_about_9 .top .point p {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .top .point p {
    font-size: 18px;
    margin-top: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .top .point p {
    font-size: 18px;
    margin-top: 11px;
  }
}

body .s_about_9 .bottom {
  width: 100%;
  padding-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 15px;
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    padding-top: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    padding-top: 32px;
  }
}

body .s_about_9 .bottom .left img {
  float: left;
}

body .s_about_9 .bottom .left .data {
  float: left;
  width: 80%;
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .bottom .left .data {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .bottom .left .data {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
}

body .s_about_9 .bottom .left .data ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

body .s_about_9 .bottom .left .data ul li {
  margin-bottom: 15px;
}

body .s_about_9 .bottom .left .data ul li p {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: 0;
}

body .s_about_9 .bottom .left .data a {
  margin-top: 30px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .bottom .left .data a {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .bottom .left .data a {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body .s_about_9 .bottom .right {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .s_about_9 .bottom .right {
    margin-top: 30px;
  }
}

body .s_about_9 .bottom .right img {
  width: 100%;
}

body .contact_section .data {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

@media only screen and (max-width: 767px) {
  body .contact_section .data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .contact_section .data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

body .contact_section .data .left {
  padding-right: 5%;
}

body .contact_section .data .left img {
  width: 100%;
}

body .contact_section .data .right {
  padding-left: 5%;
}

body .contact_section .data .right .item {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

body .contact_section .data .right .item img {
  float: left;
  margin-right: 15px;
}

body .contact_section .data .right .item .data_content {
  float: left;
  width: 60%;
}

body .contact_section .data .right .item .data_content h5 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

body .contact_section .data .right .item .data_content p,
body .contact_section .data .right .item .data_content a {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  color: #fff;
}

body .contact_section .data .right .item .data_content a {
  text-decoration: none;
}

body .contact_section .data .right .item .data_content a:hover {
  color: #fff;
}

body .prefooter {
  position: relative;
  margin-top: 120px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  body .prefooter {
    margin-top: 90px;
    background: url(/assets/img/mobil/COMMERZBANK_5D_5171.jpg);
    height: 150vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .prefooter {
    margin-top: 90px;
    background: url(/assets/img/mobil/COMMERZBANK_5D_5171.jpg);
    height: 150vw;
  }
}

body .prefooter img {
  width: 100%;
}

body .prefooter .section_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
}

body .prefooter .data {
  position: absolute;
  width: 40%;
  left: 30%;
  top: 5vw;
}

@media only screen and (max-width: 767px) {
  body .prefooter .data {
    width: 92%;
    left: 4%;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .prefooter .data {
    width: 92%;
    left: 4%;
    top: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body .prefooter .data {
    top: 0;
    width: 70%;
    left: 15%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body .prefooter .data {
    top: 0;
    width: 50%;
    left: 25%;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body .prefooter .data {
    top: 0;
    width: 50%;
    left: 25%;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body .prefooter .data {
    top: 2vw;
  }
}

body .prefooter .data h5 {
  font-family: 'Gotham Bold';
  font-weight: bold;
  font-style: normal;
  font-size: 39px;
  color: #FFE900;
}

@media only screen and (max-width: 767px) {
  body .prefooter .data h5 {
    font-size: 32px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .prefooter .data h5 {
    font-size: 32px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 24px;
  }
}

body .prefooter .data h4 {
  font-family: 'Gotham Book', sans-serif;
  font-size: 31px;
  line-height: 45px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body .prefooter .data h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .prefooter .data h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

body .prefooter .data h4::after {
  left: calc(50% - (73px / 2));
}

body .prefooter .data p {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-top: 60px;
}

body .prefooter .data a {
  display: inline-block;
  margin-top: 45px;
  color: #506FA8;
}

@media only screen and (max-width: 767px) {
  body .prefooter .data a {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .prefooter .data a {
    margin-top: 30px;
  }
}

body .prefooter .btn_yellow_ntp {
  background-color: #FFE900;
  text-decoration: none;
  border: 1px solid rgba(255, 233, 0, 0);
  border-radius: 45px;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  max-height: 1vw;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #7CB258;
  font-size: 13px;
}

body footer {
  background: #fff;
  padding: 30px;
}

body footer .content {
  max-width: 70%;
  margin: 0 auto 0;
}

@media only screen and (max-width: 767px) {
  body footer .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 45px;
  }
}

body footer .content .top {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

@media only screen and (max-width: 767px) {
  body footer .content .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-row-gap: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-row-gap: 0;
  }
}

body footer .content .top .left {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
}

@media only screen and (max-width: 767px) {
  body footer .content .top .left {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .top .left {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
  }
}

@media only screen and (max-width: 767px) {
  body footer .content .top .left img {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .top .left img {
    width: 70%;
  }
}

body footer .content .top .left .footer_menu {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 45px;
}

body footer .content .top .left .footer_menu li {
  float: left;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  body footer .content .top .left .footer_menu li {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .top .left .footer_menu li {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body footer .content .top .left .footer_menu li {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body footer .content .top .left .footer_menu li {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body footer .content .top .left .footer_menu li {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  body footer .content .top .left .footer_menu li {
    margin-bottom: 30px;
  }
}

body footer .content .top .left .footer_menu li a {
  float: left;
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  color: #222223;
  text-decoration: none;
}

body footer .content .top .right {
  -ms-grid-column: 4;
      grid-column-start: 4;
  grid-column-end: 6;
}

@media only screen and (max-width: 767px) {
  body footer .content .top .right {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .top .right {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
  }
}

body footer .content .top .right p {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  color: #222223;
}

body footer .content .top .right .links {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

body footer .content .top .right .links li {
  float: left;
  margin-right: 30px;
}

body footer .content .top .right .links li a {
  float: left;
}

body footer .content .top .right .links li a img {
  min-height: 25px;
  max-height: 50px;
}

@media only screen and (max-width: 767px) {
  body footer .content .top .right .links li a img {
    min-height: 21px;
    max-height: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .top .right .links li a img {
    min-height: 21px;
    max-height: 21px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  body footer .content .top .right .links li a img {
    min-height: 18px;
    max-height: 18px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  body footer .content .top .right .links li a img {
    min-height: 20px;
    max-height: 20px;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  body footer .content .top .right .links li a img {
    min-height: 23px;
    max-height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  body footer .content .top .right .links li:last-child {
    margin-right: 0;
  }
}

body footer .content .bottom {
  border-top: 1px solid #CFCFCF;
  margin-top: 15px;
  padding-top: 15px;
}

@media only screen and (max-width: 767px) {
  body footer .content .bottom {
    padding-bottom: 1vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body footer .content .bottom {
    padding-bottom: 5vw;
  }
}

body footer .content .bottom p {
  font-family: 'Gotham Book', sans-serif;
  font-size: 16px;
  color: #D0D0CE;
}

@media only screen and (max-width: 992px) {
  body .oh_mobile {
    overflow: hidden;
  }
}

body .main-content-area {
  max-width: 70%;
  margin: 0 auto 10vw;
}

@media only screen and (max-width: 767px) {
  body .main-content-area {
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .main-content-area {
    max-width: 80%;
  }
}

body .main-content-area .main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 16px 16px;
  grid-auto-flow: row;
      grid-template-areas: ". . ." ". . .";
}

@media only screen and (max-width: 767px) {
  body .main-content-area .main-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: ".." ".." ".." "..";
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .main-content-area .main-content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: ".." ".." "..";
  }
}

body .main-content-area .main-content .offer-box {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1vw;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-grid-rows: 1fr auto auto;
      grid-template-rows: 1fr auto auto;
  border: 1px solid #fff;
  padding: 3% 10% 9%;
}

body .main-content-area .main-content .offer-box h2 {
  font-size: 24px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  body .main-content-area .main-content .offer-box .offer-box-title {
    text-align: center;
  }
}

body .main-content-area .main-content .offer-box .offer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2vh;
}

body .main-content-area .main-content .offer-box .offer-text > img {
  padding-bottom: 2vh;
}

@media only screen and (max-width: 767px) {
  body .main-content-area .main-content .offer-box .offer-text > img {
    padding-bottom: 7vw;
  }
}

body .main-content-area .main-content .offer-box p {
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  margin: 0;
  padding-bottom: 2vh;
  font-weight: 200;
  line-height: 1.4;
}

body .main-content-area .main-content .offer-box .cta-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main-content-area .main-content .offer-box .apply-button {
  /* color: $blue; */
  background-color: #FFE900;
  text-decoration: none;
  border: 1px solid rgba(255, 233, 0, 0);
  border-radius: 45px;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  max-height: 1vw;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

body .main-content-area .main-content .offer-box .apply-button:hover {
  color: #FFE900;
  background-color: rgba(80, 111, 168, 0);
  border: 1px solid #FFE900;
}

@media only screen and (max-width: 767px) {
  body .main-content-area .main-content .offer-box .apply-button {
    max-height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .main-content-area .main-content .offer-box .apply-button {
    max-height: 100%;
  }
}

body .main-content-area .it-offer-box {
  background-color: #506FA8;
}

body .main-content-area .finance-offer-box {
  background-color: #905389;
}

body .main-content-area .administration-offer-box {
  background-color: #1F727A;
}

body .main-content-area .featured-offer-box {
  background-color: #32A397;
}

body .main-content-area .load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main-content-area .loadMore-button {
  color: #FFE900;
  background-color: rgba(80, 111, 168, 0);
  text-decoration: none;
  border: 1px solid #FFE900;
  border-radius: 45px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

body .main-content-area .loadMore-button:hover {
  background-color: #FFE900;
  color: #506FA8;
}

@media only screen and (max-width: 767px) {
  body .main-content-area .loadMore-button {
    background-color: #506FA8;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .main-content-area .loadMore-button {
    background-color: #506FA8;
  }
}
/*# sourceMappingURL=styles.css.map */