/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.p-b-24 {
  padding: 0 0 24px 0; }

.p-b-26 {
  padding: 0 0 26px 0; }

.p-b-32 {
  padding: 0 0 32px 0; }

.p-b-7 {
  padding: 0 0 7px 0; }

.p-b-10 {
  padding: 0 0 10px 0; }

.p-b-16 {
  padding: 0 0 16px 0; }

.p-b-40 {
  padding: 0 0 40px 0; }

.p-b-64 {
  padding: 0 0 64px 0; }

.p-b-80 {
  padding: 0 0 80px 0; }

.p-t-64 {
  padding: 64px 0 0 0; }

.m-t-64 {
  margin: 64px 0 0 0; }

.m-b-30 {
  margin: 0 0 30px 0; }

.m-b-40 {
  margin: 0 0 40px 0; }

.m-l-40 {
  margin: 0 0 0 40px; }

.p-t-b-30 {
  padding: 30px 0; }

.title-2 {
  font-size: 48px;
  font-weight: 700; }

.title-3 {
  font-size: 24px;
  font-weight: 700; }

.title-4 {
  font-size: 16px;
  font-weight: 600; }

@media (min-width: 1200px) {
  .link-effect-14 a {
    color: #797878;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all .3s; }
    .link-effect-14 a span::before {
      width: 5px;
      height: 5px;
      background: transparent;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      border-top: 2px solid white;
      border-left: 2px solid white;
      transition: all .3s;
      opacity: 0; }
    .link-effect-14 a span::after {
      width: 5px;
      height: 5px;
      background: transparent;
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      transition: all .3s;
      opacity: 0; }
    .link-effect-14 a::before {
      width: 5px;
      height: 5px;
      background: transparent;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      border-right: 2px solid white;
      border-top: 2px solid white;
      transition: all .3s;
      opacity: 0; }
    .link-effect-14 a::after {
      width: 5px;
      height: 5px;
      background: transparent;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      border-left: 2px solid white;
      border-bottom: 2px solid white;
      transition: all .3s;
      opacity: 0; }
    .link-effect-14 a:hover {
      color: white; }
      .link-effect-14 a:hover::before {
        opacity: 1;
        right: 5px;
        top: 5px; }
      .link-effect-14 a:hover::after {
        opacity: 1;
        left: 5px;
        bottom: 5px; }
      .link-effect-14 a:hover span::before {
        opacity: 1;
        left: 5px;
        top: 5px; }
      .link-effect-14 a:hover span::after {
        opacity: 1;
        right: 5px;
        bottom: 5px; }
  .link-effect-14.black-version a {
    margin-left: -20px; }
    .link-effect-14.black-version a span {
      color: black; }
      .link-effect-14.black-version a span::before {
        border-top: 2px solid black;
        border-left: 2px solid black; }
      .link-effect-14.black-version a span::after {
        border-right: 2px solid black;
        border-bottom: 2px solid black; }
    .link-effect-14.black-version a::before {
      border-right: 2px solid black;
      border-top: 2px solid black; }
    .link-effect-14.black-version a::after {
      border-left: 2px solid black;
      border-bottom: 2px solid black; }
  a.with-arrow img {
    transition: all .3s; }
  a.with-arrow:hover img {
    padding-left: 7px; } }

.navbar-toggler {
  border: 0; }

.hamburger {
  border: 0;
  background: none; }
  .hamburger:focus {
    outline: none; }

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px; }

#nav-icon3 span:nth-child(4) {
  top: 18px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

.navbar {
  transition: background-color 0.5s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 15px; }
  .navbar .navbar-nav .nav-item {
    padding-right: 20px;
    padding-left: 20px; }
    .navbar .navbar-nav .nav-item .nav-link {
      position: relative;
      color: white;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 1200px) {
        .navbar .navbar-nav .nav-item .nav-link:before {
          content: "";
          position: absolute;
          width: 0;
          height: 1.5px;
          bottom: -30px;
          left: 0;
          background-color: #FFF;
          visibility: hidden;
          transition: all 0.3s ease-in-out; } }
      .navbar .navbar-nav .nav-item .nav-link:hover:before {
        visibility: visible;
        width: 100%; }
    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
      padding-right: 0; }
  .navbar__logo {
    position: relative;
    height: 58px;
    top: 2px;
    left: -12px; }
    .navbar__logo:after {
      content: "";
      background-color: rgba(255, 255, 255, 0.3);
      height: calc(100% + 41px);
      width: 1px;
      position: absolute;
      bottom: -19px;
      right: -25px; }
  .navbar.scrolled {
    background: white; }
    .navbar.scrolled .navbar-nav .nav-item .nav-link {
      color: black; }
      @media (min-width: 1200px) {
        .navbar.scrolled .navbar-nav .nav-item .nav-link:before {
          background-color: black; } }
    .navbar.scrolled #nav-icon1 span, .navbar.scrolled #nav-icon3 span, .navbar.scrolled #nav-icon4 span {
      background: black; }

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("../../assets/img/hero@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }
  .hero__bottomBar {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0; }
    .hero__bottomBar .container {
      position: relative;
      height: 100px;
      display: flex;
      align-items: center; }
  .hero__social a {
    color: white; }
    .hero__social a:first-of-type {
      margin: 0 40px 0 0; }
  .hero__down {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    padding: 0 39px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .hero__down:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: scale(1, 0.1);
      transform: scale(1, 0.1); }
    .hero__down:hover:before {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }

.footer {
  padding: 40px 0; }
  @media (max-width: 767.5px) {
    .footer {
      padding: 25px 0; } }
  .footer__info {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767.5px) {
      .footer__info {
        justify-content: center;
        flex-direction: column;
        align-items: center; } }

.offer {
  }
  @media (min-width: 1921px) {
    .offer {
      background-position: 88% -124px; } }
  .offer .single-box {
    margin-bottom: 64px; }
    @media (min-width: 768px) {
      .offer .single-box:nth-child(odd) .half:first-of-type {
        order: 2; }
      .offer .single-box:nth-child(odd) .half:last-of-type {
        order: 1; } }
    .offer .single-box__part {
      height: 348px;
      background: #F7F7F7;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 48px; }
      @media (max-width: 991px) {
        .offer .single-box__part {
          height: 330px; } }
      @media (max-width: 767.5px) {
        .offer .single-box__part {
          height: auto; } }
    .offer .single-box__action {
      height: calc(100% - 540px);
      display: flex;
      align-items: center; }
      @media (max-width: 1199.5px) {
        .offer .single-box__action {
          height: calc(100% - 450px); } }
      @media (max-width: 991px) {
        .offer .single-box__action {
          height: 198px;
          margin-top: 30px; } }
      @media (max-width: 767.5px) {
        .offer .single-box__action {
          height: 40px; } }
    @media (max-width: 767.5px) {
      .offer .single-box .half {
        display: flex;
        flex-direction: column; }
        .offer .single-box .half .single-box__part {
          order: 2; } }

.gallery-section {
  max-width: 1920px;
  margin: auto; }
  .gallery .col-md-20 {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .gallery .col-md-20 {
        flex: 0 0 20%;
        max-width: 20%; } }
  .gallery #instafeed.row {
    margin-left: 0;
    margin-right: 0; }
    .gallery #instafeed.row a {
      display: block; }

.parametry {
  max-width: 1920px;
  margin: auto; }
  .parametry .col-md-20 {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .parametry .col-md-20 {
        flex: 0 0 20%;
        max-width: 20%; } }


.contact .single-row {
  position: relative; }
  .contact .single-row .logo-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 176px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #707070; }
    @media (max-width: 991px) {
      .contact .single-row .logo-2 {
        display: none; } }

.contact .border-it {
  border-bottom: 1px solid #707070; }

body {
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #111111; }

:focus {
  outline: none; }

a {
  display: inline-block;
  text-decoration: none;
  color: #111111; }
  a:hover {
    text-decoration: none;
    color: #111111; }

h1, h2, h3, h4, h5, a, ul, li, p {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

.g-indentation {
  padding: 80px 0; }

.g-indentation-top-only {
  padding: 80px 0 0 0; }

.g-max-content {
  max-width: 635px; }


.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.img-thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
}