@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3E.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 35px;
  border-radius: 5px;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn.btn-default {
  color: #fff;
  background: #DAAA62;
}
body .btn.btn-default:hover {
  background: #d09439;
}
body .btn.btn-small {
  padding: 10px 20px;
  font-size: 14px;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.input-service {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.input-service label {
  display: block;
  height: 17px;
  font-size: 12px;
  font-weight: 700;
  color: #444444;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.input-service input {
  height: 45px;
  width: 100%;
  border: none;
  border-bottom: 3px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  outline: none;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.input-service input:focus {
  border-color: #DAAA62;
}
.input-service textarea {
  height: 100px;
  width: 100%;
  border: 2px solid #B1B4B6;
  padding-top: 4px;
  border-radius: 50px;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}
.input-service .input-alert {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #dc3545;
}
.input-service.active label {
  font-size: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.input-service.dark input {
  border-color: #d9d9d9;
}
.checkbox-wrapper {
  margin-top: 20px;
  cursor: pointer;
  display: block;
  position: relative;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #444444;
  text-align: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox-wrapper .radio-box p a {
  color: #E2000F;
  text-decoration: underline;
}
.checkbox-wrapper .radio-box:before {
  content: "";
  min-width: 12px;
  max-width: 12px;
  border-radius: 2px;
  height: 12px;
  color: #fff;
  display: block;
  margin-top: 3px;
  border: 1px solid #444444;
  background: #fff;
  margin-right: 7px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.checkbox-wrapper input {
  visibility: visible;
  opacity: 0;
  left: 0;
  position: absolute;
  width: auto !important;
}
.checkbox-wrapper.checkbox-alert .radio-box {
  color: #dc3545;
}
.checkbox-wrapper.checkbox-alert .radio-box:before {
  border-color: #dc3545;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 10px;
}
.checkbox-wrapper > input:checked + .radio-box:before {
  background: olivedrab;
}
.checkbox-wrapper > input:focus-visible + .radio-box {
  outline: 2px solid #000;
}
.news-flexbox {
  margin-top: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-flexbox .news-service {
  width: 46%;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-flexbox .news-service .name {
  font-family: 'Merriweather';
  font-size: 30px;
  color: #444444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .date {
  margin-top: 15px;
  font-size: 12px;
  color: #444444;
}
.news-flexbox .news-service .description {
  margin-top: 20px;
  font-size: 14px;
  color: #444444;
}
.news-flexbox .news-service .btn-more {
  margin-top: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #DAAA62;
}
.news-flexbox .news-service:hover .name {
  color: #DAAA62;
}
.btn-more-products-wrapper {
  margin-top: 80px;
  text-align: center;
}
.btn-more-products-wrapper .more-products-counter {
  margin-bottom: 35px;
}
.btn-more-products-wrapper .more-products-counter .number {
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
}
.btn-more-products-wrapper .more-products-counter .line {
  margin: 0 auto;
  width: 145px;
  height: 4px;
  border-radius: 10px;
  background: #ddd;
  position: relative;
}
.btn-more-products-wrapper .more-products-counter .line .line-inner {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #DAAA62;
}
.static-text-wrapper h1,
.static-text-wrapper h2,
.static-text-wrapper h3,
.static-text-wrapper h4,
.static-text-wrapper h5,
.static-text-wrapper h6,
.static-text-wrapper p,
.static-text-wrapper li {
  color: #444444;
}
.static-text-wrapper h1 b,
.static-text-wrapper h2 b,
.static-text-wrapper h3 b,
.static-text-wrapper h4 b,
.static-text-wrapper h5 b,
.static-text-wrapper h6 b,
.static-text-wrapper p b,
.static-text-wrapper li b,
.static-text-wrapper h1 strong,
.static-text-wrapper h2 strong,
.static-text-wrapper h3 strong,
.static-text-wrapper h4 strong,
.static-text-wrapper h5 strong,
.static-text-wrapper h6 strong,
.static-text-wrapper p strong,
.static-text-wrapper li strong {
  font-weight: 700;
}
.static-text-wrapper h1,
.static-text-wrapper h2,
.static-text-wrapper h3,
.static-text-wrapper h4,
.static-text-wrapper h5,
.static-text-wrapper h6 {
  font-family: 'Merriweather', serif;
}
.static-text-wrapper h1 {
  font-size: 40px;
}
.static-text-wrapper h2 {
  font-size: 30px;
}
.static-text-wrapper h3 {
  font-size: 27px;
}
.static-text-wrapper h4 {
  font-size: 23px;
}
.static-text-wrapper h5 {
  font-size: 20px;
}
.static-text-wrapper h6 {
  font-size: 17px;
}
.static-text-wrapper p,
.static-text-wrapper li {
  font-size: 14px;
}
.static-text-wrapper p b,
.static-text-wrapper li b,
.static-text-wrapper p strong,
.static-text-wrapper li strong {
  font-weight: 700;
  color: #DAAA62;
}
.static-text-wrapper a {
  color: #DAAA62;
  text-decoration: underline;
}
.static-text-wrapper ul {
  padding-left: 17px;
  list-style: none;
}
.static-text-wrapper ul li {
  position: relative;
}
.static-text-wrapper ul li:before {
  content: '';
  height: 6px;
  width: 6px;
  top: 8px;
  left: -15px;
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #E2000F;
}
.static-text-wrapper ul li + li {
  margin-top: 15px;
}
.static-text-wrapper ol {
  padding-left: 17px;
}
.static-text-wrapper ol li + li {
  margin-top: 15px;
}
.static-text-wrapper img {
  max-width: 100%;
  border-radius: 3px;
}
.static-text-wrapper table tr td {
  color: #444444;
  font-size: 16px;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.static-text-wrapper table tr td b,
.static-text-wrapper table tr td strong {
  font-weight: 700;
}
.static-text-wrapper table tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.static-text-wrapper table tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.static-text-wrapper table tr:hover td {
  background: #DAAA62;
  color: #fff;
}
nav.section-header {
  font-family: 'Barlow Condensed', sans-serif;
  background: #F1F1F1;
}
nav.section-header .header-flexbox {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-contact {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li a svg,
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li a img {
  fill: #DAAA62;
  height: 24px;
  width: 24px;
}
nav.section-header .header-flexbox .flexbox-contact .contact-social-media li + li {
  margin-left: 7px;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a svg,
nav.section-header .header-flexbox .flexbox-contact .contact-info li a img {
  height: 24px;
  width: 24px;
  fill: #DAAA62;
  margin-right: 6px;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  color: #444444;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li a:hover span {
  color: #DAAA62;
}
nav.section-header .header-flexbox .flexbox-contact .contact-info li + li {
  margin-left: 20px;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper {
  width: 33.33333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo img {
  height: 70px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper {
  width: 33.33333333%;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:not(.btn-default),
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:not(.btn-default) {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:not(.btn-default):hover,
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:not(.btn-default):hover {
  color: #DAAA62;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a.active,
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button.active {
  font-weight: 800;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown button:after {
  vertical-align: 0.105em;
  border: none;
  height: 10px;
  width: 10px;
  background: url('../img/icons/up-arrow.svg') center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown .dropdown-menu {
  margin-top: 10px !important;
  padding: 5px 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown .dropdown-menu li a {
  padding: 5px 10px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown .dropdown-menu li + li {
  margin-left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .collapse-menu {
  margin-top: 20px;
  list-style: none;
  text-align: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .collapse-menu li a {
  font-size: 18px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .collapse-menu li + li {
  margin-top: 15px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li.desktop-hidden {
  display: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 40px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #444444;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome {
  background: #F1F1F1;
  padding-top: 30px;
}
section.section-welcome .welcome-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-item .item-description {
  width: 50%;
  position: relative;
  z-index: 111;
  padding-left: 100px;
}
section.section-welcome .welcome-item .item-description .description-shape {
  height: 150%;
  top: -25%;
  left: 0;
  position: absolute;
  opacity: 0.35;
}
section.section-welcome .welcome-item .item-description .description-shape svg {
  height: 100%;
  fill: #fff;
}
section.section-welcome .welcome-item .item-description .description-text {
  position: relative;
}
section.section-welcome .welcome-item .item-description .description-text h1,
section.section-welcome .welcome-item .item-description .description-text h2 {
  font-size: 60px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.section-welcome .welcome-item .item-description .description-text p {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
  color: #444444;
}
section.section-welcome .welcome-item .item-description .description-text .btn {
  margin-top: 30px;
}
section.section-welcome .welcome-item .item-background {
  margin-left: -20%;
  width: 70%;
  height: 650px;
  position: relative;
}
section.section-welcome .welcome-item .item-background .background-cover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.section-welcome .welcome-item .item-background .background-cover.cover-mobile {
  display: none;
}
section.section-welcome .welcome-item .item-background .background-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.section-welcome .owl-carousel-welcome {
  position: relative;
}
section.section-welcome .owl-carousel-welcome .owl-dots {
  display: none;
}
section.section-welcome .owl-carousel-welcome .owl-nav {
  position: absolute !important;
  margin-top: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev,
section.section-welcome .owl-carousel-welcome .owl-nav .owl-next {
  background-color: #DAAA62;
  background-image: url(../img/icons/up-arrow-white.svg);
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 35px;
  width: 35px;
  outline: none;
  border-radius: 3px;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 5px;
}
.section-heading h1,
.section-heading h2 {
  font-size: 60px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
.section-heading h1 a,
.section-heading h2 a {
  color: inherit;
  position: relative;
}
.section-heading h1 a:after,
.section-heading h2 a:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  height: 2px;
  background: #444444;
  width: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-heading h1 a:hover:after,
.section-heading h2 a:hover:after {
  width: 100%;
}
section.section-offer {
  position: relative;
  padding-top: 100px;
}
section.section-offer .section-background {
  background: #F1F1F1;
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
}
section.section-offer .section-heading {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.section-offer .offer-flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-offer .offer-flexbox .flexbox-service {
  width: 27%;
}
section.section-offer .offer-flexbox .flexbox-service .service-image {
  width: 100%;
  padding-top: 110%;
  position: relative;
}
section.section-offer .offer-flexbox .flexbox-service .service-image img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.section-offer .offer-flexbox .flexbox-service .service-image .image-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 170, 98, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background: -o-linear-gradient(top, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
  background: linear-gradient(180deg, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
}
section.section-offer .offer-flexbox .flexbox-service h3 {
  margin-top: 20px;
  font-size: 40px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.section-offer .offer-flexbox .flexbox-service .description {
  margin-top: 20px;
}
section.section-offer .offer-flexbox .flexbox-service .description ul {
  padding-left: 17px;
  list-style: none;
}
section.section-offer .offer-flexbox .flexbox-service .description ul li {
  font-size: 14px;
  color: #444444;
  position: relative;
}
section.section-offer .offer-flexbox .flexbox-service .description ul li:before {
  content: '';
  height: 6px;
  width: 6px;
  top: 8px;
  left: -15px;
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #E2000F;
}
section.section-offer .offer-flexbox .flexbox-service .description ul li + li {
  margin-top: 15px;
}
section.section-offer .offer-flexbox .flexbox-service .btn {
  margin-top: 30px;
}
section.section-offer .offer-flexbox .flexbox-service:nth-child(1) {
  margin-top: 70px;
}
section.section-offer .offer-flexbox .flexbox-service:nth-child(2) {
  margin-top: 170px;
}
.section-hero-image-wrapper {
  overflow: hidden;
  position: relative;
}
.section-hero-image-wrapper .section-hero-image {
  position: relative;
  z-index: -1;
  width: 100%;
}
.section-hero-image-wrapper .section-hero-image img {
  position: absolute;
  left: 100px;
  top: -200px;
}
.section-hero-image-wrapper .section-hero-image.top-0 img {
  top: 0;
}
section.section-pricing {
  margin-top: 100px;
  position: relative;
  padding: 40px 0;
}
section.section-pricing .section-background {
  background: #F1F1F1;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(3.45deg, #785827 2.84%, rgba(129, 94, 42, 0) 97.16%);
  background: linear-gradient(86.55deg, #785827 2.84%, rgba(129, 94, 42, 0) 97.16%);
  opacity: 0.3;
}
section.section-pricing .pricing-inner {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-pricing .pricing-inner .inner-cta {
  position: relative;
}
section.section-pricing .pricing-inner .inner-cta span {
  display: block;
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
}
section.section-pricing .pricing-inner .inner-cta .btn {
  margin-top: 18px;
}
section.section-pricing .pricing-inner .section-heading {
  margin-left: 100px;
  position: relative;
}
section.section-blog {
  margin-top: 100px;
}
section.section-blog .blog-inner {
  padding-left: 100px;
}
section.section-blog .blog-inner .news-flexbox {
  max-width: 800px;
  padding-top: 80px;
}
section.section-cta {
  margin-top: 100px;
}
section.section-cta.m-150 {
  margin-top: 150px;
}
section.section-cta .cta-inner {
  padding-left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.section-cta .cta-inner .inner-form {
  width: 490px;
  padding: 40px;
  background: #F1F1F1;
  position: relative;
}
section.section-cta .cta-inner .inner-form:before {
  content: '';
  height: 200px;
  width: 100px;
  background: #DAAA62;
  position: absolute;
  top: 0;
  left: -100px;
}
section.section-cta .cta-inner .inner-form .section-heading {
  white-space: nowrap;
}
section.section-cta .cta-inner .inner-form .checkbox-wrapper:first-of-type {
  margin-top: 40px;
}
section.section-cta .cta-inner .inner-form .btn {
  margin-top: 30px;
}
section.section-cta .cta-inner .inner-sidebar {
  margin-left: 100px;
}
section.section-cta .cta-inner .inner-sidebar .heading {
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
  margin-bottom: 12px;
}
section.section-cta .cta-inner .inner-sidebar .heading:not(:first-child) {
  margin-top: 80px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a svg,
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a img {
  height: 38px;
  width: 38px;
  fill: #DAAA62;
  margin-right: 10px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  color: #444444;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a:hover span {
  color: #DAAA62;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-contact li + li {
  margin-top: 20px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a svg,
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a img {
  fill: #DAAA62;
  height: 30px;
  width: 30px;
}
section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li + li {
  margin-left: 12px;
}
section.subpage-section-welcome {
  background: #F1F1F1;
  padding-top: 30px;
}
section.subpage-section-welcome.padding-bottom {
  padding-bottom: 70px;
}
section.subpage-section-welcome .welcome-inner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.subpage-section-welcome .welcome-inner .inner-description {
  width: 50%;
  overflow: hidden;
  position: relative;
  z-index: 111;
}
section.subpage-section-welcome .welcome-inner .inner-description h1,
section.subpage-section-welcome .welcome-inner .inner-description h2 {
  font-size: 60px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.subpage-section-welcome .welcome-inner .inner-description h1 b,
section.subpage-section-welcome .welcome-inner .inner-description h2 b,
section.subpage-section-welcome .welcome-inner .inner-description h1 strong,
section.subpage-section-welcome .welcome-inner .inner-description h2 strong {
  font-size: 40px;
  font-weight: 400;
}
section.subpage-section-welcome .welcome-inner .inner-description p {
  margin-top: 15px;
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
}
section.subpage-section-welcome .welcome-inner .inner-description .btn {
  margin-top: 45px;
}
section.subpage-section-welcome .welcome-inner .inner-background {
  margin-left: -20%;
  width: 70%;
  height: 500px;
  position: relative;
}
section.subpage-section-welcome .welcome-inner .inner-background .background-cover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.subpage-section-welcome .welcome-inner .inner-background .background-cover.cover-mobile {
  display: none;
}
section.subpage-section-welcome .welcome-inner .inner-background .background-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.subpage-section-welcome .welcome-inner .inner-background .background-image.image-mobile {
  display: none;
}
section.o-nas-section-content .content-about {
  padding-bottom: 100px;
  background: #F1F1F1;
}
section.o-nas-section-content .content-about .about-inner {
  position: relative;
  z-index: 111;
  margin-top: -50px;
  padding: 0 100px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.o-nas-section-content .content-about .about-inner .inner-description {
  width: 50%;
}
section.o-nas-section-content .content-about .about-inner .inner-description h2 {
  font-size: 60px;
}
section.o-nas-section-content .content-about .about-inner .inner-image {
  width: 35%;
  padding-top: 60%;
  position: relative;
}
section.o-nas-section-content .content-about .about-inner .inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.o-nas-section-content .content-about .about-inner .inner-image .image-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 170, 98, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background: -o-linear-gradient(top, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
  background: linear-gradient(180deg, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
}
section.o-nas-section-content .content-claim {
  margin-top: 100px;
  padding: 0 200px;
}
section.o-nas-section-content .content-claim h2 {
  color: #777777;
  position: relative;
}
section.o-nas-section-content .content-claim h2:before {
  content: '';
  background: #DAAA62;
  height: 95%;
  width: 50px;
  left: -95px;
  top: 0;
  position: absolute;
}
section.o-nas-section-content .content-claim p {
  max-width: 700px;
}
section.o-nas-section-content .content-description {
  background: #F1F1F1;
  margin-top: 100px;
  padding: 100px 0;
}
section.o-nas-section-content .content-description .description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.o-nas-section-content .content-description .description-inner .inner-image {
  width: 40%;
  position: relative;
}
section.o-nas-section-content .content-description .description-inner .inner-image .image-service {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
section.o-nas-section-content .content-description .description-inner .inner-image .image-service img {
  height: 100%;
}
section.o-nas-section-content .content-description .description-inner .inner-image .image-service .service-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 170, 98, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background: -o-linear-gradient(top, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
  background: linear-gradient(180deg, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
}
section.o-nas-section-content .content-description .description-inner .inner-text {
  width: 50%;
}
section.o-nas-section-content .content-description .description-inner .inner-text h2 {
  font-size: 60px;
}
section.o-nas-section-content .content-description .description-inner .inner-text p {
  max-width: 600px;
}
section.o-nas-section-content .content-description .description-inner .inner-text .btn {
  margin-top: 50px;
}
section.usluga-section-content .content-claim-wrapper {
  padding: 100px 0;
  background: #F1F1F1;
}
section.usluga-section-content .content-claim-wrapper .content-claim {
  padding: 0 200px;
}
section.usluga-section-content .content-claim-wrapper .content-claim h2 {
  color: #777777;
  position: relative;
}
section.usluga-section-content .content-claim-wrapper .content-claim h2:before {
  content: '';
  background: #DAAA62;
  height: 95%;
  width: 50px;
  left: -95px;
  top: 0;
  position: absolute;
}
section.usluga-section-content .content-claim-wrapper .content-claim p {
  max-width: 700px;
}
section.usluga-section-content .content-claim-wrapper.white {
  padding: 0;
  margin-top: 100px;
  background: #fff;
}
section.usluga-section-content .content-points-wrapper {
  margin-top: 100px;
}
section.usluga-section-content .content-points-wrapper .section-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
section.usluga-section-content .content-points-wrapper .section-heading h2 {
  font-family: 'Merriweather';
  font-size: 30px;
  color: #444444;
}
section.usluga-section-content .content-points-wrapper .content-points {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.usluga-section-content .content-points-wrapper .content-points .point-service {
  text-align: center;
}
section.usluga-section-content .content-points-wrapper .content-points .point-service .service-icon svg,
section.usluga-section-content .content-points-wrapper .content-points .point-service .service-icon img {
  width: 50px;
}
section.usluga-section-content .content-points-wrapper .content-points .point-service .service-description {
  margin: 20px auto 0 auto;
  max-width: 250px;
}
section.usluga-section-content .content-points-wrapper .content-points .point-service .service-description p b {
  color: inherit;
}
section.usluga-section-content .content-points-wrapper .content-points .point-service + .point-service {
  margin-left: 100px;
}
section.usluga-section-content .content-text {
  margin: 65px auto 0 auto;
  max-width: 900px;
  text-align: center;
}
section.usluga-section-content .content-description {
  background: #F1F1F1;
  margin-top: 100px;
  padding: 100px 0;
}
section.usluga-section-content .content-description .description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.usluga-section-content .content-description .description-inner .inner-image {
  width: 40%;
  position: relative;
}
section.usluga-section-content .content-description .description-inner .inner-image .image-service {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  max-height: 470px;
  height: 100%;
}
section.usluga-section-content .content-description .description-inner .inner-image .image-service img {
  height: 100%;
}
section.usluga-section-content .content-description .description-inner .inner-image .image-service .service-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 170, 98, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background: -o-linear-gradient(top, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
  background: linear-gradient(180deg, rgba(218, 170, 98, 0.33) 0%, rgba(0, 0, 0, 0.33) 100%);
}
section.usluga-section-content .content-description .description-inner .inner-text {
  width: 50%;
}
section.usluga-section-content .content-description .description-inner .inner-text .btn {
  margin-top: 50px;
}
section.cennik-section-content .content-inner-wrapper {
  padding-top: 100px;
  position: relative;
}
section.cennik-section-content .content-inner-wrapper .inner-background {
  background: #F1F1F1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
section.cennik-section-content .content-inner-wrapper .content-inner {
  position: relative;
}
section.cennik-section-content .content-inner-wrapper .content-inner .section-heading {
  text-align: center;
}
section.cennik-section-content .content-inner-wrapper .content-inner .section-heading h2 {
  font-size: 40px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.cennik-section-content .content-inner-wrapper .content-inner .section-heading:not(:first-of-type) {
  margin-top: 100px;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service {
  margin-top: 50px;
  width: 23%;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-name {
  font-size: 30px;
  text-align: center;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content {
  margin-top: 60px;
  background: #F4E6D0;
  padding-bottom: 35px;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .content-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .content-label-wrapper .content-label {
  padding: 15px 25px;
  background: #DAAA62;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .static-text-wrapper {
  padding: 0 30px;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .static-text-wrapper li {
  font-weight: 600;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .price {
  padding: 0 8px;
  margin: 35px 0 0 0;
  text-align: center;
  color: #444444;
  font-size: 24px;
  font-weight: 800;
}
section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .price small {
  font-size: 15px;
}
section.cennik-section-content .content-slogan {
  text-align: center;
  max-width: 900px;
  margin: 100px auto 0 auto;
}
section.blog-section-content .content-welcome {
  background: #F1F1F1;
  padding: 45px 0 70px 0;
}
section.blog-section-content .content-welcome .welcome-inner h1,
section.blog-section-content .content-welcome .welcome-inner h2 {
  font-size: 60px;
  color: #444444;
  font-family: 'Merriweather', serif;
}
section.blog-section-content .content-welcome .welcome-inner h1 b,
section.blog-section-content .content-welcome .welcome-inner h2 b,
section.blog-section-content .content-welcome .welcome-inner h1 strong,
section.blog-section-content .content-welcome .welcome-inner h2 strong {
  font-size: 40px;
  font-weight: 400;
}
section.blog-section-content .content-welcome .welcome-inner p {
  margin-top: 15px;
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
}
section.blog-section-content .content-welcome .welcome-inner .btn {
  margin-top: 45px;
}
section.blog-section-content .content-welcome .welcome-inner .backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.blog-section-content .content-welcome .welcome-inner .backlink span {
  font-size: 16px;
  display: block;
  margin-left: 60px;
  color: #DAAA62;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.blog-section-content .content-welcome .welcome-inner .backlink:hover span {
  color: #d09439;
}
section.blog-section-content .news-flexbox {
  max-width: 900px;
  padding-top: 100px;
}
section.blog-section-content .btn-more-products-wrapper {
  max-width: 900px;
  margin-bottom: 100px;
}
section.wpis-section-content {
  padding-top: 100px;
}
section.wpis-section-content .content-inner {
  max-width: 800px;
  position: relative;
}
section.wpis-section-content .content-inner .inner-main-image {
  width: 100%;
  overflow: hidden;
}
section.wpis-section-content .content-inner .inner-main-image img {
  width: 100%;
}
section.wpis-section-content .content-inner .inner-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.wpis-section-content .content-inner .inner-gallery .gallery-service {
  margin-top: calc(4% / 3);
  display: block;
  width: 24%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}
section.wpis-section-content .content-inner .inner-gallery .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.wpis-section-content .content-inner .inner-gallery .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.wpis-section-content .content-inner .inner-gallery.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.wpis-section-content .content-inner .text-center {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.wpis-section-content .content-inner .btn-gallery-more.hidden {
  display: none;
}
section.wpis-section-content .content-inner .inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.wpis-section-content .content-inner .inner-info p {
  font-size: 13px;
  font-weight: 500;
  color: #444444;
}
section.wpis-section-content .content-inner .inner-info p:first-child {
  color: #DAAA62;
}
section.wpis-section-content .content-inner h1 {
  margin-top: 30px;
  font-size: 40px;
  font-family: 'Merriweather', sans-serif;
  color: #444444;
}
section.wpis-section-content .content-inner .inner-description {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
}
section.wpis-section-content .content-download-wrapper {
  margin-top: 100px;
  background: #F1F1F1;
  padding: 70px 0;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list li {
  margin: 20px 20px 0 0;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding-right: 18px;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list li a .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #DAAA62;
  margin-right: 10px;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list li a .icon svg {
  height: 27px;
  width: 27px;
  fill: #fff;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list li a span {
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.wpis-section-content .content-download-wrapper .content-download .download-list li a:hover span {
  color: #DAAA62;
}
section.kontakt-section-content {
  background: #F1F1F1;
  padding-bottom: 50px;
}
section.kontakt-section-content .cta-inner {
  position: relative;
  z-index: 111;
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.kontakt-section-content .cta-inner .inner-form {
  margin-left: 250px;
  width: 490px;
  padding: 100px 40px 40px 40px;
  background: #fff;
  position: relative;
}
section.kontakt-section-content .cta-inner .inner-form:before {
  content: '';
  height: 200px;
  width: 100px;
  background: #DAAA62;
  position: absolute;
  top: 0;
  left: -100px;
}
section.kontakt-section-content .cta-inner .inner-form .section-heading {
  white-space: nowrap;
}
section.kontakt-section-content .cta-inner .inner-form .checkbox-wrapper:first-of-type {
  margin-top: 40px;
}
section.kontakt-section-content .cta-inner .inner-form .btn {
  margin-top: 30px;
}
section.kontakt-section-content .cta-inner .inner-sidebar .heading {
  font-family: 'Merriweather';
  font-size: 30px;
  color: #777777;
  margin-bottom: 12px;
}
section.kontakt-section-content .cta-inner .inner-sidebar .heading:not(:first-child) {
  margin-top: 80px;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a svg,
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a img {
  height: 38px;
  width: 38px;
  fill: #DAAA62;
  margin-right: 10px;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  color: #444444;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a:hover span {
  color: #DAAA62;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li + li {
  margin-top: 20px;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media li a svg,
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media li a img {
  fill: #DAAA62;
  height: 30px;
  width: 30px;
}
section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media li + li {
  margin-left: 12px;
}
section.kontakt-section-content .cta-inner .inner-sidebar address {
  font-size: 17px;
  color: #777;
}
section.static-page-section-content {
  padding-top: 100px;
}
section.static-page-section-content .static-text-wrapper {
  max-width: 900px;
}
section.section-footer {
  margin-top: 100px;
}
section.section-footer .footer-inner {
  padding: 100px 0;
  background: #F1F1F1;
}
section.section-footer .footer-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .heading {
  font-family: 'Merriweather';
  font-size: 18px;
  color: #444444;
  margin-bottom: 28px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 300;
  color: #444444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li a:hover {
  color: #DAAA62;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li + li {
  margin-top: 9px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a svg,
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a img {
  height: 15px;
  width: 15px;
  fill: #DAAA62;
  margin-right: 10px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a:hover span {
  color: #DAAA62;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li a svg,
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li a img {
  height: 24px;
  width: 24px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li + li {
  margin-left: 7px;
}
section.section-footer .footer-credits {
  background: #DAAA62;
  padding: 20px;
  text-align: center;
}
section.section-footer .footer-credits p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
section.section-footer .footer-credits p a {
  color: inherit;
}
@media (max-width: 1399.98px) {
  nav.section-header .header-flexbox .flexbox-contact .contact-social-media {
    display: none;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav > li:last-child {
    display: none;
  }
  .section-hero-image-wrapper .section-hero-image {
    position: absolute;
    bottom: 0;
  }
  .section-hero-image-wrapper .section-hero-image img {
    position: absolute;
    left: auto;
    right: -35%;
    top: auto;
    bottom: 600px;
    width: 120%;
  }
  .section-hero-image-wrapper .section-hero-image.top-0 img {
    top: auto;
    bottom: 0;
  }
  section.section-cta .cta-inner {
    padding-left: 100px;
  }
  section.kontakt-section-content .cta-inner .inner-form {
    margin-left: 150px;
  }
  section.kontakt-section-content .cta-inner .inner-form:before {
    content: none;
  }
}
@media (max-width: 1199.98px) {
  nav.section-header .header-flexbox .flexbox-contact {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  nav.section-header .header-flexbox .flexbox-logo-wrapper {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  section.section-welcome .welcome-item .item-description {
    padding-left: 0;
  }
  section.section-welcome .welcome-item .item-description .description-shape {
    height: 120%;
    top: -10%;
  }
  .section-heading h1,
  .section-heading h2 {
    font-size: 50px;
  }
  section.section-offer .section-background {
    height: 330px;
  }
  section.section-offer .offer-flexbox .flexbox-service {
    width: 29%;
  }
  section.section-offer .offer-flexbox .flexbox-service h3 {
    font-size: 30px;
  }
  section.section-pricing .pricing-inner {
    padding-left: 0;
  }
  section.section-blog .blog-inner {
    padding-left: 0;
  }
  section.section-cta .cta-inner {
    padding-left: 70px;
  }
  section.section-cta .cta-inner .inner-form {
    width: 420px;
  }
  section.section-cta .cta-inner .inner-form:before {
    width: 70px;
    left: -70px;
  }
  section.section-cta .cta-inner .inner-sidebar {
    margin-left: 80px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description h1,
  section.subpage-section-welcome .welcome-inner .inner-description h2 {
    font-size: 50px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description h1 b,
  section.subpage-section-welcome .welcome-inner .inner-description h2 b,
  section.subpage-section-welcome .welcome-inner .inner-description h1 strong,
  section.subpage-section-welcome .welcome-inner .inner-description h2 strong {
    font-size: 35px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description p {
    font-size: 28px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description .btn {
    margin-top: 35px;
  }
  section.o-nas-section-content .content-about .about-inner {
    margin-top: 0;
    padding: 70px 100px 0 100px;
  }
  section.o-nas-section-content .content-about .about-inner .inner-description h2 {
    font-size: 50px;
  }
  section.o-nas-section-content .content-claim {
    padding: 0 100px;
  }
  section.o-nas-section-content .content-description .description-inner .inner-text h2 {
    font-size: 50px;
  }
  section.usluga-section-content .content-claim-wrapper .content-claim {
    padding: 0 0 0 100px;
  }
  section.blog-section-content .content-welcome {
    padding: 30px 0 55px 0;
  }
  section.blog-section-content .content-welcome .welcome-inner h1,
  section.blog-section-content .content-welcome .welcome-inner h2 {
    font-size: 35px;
  }
  section.blog-section-content .content-welcome .welcome-inner h1 b,
  section.blog-section-content .content-welcome .welcome-inner h2 b,
  section.blog-section-content .content-welcome .welcome-inner h1 strong,
  section.blog-section-content .content-welcome .welcome-inner h2 strong {
    font-size: 25px;
  }
  section.blog-section-content .content-welcome .welcome-inner p {
    font-size: 20px;
  }
  section.blog-section-content .content-welcome .welcome-inner .btn {
    margin-top: 30px;
  }
  section.blog-section-content .news-flexbox {
    padding-top: 70px;
  }
  section.blog-section-content .btn-more-products-wrapper {
    margin-bottom: 70px;
    margin-bottom: 0;
  }
  section.kontakt-section-content .cta-inner .inner-form {
    margin-left: 70px;
    width: 400px;
    padding: 100px 40px 40px 40px;
  }
}
@media (max-width: 991.98px) {
  body .btn {
    font-size: 15px;
    padding: 14px 28px;
  }
  body .btn.btn-small {
    padding: 9px 18px;
    font-size: 13px;
  }
  .input-service {
    margin-top: 10px;
  }
  .input-service label {
    -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px);
  }
  .input-service input {
    height: 35px;
  }
  .input-service.active label {
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
  }
  .checkbox-wrapper .radio-box {
    font-size: 11px;
  }
  .checkbox-wrapper .radio-box:before {
    margin-top: 1px;
  }
  .news-flexbox {
    margin-top: -50px;
  }
  .news-flexbox .news-service {
    margin-top: 50px;
  }
  .news-flexbox .news-service .name {
    font-size: 22px;
  }
  .news-flexbox .news-service .descirption p {
    font-size: 13px;
  }
  .news-flexbox .news-service .description {
    font-size: 14px;
  }
  .static-text-wrapper h1 {
    font-size: 35px;
  }
  .static-text-wrapper h2 {
    font-size: 28px;
  }
  .static-text-wrapper h3 {
    font-size: 24px;
  }
  .static-text-wrapper h4 {
    font-size: 21px;
  }
  .static-text-wrapper h5 {
    font-size: 18px;
  }
  .static-text-wrapper h6 {
    font-size: 16px;
  }
  .static-text-wrapper p,
  .static-text-wrapper li {
    font-size: 14px;
  }
  .static-text-wrapper p b,
  .static-text-wrapper li b,
  .static-text-wrapper p strong,
  .static-text-wrapper li strong {
    font-weight: 700;
    color: #DAAA62;
  }
  .static-text-wrapper a {
    color: #DAAA62;
    text-decoration: underline;
  }
  .static-text-wrapper ul {
    padding-left: 17px;
    list-style: none;
  }
  .static-text-wrapper ul li {
    position: relative;
  }
  .static-text-wrapper ul li:before {
    content: '';
    height: 6px;
    width: 6px;
    top: 8px;
    left: -15px;
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #E2000F;
  }
  .static-text-wrapper ul li + li {
    margin-top: 15px;
  }
  .static-text-wrapper ol {
    padding-left: 17px;
  }
  .static-text-wrapper ol li + li {
    margin-top: 15px;
  }
  .static-text-wrapper img {
    max-width: 100%;
    border-radius: 3px;
  }
  .static-text-wrapper table tr td {
    color: #444444;
    font-size: 16px;
    border: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static-text-wrapper table tr td b,
  .static-text-wrapper table tr td strong {
    font-weight: 700;
  }
  .static-text-wrapper table tr td:first-child {
    border-radius: 8px 0 0 8px;
  }
  .static-text-wrapper table tr td:last-child {
    border-radius: 0 8px 8px 0;
  }
  .static-text-wrapper table tr:hover td {
    background: #DAAA62;
    color: #fff;
  }
  nav.section-header .header-flexbox .flexbox-contact {
    display: none;
  }
  nav.section-header .header-flexbox .flexbox-logo-wrapper {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo img {
    height: 62px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: auto;
  }
  section.section-welcome {
    padding-top: 0px;
  }
  section.section-welcome .welcome-item .item-description .description-shape {
    display: none;
  }
  section.section-welcome .welcome-item .item-description .description-text h1,
  section.section-welcome .welcome-item .item-description .description-text h2 {
    font-size: 40px;
    color: #444444;
    font-family: 'Merriweather', serif;
  }
  section.section-welcome .welcome-item .item-description .description-text .btn {
    margin-top: 30px;
  }
  section.section-welcome .welcome-item .item-background {
    margin-left: -30%;
    width: 80%;
    height: 450px;
  }
  section.section-welcome .welcome-item .item-background .background-image {
    -o-object-position: center right;
       object-position: center right;
  }
  .section-heading h1,
  .section-heading h2 {
    font-size: 35px;
  }
  .section-hero-image-wrapper .section-hero-image {
    display: none;
  }
  section.section-offer {
    padding-top: 70px;
  }
  section.section-offer .section-background {
    height: 270px;
  }
  section.section-offer .section-heading {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.section-offer .offer-flexbox {
    margin-top: 50px;
  }
  section.section-offer .offer-flexbox .flexbox-service {
    margin-top: 0 !important;
  }
  section.section-offer .offer-flexbox .flexbox-service .description {
    display: none;
  }
  section.section-pricing {
    margin-top: 70px;
  }
  section.section-pricing .pricing-inner .inner-cta span {
    display: none;
  }
  section.section-pricing .pricing-inner .inner-cta .btn {
    margin-top: 0;
  }
  section.section-pricing .pricing-inner .section-heading {
    margin-left: 60px;
  }
  section.section-blog {
    margin-top: 70px;
  }
  section.section-blog .blog-inner .news-flexbox {
    padding-top: 40px;
  }
  section.section-cta {
    margin-top: 70px;
  }
  section.section-cta.m-150 {
    margin-top: 70px;
  }
  section.section-cta .cta-inner {
    padding-left: 0;
  }
  section.section-cta .cta-inner .inner-form {
    width: 340px;
    padding: 25px;
  }
  section.section-cta .cta-inner .inner-form .checkbox-wrapper:first-of-type {
    margin-top: 20px;
  }
  section.section-cta .cta-inner .inner-form .btn {
    margin-top: 20px;
  }
  section.section-cta .cta-inner .inner-sidebar {
    margin-left: 50px;
  }
  section.section-cta .cta-inner .inner-sidebar .heading {
    font-size: 22px;
  }
  section.section-cta .cta-inner .inner-sidebar .heading:not(:first-child) {
    margin-top: 60px;
  }
  section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a svg,
  section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a img {
    height: 32px;
    width: 32px;
  }
  section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a span {
    font-size: 23px;
  }
  section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a:hover span {
    color: #DAAA62;
  }
  section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a svg,
  section.section-cta .cta-inner .inner-sidebar .sidebar-social-media li a img {
    height: 27px;
    width: 27px;
  }
  section.subpage-section-welcome {
    padding-top: 0;
  }
  section.subpage-section-welcome .welcome-inner .inner-description {
    width: 70%;
  }
  section.subpage-section-welcome .welcome-inner .inner-description h1,
  section.subpage-section-welcome .welcome-inner .inner-description h2 {
    font-size: 40px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description h1 b,
  section.subpage-section-welcome .welcome-inner .inner-description h2 b,
  section.subpage-section-welcome .welcome-inner .inner-description h1 strong,
  section.subpage-section-welcome .welcome-inner .inner-description h2 strong {
    font-size: 28px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description p {
    font-size: 22px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description .btn {
    margin-top: 35px;
  }
  section.subpage-section-welcome .welcome-inner .inner-background {
    margin-left: -40%;
    height: 350px;
  }
  section.o-nas-section-content .content-about {
    padding-bottom: 70px;
  }
  section.o-nas-section-content .content-about .about-inner {
    padding: 70px 0 0 0;
  }
  section.o-nas-section-content .content-about .about-inner .inner-description h2 {
    font-size: 35px;
  }
  section.o-nas-section-content .content-claim {
    margin-top: 70px;
    padding: 0 0 0 100px;
  }
  section.o-nas-section-content .content-description {
    margin-top: 70px;
    padding: 70px 0;
  }
  section.o-nas-section-content .content-description .description-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.o-nas-section-content .content-description .description-inner .inner-image {
    width: 100%;
    position: relative;
  }
  section.o-nas-section-content .content-description .description-inner .inner-image .image-service {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
  section.o-nas-section-content .content-description .description-inner .inner-image .image-service img {
    height: auto;
    width: 100%;
  }
  section.o-nas-section-content .content-description .description-inner .inner-text {
    margin-top: 50px;
    width: 100%;
  }
  section.o-nas-section-content .content-description .description-inner .inner-text h2 {
    font-size: 35px;
  }
  section.usluga-section-content .content-claim-wrapper {
    padding: 70px 0;
  }
  section.usluga-section-content .content-claim-wrapper .content-claim {
    padding: 0 0 0 100px;
  }
  section.usluga-section-content .content-claim-wrapper.white {
    margin-top: 70px;
  }
  section.usluga-section-content .content-points-wrapper {
    margin-top: 70px;
  }
  section.usluga-section-content .content-description {
    margin-top: 70px;
    padding: 70px 0;
  }
  section.usluga-section-content .content-description .description-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.usluga-section-content .content-description .description-inner .inner-image {
    width: 100%;
    position: relative;
  }
  section.usluga-section-content .content-description .description-inner .inner-image .image-service {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.usluga-section-content .content-description .description-inner .inner-image .image-service img {
    height: auto;
    width: 100%;
  }
  section.usluga-section-content .content-description .description-inner .inner-text {
    margin-top: 50px;
    width: 100%;
  }
  section.usluga-section-content .content-description .description-inner .inner-text h2 {
    font-size: 35px;
  }
  section.cennik-section-content .content-inner-wrapper {
    padding-top: 70px;
  }
  section.cennik-section-content .content-inner-wrapper .inner-background {
    height: 400px;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .section-heading h2 {
    font-size: 35px;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .section-heading:not(:first-of-type) {
    margin-top: 70px;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service {
    width: 47.5%;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-name {
    font-size: 25px;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content {
    margin-top: 42px;
  }
  section.cennik-section-content .content-slogan {
    margin: 70px auto 0 auto;
  }
  section.blog-section-content .content-welcome {
    background: #F1F1F1;
    padding: 30px 0 55px 0;
  }
  section.blog-section-content .content-welcome .welcome-inner h1,
  section.blog-section-content .content-welcome .welcome-inner h2 {
    font-size: 35px;
  }
  section.blog-section-content .content-welcome .welcome-inner h1 b,
  section.blog-section-content .content-welcome .welcome-inner h2 b,
  section.blog-section-content .content-welcome .welcome-inner h1 strong,
  section.blog-section-content .content-welcome .welcome-inner h2 strong {
    font-size: 25px;
  }
  section.blog-section-content .content-welcome .welcome-inner p {
    font-size: 20px;
  }
  section.blog-section-content .content-welcome .welcome-inner .btn {
    margin-top: 30px;
  }
  section.blog-section-content .news-flexbox {
    padding-top: 70px;
  }
  section.blog-section-content .btn-more-products-wrapper {
    margin-bottom: 70px;
    margin-bottom: 0;
  }
  section.wpis-section-content {
    padding-top: 70px;
  }
  section.wpis-section-content .content-inner h1 {
    font-size: 35px;
  }
  section.wpis-section-content .content-download-wrapper {
    margin-top: 70px;
  }
  section.kontakt-section-content .cta-inner {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.kontakt-section-content .cta-inner .inner-form {
    margin-top: 55px;
    margin-left: 0;
    width: 100%;
    padding: 40px;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .heading {
    font-size: 26px;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .heading:not(:first-child) {
    margin-top: 50px;
  }
  section.static-page-section-content {
    padding-top: 70px;
  }
  section.section-footer {
    margin-top: 70px;
  }
  section.section-footer .footer-inner {
    padding: 70px 0;
  }
  section.section-footer .footer-inner .inner-flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service {
    text-align: center;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li {
    text-align: center;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:not(.btn-default),
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:not(.btn-default) {
    font-size: 23px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li.desktop-hidden {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li.mobile-hidden {
    display: none;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  section.section-welcome {
    padding-bottom: 70px;
  }
  section.section-welcome .welcome-item .item-description {
    width: 70%;
  }
  section.section-welcome .welcome-item .item-background {
    margin-left: -50%;
    width: 80%;
    height: 450px;
  }
  section.section-welcome .welcome-item .item-background .background-image {
    -o-object-position: center right;
       object-position: center right;
  }
  section.section-offer .section-background {
    display: none;
  }
  section.section-offer .offer-flexbox {
    display: block;
  }
  section.section-offer .offer-flexbox .flexbox-service {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-offer .offer-flexbox .flexbox-service .service-image {
    width: 50%;
    padding-top: 50%;
  }
  section.section-offer .offer-flexbox .flexbox-service .service-footer {
    width: 50%;
    padding-left: 20px;
  }
  section.section-offer .offer-flexbox .flexbox-service h3 {
    margin-top: 0;
  }
  section.section-offer .offer-flexbox .flexbox-service:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section.section-offer .offer-flexbox .flexbox-service:nth-child(even) .service-footer {
    padding-left: 0;
  }
  section.section-cta .cta-inner {
    display: block;
  }
  section.section-cta .cta-inner .inner-form {
    width: 100%;
    text-align: center;
  }
  section.section-cta .cta-inner .inner-form:before {
    content: none;
  }
  section.section-cta .cta-inner .inner-form .section-heading {
    white-space: normal;
  }
  section.section-cta .cta-inner .inner-sidebar {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  section.section-cta .cta-inner .inner-sidebar .heading:not(:first-child) {
    margin-top: 40px;
  }
  section.section-cta .cta-inner .inner-sidebar .sidebar-contact li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-cta .cta-inner .inner-sidebar .sidebar-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.subpage-section-welcome {
    padding-bottom: 70px;
  }
  section.subpage-section-welcome .welcome-inner .inner-description {
    width: 70%;
  }
  section.subpage-section-welcome .welcome-inner .inner-background {
    margin-left: -50%;
    width: 80%;
    height: 450px;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-image {
    -o-object-position: center;
       object-position: center;
  }
  section.o-nas-section-content .content-about .about-inner {
    padding-top: 0;
  }
  section.o-nas-section-content .content-about .about-inner .inner-description {
    width: 100%;
  }
  section.o-nas-section-content .content-about .about-inner .inner-image {
    display: none;
  }
  section.usluga-section-content .content-claim-wrapper {
    padding-top: 0;
  }
  section.usluga-section-content .content-claim-wrapper .content-claim {
    padding: 0;
  }
  section.usluga-section-content .content-claim-wrapper .content-claim h2:before {
    content: none;
  }
  section.usluga-section-content .content-points-wrapper .content-points {
    margin-top: 60px;
    display: block;
  }
  section.usluga-section-content .content-points-wrapper .content-points .point-service {
    width: 100%;
  }
  section.usluga-section-content .content-points-wrapper .content-points .point-service .service-description {
    max-width: 100%;
  }
  section.usluga-section-content .content-points-wrapper .content-points .point-service + .point-service {
    margin-top: 40px;
    margin-left: 0;
  }
  section.cennik-section-content .content-inner-wrapper {
    padding-top: 0;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service {
    width: 48.5%;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service .service-content .static-text-wrapper {
    padding: 0 20px;
  }
  section.cennik-section-content .content-slogan {
    margin: 70px auto 0 auto;
  }
  section.kontakt-section-content {
    padding-bottom: 0;
  }
  section.kontakt-section-content .cta-inner .inner-form {
    text-align: center;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar {
    width: 100%;
    text-align: center;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a svg,
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a img {
    height: 32px;
    width: 32px;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a span {
    font-size: 23px;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-contact li a:hover span {
    color: #DAAA62;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media li a svg,
  section.kontakt-section-content .cta-inner .inner-sidebar .sidebar-social-media li a img {
    height: 27px;
    width: 27px;
  }
  section.section-footer .footer-inner .inner-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service:not(:last-child) {
    margin-bottom: 35px;
  }
  section.section-footer .footer-inner .inner-flexbox .flexbox-service .heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .news-flexbox .news-service {
    width: 100%;
    max-width: 390px;
  }
  section.section-welcome .container {
    padding: 0;
  }
  section.section-welcome .welcome-item .item-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  section.section-welcome .welcome-item .item-description .description-text {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  section.section-welcome .welcome-item .item-background {
    width: 100%;
    height: 550px;
    margin-bottom: 100px;
    margin-left: 0;
    position: relative;
  }
  section.section-welcome .welcome-item .item-background .background-cover {
    height: 120%;
    width: 100%;
    bottom: -1px;
    top: auto;
  }
  section.section-welcome .welcome-item .item-background .background-cover.cover-mobile {
    display: block;
  }
  section.section-welcome .welcome-item .item-background .background-cover.cover-desktop {
    display: none;
  }
  section.section-welcome .owl-carousel-welcome .owl-nav {
    display: none;
  }
  section.section-offer .container {
    padding: 0;
  }
  section.section-offer .offer-flexbox .flexbox-service h3 {
    font-size: 24px;
  }
  section.section-pricing .pricing-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.section-pricing .pricing-inner .inner-cta {
    margin-top: 30px;
  }
  section.section-pricing .pricing-inner .section-heading {
    margin-left: 0;
    text-align: center;
  }
  section.subpage-section-welcome .container {
    padding: 0;
  }
  section.subpage-section-welcome .welcome-inner .inner-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  section.subpage-section-welcome .welcome-inner .inner-description .description-text {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  section.subpage-section-welcome .welcome-inner .inner-background {
    width: 100%;
    height: 550px;
    margin-bottom: 100px;
    margin-left: 0;
    position: relative;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-cover {
    height: 120%;
    width: 100%;
    bottom: -1px;
    top: auto;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-cover.cover-mobile {
    display: block;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-cover.cover-desktop {
    display: none;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-image {
    -o-object-position: center;
       object-position: center;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-image.image-mobile {
    display: block;
  }
  section.subpage-section-welcome .welcome-inner .inner-background .background-image.image-desktop {
    display: none;
  }
  section.o-nas-section-content .content-about .about-inner {
    text-align: center;
  }
  section.o-nas-section-content .content-claim {
    padding: 0;
    text-align: center;
  }
  section.o-nas-section-content .content-claim:before {
    content: none;
  }
  section.o-nas-section-content .content-description {
    padding-top: 0;
    text-align: center;
  }
  section.o-nas-section-content .content-description .container {
    padding: 0;
  }
  section.o-nas-section-content .content-description .description-inner .inner-text {
    padding: 0 12px;
  }
  section.usluga-section-content .content-claim-wrapper {
    text-align: center;
  }
  section.usluga-section-content .content-claim-wrapper .content-claim h2 {
    font-size: 20px;
  }
  section.usluga-section-content .content-description {
    padding-top: 0;
  }
  section.usluga-section-content .content-description .container {
    padding: 0;
  }
  section.usluga-section-content .content-description .description-inner .inner-text {
    padding: 0 12px;
  }
  section.cennik-section-content .content-inner-wrapper .inner-background {
    height: 700px;
  }
  section.cennik-section-content .content-inner-wrapper .content-inner .inner-flexbox .flexbox-service {
    width: 100%;
  }
  section.blog-section-content .content-welcome .welcome-inner .backlink span {
    font-size: 14px;
    margin-left: 30px;
  }
  section.blog-section-content .news-flexbox {
    max-width: 900px;
    padding-top: 100px;
  }
  section.blog-section-content .btn-more-products-wrapper {
    max-width: 900px;
    margin-bottom: 100px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
