
/**/
.top-block {
  background: url(/assets/static/pages/main/img.v2/top.webp), #3c3c3b;
  background-size: cover;
  border-radius: 4px;
  padding: 3.43rem;
  color: #F9FAFC
}

.top-block__title {
  font-weight: 700;
  margin-bottom: 1.71rem;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em
}

.top-block__title h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em;
  display: inline;
  margin-bottom: 0
}

.top-block__subtitle {
  width: 43rem;
  font-size: 1.86rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 1.71rem
}

.top-block__btn {
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 2rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4)
}

.top-block__price {
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.04em
}

.top-block__price-text {
  font-size: 1.86rem
}

.top-block__price-unit {
  font-size: 2.8rem
}

.top-block__list {
  list-style: none
}

.top-block__list li {
  position: relative;
  margin-bottom: 1.71rem;
  padding-left: 2.6rem
}

.top-block__list li:before {
  content: '\2014';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 2rem;
  color: #F9FAFC
}

@media (max-width: 639px) {
  .top-block {
    background: url(/assets/static/pages/main/img.v2/topMob.webp), #3c3c3b;
    background-size: cover;
    padding: 6rem 2rem
  }

  .top-block__title {
    font-size: 4rem;
    margin-bottom: 3rem
  }

  .top-block__title h1 {
    font-size: 4rem
  }

  .top-block__first-title {
    font-size: 3rem;
    margin-bottom: 3rem
  }

  .top-block__subtitle {
    width: 100%;
    font-size: 2.25rem;
    margin-bottom: 2.5rem
  }

  .top-block__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    padding: 0
  }

  .top-block__price {
    font-size: 4rem
  }

  .top-block__price-text {
    font-size: 2.25rem
  }
}

.okno-mount__block {
  display: flex;
  justify-content: space-between;
  margin: 2.3rem 0
}

.okno-mount__item {
  width: 33%
}

.okno-mount__item-img {
  margin-bottom: 1.14rem
}

.okno-mount__item-img img {
  display: block;
  width: 4rem;
  height: auto
}

.okno-mount__item-text {
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 500
}

.okno-mount__item-ext {
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 116%;
  margin-top: 0.5rem
}

.okno-mount__btn {
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 1rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4)
}

.okno-mount__item-quest {
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  position: relative
}

.okno-mount__item-quest-ico {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/static/pages/okna.v3/img/icoQuest16.svg);
  background-size: cover;
  cursor: pointer;
  transition: all .2s ease
}

.okno-mount__item-hint {
  position: absolute;
  display: none;
  padding: 8px;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.03em;
  font-weight: 400;
  width: 320px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  transition: all .2s ease;
  cursor: initial
}

.okno-mount__item-hint:after {
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: -7px;
  top: calc(50% - 7px);
  z-index: -1
}

.okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint:after,
.okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint:after {
  right: auto;
  left: -7px
}

.okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint {
  left: 32px;
  top: -64px
}

.okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint {
  left: 32px;
  top: -56px
}

.okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint {
  right: 32px;
  top: -66px
}

.okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint {
  right: 32px;
  top: -44px
}

.okno-mount__block.is-hint-opened .okno-mount__item:not(.okno-mount__item_active) {
  opacity: 0.4
}

.okno-mount__block.is-hint-opened .okno-mount__item:not(.okno-mount__item_active) .okno-mount__item-quest {
  pointer-events: none
}

.okno-mount__item.okno-mount__item_active .okno-mount__item-quest-ico {
  background: url(/assets/static/pages/okna.v3/img/icoX16.svg);
  background-size: cover
}

.okno-mount__item.okno-mount__item_active .okno-mount__item-hint {
  display: block;
  z-index: 10
}

@media (max-width: 639px) {
  .okno-mount__block {
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 0
  }

  .okno-mount__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    position: relative
  }

  .okno-mount__item-text .accent {
    display: inline
  }

  .okno-mount__item-text {
    font-size: 2.25rem;
    text-align: left
  }

  .okno-mount__item-ext {
    font-size: 2.125rem;
    margin-top: 1rem
  }

  .okno-mount__item-img img {
    width: 48px;
    min-width: 48px
  }

  .okno-mount__item-img {
    margin-bottom: 0;
    margin-right: 2rem
  }

  .okno-mount__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    padding: 0
  }

  .okno-mount__item-quest {
    position: inherit
  }

  .okno-mount__item-hint {
    width: 100%
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint {
    left: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint {
    left: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint {
    right: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint {
    right: 0;
    top: calc(100% + 16px)
  }

  .okno-mount__item-hint:after {
    content: '';
    top: -7px;
    z-index: -1
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint:after {
    right: auto;
    left: 212px
  }

  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint:after {
    right: auto;
    left: 175px
  }

  .okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint:after {
    right: auto;
    left: 180px
  }

  .okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint:after {
    right: auto;
    left: 264px
  }
}


.gallery-block__slider {
  margin: 2.9rem 0
}

.gallery-block__slide-img {
  border-radius: 4px;
  margin-bottom: 0;
  display: block
}

.gallery-block__slide-text {
  display: none;
  font-size: 1.21rem;
  line-height: 140%;
  width: 90%;
  margin: 0 auto
}

.gallery-block__slider-ctrl {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 104px;
  width: 100%
}

.gallery-block__slider-ctrl .sw__slider--dotted-button {
  width: 40px;
  height: 40px;
  background: url(/assets/static/misc/slider/ctrl-right.svg), #F0FAFF;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-prev {
  left: 0
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-next {
  right: 0
}

.gallery-block__slider-ctrl .sw__slider--dotted-button.active,
.gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
  background-image: url(/assets/static/misc/slider/ctrl-right.svg);
  background-size: 18px
}

.gallery-block__slider-ctrl .swiper-pagination-bullet {
  width: 24px;
  height: 24px
}

.gallery-block__slider-ctrl .swiper-pagination-bullet:after {
  border: 2px solid #EEF1F7;
  background: #A2A2A1;
  width: 12px;
  height: 12px
}

.gallery-block__slider-ctrl .swiper-pagination-bullet-active:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
  transition: all .5s ease-out
}

.gallery-block__slider-ctrl .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  background: #A2A2A1;
  border-color: #A2A2A1
}

.gallery-block__slider .swiper-pagination {
  display: none
}

@media (max-width: 991px) and (min-width: 640px) {
  .gallery-block__slider .sw__slider--dotted-button {
    display: block !important
  }

  .gallery-block__slider .swiper-pagination {
    display: none
  }
}

@media (max-width: 639px) {
  .gallery-block {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05)
  }

  .gallery-block__title {
    width: 100%
  }

  .gallery-block__slider {
    margin-top: 4rem
  }

  .gallery-block__slide-text {
    width: 100%;
    text-align: center;
    font-size: 1.5rem
  }

  .gallery-block__slider-ctrl {
    margin: 0 auto;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 300px
  }

  .gallery-block__slider .swiper-pagination {
    display: block
  }
}

.b-gallery .gallery-block__slider {
  margin: 0;
}

.b-gallery .gallery-block__slide-text {
  display: block;
  text-align: center;
}


.b-gallery .gallery-block__slide-img {
  margin-bottom: 1.71rem;
}

.b-gallery .gallery-block__slider-ctrl {
  max-width: 104px;
  margin: 24px auto 0 0;
  position: relative;
  left: auto;
  bottom: auto;
}

.b-gallery .gallery-block__slider-ctrl .sw__slider--dotted-button {
  background: url(/assets/static/misc/slider/ctrl-right.svg), #fff;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 639px) {
  .b-gallery .gallery-block__slider-ctrl {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
    .b-gallery .gallery-block__slider-ctrl {
    max-width: 7.43rem;
    margin: 1.71rem auto 0 0;
    height: 2.91rem;
  }

  .b-gallery .gallery-block__slider-ctrl .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem;
  }
  
  .okno-mount__item-quest {
    width: 1.14rem;
    height: 1.14rem;
    top: 0.21rem
  }

  .okno-mount__item-quest-ico {
    width: 1.14rem;
    height: 1.14rem
  }

  .okno-mount__item-hint {
    padding: 0.57rem;
    font-size: 1rem;
    width: 22.9rem
  }

  .okno-mount__item-hint:after {
    width: 1.14rem;
    height: 1.14rem;
    right: -0.5rem;
    top: calc(50% - 0.5rem)
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint:after,
  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint:after {
    left: -0.5rem
  }

  .okno-mount__block .okno-mount__item:first-child .okno-mount__item-hint {
    left: 2.29rem;
    top: -4.57rem
  }

  .okno-mount__block .okno-mount__item:nth-child(2) .okno-mount__item-hint {
    left: 2.29rem;
    top: -4rem
  }

  .okno-mount__block .okno-mount__item:nth-child(3) .okno-mount__item-hint {
    right: 2.29rem;
    top: -4.71rem
  }

  .okno-mount__block .okno-mount__item:nth-child(4) .okno-mount__item-hint {
    right: 2.29rem;
    top: -3.14rem
  }

  .gallery-block__slide-img {
    border-radius: 0.29rem
  }

  .gallery-block__slider-ctrl {
    left: 1.71rem;
    bottom: 1.71rem;
    max-width: 7.43rem;
    height: 2.91rem
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button.active,
  .gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
    background-size: 1.29rem
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet {
    width: 1.71rem;
    height: 1.71rem
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet:after {
    border: 0.14rem solid #EEF1F7;
    width: 0.86rem;
    height: 0.86rem
  }

  .gallery-block__slide-text {
    bottom: 2rem;
    right: 5.8rem;
    border-radius: 0.29rem;
    padding: 1.14rem
  }

  .gallery-block__slide-text div {
    margin-bottom: 0.57rem
  }

  .gallery-block__slide-text:after {
    width: 0.57rem;
    height: 1.14rem;
    right: -0.57rem;
    bottom: 0.86rem
  }

  .gallery-block__slide-hint-btn {
    bottom: 2rem;
    right: 2rem;
    width: 2.9rem;
    height: 2.9rem
  }

  .gallery-block__slide-hint-btn:after {
    top: calc(50% - 0.57rem);
    left: calc(50% - 0.57rem);
    height: 1.14rem;
    width: 1.14rem;
    background-repeat: no-repeat;
    background-size: contain
  }

  .gallery-block__slide-hint-btn:before {
    height: 3rem;
    width: 3rem
  }


  iframe {
    height: 31rem
  }
}

.sert-block {
  background: url(/assets/static/pages/main/img.v2/certBgLight@2x.webp), #EEF1F7;
  background-size: cover;
  display: flex;
  padding-right: 0;
  align-items: start;
  justify-content: space-between
}

.sert-block__text {
  width: 29rem
}

.sert-block__slider {
  width: calc(100% - 29rem);
  padding-left: 3rem
}

.sert-block .swiper-button-disabled.sw__slider--dotted-button {
  opacity: .42;
  pointer-events: none;
  cursor: auto
}

.sert-block .swiper-button-disabled.sw__slider--dotted-button:hover {
  background-size: 16px;
  pointer-events: none;
  cursor: auto
}

.sert-block .sw__slider--dotted-button {
  width: 40px;
  height: 40px;
  background: url(/assets/static/misc/slider/ctrl-right.svg), #f5f5f5;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0
}

.sert-block .sw__slider--dotted-button-prev {
  left: 0
}

.sert-block .sw__slider--dotted-button-next {
  right: 0
}

.sert-block .sw__slider--dotted-button.active,
.sert-block .sw__slider--dotted-button:hover {
  background-image: url(/assets/static/misc/slider/ctrl-right.svg);
  background-size: 18px
}

.sert-block .swiper-pagination-bullet {
  width: 24px;
  height: 24px
}

.sert-block .swiper-pagination-bullet:after {
  border: 2px solid #49413f;
  background: #A2A2A1;
  width: 12px;
  height: 12px
}

.sert-block .swiper-pagination-bullet-active:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
  transition: all .5s ease-out
}

.sert-block .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  background: #A2A2A1;
  border-color: #A2A2A1
}

.sert-block .sw__slider-controls {
  max-width: 104px;
  margin: 24px auto 0 12px
}

.sert-block .swiper-pagination {
  display: none
}

@media (max-width: 991px) {
  .sert-block .sw__slider-controls {
    max-width: 100%;
    margin: 10px auto 0 0
  }

  .sert-block .swiper-pagination {
    display: block
  }
}

@media (max-width: 639px) {
  .sert-block {
    flex-direction: column;
    padding-right: 2rem;
    align-items: flex-start
  }

  .sert-block__text {
    width: 100%;
    margin-bottom: 4rem
  }

  .sert-block__slider {
    width: calc(100% + 4rem);
    padding-left: 0;
    margin-right: -2rem;
    margin-left: -2rem
  }
}

.sert-block__item {
  width: 269px;
  background: #FFF;
  border-radius: 4px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px 8px 24px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  color: #3c3c3b
}

.sert-block__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px
}

.sert-block__item-content {
  padding-left: 8px;
  position: relative
}

.sert-block__item-img {
  border-radius: 4px;
  display: block
}

.sert-block__item-type,
.sert-block__item-title,
.sert-block__item-law {
  margin-bottom: 8px
}

.sert-block__item-type {
  font-weight: 500;
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.03em;
  color: #828282
}

.sert-block__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 116%;
  letter-spacing: 0.02em
}

.sert-block__item-law {
  font-weight: 700;
  font-size: 21px;
  line-height: 116%;
  letter-spacing: 0.03em
}

.sert-block__item-img_full {
  padding: 60px;
  background: #fff
}

.sert-block__item-img_full img {
  height: calc(100vh - 150px)
}

@media (min-width: 1920px) {
  .sert-block .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem
  }

  .sert-block .sw__slider--dotted-button.active,
  .sert-block .sw__slider--dotted-button:hover {
    background-size: 1.29rem
  }

  .sert-block .sw__slider-controls {
    max-width: 7.43rem;
    height: 2.91rem;
    margin: 1.71rem auto 0 0.86rem
  }

  .sert-block .swiper-button-disabled.sw__slider--dotted-button:hover {
    background-size: 1.14rem
  }

  .sert-block__item {
    width: 19.2rem;
    border-radius: 0.29rem;
    margin-right: 0.86rem;
    margin-left: 0.86rem;
    margin-bottom: 0.57rem;
    padding: 0.57rem 0.57rem 2rem
  }

  .sert-block__item-top {
    margin-bottom: 1.14rem
  }

  .sert-block__item-content {
    padding: 0 0.57rem
  }

  .sert-block__item-content:before {
    height: 4.29rem;
    top: -4.36rem
  }

  .sert-block__item-img {
    border-radius: 0.29rem
  }

  .sert-block__item-type,
  .sert-block__item-title,
  .sert-block__item-law {
    margin-bottom: 0.57rem
  }

  .sert-block__item-type {
    font-size: 1rem
  }

  .sert-block__item-title {
    font-size: 1.14rem
  }

  .sert-block__item-law {
    font-size: 1.5rem
  }

  .sert-block__item-img_full {
    padding: 4.29rem
  }

  .sert-block__item-img_full img {
    height: calc(100vh - 10.7rem)
  }

}

/**/
/**/

.b-glazing {
  background: #f5f5f5;
}

.b-glazing__tabbed {
  margin-top: 3.43rem;
}

.b-glazing__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*  -webkit-justify-content: space-between;*/
  -ms-flex-pack: distribute;
  /*  justify-content: space-between;*/
  justify-content: flex-start;
  text-align: left;
  margin: 0 0 4rem;
  border: none
}

.b-glazing__tab {
  position: relative;
  width: 250px;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  /*  text-transform: uppercase;*/
  border: 0;
  border-radius: 0;
  justify-content: flex-start;
}

.b-glazing__tab h2,
.b-glazing__tab .b-glazing__tab-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0
}

.b-glazing__tab span {
  margin: 0;
  padding-bottom: 2px;
  background-image: -webkit-linear-gradient(left, #ff5f00 33%, rgba(255, 255, 255, 0) 0);
  background-image: linear-gradient(to right, #ff5f00 33%, rgba(255, 255, 255, 0) 0);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x
}

.b-glazing__tab.current {
  font-size: 2.2rem;
  color: #3C3C3B;
  cursor: default
}

.b-glazing__tab.current,
.b-glazing__tab.current span {
  box-shadow: none;
  border: 0 transparent;
  background: 0 0;
}

.b-glazing__tab:hover {
  background: 0 0
}

.b-glazing__tab-hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-transform: initial;
  font-size: 1.5rem;
  font-weight: 500;
  color: #636362;
  -webkit-transition: all .2s cubic-bezier(0, 0, 1, 1.61);
  transition: all .2s cubic-bezier(0, 0, 1, 1.61)
}

.b-glazing__tab-hint .accent {
  font-weight: 700;
  font-size: 1.71rem;
}

.b-glazing__tab.tab.current .b-glazing__tab-hint {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 1;
  visibility: visible
}

@media (min-width:768px) {
  .b-glazing__tab.fake {
    display: none
  }
}

@media (max-width:767px) {
  .b-glazing__tabs {
    margin-bottom: 0
  }

  .box {
    display: block;
  }

  .box:not(.visible) .b-glazing__content,
  .box:not(.visible) .page__opts-nav,
  .box:not(.visible) .b-glazing__nav-zakaz-mob {
    display: none
  }

  .b-glazing__tab.fake {
    display: block;
    width: auto;
    font-size: 2.625rem;
    text-align: left;
    margin: 0;
    color: #F26422;
    font-weight: 700;
    font-size: 2.25rem;
  }

  .b-glazing__tab.fake.current {
    font-size: 2.625rem;
    font-weight: 700;
    text-align: left;
    color: #3c3c3b;
    margin-bottom: 7rem;
  }

  .tab:not(.fake) {
    display: none
  }

  .b-glazing__tab-hint {
    top: 0;
    font-size: 2.25rem;
  }

  .b-glazing__tab-hint .accent {
    font-size: 2.625rem;
  }

  .b-glazing .box.visible {
    /*    margin-bottom: 30px;*/
  }

  .b-glazing .box:not(.visible) {
    padding: 0;
    /*    margin: 0 -8px;*/
    margin: 0;
    height: 6rem;
    line-height: 6rem;
    /*    border-top: 8px solid #fff;*/
    /*    border-bottom: 8px solid #fff;*/
  }

  .b-glazing .box.visible {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }

  .b-glazing .box:not(.visible) + .box:not(.visible) {
    border-top: none;
    height: 6rem;
  }
}


.b-glazing__block {
  display: flex;
  justify-content: space-between;
  margin: 1.71rem 0;
}

.b-glazing__item {
  width: 33%;
  text-align: left;
}

.b-glazing__item-img {
  margin-bottom: 1.14rem;
}

.b-glazing__item-img img {
  display: block;
  /*  margin: 0 auto;*/
  width: 4rem;
  height: auto;
}

.b-glazing__item-text {
  /*  font-size: 1.3rem;*/
  line-height: 116%;
  font-weight: 500;
}

.b-glazing__item-text .accent {
  font-weight: 500;
  display: block;
}

.b-glazing__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.43rem;
}

.b-glazing__nav-btn {
  font-size: 1.7rem;
  line-height: 108%;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #F26422;
  cursor: pointer;
}

.b-glazing__nav-zakaz {
  font-weight: 500;
  /*  width: 27rem;*/
  font-size: 1.9rem;
  height: 4.6rem;
  line-height: 4.6rem;
  box-shadow: 0px 4px 23px rgba(242, 100, 34, 0.24);
}

.b-glazing__nav-zakaz-mob {
  display: none;
}

.b-glazing__types {
  /*
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2.9rem -12px -24px;
*/
}

.b-glazing__types-slider {
  margin: 2.9rem -12px -24px;
}

.b-glazing__types-item {
  background: #fff;
  border-radius: 4px;
  padding: 24px 16px;
  width: 269px;
  font-size: 18px;
  margin: 0 12px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b-glazing__types-item-title {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 116%;
}

.b-glazing__types-item-img {
  width: 56px;
  margin-bottom: 16px;
}

.b-glazing__types-item-price {
  margin-top: 18px;
  font-weight: 500;
}

.b-glazing__types-item-price .accent {
  font-size: 24px;
}

@media (max-width:767px) {
  .b-glazing__nav {
    display: none;
  }

  .b-glazing__block {
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .b-glazing__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
  }

  .b-glazing__item-text .accent {
    display: inline;
  }

  .b-glazing__item-text {
    font-size: 2.25rem;
    text-align: left;
  }

  .b-glazing__item-img img {
    width: 48px;
    min-width: 48px;
  }

  .b-glazing__item-img {
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .b-glazing__nav-zakaz-mob {
    display: block;
    width: 100%;
    margin-top: 4rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    padding: 0;
    box-shadow: 0px 4px 23px rgba(242, 100, 34, 0.24);
  }
}


@media (max-width: 639px) {
  .b-glazing {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  }

  .b-glazing__types {
    /*
    flex-direction: column;
    align-items: center;
    margin: 1.71rem -12px 0;
*/
  }

  .b-glazing__types-slider {
    margin: 3rem -12px 0;
  }

  .b-glazing__types-item {
    font-size: 16px;
    margin: 0 8px;
  }

  .b-glazing__types-item-title {
    margin-bottom: 18px;
  }

  .b-glazing__types-item-img {}

}

/**/
/**/

.b-decor {
  background: url(/assets/static/pages/balcony.v3/base/img/balcony@2x.webp) 100% no-repeat #e2f4fe;
  background-size: contain;
  position: relative;
}

.b-decor__content {
  width: 34rem;
}

.b-decor__opts {
  /*  display: flex;*/
  margin-top: 1rem;
  /*  justify-content: space-between;*/
}

.b-decor__opts.b-decor__opts_lg {
  display: flex;
}

.b-decor__opts.b-decor__opts_sm {
  display: none;
}


.b-decor__img {
  display: none;
}

.b-decor__opts-item-title {
  line-height: 116%;
}

.page__decoration-view {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 465px;
  padding: 0
}

.page__decoration-attrs-ico {
  width: 32px;
  height: 32px;
  background: url(/assets/static/pages/balcony/img/icon-plus-big.svg);
  cursor: pointer
}

.page__decoration-attrs-info {
  position: absolute;
  top: -3px;
  left: -225px;
  z-index: 10;
  width: 260px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25098);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s cubic-bezier(0, 0, 1, 1.61);
  transition: all .2s cubic-bezier(0, 0, 1, 1.61)
}

.page__decoration-attrs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  cursor: pointer
}

.page__decoration-attrs-close:after,
.page__decoration-attrs-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -10px;
  display: block;
  height: 1px;
  width: 17px;
  background-color: #3c3c3b;
  cursor: pointer;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.page__decoration-attrs-close:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.active .page__decoration-attrs-close:after,
.active .page__decoration-attrs-close:before {
  -webkit-animation: closeRotate .2s 1;
  animation: closeRotate .2s 1
}

@-webkit-keyframes closeRotate {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  50% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
  }
}

@keyframes closeRotate {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  50% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
  }
}

.page__decoration-attrs-title {
  margin-bottom: 5px;
  font-size: 18px
}

.page__decoration-attrs-text {
  margin-bottom: 5px
}

.page__decoration-attrs-price {
  font-size: 15px;
  font-weight: 500
}

.page__decoration-attrs-price .orange {
  font-size: 20px
}

.active .page__decoration-attrs-info {
  opacity: 1;
  visibility: visible
}

.page__decoration-attrs {
  position: relative;
  height: 100%
}

.page__decoration-attrs-el {
  position: absolute
}

.page__decoration-attrs-el:nth-child(1) {
  top: 9%;
  left: 35%
}

.page__decoration-attrs-el:nth-child(2) {
  top: 18%;
  left: 65%
}

.page__decoration-attrs-el:nth-child(3) {
  top: 35%;
  left: 32%
}

.page__decoration-attrs-el:nth-child(4) {
  top: 48%;
  left: 60%
}

.page__decoration-attrs-el:nth-child(5) {
  top: 56%;
  left: 32%
}

.page__decoration-attrs-el:nth-child(6) {
  bottom: 37%;
  right: 10%
}

.page__decoration-attrs-el:nth-child(7) {
  bottom: 20%;
  left: 65%
}


@media (max-width: 639px) {
  .b-decor {
    background: #F0FAFF;
  }

  .b-decor__img {
    display: block;
    margin-top: 2rem;
  }

  .b-decor__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3rem;
  }

  .b-decor__opts.b-decor__opts_lg {
    display: none;
  }

  .b-decor__opts.b-decor__opts_sm {
    display: flex;
    justify-content: space-between;
  }

  .b-decor__opts {
    margin: 3rem 0 0;
    flex-direction: column;
  }

  .b-decor__opts-item {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }

  .b-decor__opts-item:last-child {
    margin-bottom: 0;
  }

  .b-decor__opts-item img {
    margin-right: 2rem;
    width: 48px;
  }

  .b-decor__opts-item .fo-block__text {
    font-size: 2rem;
  }

  .b-decor__content__text {
    /*    order: 4;*/
  }

  .page__decoration-view {
    position: relative;
    width: 100%;
    height: 455px;
    background: url(/assets/static/pages/balcony.v3/base/img/balcony@2x.webp) 100% no-repeat;
    background-size: cover;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .page__decoration-attrs {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px
  }

  .page__decoration-attrs {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    margin: 0 -.5rem;
    overflow: hidden
  }


  .page__decoration-attrs-el:nth-child(1) {
    left: 5%
  }

  .page__decoration-attrs-el:nth-child(2) {
    left: 45%
  }

  .page__decoration-attrs-el:nth-child(3) {
    left: 8%
  }

  .page__decoration-attrs-el:nth-child(4) {
    left: 45%
  }

  .page__decoration-attrs-el:nth-child(5) {
    left: 5%
  }

  .page__decoration-attrs-el:nth-child(6) {
    right: 25%
  }

  .page__decoration-attrs-el:nth-child(7) {
    left: 45%
  }

  .page__decoration-attrs-info {
    left: 0
  }

  .page__decoration-attrs-el:nth-child(2) .page__decoration-attrs-info,
  .page__decoration-attrs-el:nth-child(4) .page__decoration-attrs-info {
    left: -105px
  }

  .page__decoration-attrs-el:nth-child(6) .page__decoration-attrs-info {
    left: -175px
  }

  .page__decoration-attrs-el:nth-child(7) .page__decoration-attrs-info {
    top: -20px;
    left: -120px
  }
}

@media (max-width:375px) {
  .page__decoration-view {
    background-image: url(/assets/static/pages/balcony.v3/base/img/balcony-mob@2x.webp);
    background-size: cover
  }
}

@media (min-width: 1920px) {
  .page__decoration-view {
    width: 33.3rem;
  }

  .page__decoration-attrs-ico {
    width: 2.29rem;
    height: 2.29rem;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .page__decoration-attrs-info {
    top: -0.21rem;
    left: -16.07rem;
    width: 18.57rem;
    padding: 1.07rem 1.43rem;
    border-radius: 0.14rem;
  }

  .page__decoration-attrs-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .page__decoration-attrs-close:after,
  .page__decoration-attrs-close:before {
    margin-left: -0.71rem;
    height: 0.07rem;
    width: 1.21rem;
  }

  .page__decoration-attrs-title {
    margin-bottom: 0.36rem;
    font-size: 1.29rem
  }

  .page__decoration-attrs-text {
    margin-bottom: 0.36rem
  }

  .page__decoration-attrs-price {
    font-size: 1.07rem;
  }

  .page__decoration-attrs-price .orange {
    font-size: 1.43rem
  }

}

/**/
/**/
.p-min-price__title {
  width: 40rem;
}

.p-min-price__item {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 1.71rem;
  box-shadow: 0px 16px 64px rgb(0 0 0 / 8%);

}

.p-min-price__item-title {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 108%;
  letter-spacing: 0.04em;
}


.p-min-price__row {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.04em;
  margin-bottom: 1.71rem;
}

.p-min-price__row:last-child {
  margin-bottom: 0;
}

.p-min-price__row-title {
  padding-right: 1.71rem;
  width: 75%;
}

.p-min-price__row-price {
  /*  text-align: right;*/
  width: 25%;
}

@media (max-width:639px) {
  .p-min-price__title {
    width: 100%;
  }

  .p-min-price__item {
    margin-bottom: 0;
    padding: 2rem;
  }

  .p-min-price__row {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 2rem;
  }

}

@media (min-width: 1920px) {
  .p-min-price__item {
    border-radius: 0.57rem;
  }
}

.fn--fs-slider_v2 .fs--slider-button:after,
.fn--fs-slider_v2 .sw__slider-fs-mode:after,
.fn--fs-slider_v2 .sw__slider-fs-mode:before {
  content: '';
  -webkit-transition: all .2s ease
}

.fn--fs-slider_v2 .sw__slider-controls--fake-button {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: calc(100% - 80px);
  width: 30%;
  cursor: pointer
}

.fn--fs-slider_v2 .sw__slider-controls--fake-button-next {
  left: auto;
  right: 0
}

.fn--fs-slider.fn--fs-slider_v2 .fancybox-skin {
  background: 0 0;
  box-shadow: none
}

.fn--fs-slider_v2 .fs--slider {
  position: relative;
  display: block;

  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  height: calc(100vh - 10px);
  padding: 16px 0;
  overflow-y: auto
}

.fn--fs-slider_v2 .swiper-slide--fs-img img {
  display: block;
  border-radius: 4px;
  margin: 0 auto
}

.fn--fs-slider_v2 .swiper-slide--fs-thumb {
  width: 120px;
  height: 78px;
  margin: 0 6px;
  border-radius: 4px;
  background-position: 50%;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  position: relative;
}

.fn--fs-slider_v2 .swiper-slide--fs-thumb:after {
  content: '';
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 3px solid #F26422;
  opacity: 0;
}

.fn--fs-slider_v2 .swiper-slide--fs-thumb:hover,
.fn--fs-slider_v2 .swiper-slide--fs-thumb:hover:after {
  opacity: 1
}

.fn--fs-slider_v2 .swiper-slide--fs-thumb.is-active {
  opacity: .4
}

.fn--fs-slider_v2 .swiper-slide--fs-desc {
  margin: 16px 0 0 0;
  font-size: 15px;
  color: #F0FAFF;
  line-height: 132%;
  letter-spacing: 0.04em;
  text-align: left
}

.fn--fs-slider_v2 .fs--slider {
  max-width: 1712px;
  margin: 0 auto
}

@media (max-width: 1949px) {
  .fn--fs-slider_v2 .fs--slider {
    margin: 0 250px;
  }
}

@media (max-width: 1700px) {
  .fn--fs-slider_v2 .fs--slider {
    margin: 0 120px;
  }
}

@media (max-width: 1439px) {
  .fn--fs-slider_v2 .fs--slider {
    margin: 0 48px;
  }
}

@media (max-width: 639px) {
  .fn--fs-slider_v2 .fs--slider {
    margin: 0 16px;
  }
}

@media (min-width: 1951px) {
  .fn--fs-slider_v2 .fs--slider {
    margin: 0 400px;
  }
}

.fn--fs-slider_v2 .fs--slider > div {
  max-width: 100%
}

.fn--fs-slider_v2 .fs--slider-button {
  top: 0;
  height: calc(100% - 30px);
  width: 0
}

.fn--fs-slider_v2 .fs--slider-button:after {
  position: absolute;
  top: 50%;
  right: 24px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/static/misc/slider/ctrl-right.svg), #F5F5F5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
  background-size: 16px;
  transition: all .2s ease
}

.fn--fs-slider_v2 .fs--slider-button.swiper-button-next:after {
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.fn--fs-slider_v2 .fs--slider-button.swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fn--fs-slider_v2 .fs--slider-button.swiper-button-next {
  right: 0
}

.fn--fs-slider_v2 .sw__slider--fs-main:hover .fs--slider-button:after {
  opacity: 1;
}

.fn--fs-slider_v2 .fs--slider-button.swiper-button-disabled {
  opacity: .3;
  display: block;
}

.fn--fs-slider_v2 .sw__slider--fs-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.fn--fs-slider_v2 .fs--slider-button:hover:after {
  opacity: 1 !important;
  background-size: 18px;
}

.fn--fs-slider_v2 .sw__slider--fs-main {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px
}

.fn--fs-slider_v2 .sw__slider--fs-thumbs {
  bottom: 0;
  left: 0;
  right: 0
}

.fn--fs-slider_v2 .sw__slider--fs-thumbs > div {
  max-width: 100vw;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fn--fs-slider_v2 .fancybox-close {
  position: absolute;
  top: 40px;
  right: 72px;
  display: block;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
}

@media (min-width: 1701px) and (max-width: 1949px) {
  .fn--fs-slider_v2 .fancybox-close {
    right: 274px;
  }
}

@media (min-width: 1440px) and (max-width: 1700px) {
  .fn--fs-slider_v2 .fancybox-close {
    right: 144px;
  }
}

@media (max-width: 639px) {
  .fn--fs-slider_v2 .fancybox-close {
    right: 40px;
  }
}

@media (min-width: 1951px) {
  .fn--fs-slider_v2 .fancybox-close {
    right: 424px;
  }
}

.fn--fs-slider_v2 .fancybox-close:after,
.fn--fs-slider_v2 .fancybox-close:before {
  transform: rotate(0);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  transition: all .25s ease-out;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #F5f5f5;
  /*  opacity: 0;*/
  background: url(/assets/static/misc/slider/icoFSclose.svg);
}

.fn--fs-slider_v2 .fancybox-close:before {
  transform: rotate(0);
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background: #F5f5f5;
  opacity: 0;
  transition: all .2s ease;
  left: -1px;
  top: -1px;
}

.fn--fs-slider_v2 .fancybox-close:hover:before {
  opacity: 1;
}

.fn--fs-slider_v2 .fancybox-close:hover,
.fn--fs-slider_v2 .fancybox-close:hover:before {
  background: #F5f5f5;
}

.fn--fs-slider_v2 [data-effect="fade"] .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}


@media (max-width: 1350px) {
  .fn--fs-slider_v2 .fs--slider {
    padding: 16px 0;
  }

  .fn--fs-slider_v2 .sw__slider--fs-main {
    margin-top: 0
  }

  .fn--fs-slider_v2 .swiper-slide--fs-img {
    position: relative
  }

  .fn--fs-slider_v2 .swiper-slide--fs-thumb {
    width: 100px;
    height: 60px
  }
}

@media (max-width: 639px) {
  .fn--fs-slider_v2 .sw__slider-fs-mode {
    display: none;
  }
}

.fn--opened_dark .fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.fo-puzzle__slider {
  margin: 1.8rem -6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fo-puzzle__slide {
  margin: 6px;
  width: calc(33% - 12px);
  cursor: pointer;
  position: relative;
}

.fo-puzzle__slide:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #EEF1F7;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
}

.fo-puzzle__slide:after {
  content: '';
  position: absolute;
  top: 28px;
  right: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
  background: url(/assets/static/misc/slider/icoFS.svg);
  transition: all .2s ease;
  z-index: 10;
  opacity: 0;
}

@media (min-width: 640px) {

  .fo-puzzle__slide:hover:before,
  .fo-puzzle__slide:hover:after {
    opacity: 1;
  }
}

.fo-puzzle__slide-img {
  display: block;
}

.fo-puzzle__slide-desc {
  display: none;
}

.fo-puzzle__slide-desc-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fo-puzzle__slide-desc-text {
  font-size: 15px;
  color: #F0FAFF;
  line-height: 132%;
  letter-spacing: 0.04em;
  text-align: left;
}

.fo-puzzle__slide-desc-btn {
  margin-left: 16px;
  flex-shrink: 0;
}

.fo-puzzle__slide-desc-btn a {
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.04em;
  color: #F0FAFF;
  font-weight: 500;
  padding: 0 16px;
  background: #f26422;
  display: block;
  border-radius: 4px;
}

.fo-puzzle__slide-desc-btn img {
  display: inline-block;
  width: 16px;
  margin-left: 16px;
}

@media (max-width: 639px) {
  .fo-puzzle__slider {
    margin: 2rem -0.5rem;
    width: calc(100% + 1rem);
  }

  .fo-puzzle__slide {
    margin: 0.5rem;
    width: calc(33% - 1rem);
  }

  .fo-puzzle__slide-desc-block {
    flex-direction: column;
  }

  .fo-puzzle__slide-desc-btn {
    margin-left: 0;
    margin-top: 16px;
  }

  .fo-puzzle__slide:before,
  .fo-puzzle__slide:after {
    display: block;
  }
}

@media (min-width: 1920px) {
  .fo-puzzle__slider {
    margin: 1.8rem -0.85rem;
  }

  .fo-puzzle__slide {
    margin: 0.85rem;
    width: 19.2rem;
  }
}