@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/*

MEDIA QUERY MANAGER

Breakpoint argument choices

-phone
-tab-port
-tab-land
-big-desktop

ORDER: base > typography > general layout > grid > page layout > components

1rem = 16px

*/
/* Heade traka color*/
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box;
  padding: 0; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

::selection {
  background-color: #515151;
  color: #FFF; }

.container {
  max-width: 120rem;
  margin: 0rem auto;
  background-color: var(--color-white);
  -webkit-box-shadow: var(--shadow-dark);
  box-shadow: var(--shadow-dark);
  min-height: 50rem; }
  .containerReference {
    min-height: auto; }
  .container--secondary {
    max-width: 100%; }

body {
  font-family: "Source Sans Pro", serif;
  line-height: 1.2;
  color: #1a1a1a; }

h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  font-family: 'Source Serif Pro', sans-serif; }

.heading-primary {
  color: #FFF;
  backface-visibility: hidden;
  margin-bottom: 3rem;
  text-align: center; }
  .heading-primary--main {
    display: block;
    font-size: 7.2rem;
    font-weight: 600;
    letter-spacing: .75px;
    font-family: 'Source Serif Pro';
    margin-top: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        font-size: 4.2rem; } }
  .heading-primary--sub {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: 400;
    letter-spacing: .25rem;
    font-family: 'Source Serif Pro'; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub {
        font-size: 1.6rem; } }

.headlineContainer {
  padding-bottom: 4rem;
  text-align: center; }
  @media only screen and (max-width: 37.5em) {
    .headlineContainer {
      padding-bottom: 2rem; } }
  .headlineContainer h2 {
    font-size: 3.6rem;
    display: block;
    line-height: 1.29;
    letter-spacing: .7px;
    color: #000;
    font-weight: 700;
    margin: 0 0 3rem;
    margin-bottom: 2rem; }

.heading-secondary {
  font-size: 3.6rem; }
  .heading-secondary--main {
    display: block;
    line-height: 1.29;
    letter-spacing: .7px;
    color: #000;
    font-weight: 700;
    margin: 0 0 3rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .heading-secondary--main {
        font-size: 3.6rem; } }
  .heading-secondary--pre {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: .7px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem; }
    .heading-secondary--pre__banner {
      margin-bottom: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .heading-secondary--pre {
        font-size: 1.4rem; } }
  .heading-secondary--white {
    color: #FFF; }
  .heading-secondary__sub {
    display: block; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (max-width: 37.5em) {
    .heading-tertiary {
      font-size: 1.8rem; } }

.paragraph {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0; }
  .paragraph:not(:last-child) {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 37.5em) {
    .paragraph {
      font-size: 2rem; } }

.dropcap {
  font-family: 'Source Sans Serif', sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  color: #515151; }

.u-center-text {
  text-align: center; }

.u-margin-bottom-big {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-small {
  margin-bottom: 1.5rem; }

.map-holder {
  margin-top: 8rem !important; }

/* BUTTONS */
.buttonWrapper {
  display: flex;
  margin-top: 20px; }
  .buttonWrapper--left {
    justify-content: flex-start; }

.button--main {
  padding: 1rem 3rem;
  background-color: #FFB115;
  border: 1px solid #FFB115;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8rem;
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  transition: all .3s ease 0s; }
  .button--main a {
    color: #FFF;
    text-decoration: none; }
  .button--main:hover {
    opacity: .6; }

.button:hover {
  background-color: rgba(81, 81, 81, 0.75); }

.about-us {
  background-color: #FFF;
  font-size: 1.5rem;
  padding: 8rem 0;
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 37.5em) {
    .about-us {
      flex-direction: column;
      padding-bottom: 0rem;
      padding-top: 0; } }
  .about-us__content {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .about-us__content {
        padding: 30px 20px 60px; } }
  .about-us__image {
    display: flex;
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .about-us__image img {
        width: 100%; } }
  @media only screen and (max-width: 37.5em) {
    .about-us__content, .about-us__image {
      width: 100%; } }
  .about-us__box {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #FFB115;
    bottom: -4rem;
    left: -6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .about-us__box {
        width: 140px;
        height: 140px;
        top: -4rem;
        left: 0; } }
  .about-us__number {
    color: #FFF;
    font-size: 8rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .about-us__number {
        font-size: 6rem; } }
  .about-us__paragraph {
    width: 85%; }
    @media only screen and (max-width: 37.5em) {
      .about-us__paragraph {
        width: 100%; } }
    .about-us__paragraph a {
      text-decoration: underline;
      color: inherit; }
      .about-us__paragraph a:hover {
        color: #515151; }

.homepage-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edeeef;
  height: calc(100vh - 85px); }
  @media only screen and (max-width: 37.5em) {
    .homepage-intro {
      width: 100%;
      height: auto;
      padding-top: 3rem;
      padding-bottom: 6rem; } }
  .homepage-intro__contentwrapper {
    max-width: 1010px;
    width: 100%;
    padding: 0 2rem; }
  .homepage-intro__text p {
    font-size: 30px;
    line-height: 1.53;
    color: #000;
    margin: 0; }
    @media only screen and (max-width: 37.5em) {
      .homepage-intro__text p {
        font-size: 22px; } }

.choose-us {
  background-color: #FFF;
  font-size: 1.5rem;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  .choose-us__content {
    display: flex;
    width: 48%;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .choose-us__content {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem; } }
  .choose-us__image {
    display: flex;
    width: 48%;
    position: relative;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 37.5em) {
      .choose-us__image {
        display: none; } }
  .choose-us__paragraph {
    width: 85%; }
    .choose-us__paragraph a {
      text-decoration: underline;
      color: inherit; }
      .choose-us__paragraph a:hover {
        color: #515151; }
  .choose-us__span {
    margin-top: .5rem;
    margin-bottom: 4rem; }
  .choose-us__btn-link {
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    text-decoration: underline;
    padding: 1rem 0;
    transition: color .3s ease-in-out 0s; }
    .choose-us__btn-link:hover {
      color: #515151; }

.choose-img {
  width: 80%; }

.banner {
  background-color: #edeeef;
  padding: 8rem 0; }
  .bannerContainer {
    display: flex;
    justify-content: center;
    width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .bannerContainer {
        flex-direction: column; } }
  @media only screen and (max-width: 37.5em) {
    .banner {
      flex-direction: column; } }
  .banner__left {
    width: 50%;
    padding: 0 2rem;
    display: flex;
    padding-left: 8rem;
    flex-direction: column; }
    @media only screen and (max-width: 37.5em) {
      .banner__left {
        width: 100%;
        padding-left: 2rem;
        padding-bottom: 8rem; } }
  .banner__right {
    width: 50%;
    padding: 0 2rem;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .banner__right {
        width: 100%; } }
  .banner__icon {
    width: 50%; }
  .bannerCjenik {
    padding: 4rem 2rem;
    display: flex;
    padding-left: 8rem;
    flex-direction: column; }
  .bannerTop {
    width: 100%; }
  .bannerBottom {
    width: 100%; }
    .bannerBottom a {
      text-decoration: underline;
      color: #1a1a1a;
      font-size: 20px;
      margin-bottom: 2rem; }
      .bannerBottom a:hover {
        text-decoration: none; }

form {
  width: 50%; }
  @media only screen and (max-width: 37.5em) {
    form {
      width: 100%;
      padding: 0 2rem; } }

.textField {
  border-radius: .4rem;
  position: relative; }
  .textField__wrapper {
    min-height: 64px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: .2s;
    pointer-events: auto; }
    .textField__wrapper--textarea {
      height: 200px; }
    .textField__wrapper--button {
      background-color: transparent; }
  .textField__input {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    /*transform: translateY(-50%);*/
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    border: 0;
    outline: 0;
    padding: 10px 24px;
    border-radius: 4px;
    pointer-events: auto; }
  .textField__textarea {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 100%;
    /*ransform: translateY(-50%);*/
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    border: 0;
    outline: 0;
    padding: 10px 24px;
    border-radius: 4px;
    pointer-events: auto;
    height: 150px; }

.form__label {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
  transition: .3s;
  opacity: 1;
  pointer-events: none; }

.form__label--textarea {
  position: absolute;
  top: 20%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
  transition: .3s;
  opacity: 1;
  pointer-events: none; }

.homeContactButton {
  width: 100%;
  margin-top: 4px;
  background-color: #515151;
  color: #FFF;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 14px 32px;
  border-radius: 4px;
  transition: .3s;
  border: none;
  display: flex;
  align-content: center;
  justify-content: center; }

.service-page {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 4rem;
  background: #edeeef; }
  @media only screen and (max-width: 37.5em) {
    .service-page {
      flex-direction: column; } }
  .service-page__left {
    width: 80%;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 85px);
    height: auto;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .service-page__left {
        width: 100%;
        min-height: auto; } }
  .service-page__lead-wrapper {
    align-self: center;
    margin: 2rem 8rem 2rem 8rem; }
    @media only screen and (max-width: 37.5em) {
      .service-page__lead-wrapper {
        margin: 0;
        padding: 0 2rem; } }
  .service-page__lead {
    font-size: 2.8rem;
    line-height: 1.28;
    font-weight: 300;
    margin: 0; }
    @media only screen and (max-width: 37.5em) {
      .service-page__lead {
        font-size: 20px; } }
  .service-page__content {
    margin: 0  8rem;
    margin-top: 8rem; }
    @media only screen and (max-width: 37.5em) {
      .service-page__content {
        margin: 2rem; } }
    .service-page__content p {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5;
      color: #1a1a1a;
      margin-bottom: 2rem; }
    .service-page__content h2 {
      font-size: 3rem;
      display: block;
      line-height: 1.03;
      letter-spacing: .35px;
      color: #000;
      font-weight: 800;
      margin-bottom: 2rem; }
    .service-page__content ul {
      list-style: disc;
      margin: 0;
      padding-left: 4rem;
      margin-bottom: 2rem; }
    .service-page__content li {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5;
      color: #1a1a1a;
      margin-bottom: 5px; }

.heading-services {
  font-size: 6rem;
  display: block;
  line-height: 1.03;
  letter-spacing: .7px;
  color: #000;
  font-weight: 800;
  margin: 8rem 4rem 2rem 8rem; }
  @media only screen and (max-width: 37.5em) {
    .heading-services {
      font-size: 4rem;
      margin: 0;
      padding-left: 2rem;
      padding-top: 4rem;
      padding-bottom: 2rem;
      padding-right: 2rem; } }

.animate {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: opacity .9s,-webkit-transform .9s;
  transition: opacity .9s,-webkit-transform .9s;
  transition: opacity .9s,transform .9s;
  transition: opacity .9s,transform .9s,-webkit-transform .9s; }

.isAnimated {
  opacity: 1;
  transform: translateY(0);
  /* test izmjena */
  /* također neki novi komentar */ }

.animateAbsolute {
  opacity: 0;
  transform: translate(-56%, -35%);
  -webkit-transition: opacity .9s,-webkit-transform .9s;
  transition: opacity .9s,-webkit-transform .9s;
  transition: opacity .9s,transform .9s;
  transition: opacity .9s,transform .9s,-webkit-transform .9s; }
  @media only screen and (max-width: 37.5em) {
    .animateAbsolute {
      transform: none;
      opacity: 1; } }

.isAnimatedAbsolute {
  opacity: 1;
  transform: translate(-56%, -50%); }
  @media only screen and (max-width: 37.5em) {
    .isAnimatedAbsolute {
      opacity: 1;
      transform: none; } }

.about-page {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column; }
  .about-page__header-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .about-page__header-wrapper {
        flex-direction: column; } }
    @media only screen and (max-width: 37.5em) {
      .about-page__header-wrapper--reverse {
        flex-direction: column-reverse; } }
  .about-page__left-half {
    width: 50%;
    height: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .about-page__left-half {
        width: 100%; } }
  .about-page--halves-text {
    padding: 4rem 12rem; }
    @media only screen and (max-width: 37.5em) {
      .about-page--halves-text {
        padding: 4rem 2rem; } }
  .about-page__right-half {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .about-page__right-half {
        width: 100%; } }
  .about-page__header-photo {
    width: 100%; }
    @media only screen and (max-width: 37.5em) {
      .about-page__header-photo {
        height: auto; } }

.about-why {
  width: 100%;
  height: 415px;
  display: flex;
  flex-direction: row;
  padding-left: 6rem;
  background: #edeeef;
  margin-bottom: 12rem; }
  @media only screen and (max-width: 37.5em) {
    .about-why {
      height: auto;
      flex-direction: column;
      padding: 0;
      margin-bottom: 0; } }
  .about-why__left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 37.5em) {
      .about-why__left {
        width: 100%;
        padding: 4rem 2rem; } }
  .about-why__right {
    width: 50%;
    height: 100%;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 37.5em) {
      .about-why__right {
        width: 100%; } }
  .about-why__paragraph {
    width: 65%; }
    @media only screen and (max-width: 37.5em) {
      .about-why__paragraph {
        width: 100%; } }
  .about-why__red-box {
    width: 65%;
    height: 505px;
    background: #FFB115;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-top: 4rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.02); }
    @media only screen and (max-width: 37.5em) {
      .about-why__red-box {
        width: 100%;
        position: static;
        height: auto; } }
    .about-why__red-box h2 {
      font-size: 3rem;
      display: block;
      line-height: 1.03;
      letter-spacing: .35px;
      color: #FFF;
      font-weight: 800;
      margin-bottom: 4rem;
      text-align: center; }
    .about-why__red-box ul {
      list-style: disc;
      margin: 0;
      padding-left: 4rem;
      padding-right: 2rem;
      margin-bottom: 2rem; }
    .about-why__red-box li {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5;
      color: #FFF;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 37.5em) {
        .about-why__red-box li {
          font-size: 18px; } }

.footer {
  padding: 3rem 0;
  background: #202020;
  display: flex;
  justify-content: flex-start; }
  .footer__quote {
    color: #FFF;
    backface-visibility: hidden;
    text-align: center;
    line-height: 1.55;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .75px;
    font-family: 'Source Sans Serif';
    margin: 0 4rem; }

.terms {
  padding: 1.5rem 0;
  background-color: #FFF;
  display: flex;
  justify-content: flex-start; }
  .termsWrapper {
    padding: 0 4rem; }
    @media only screen and (max-width: 37.5em) {
      .termsWrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0; } }
    .termsWrapper a {
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: 400;
      font-family: "Source Sans Pro";
      text-decoration: none;
      color: #000;
      margin-right: 2rem; }
      @media only screen and (max-width: 37.5em) {
        .termsWrapper a {
          margin-bottom: 1rem; } }
      .termsWrapper a:hover {
        color: #515151; }

.header {
  height: calc(100vh - 100px);
  /*background-image: linear-gradient(to right bottom, rgba($color-primary-light, 0.8), rgba($color-primary-dark, 0.8)), url("../img/slider.png");*/
  background-image: url("../img/solisheader.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 15%;
  display: flex;
  flex-direction: column;
  position: relative; }
  .header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 22222; }
  .header__badge {
    display: flex;
    width: 100%;
    height: 20vh;
    margin-top: 20vh;
    align-items: center;
    justify-content: center; }
  .header__content {
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center; }

.information {
  width: 100%;
  height: 5vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 15px; }
  .information__left {
    width: 70%;
    display: flex; }
    .information__left span {
      margin-right: 3.5rem;
      align-self: center; }
      .information__left span:first-child {
        margin-left: 8rem; }
  .information__right {
    width: 30%;
    display: flex;
    justify-content: flex-end; }
    .information__right span {
      align-self: center;
      margin-right: 8rem; }
  .information span a {
    color: #f5f5f7;
    text-decoration: none;
    font-size: 1.2rem;
    opacity: .8;
    transition: all .4s ease 0s; }
    .information span a:hover {
      opacity: 1; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.navigationHeader {
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .navigationHeader {
      height: auto; } }
  @media only screen and (max-width: 37.5em) {
    .navigationHeader--open {
      height: 90vh; } }
  .navigationHeaderMain {
    height: 83px;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0 6rem; }
    @media only screen and (max-width: 37.5em) {
      .navigationHeaderMain {
        padding: 2rem 0;
        align-items: center;
        height: 55px;
        justify-content: flex-start; } }
    .navigationHeaderMain__Logo {
      width: 14rem;
      align-self: center; }
      @media only screen and (max-width: 37.5em) {
        .navigationHeaderMain__Logo {
          margin-left: 2rem; } }
      .navigationHeaderMain__Logo img {
        width: 100%; }
      @media only screen and (max-width: 37.5em) {
        .navigationHeaderMain__LogoImage {
          max-width: 200px; } }
    .navigationHeaderMain__Nav {
      display: flex;
      align-items: baseline; }
      @media only screen and (max-width: 37.5em) {
        .navigationHeaderMain__Nav {
          position: absolute;
          top: 84px;
          width: 100%;
          background-color: #edeeef;
          height: 90vh;
          display: none; } }
      @media only screen and (max-width: 37.5em) {
        .navigationHeaderMain__Nav--open {
          display: flex; } }
    .navigationHeaderMain__right-space {
      width: 14rem;
      height: 83px; }
      @media only screen and (max-width: 37.5em) {
        .navigationHeaderMain__right-space {
          display: none; } }

.navMain {
  display: flex;
  align-items: center;
  /*margin-bottom: 15px;*/
  justify-content: space-between;
  list-style: none;
  height: 100%; }
  .navMain__MobileArrow {
    display: none; }
    @media only screen and (max-width: 37.5em) {
      .navMain__MobileArrow {
        display: inline-block;
        display: flex;
        align-items: center; } }
    @media only screen and (max-width: 37.5em) {
      .navMain__MobileArrow img {
        width: 14px;
        height: 14px;
        margin-left: 4px;
        margin-top: 2px; } }
  @media only screen and (max-width: 37.5em) {
    .navMain {
      flex-direction: column;
      padding: 25px;
      width: 100%;
      height: auto; } }

.navMain > li {
  flex-grow: 1;
  padding: 0 2rem;
  cursor: pointer; }
  @media only screen and (max-width: 37.5em) {
    .navMain > li {
      width: 100%;
      margin-bottom: 2.2rem; } }

.navMain > li > a {
  position: relative;
  font-size: 20px;
  color: #515151;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease-in-out; }
  @media only screen and (max-width: 37.5em) {
    .navMain > li > a {
      display: flex;
      padding-bottom: 0; } }
  .navMain > li > a:hover {
    color: #FFB115; }

/*
.navMain>li>a:after{
    content: '';
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
*/
.navSubmenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 270px;
  padding-top: 25px;
  background-color: #FFF;
  border-top: 1px solid #ddd;
  transform: translateY(100%);
  display: none;
  z-index: 130002; }
  @media only screen and (max-width: 37.5em) {
    .navSubmenu {
      position: static;
      min-height: 0;
      padding-top: 0;
      transform: none;
      background-color: transparent;
      border-top: 0; } }
  .navSubmenu__explainer {
    padding-left: 6rem;
    width: 300px; }
    @media only screen and (max-width: 37.5em) {
      .navSubmenu__explainer {
        display: none; } }
  .navSubmenu h3 {
    font-size: 32px;
    margin-bottom: 2rem; }
  .navSubmenu p {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300; }
  .navSubmenu ul {
    list-style-type: none; }
  .navSubmenu ul li {
    line-height: 2; }
  .navSubmenu ul li:hover {
    background-color: #edeeef; }
  .navSubmenu ul li a {
    width: 250px;
    padding: 5px 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a; }

.upisi {
  background: #FFF;
  color: #FFB115 !important;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #FFB115; }
  .upisi:hover {
    background-color: #FFB115;
    color: #FFF !important; }

.navMain__items:hover .navSubmenu {
  display: -ms-flexbox;
  display: flex; }

/*
.navSubmenu:before, .navSubmenu:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1000px;
    height: 100%;
    background-color: #f5f1ec;
}
*/
.navSubmenu:after {
  right: 0;
  transform: translateX(100%); }

.navSubmenu ul {
  margin-left: 100px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 37.5em) {
    .navSubmenu ul {
      margin-left: 0;
      margin-bottom: 0; } }

.mobileMenuBtn {
  display: none;
  width: 50px;
  height: 50px;
  padding: 16px 14px; }
  @media only screen and (max-width: 37.5em) {
    .mobileMenuBtn {
      display: block;
      margin-left: auto;
      margin-right: 2rem; } }
  .mobileMenuBtnWrapper {
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out; }
    .mobileMenuBtnWrapper span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #000;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      transform: rotate(0);
      transition: .25s ease-in-out; }
      .mobileMenuBtnWrapper span:nth-child(1) {
        top: 0;
        transform-origin: left center; }
      .mobileMenuBtnWrapper span:nth-child(2) {
        top: 8px;
        transform-origin: left center; }
      .mobileMenuBtnWrapper span:nth-child(3) {
        top: 16px;
        transform-origin: left center; }

.section-about {
  background-color: #f7f7f7;
  padding: 25rem 0;
  margin-top: -20vh; }
  @media only screen and (max-width: 56.25em) {
    .section-about {
      padding: 20rem 0; } }

.uciteljice-naslov {
  padding-top: 4rem;
  width: 100%; }

.section-features {
  padding: 20rem 0;
  background-size: cover;
  transform: skewY(-7deg);
  margin-top: -10rem; }
  .section-features > * {
    transform: skewY(7deg); }
  @media only screen and (max-width: 56.25em) {
    .section-features {
      padding: 10rem 0; } }

.gallery {
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF; }
  .galleryImage {
    width: 25%;
    padding: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .galleryImage {
        width: 50%; } }
    @media only screen and (max-width: 37.5em) {
      .galleryImage:nth-child(odd) {
        padding-left: 0; } }
    .galleryImage img {
      width: 100%; }
  .galleryContainer {
    display: flex;
    flex-direction: column; }
    .galleryContainer--images {
      display: flex;
      flex-wrap: wrap; }
    @media only screen and (max-width: 37.5em) {
      .galleryContainer {
        padding: 0 2rem; } }

.home-services {
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edeeef;
  flex-direction: column; }
  @media only screen and (max-width: 37.5em) {
    .home-services {
      padding-top: 3rem;
      padding-bottom: 0rem;
      background-color: #FFF; } }
  .home-services__headline-wrapper {
    max-width: 1010px;
    width: 100%;
    padding: 0 2rem; }
  .home-services__boxes-wrapper {
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;
    background: #edeeef;
    flex-wrap: wrap; }
    @media only screen and (max-width: 37.5em) {
      .home-services__boxes-wrapper {
        flex-wrap: wrap;
        padding: 0; } }

.service-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  padding: 6rem 2.5rem 3rem 2.5rem;
  text-align: center;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 2rem;
  min-height: 25rem;
  transition: all .3s ease 0s;
  flex: 0 0 25%;
  margin-bottom: 4.8rem; }
  @media only screen and (max-width: 37.5em) {
    .service-box {
      flex: 0 1 100%;
      margin-right: 0;
      border-bottom: 1px solid #edeeef;
      transition: none; } }
  .service-box__text {
    font-weight: 300; }
    @media only screen and (max-width: 37.5em) {
      .service-box__text {
        font-size: 2rem; } }
  .service-box__icon {
    position: relative;
    width: auto;
    margin-top: 0;
    margin-bottom: 2.5rem;
    color: transparent;
    display: flex;
    align-self: center; }
    @media only screen and (max-width: 56.25em) {
      .service-box__icon {
        margin-bottom: 1.5rem;
        width: auto; } }
  .service-box:hover {
    transform: translateY(-1.5rem);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 37.5em) {
      .service-box:hover {
        transform: none;
        box-shadow: none; } }
  .service-box__span {
    margin-top: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .service-box__span {
        font-size: 15px; } }

.btn-link {
  color: #000;
  position: relative;
  text-decoration: underline;
  padding: 1rem 0;
  transition: color .3s ease 0s; }
  .btn-link:hover {
    color: #515151; }

.choose-us {
  padding: 6rem 0;
  display: flex;
  justify-content: space-between; }

.homepageContactInfo {
  width: 100%;
  height: 300px; }
  .homepageContactInfo h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0; }
  .homepageContactInfo p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin: 0; }
    .homepageContactInfo p a {
      text-decoration: underline;
      color: #1a1a1a; }
      .homepageContactInfo p a:hover {
        color: #515151; }

.checkOnMapWrapper {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem; }
  .checkOnMapWrapper span {
    display: inline-block;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-size: 17px;
    color: #515151; }
    .checkOnMapWrapper span:hover {
      opacity: .6;
      cursor: pointer; }
    .checkOnMapWrapper span .checkOnMapArrow {
      fill: #515151; }

.checkOnMapArrow {
  width: 10px; }

.homepageCjenik {
  background-color: white;
  padding: 4rem 0;
  display: flex;
  justify-content: center; }
  .homepageCjenik a {
    padding: 1.5rem 3rem;
    border: 1px solid #FFB115;
    margin-right: 2rem;
    border-radius: 5px;
    background-color: #FFB115;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: 600; }
    .homepageCjenik a:hover {
      background-color: white;
      color: #FFB115; }

.simplePageWrapper {
  height: auto;
  background: #edeeef;
  padding-top: 16.5rem; }
  @media only screen and (max-width: 37.5em) {
    .simplePageWrapper {
      padding-top: 4rem; } }
  .simplePageWrapper--notifications {
    min-height: 85vh; }

.contactFormWrapper {
  display: flex;
  justify-content: center; }

.contentWrapper {
  width: 100%;
  margin: 0 auto; }
  .contentWrapper--small {
    max-width: 810px; }
  .contentWrapper--medium {
    max-width: 1010px; }
  .contentWrapper--large {
    max-width: 100%;
    padding: 0; }

.contactInfo {
  width: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 37.5em) {
    .contactInfo {
      width: 100%; } }

.contactInfoItem {
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 37.5em) {
    .contactInfoItem {
      flex-direction: column;
      padding: 2rem; } }
  .contactInfoItem__Title {
    min-width: 25rem;
    width: 25rem; }
    .contactInfoItem__Title h3 {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      color: #1a1a1a;
      margin: 0; }
  .contactInfoItem__Text {
    width: 100%; }
    .contactInfoItem__Text p {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.5;
      color: #000;
      margin: 0; }
      .contactInfoItem__Text p a {
        text-decoration: underline;
        color: #000; }
