#hero {
  position: relative;
}
#hero .overlay-js::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
#hero .hero-title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 32px;
  line-height: 42px;
  color: #000;
}

#hero .hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#hero .hero__btns-item {
  margin-top: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
#hero .hero__btns-item .button {
  padding: 18px 32px;
}
#hero .hero__btns-item.hero__btns-price .button {
  background-color: rgba(52, 53, 56, 0.93);

  font-family: "Montserrat-SemiBold";
}
#hero .hero__btns-item.hero__btns-price .button:hover {
  background-color: #343538;
}
#hero .hero__btns-item.hero__btns-primary .button {
  font-size: 18px;
}
#hero .hero__caption-offer {
  margin-top: 22px;
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: #343538;
}

@media screen and (min-width: 768px) {
  #hero {
    min-height: 611px;
  }
  #hero .hero-title {
    font-size: 42.5px;
    line-height: 51px;
  }
  #hero .hero__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #hero .hero__caption-offer {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  #hero .overlay-js::before {
    content: none;
  }

  #hero .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}
#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#hero .overlay-js {
  background-position: 45%;
}

.no-webp #hero .overlay-js {
  background-image: url("/images/balkonies_jpg.bg.jpg");
}
.webp #hero .overlay-js {
  background-image: url("/images/balkonies_webp.bg.webp");
}

#hero .hero__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#hero .hero__advantages > .hero__advantages-list {
  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 24px;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
#hero .hero__advantages > .hero__advantages-list .hero__advantages-ico {
  display: block;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
}
#hero .hero__advantages > .hero__advantages-list a {
  font-family: "Montserrat-Bold";
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  -webkit-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
#hero .hero__advantages > .hero__advantages-list a:hover {
  color: var(--primary);
  border-color: transparent;
}

@media screen and (min-width: 768px) {
  .no-webp #hero .overlay-js {
    background-image: url("/images/balkonies_jpg.bg.md.jpg");
  }
  .webp #hero .overlay-js {
    background-image: url("/images/balkonies_webp.bg.md.webp");
  }

  #hero .hero__wrapper {
    max-width: 60%;
  }
  #hero .hero__advantages > .hero__advantages-list {
    width: 50%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 992px) {
  .no-webp #hero .overlay-js {
    background-image: url("/images/balkonies_jpg.bg.lg.jpg");
  }
  .webp #hero .overlay-js {
    background-image: url("/images/balkonies_webp.bg.lg.webp");
  }
}
@media only screen and (min-width: 1300px) {
  #hero .overlay-js {
    background-color: #f0edea;
    background-size: contain;
  }
}
#offers-banner .offers__container {
  padding: 0;
}
#offers-banner .swiper-container {
  position: relative;
}
.promo-slider-preview {
  position: relative;
}
.offers-banner__item-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 20px;
}
.offers-banner__item-btn--more {
  margin-top: 24px;
}
.offers-banner__item-title {
  color: white;
  text-shadow: 0 0 2px black, 0 0 8px black;
  line-height: 1.4;
}
.offers-banner__item-title span {
  color: var(--primary);
  text-shadow: 0 0 4px white;
}

#offers-banner .swiper-dots-default {
  position: absolute;
  bottom: -32px !important;
}
#offers-banner .swiper-pagination-bullet {
  margin: 0 8px !important; /* overlay bootstrap styles */
}

@media screen and (min-width: 568px) {
  .offers-banner__item-body {
    width: 60%;
    padding: 24px;
  }
  .offers-banner__item-btn--more {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  #offers-banner {
    padding-left: 40px;
    padding-right: 40px;
  }
  #offers-banner .swiper-container .swiper-button-prev-large,
  #offers-banner .swiper-container .swiper-button-next-large {
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #offers-banner .swiper-container .swiper-button-next-large {
    left: auto;
    right: -35px;
  }
  #offers-banner .swiper-pagination-bullet {
    margin: 0 4px !important; /* overlay bootstrap styles */
  }

  .offers-banner__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 8px 60px;
  }
  .offers-banner__item-title {
    max-width: 60%;
    font-size: 24px;
  }
  .offers-banner__item-btn--more {
    margin: 0 0 0 24px;
  }
}
@media screen and (min-width: 992px) {
  .offers-banner__item-body {
    padding: 16px 80px;
  }
  .offers-banner__item-title {
    max-width: 50%;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1300px) {
  #offers-banner {
    padding-left: 0;
    padding-right: 0;
  }
  #offers-banner .offers__container {
    padding: 0 65px;
  }
}
.balkonies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.balkonies__item {
  width: 100%;
  margin-bottom: 1.5rem;
}
.balkonies__item-wrapper {
  background: var(--white);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.balkonies__item-picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  position: relative;

  display: block;
  padding-bottom: 80%;
}

.no-webp #balkonies .balkonies__item-picture--1 {
  background-image: url("/images/frantsuzkyi_balkon.jpg");
}
.webp #balkonies .balkonies__item-picture--1 {
  background-image: url("/images/frantsuzkyi_balkon.webp");
}

.no-webp #balkonies .balkonies__item-picture--2 {
  background-image: url("/images/take_out_on_the_windowsill.jpg");
}
.webp #balkonies .balkonies__item-picture--2 {
  background-image: url("/images/take_out_on_the_windowsill.webp");
}

.no-webp #balkonies .balkonies__item-picture--3 {
  background-image: url("/images/vynos_po_polu.jpg");
}
.webp #balkonies .balkonies__item-picture--3 {
  background-image: url("/images/vynos_po_polu.webp");
}

.balkonies__item-body {
  padding: 30px;
}
.balkonies__item-body,
.balkonies__item-footer {
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.balkonies__item-title {
  min-height: 36px;
  margin-bottom: 1rem;
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.balkonies__item-advantages {
  padding: 0 10px;
  margin-bottom: 1.6rem;
}
.balkonies__item-advantages > li {
  position: relative;
}
.balkonies__item-advantages > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.balkonies__item-advantages > li i {
  position: absolute;
  left: 4px;
  top: 4px;
  color: var(--secondary);
}
.balkonies__item-advantages > li span {
  display: inline-block;
  padding-left: 30px;
}
.balkonies__item-cost {
  margin-top: auto;
  padding-left: 10px;
}
.balkonies__item-cost span {
  font-size: 18px;
  color: #000;
}
.balkonies__item-cost span.cost-digit {
  font-family: "Montserrat-Bold";
  font-size: 20px;
}
.balkonies__item-more {
  margin-top: 2rem;
}
.balkonies__item-more:hover {
  -webkit-box-shadow: 0 0 20px var(--primary);
  box-shadow: 0 0 20px var(--primary);
}

@media screen and (min-width: 576px) {
  .balkonies__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .balkonies__item {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 768px) {
  .balkonies__item {
    width: calc(33.333% - 15px);
  }
  .balkonies__item-picture {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .balkonies__item-picture:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.balkonies-types__wrapper {
  position: relative;

  background: var(--white);

  margin: 0 -20px;
  -webkit-box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 9px -3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* TEXT BOX */
.balkonies-types__left {
  width: 100%;
  padding: 30px 20px 43px;
}
.balkonies-types__nav {
  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;
  margin: 55px 0 35px;
}

.slider-status {
  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Montserrat-Bold";
  font-size: 14px;
  color: #83818f;
  line-height: 1;
}
.slider-status--current {
  background-color: var(--primary);
  color: var(--white);
  margin-right: 17px;
}
.slider-status--total {
  margin-left: 17px;
}
.slider-status--total:before {
  content: "/";
  position: absolute;
  left: -20px;

  font-size: 20px;
  font-family: "Montserrat-Regular";
  color: #83818f;
}

.balkonies-types__item {
  background: var(--white);
  height: 100%;
}
.balkonies-types-item__inside {
  max-width: 300px;
}

.balkonies-types__item h4 {
  font-family: "Montserrat-Bold";
  color: black;
}

.balkonies-types-item__advantages {
  margin-top: 2rem;
}
.balkonies-types-item__advantages > li {
  position: relative;
}
.balkonies-types-item__advantages > li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.balkonies-types-item__advantages > li i {
  position: absolute;
  left: 4px;
  top: 4px;
  color: var(--secondary);
}
.balkonies-types-item__advantages > li span {
  display: inline-block;
  padding-left: 30px;
}

/* PICTURE BOX */
.balkonies-types-picture__box {
  display: none;
}

@media screen and (min-width: 768px) {
  .balkonies-types__wrapper {
    min-height: 682px;
    margin: 0;
  }

  .balkonies-types__left {
    width: 50%;
    padding: 60px 9.82906% 86px 5.81197%;
  }

  .balkonies-types-picture__box {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    background-color: #edf3f5;

    width: 50%;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
  .balkonies-types-picture__outside {
    position: absolute;
    width: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
  }
  .balkonies-types__picture {
    background-image: url(/images/mounting--balcony.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    margin: 0;
    padding-bottom: 116.5812% !important;
    z-index: 0;
  }

  .balkonies-types__picture .paggination__item {
    position: absolute;

    background: transparent;

    display: block;
    margin: 0;
    padding-left: 37px;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
  }

  .balkonies-types__picture .paggination__item-1 {
    top: 40.5%;
    left: 32.8%;
  }
  .balkonies-types__picture .paggination__item-2 {
    top: 9.4%;
    left: 39.5%;
  }
  .balkonies-types__picture .paggination__item-3 {
    top: 67.2%;
    left: 60.7%;
  }
  .balkonies-types__picture .paggination__item-4 {
    top: 71.4%;
    left: 14.8%;
  }
  .balkonies-types__picture .paggination__item-5 {
    top: 88.8%;
    left: 28.8%;
  }

  .paggination__pos {
    position: absolute;
    top: -4px;
    left: -3px;

    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;
    width: 30px;
    height: 30px;
    font-family: "Montserrat-Bold";
    font-size: 16px;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .paggination__pos:after,
  .paggination__pos:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
  }
  .paggination__pos:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-color: var(--primary);
  }
  .paggination__pos:before {
    display: none;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    margin-left: -42px;
    border: 1px solid var(--secondary);
    background-color: rgba(var(--secondary-rgb), 0.4);
  }
  .paggination__item.swiper-pagination-bullet-active .paggination__pos:before {
    display: block;
  }
  .paggination__item.swiper-pagination-bullet-active .paggination__pos:after {
    background-color: var(--secondary);
    -webkit-transform: scale(1.23);
    -ms-transform: scale(1.23);
    transform: scale(1.23);
  }
  .paggination__pos span {
    position: relative;

    display: inline-block;
    z-index: 1;
  }

  .paggination__title {
    position: relative;

    display: block;
    max-width: 120px;
    font-family: "Montserrat-Bold";
    font-size: 16px;
    color: #fff;
    line-height: 26px;
  }
}
#offer-banner-3 .offer__single-wrapper {
  position: relative;

  background: var(--primary);
  background: -o-linear-gradient(top, var(--secondary) 0%, var(--primary) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--secondary)),
    to(var(--primary))
  );
  background: linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px -20px;
  padding: 40px 20px 50px;
}
#offer-banner-3 .offer__single-wrapper .stock__picture {
  position: absolute;
  left: 30px;
  bottom: 0;

  max-width: 305px;
  opacity: 0.25;
}
#offer-banner-3 .stock__desc {
  max-width: 360px;
  margin: 0 auto;
  color: var(--white);
  text-align: center;
  z-index: 1;
}
#offer-banner-3 .stock__desc-right {
  margin-top: 30px;
}
#offer-banner-3 .stock__desc-title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 21px;
  line-height: 28px;
}
#offer-banner-3 .stock__desc-price {
  margin-top: 8px;
}

#offer-banner-3 .stock__desc-price .cost-new,
#offer-banner-3 .stock__desc-price .cost-old {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}
#offer-banner-3 .stock__desc-price .cost-old {
  text-decoration: line-through;
  padding-right: 13px;
}
#offer-banner-3 .stock__desc-price .cost-new {
  font-family: "Montserrat-Bold";
  font-size: 26px;
}

#offer-banner-3 .stock__desc .offer_more {
  background: var(--white);

  margin-top: 24px;
  color: var(--primary);
}
#offer-banner-3 .stock__desc .offer_more:hover {
  -webkit-box-shadow: 0 0 20px var(--white);
  box-shadow: 0 0 20px var(--white);
}

@media only screen and (min-width: 768px) {
  #offer-banner-3 .offer__single-wrapper {
    padding-left: 280px;
    margin: 0;
  }
  #offer-banner-3 .stock__desc {
    text-align: left;
    margin: 0;
    max-width: none;
  }
  #offer-banner-3 .offer__single-wrapper .stock__picture {
    opacity: 1;
  }
  #offer-banner-3 .stock__desc .stock__desc-title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 992px) {
  #offer-banner-3 .stock__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #offer-banner-3 .stock__desc-left {
    width: 45%;
  }
  #offer-banner-3 .stock__desc-right {
    width: 52.8%;
    margin-left: auto;
    margin-top: 0px;
    padding-right: 30px;
    padding-top: 6px;
  }
}
.offers-banner2__container {
  padding: 0;
}
.offers-banner2__swiper-container {
  position: relative;
}
.offers-banner2__swiper-wrapper {
  margin: 0;
}
.offers-banner2__swiper-inner {
  position: relative;
}
.offers-banner2__swiper-inner img {
  width: 100%;
}
.offers-banner2__slider-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 12px;
}
.offers-banner2__slider-title {
  font-size: 24px;
  line-height: 1.4;
}
.offers-banner2__slider-title--contrast {
  color: white;
  text-shadow: 0 0 4px var(--secondary), 0 0 8px black;
}
.offers-banner2__slider-btn--more {
  margin-top: 24px;
}

.offers-banner2__container .swiper-pagination-bullet {
  margin: 0 8px !important; /* overlay bootstrap styles */
}

@media screen and (min-width: 568px) {
  .offers-banner2__slider-body {
    width: 60%;
    padding: 24px;
  }
  .offers-banner2__slider-title {
    font-size: 28px;
  }
  .offers-banner2__slider-btn--more {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  #offers-banner2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .offers-banner2__swiper-container .swiper-button-prev-large,
  .offers-banner2__swiper-container .swiper-button-next-large {
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .offers-banner2__swiper-container .swiper-button-next-large {
    left: auto;
    right: -35px;
  }

  .offers-banner2__slider-body {
    width: 100%;
    padding: 20px 44px;
    text-align: center;
  }
  .offers-banner2__slider-title {
    font-size: 22px;
  }
  .offers-banner2__slider-btn--more {
    margin-top: 24px;
  }

  .offers-banner2__container .swiper-pagination-bullet {
    margin: 0 4px !important; /* overlay bootstrap styles */
  }
}
@media screen and (min-width: 992px) {
  .offers-banner2__slider-body {
    width: 90%;
    padding: 24px 48px;
    text-align: left;
  }
  .offers-banner2__slider-title {
    font-size: 24px;
  }
  .offers-banner2__slider-btn--more {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .offers-banner2__slider-body {
    width: 80%;
    padding: 32px 48px;
  }
  .offers-banner2__slider-title {
    font-size: 28px;
  }
  .offers-banner2__slider-btn--more {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1300px) {
  #offers-banner2 {
    padding-left: 0;
    padding-right: 0;
  }
  .offers-banner2__container {
    padding: 0 65px;
  }
}


.balkoni-fair__wrapper {
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  padding: 0 20px;
}
.fair-price__content {
  padding: 32px 0px;
}
.fair-price__content p {
  margin: 0 0 36px;
}
.fair-price__content h4 {
  font-size: 20px;
  color: black;
}
.fair__price-list {
  margin: 28px 0 16px 16px;
}
.fair__price-item {
  position: relative;

  margin-bottom: 8px;
  padding: 0 24px 0 32px;
}
.fair__price-item--index {
  position: absolute;
  left: 9px;

  font-family: "Montserrat-Bold";
  color: var(--primary);
}
.fair__price-item--text {
  padding-top: 4px;
}
.fair__button-wrapper {
  margin-top: 25px;
}

.fair-price__image {
  display: none;
}

@media screen and (min-width: 768px) {
  .balkoni-fair__wrapper {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .balkoni-fair__wrapper {
    padding: 0;
  }
  .fair-price__content {
    padding: 62px 8.54701% 69px 5.98291%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fair-price__content p {
    margin: 0 0 55px;
  }
  .fair-price__content h4 {
    font-size: 24px;
    color: black;
  }
  .fair__price-list {
    margin: 36px 0 16px 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .fair-price__image {
    position: relative;

    display: block;
    background-color: #debfa3;
    width: 34.18803%;
    min-height: 670px;
  }
  .fair-price__picture {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 5.25%;

    display: block;
    width: 124%;
    padding-bottom: 150.25%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .fair-price__picture-in {
    z-index: 0;
    background-size: contain;
  }
}

.balkoni-correct__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 -20px;
}

.no-webp #balkoni-correct .overlay-js {
  background-image: url("/images/correct.jpg");
}

.webp #balkoni-correct .overlay-js {
  background-image: url("/images/correct.webp");
}

.correct-in__images {
  position: relative;
  padding-bottom: 71.71904%;
}
.correct-in__info {
  background: white;
  padding: 32px 20px;
}
.correct-in-nav {
  display: none;
}
.correct-in-nav__item {
  position: relative;

  background: var(--background);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 33.33%;
  padding: 6px 12px 6px 20px;
  border: none;
  font-family: "Montserrat-Bold";
  text-align: left;
}
.correct-in-nav__item:not(:first-child) {
  border-top: 1px solid #d0d8dd;
}
.correct-in-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;

  background-color: var(--primary);

  display: none;
  width: 4px;
}
.correct-in-nav__item.is-active {
  background: var(--white);
}
.correct-in-nav__item.is-active::before {
  display: block;
}

#balkoni-correct .dropdown {
  margin-bottom: 2rem;
}

.correct-in__header-ico {
  margin-bottom: 1.5rem;
  font-size: 4rem;
  color: var(--primary);
}
.correct-in__tab {
  display: none;
}

.correct-in__tab.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .correct-in__images {
    margin-top: 3rem;
  }
  .balkoni-correct__wrapper {
    margin: 3rem 0 0;
  }
  #balkoni-correct .dropdown {
    display: none;
  }
  .correct-in__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .correct-in-nav {
    display: block;
    width: 210px;
    height: 100%;
    margin: 0;
    border: 1px solid #d0d8dd;
  }
  .correct-in__content {
    min-height: 270px;
    padding: 30px;
  }
  .correct-in__header-ico {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .balkoni-correct__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .correct-in__images {
    width: 50%;
    padding: 0;
    margin: 0 30px 0 0;
  }

  .correct-in__info {
    width: 50%;
  }
  .correct-in__content {
    background: var(--white);

    min-height: 452px;
  }
  .correct-in__header-ico {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .correct-in__content {
    min-height: 370px;
  }
  .correct-in__header-ico {
    margin-bottom: 3.5rem;
  }
}.balkonies-warranty__wrapper {
  position: relative;
  margin: 0 -20px;

  background-color: rgba(var(--primary-rgb), 0.9);

  color: #fff;
}

.balkonies-warranty__picture {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;

  background-position: bottom left 5%;

  padding-bottom: 90.00854%;
  z-index: 0;
}

.no-webp .balkonies-warranty__picture {
  background-image: url("/images/bg__warranty-windows.jpg");
}
.webp .balkonies-warranty__picture {
  background-image: url("/images/bg__warranty-windows.webp");
}

.balkonies-warranty__content {
  position: relative;

  max-width: 100%;
  padding: 36px 20px 0;
  margin-right: 0;
  z-index: 1;
}
.balkonies-warranty__content .section-title {
  color: var(--white);
}
.balkonies-warranty__content p {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--white);
}

@media screen and (min-width: 576px) {
  .balkonies-warranty__picture {
    padding-bottom: 70%;
    background-position: bottom left;
  }
}
@media screen and (min-width: 768px) {
  .balkonies-warranty__wrapper {
    margin: 0;
  }
  .balkonies-warranty__content {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 72px;
  }
}
@media screen and (min-width: 992px) {
  .balkonies-warranty__picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-position: bottom left 85%;
    background-size: cover;

    padding: 0;
  }
  .balkonies-warranty__content {
    max-width: 400px;
    margin-right: 20px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .balkonies-warranty__picture {
    background-position: bottom left;
  }

  .balkonies-warranty__picture::before {
    display: none;
  }
  .balkonies-warranty__content {
    margin-right: 70px;
  }
}
#works-preview .no-data__wrapper {
  text-align: center;
}
#works-preview .no-data__title {
  font-size: 2rem;
  text-align: center;
}
/* SINGLE ITEM  */
.works-preview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* SINGLE ITEM - CATEGORY */
.works-preview__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.works-preview__category h4 {
  margin-bottom: 1rem;
  padding: 8px 12px 0 0;
  font-size: 16px;
}
.works-preview__category--item {
  background-color: #fff;

  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 8px 16px;
  border: 0;
  border-radius: 25px;
  font-size: 14px;
  color: var(--primary);
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* SINGLE ITEM - DOTS */
.works-preview__images--dots {
  position: absolute;
  top: 8px !important;
  right: 6px !important;
  left: 6px !important;
  bottom: auto !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  width: auto !important;
  margin: 0;
  z-index: 2;
}
.works-preview__images--dots > * {
  background-color: transparent;
}
.works-preview__images--dots > * {
  position: relative;

  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  height: 4px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.works-preview__images--dots > *:after,
.works-preview__images--dots > *:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 2px;
  content: "";

  border-radius: 25px;
}
.works-preview__images--dots > *:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.works-preview__images--dots > *:after {
  background-color: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.works-preview__images--dots > *.swiper-pagination-bullet-active:after {
  -webkit-animation: dotLine 4.6s cubic-bezier(0.41, 0.02, 0.58, 0.99);
  animation: dotLine 4.6s cubic-bezier(0.41, 0.02, 0.58, 0.99);
}
.works-preview__images--dots.first-scroll
  > *.swiper-pagination-bullet-active:after {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
@-webkit-keyframes dotLine {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes dotLine {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* SINGLE ITEM - IMAGES */
.works-preview__images {
  position: relative;
  padding-bottom: 68.25939%;
  -webkit-box-shadow: 8px 8px 0 var(--primary);
  box-shadow: 8px 8px 0 var(--primary);
}
.works-preview__images--list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.works-preview__images--list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  background: -o-linear-gradient(
    top,
    rgba(30, 31, 33, 0) 0%,
    rgba(30, 31, 33, 0.45) 100%
  );

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(30, 31, 33, 0)),
    to(rgba(30, 31, 33, 0.45))
  );

  background: linear-gradient(
    180deg,
    rgba(30, 31, 33, 0) 0%,
    rgba(30, 31, 33, 0.45) 100%
  );

  height: 140px;
  pointer-events: none;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 1;
}
.works-preview__images--item {
  position: relative;

  background-color: #f0f6fa;

  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 68.25939%;
}
.works-preview__images--in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.works-preview__images--blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: block;
  -webkit-filter: blur(54px);
  filter: blur(54px);
}
.works-preview__image {
  position: relative;
}

/* SINGLE ITEM - CONTENT */
.works-preview__content {

    width:100%;
  padding: 30px 0 0;
}
.works-preview__content--title {
  display: inline;
  border-bottom: 1px solid var(--primary);
  font-family: "Montserrat-Bold";
  font-size: 28px;
  line-height: 38px;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.works-preview__content--title:hover {
  border-color: transparent;
}
.works-preview__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem 0 2rem;
}
.works-preview__properties--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.works-preview__properties--item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.works-preview__properties--item__title {
  position: relative;

  padding-right: 8px;
  top: 2px;
  font-size: 16px;
  line-height: 24px;
}
.works-preview__properties--item__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.works-preview__description > li {
  position: relative;
  padding-left: 26px;
}
.works-preview__description > li:not(:first-child) {
  margin-top: 12px;
}
.works-preview__description > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;

  background-color: var(--primary);

  width: 7px;
  height: 7px;
}

@media screen and (min-width: 768px) {
  #works-preview {
    position: relative;
  }
  #works-preview::before {
    content: "";
    position: absolute;
    bottom: -20%;

    background-color: #fff;

    width: 100%;
    height: 65%;
    pointer-events: none;
  }

  .works-preview__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .works-preview__aside {
    position: relative;

    -webkit-box-flex: 0;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;
    width: 50%;
    min-width: 0;
    margin-right: 3rem;
    padding-bottom: 8px;
    z-index: 1;
  }

  .works-preview__category {
    margin-top: 3rem;
  }

  .works-preview__category--item {
    background-color: #f1f6fa;
  }

  .works-preview__properties {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 4rem;
  }
  .works-preview__properties--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .works-preview__aside {
    margin-right: 9.90606%;
  }

  .works-preview__category {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .works-preview__category h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
}
.guestbook-preview__content {
  padding-bottom: 2rem;
}
.guestbook-preview__content .no-data__wrapper {
  text-align: center;
}
.guestbook-preview__content .no-data__title {
  font-size: 2rem;
  text-align: center;
}
.guestbook-preview__list {
  padding-bottom: 2rem;
}
.guestbook-preview__item .video-review__pic {
  position: relative;

  display: block;
  padding-bottom: 56.2963%;
}
.guestbook-preview__item .video-review__pic-in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: block;
}
.guestbook-preview__item .video-review__pic-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(52, 53, 56, 0.12);
}
.guestbook-preview__item .video-review__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0;
  width: 48px;
  height: 33.88px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.guestbook-preview__item .video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}
.guestbook-preview__item .video__button-icon {
  fill: #ffffff;
}
.guestbook-preview__item .video__button:focus {
  outline: none;
}
.guestbook-preview__item:hover .video__button-shape,
.guestbook-preview__item .video-review__play:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}
.guestbook-preview__item .video-review__header {
  display: block;
  margin-top: 27px;
  padding-right: 28px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Montserrat-Bold";
  line-height: 22px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.guestbook-preview__item .video-review__date {
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  line-height: 18px;
}
.guestbook-preview__content .swiper-pagination-bullet {
  margin: 0 8px !important; /* overlay bootstrap styles */
}

@media screen and (min-width: 768px) {
  .guestbook-preview__list {
    padding-bottom: 3rem;
  }
  .guestbook-preview__content .swiper-pagination-bullet {
    margin: 0 4px !important; /* overlay bootstrap styles */
  }
}
#seo {
display:none;
}
#seo p {
  margin: 16px 0;
}
#seo a {
  border-bottom: 1px solid;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
#seo h4 {
  font-size: 16.8px;
  line-height: 22.4px;
}
#seo a:hover {
  color: var(--primary);
}
#seo h1 + ol,
#seo h1 + p,
#seo h1 + ul {
  margin-top: 24px;
}
#seo ol + h2,
#seo p + h2,
#seo ul + h2,
#seo h2 + h3 {
  margin-top: 32px;
}
#seo h3 + ol,
#seo h3 + p,
#seo h3 + ul {
  margin-top: 24px;
}
#seo h3 {
  font-size: 21px;
  line-height: 28px;
}
#seo ol + h3,
#seo p + h3,
#seo ul + h3 {
  margin-top: 36px;
}
#seo ol + h4,
#seo ol + h5,
#seo ol + h6,
#seo p + h4,
#seo p + h5,
#seo p + h6,
#seo ul + h4,
#seo ul + h5,
#seo ul + h6 {
  margin-top: 40px;
}
#seo h4 + ol,
#seo h4 + p,
#seo h4 + ul,
#seo h5 + ol,
#seo h5 + p,
#seo h5 + ul,
#seo h6 + ol,
#seo h6 + p,
#seo h6 + ul {
  margin-top: 24px;
}
#seo h2 + ol,
#seo h2 + p,
#seo h2 + ul {
  margin-top: 24px;
}
#seo p + ol,
#seo p + ul {
  margin-top: 20px;
}
#seo ol + p,
#seo ul + p {
  margin-top: 28px;
}
#seo ol,
#seo ul {
  margin-left: 16px;
}
#seo ol > li,
#seo ul > li {
  position: relative;
  padding: 0 0 0 28px;
  margin: 8px 0 0;
}
#seo ol > li {
  padding: 0;
}
#seo ul:not([class]) > :first-child {
  margin-top: 0;
}
#seo ul > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;

  background-color: var(--primary);

  width: 8px;
  height: 8px;
}
#seo ol {
  list-style: decimal;
}

@media screen and (min-width: 768px) {
  #seo h4 {
    font-size: 24px;
    line-height: 32px;
  }
  #seo h1 + ol,
  #seo h1 + p,
  #seo h1 + ul {
    margin-top: 32px;
  }
  #seo ol + h2,
  #seo p + h2,
  #seo ul + h2,
  #seo h2 + h3 {
    margin-top: 44px;
  }
  #seo h3 + ol,
  #seo h3 + p,
  #seo h3 + ul {
    margin-top: 36px;
  }
  #seo h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #seo ol + h3,
  #seo p + h3,
  #seo ul + h3 {
    margin-top: 52px;
  }
  #seo ol + h4,
  #seo ol + h5,
  #seo ol + h6,
  #seo p + h4,
  #seo p + h5,
  #seo p + h6,
  #seo ul + h4,
  #seo ul + h5,
  #seo ul + h6 {
    margin-top: 56px;
  }
  #seo h4 + ol,
  #seo h4 + p,
  #seo h4 + ul,
  #seo h5 + ol,
  #seo h5 + p,
  #seo h5 + ul,
  #seo h6 + ol,
  #seo h6 + p,
  #seo h6 + ul {
    margin-top: 36px;
  }
  #seo h2 + ol,
  #seo h2 + p,
  #seo h2 + ul {
    margin-top: 36px;
  }
  #seo p + ol,
  #seo p + ul {
    margin-top: 28px;
  }
  #seo ol,
  #seo ul {
    margin-left: 20px;
  }
  #seo ol + p,
  #seo ul + p {
    margin-top: 40px;
  }
  #seo ol > li,
  #seo ul > li {
    padding: 0 0 0 36px;
    margin: 12px 0 0;
  }
  #seo ol > li {
    padding: 0;
  }
}
