.tf-header {
  display: flex;
  justify-content: space-between;
  padding-top: 2.29rem;
  padding-bottom: 3.43rem;
  align-items: baseline;
}

.tf-header-title {
  font-size: 2.57rem;
  font-weight: 300;
  line-height: 96%;
  letter-spacing: 0.04em;
}

img.tf-header-logo {
  width: 16.5rem;
  display: block;
}

@media (max-width: 639px) {
  .tf-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: center;
    flex-direction: column;
  }

  .tf-header-title {
    font-size: 2.375rem;
  }

  img.tf-header-logo {
    width: 20rem;
    margin-bottom: 2rem;
  }
}

sup.reg {
  font-size: 0.7em;
  line-height: 58%;
}

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

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

.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: 48rem;
  font-size: 1.86rem;
  line-height: 124%;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.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;
  line-height: 100%;
  letter-spacing: 0.04em;
}

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

.top-block__price-unit {
  font-size: 2.9rem;
}

.top-block__list {
  list-style: none;
}

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

.top-block__list li:last-child {
  margin-bottom: 0;
}

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

.top-block__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top-block__title-logo {
  width: 4.57rem;
  height: 4.57rem;
}

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

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

  .top-block__title h1 {
    font-size: 4rem;
    width: calc(100% - 10rem);
  }

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

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

  .top-block__list li {
    margin-bottom: 3rem;
  }

  .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;
  }

  .top-block__title {
    position: relative;
  }

  .top-block__title-logo {
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.gallery-block__slider {
  margin-top: 2.9rem;
}

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

.gallery-block__slide-text {
  display: none;
  position: absolute;
  bottom: 25px;
  right: 80px;
  font-size: 1.14rem;
  line-height: 140%;
  width: 65%;
  max-width: 39rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
  padding: 16px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.gallery-block__slide-text div {
  margin-bottom: 8px;
}

.is--slide-hint-open .gallery-block__slide-text {
  display: block;
}

.gallery-block__slide-text:after {
  content: '';
  width: 8px;
  height: 16px;
  background: url(/assets/static/misc/slider/hint-point.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -8px;
  bottom: 12px;
}

.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), #EEF1F7;
  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;
}

.gallery-block__slide-hint-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #EEF1F7;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.swiper-slide-active .gallery-block__slide-hint-btn {}

.gallery-block__slide-hint-btn:after,
.gallery-block__slide-hint-btn:before {
  content: '';
  -webkit-transition: all .2s ease
}

.gallery-block__slide-hint-btn:after {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  height: 16px;
  width: 16px;
  background: url(/assets/static/misc/slider/ctrl-plus.svg);
}

.is--slide-hint-open .gallery-block__slide-hint-btn:after {
  transform: rotate(45deg);
}

.gallery-block__slide-hint-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background: #EEF1F7;
  opacity: 0
}

.gallery-block__slide-hint-btn:hover,
.gallery-block__slide-hint-btn:hover:before {
  background: #EEF1F7;
}

.gallery-block__slide-hint-btn:hover:before {
  opacity: 1
}

.gallery-block__slide-text-arr {
  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 {
    font-size: 1.75rem;
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    right: 8px;
    bottom: 60px;
    height: auto;
    max-height: calc(100% - 68px);
    overflow: scroll;
    padding: 8px;
  }

  .gallery-block__slide-text:after {
    transform: rotate(90deg);
    background: url(/assets/static/misc/slider/hint-point.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    bottom: -11px;
    display: none;
  }

  .is--slide-hint-open .gallery-block__slide-text-arr {
    display: block;
    width: 8px;
    height: 16px;
    transform: rotate(90deg);
    background: url(/assets/static/misc/slider/hint-point.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    bottom: 48px;
  }

  .gallery-block__slide-hint-btn {
    bottom: 8px;
    right: 8px;
  }

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

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

.fo-char__items-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 1.71rem 0;
}

.fo-char__item {
  width: 50%;
  margin: 1.71rem 0 0;
}

.fo-char__item:first-child,
.fo-char__item:nth-child(2) {
  margin-top: 0
}

.fo-char__item:nth-child(2n+1) {
  padding-right: 12px;
}

.fo-char__item:nth-child(2n) {
  padding-left: 12px;
}

.fo-char__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.14rem;
}

.fo-char__item-img {
  width: 4rem;
  margin-right: 1.14rem;
}

.fo-char__item-img img {
  min-width: 4rem;
  display: block;
}

.fo-char__item-title {
  font-weight: 500;
  font-size: 1.5rem;
}

.fo-char__item-text {
  font-size: 1.5rem;
  line-height: 148%;
}

@media (max-width: 639px) {
  .fo-char__items-wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fo-char__item {
    width: 100%;
    margin-top: 3rem;
  }

  .fo-char__item:nth-child(2) {
    margin-top: 3rem;
  }

  .fo-char__item:nth-child(2n+1) {
    padding-right: 0;
  }

  .fo-char__item:nth-child(2n) {
    padding-left: 0;
  }

  .fo-char__item-head {
    margin-bottom: 2rem;
  }

  .fo-char__item-img {
    width: 6rem;
    margin-right: 2rem;
  }

  .fo-char__item-img img {
    min-width: 6rem;
  }

  .fo-char__item-title {
    font-size: 2.25rem;
  }

  .fo-char__item-text {
    font-size: 2rem;
  }
}

.video-block {
  position: relative;
}

.video-block.uniq {
  min-height: 46rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 49.28%, rgba(0, 0, 0, 0.72) 100%);
  color: #F0FAFF;
}

.video-block.uniq .fo-block__text {
  width: 52rem;
}

.video-block.tech {
  min-height: 46rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
  color: #F0FAFF;
}

.video-block.design {
  min-height: 40rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.88%, rgba(0, 0, 0, 0.4) 77.5%), linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
  color: #fff;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 4px;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.video-bg video {
  display: inline-block;
  height: 100%;
}

.video-block .fo-char__items-wrap {
  margin-top: 2.29rem
}

.video-block .fo-char__item:first-child {
  width: 100%;
}

.video-block .fo-char__item:not(:first-child) {
  margin-top: 2.29rem
}

.video-block .fo-char__item:nth-child(2n) {
  padding-right: 12px;
}

.video-block .fo-char__item:nth-child(2n+1) {
  padding-left: 12px;
}

.video-block.flex-block {
  flex-direction: column;
}

.uniq__title {
  display: flex;
  justify-content: space-between;
}

.uniq__title-patent {
  background: rgba(0, 0, 0, 0.32);
  border: 3px solid #F0FAFF;
  border-radius: 20px 20px 20px 0px;
  padding: 0.4rem 1rem;
  text-align: center;
  width: 9.4rem;
  font-size: 1.29rem;
  line-height: 140%;
  font-weight: 500;
}

.uniq__title-patent .small {
  font-size: 1rem;
}

@media (max-width: 639px) {
  .video-block.uniq {
    min-height: 80rem;
  }

  .video-block.uniq .fo-block__text {
    width: 100%;
  }

  .video-block.design {
    min-height: 70rem;
  }

  .video-block .fo-char__item:nth-child(2n+1),
  .video-block .fo-char__item:nth-child(2n) {
    padding-left: 0;
  }

  .uniq__title {
    flex-direction: column;
  }

  .uniq__title-patent {
    background: rgba(0, 0, 0, 0.32);
    border: 2px solid #F0FAFF;
    border-radius: 12px 12px 12px 0px;
    padding: 1rem 0.5rem;
    width: 100%;
    font-size: 2.25rem;
  }

  .uniq__title-patent .small {
    font-size: 2.25rem;
  }
}

.tf-feat {
  background: url(/assets/static/pages/main/img/oknaTriform.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.tf-feat .fo-char__item {
  width: 100%;
}

.tf-feat .fo-char__item:nth-child(2n) {
  padding-left: 0;
}

.tf-feat .fo-char__item:nth-child(2) {
  margin-top: 1.71rem;
}

.tf-feat .fo-char__items-wrap {
  margin-bottom: 0;
}

.tf-feat .fo-char__item {
  width: 68%;
}

@media (max-width: 639px) {
  .tf-feat .fo-char__items-wrap {
    margin-bottom: 22.25rem;
  }

  .tf-feat .fo-char__item {
    width: 100%;
  }

  .tf-feat {
    background: url(/assets/static/pages/main/img/oknaTriformMob.webp), #E1DBCF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

.tf-colors_tabs {
  justify-content: flex-start;
  margin: 0 auto 2.29rem 0;
  text-align: left;
  border-bottom: none;
}

.tf-colors_tab:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #d0d0d0;
  border-radius: 24px;
  transition: all .2s ease;
}

.tf-colors_tab .tf-colors__nav-btn {
  margin-left: 0;
  margin-right: 4rem;
  flex-direction: column;
  align-items: flex-start;
}

.tf-colors_tab .tf-colors_tab-hint {
  display: none;
}

/*

.tf-colors_tab:first-child .tf-colors__nav-btn {
  width: 11.57rem;
}

.tf-colors_tab:nth-child(2) .tf-colors__nav-btn {
  width: 10.7rem;
}
*/

.tf-colors_tab:last-child .tf-colors__nav-btn {
  margin-right: 0;
  /*  width: 9rem;*/
}

.tf-colors_tab .tf-colors__nav-btn .tf-colors__nav-btn-text {
  margin-left: 0;
  margin-top: 1.14rem;
  padding-bottom: 0.57rem;
}

/*
.tf-colors_tab:first-child .tf-colors__nav-btn-text {
  min-width: 10.5rem;
}

.tf-colors_tab:nth-child(2) .tf-colors__nav-btn-text {
  min-width: 9.7rem;
}
*/

.tf-colors_tab.current .tf-colors__nav-btn .tf-colors__nav-btn-ico {
  opacity: 1
}

.tf-colors_tab.current .tf-colors__nav-btn .tf-colors__nav-btn-text img {
  display: none;
}

/*

.tf-colors_tab.current .tf-colors__nav-btn .tf-colors__nav-btn-text:after {
  display: none;
}
*/

.tf-colors_tab.current .tf-colors__nav-btn {
  color: #3c3c3b;
}

.tf-colors_tab.current .tf-colors__nav-btn .tf-colors__nav-btn-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #F26422;
  border-radius: 24px;
  transition: all .2s ease;
  z-index: 1;
}


.tf-colors__nav .fo-block__btn {
  margin-top: 0;
}

.tf-colors__nav {
  display: flex;
  align-items: center;
}

.tf-colors__nav-btns {
  display: flex;
  align-items: center;
  margin-top: 1.71rem;
  padding-bottom: 0.5rem;
  position: relative;
}

.tf-colors__nav-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 4rem;
  color: #3c3c3b;
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 116%;
  position: relative;
}

.tf-colors__nav-btns:after {
  content: '';
  position: absolute;
  left: 4rem;
  bottom: 0px;
  width: calc(100% - 4rem);
  height: 2px;
  background: #d0d0d0;
  border-radius: 24px;
  transition: all .2s ease;
}

.tf-colors__nav-btn-ico {
  opacity: .80;
  width: 3.43rem;
  transition: all .2s ease;
}

.tf-colors__nav-btn-text {
  margin-left: 1.14rem;
  position: relative;
}

.tf-colors__nav-btn-text img {
  width: 2.29rem;
  height: auto;
  transition: all .2s ease;
  display: none;
}

/*
.tf-colors__nav-btn-text:after {
  content: '';
  height: 2px;
  background: #F26422;
  position: absolute;
  bottom: -8%;
  left: 0;
  transition: all .2s ease;
  display: none;
}
*/

/*
.tf-colors__nav-btn.into .tf-colors__nav-btn-text:after,
#into .tf-colors__nav-btn .tf-colors__nav-btn-text:after {
  width: 100%;
}

.tf-colors__nav-btn.street .tf-colors__nav-btn-text:after,
#street .tf-colors__nav-btn .tf-colors__nav-btn-text:after {
  width: 90%;
}

.tf-colors__nav-btn.house .tf-colors__nav-btn-text:after,
#house .tf-colors__nav-btn .tf-colors__nav-btn-text:after {
  width: 100%;
}
*/

[data-tab="house"].tf-colors {
  background: url(/assets/static/pages/main/img/woodProfil1.webp), #EEF1F7;
  background-size: 39rem;
  background-repeat: no-repeat;
  background-position: right top;
}

[data-tab="into"].tf-colors {
  background: url(/assets/static/pages/main/img/in.webp), #EEF1F7;
  background-size: 32rem;
  background-repeat: no-repeat;
  background-position: right top;
}

[data-tab="street"].tf-colors {
  background: url(/assets/static/pages/main/img/allProfil.webp), #EEF1F7;
  background-size: 39rem;
  background-repeat: no-repeat;
  background-position: right top;
}

.slim {
  width: 30rem;
}

.wide {
  width: 41.5rem;
}

.tf-colors-wrap {
  margin-top: 2.9rem;
}

.tf-colors__img img {
  border-radius: 4px;
  display: block;
}

.tf-colors__img.show {
  display: block;
}

.tf-colors__img {
  display: none;
  transition: all .2s ease;
  position: relative;
}

.tf-colors__items-wrap {
  overflow: auto;
  width: calc(100% + 3.43rem);
}

[data-tab="street"] .tf-colors__items-wrap {
  width: auto;
}

[data-tab="street"] .tf-colors__items {
  width: 100%;
}

.tf-colors__items {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -8px 0 -8px;
  width: 872px;
}

.tf-colors__item {
  margin: 12px 8px;
  cursor: pointer;
  width: 80px;
}

.tf-colors__item-img {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 80px;
}

.tf-colors__item-img img {
  height: 48px;
  border-radius: 4px;
  display: block;
}

.tf-colors__item.choosen .tf-colors__item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 8px;
  border: 4px solid #fff;
  transition: all .2s ease;
  opacity: 1;
  visibility: visible;
}

.tf-colors__item.choosen .tf-colors__item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #F26422;
  border-radius: 4px;
  transition: all .2s ease;
  opacity: 1;
  visibility: visible;
}

.tf-colors__item-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 116%;
  margin-top: 4px;
  letter-spacing: 0.03em;
}

@media (min-width: 640px) {
  .tf-colors__nav-btn:hover .tf-colors__nav-btn-ico {
    opacity: 1;
  }

  /*
  .tf-colors__nav-btn:hover .tf-colors__nav-btn-text img {
    transform: translateX(1.14rem);
  }

  .tf-colors__nav-btn:hover .tf-colors__nav-btn-text:after {
    background: transparent;
  }
*/

  .tf-colors__nav-btn:hover {
    color: #F26422;
  }

}

@media (max-width: 639px) {
  .tf-colors {
    padding-top: 41rem;
  }

  .tf-colors__items-wrap {
    width: calc(100% + 2rem);
  }

  .tf-colors__nav .fo-block__btn-container {
    width: 100%;
  }

  .slim,
  .wide {
    width: 100%;
  }

  .tf-colors .fo-block__title {
    width: 28rem;
  }

  [data-tab="house"].tf-colors {
    background: url(/assets/static/pages/main/img/woodProfil1Mob.webp), #EEF1F7;
    background-size: 43rem;
    background-repeat: no-repeat;
    background-position: right top;
  }

  [data-tab="into"].tf-colors {
    background: url(/assets/static/pages/main/img/inMob0.webp), #EEF1F7;
    background-size: 38rem;
    background-repeat: no-repeat;
    background-position: right top;
  }

  [data-tab="street"].tf-colors {
    background: url(/assets/static/pages/main/img/allProfilMob.webp), #EEF1F7;
    background-size: 43rem;
    background-repeat: no-repeat;
    background-position: right top;
  }

  .tf-colors__nav {
    flex-direction: column-reverse;
  }

  .tf-colors__nav-btns {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }


  .tf-colors__nav-btns:after {
    display: none;
  }

  .tf-colors__nav-btn {
    font-size: 2rem;
    margin-left: 0;
  }

  .tf-colors__nav-btn .accent {
    font-size: 2.25rem;
    letter-spacing: 0.03em;
  }

  .tf-colors__nav-btn:not(.tf-colors_tab):first-child {
    margin-bottom: 3rem;
  }

  .tf-colors_tab .tf-colors__nav-btn.tf-colors_tab-title {
    margin-right: 0;
    font-size: 2rem;
    margin-bottom: 0;
  }

  .tf-colors__nav-btn-ico {
    width: 5rem;
  }

  .tf-colors__nav-btn-text {
    margin-left: 1rem;
    color: #3c3c3b;
  }

  .tf-colors_tab .tf-colors__nav-btn .tf-colors__nav-btn-text {
    margin-top: 0;
    margin-left: 2rem;
  }

  .tf-colors__nav-btn-text img {
    width: 4rem;
    display: inline;
  }


  .tf-colors__nav-btn-text:after {
    display: none;
  }

  .tf-colors__nav-btn.street .tf-colors__nav-btn-text:after,
  #street .tf-colors__nav-btn .tf-colors__nav-btn-text:after {
    width: 100%;
  }

  .tf-colors_tabs {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .tf-colors_tab:after {
    display: none;
  }

  .tf-colors_tab .tf-colors__nav-btn {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0;
  }

  .tf-colors_tab:first-child .tf-colors__nav-btn,
  .tf-colors_tab:nth-child(2) .tf-colors__nav-btn,
  .tf-colors_tab:last-child .tf-colors__nav-btn {
    width: auto;
  }

  .tf-colors_tab.current .tf-colors__nav-btn {
    margin-bottom: 0;
    margin-top: 0;
  }

  .tf-colors_tab.current .tf-colors__nav-btn .tf-colors__nav-btn-text {
    color: #636362;
  }

  .tf-colors_tab.current .tf-colors__nav-btn .accent {
    color: #3c3c3b;
    font-size: 2.625rem;
    font-weight: 700;
  }

  .tf-colors_tab {
    width: 100%;
    margin: 0;
    display: block;
  }

  .tf-colors_tab.current {
    margin-bottom: 3rem;
  }

  .tf-colors_tab-hint {
    color: #3c3c3b;
  }

  .tf-colors_tab.current .tf-colors_tab-hint {
    display: block;
    margin-top: 3rem;
  }

  .tf-colors_tab.current .tf-colors__nav-btn .tf-colors__nav-btn-ico {
    width: 6rem;
  }

  .tf-colors_tab:not(.current) {
    background: rgba(255, 255, 255, 0.4);
    padding: 0 2rem;
    margin: 0;
  }

  .tf-colors_tab:not(.current) .tf-colors__nav-btn .tf-colors__nav-btn-ico {
    width: 5rem;
  }

  .tf-colors_tab:not(.current) .tf-colors__nav-btn .tf-colors__nav-btn-text {
    margin-left: 1rem;
  }

  [data-tab="house"] #house {
    order: 1;
  }

  [data-tab="house"] #into {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  [data-tab="house"] #street {
    order: 3;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  [data-tab="into"] #house {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  [data-tab="into"] #into {
    order: 1;
  }

  [data-tab="into"] #street {
    order: 3;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  [data-tab="street"] #house {
    order: 2;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  [data-tab="street"] #into {
    order: 3;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  [data-tab="street"] #street {
    order: 1;
  }
}

.tf-mount {
  background: url(/assets/static/pages/main/img/bgMontage.webp), #3c3c3b;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #F0FAFF;
  min-height: 42.8rem;
}

.tf-mount .slim {
  width: 42.9rem;
}

@media (max-width: 639px) {
  .tf-mount {
    background: url(/assets/static/pages/main/img/bgMontageMob.webp), #3c3c3b;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70rem;
  }

  .tf-mount .slim {
    width: 100%;
  }
}

.twentytwenty-container {
  margin-top: 1.71rem;
}

.twentytwenty-container img {
  border-radius: 4px;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background: #3c3c3b;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -1px;
  width: 2px;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 24px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 24px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-handle {
  width: 118px;
  height: 40px;
  background: transparent url(/assets/static/pages/main/img/compControl.svg) no-repeat center;
  background-size: 100%;
  border: none;
  margin-left: -58px;
  margin-top: -16px;
}

@media (max-width: 639px) {
  .twentytwenty-container {
    margin-top: 3rem;
    padding-bottom: 48px;
  }

  .twentytwenty-handle {
    width: 98px;
    height: 32px;
    background: transparent url(/assets/static/pages/main/img/compControlMob.svg) no-repeat center;
    background-size: 100%;
    border: none;
    margin-left: -48px;
    margin-top: -42px;
    box-shadow: none;
    top: auto;
    bottom: 8px;
  }

  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 20px;
  }

  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 24px;
  }

  .twentytwenty-before-label,
  .twentytwenty-after-label {
    opacity: 1;
  }

  .twentytwenty-before-label:before,
  .twentytwenty-after-label:before {
    background: none;
    line-height: 124%;
    padding: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    color: #3C3C3B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #828282;
  }

  .twentytwenty-horizontal .twentytwenty-before-label:before {
    right: 8px;
    left: auto;
    top: auto;
    margin-top: 0;
    bottom: 16px;
  }

  .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: auto;
    left: 8px;
    top: auto;
    bottom: 16px;
    margin-top: 0;
  }

  .twentytwenty-overlay:hover {
    background: none;
  }
}

.video-block__hidden {
  opacity: 0;
  visibility: hidden;
  display: block;
}

.video_wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  border-radius: 4px;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 4px;
}

.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/assets/static/pages/main/img/videoPreloader.webp);
  background-size: 100%;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity .2s, height 0s;
  -moz-transition: opacity .2s, height 0s;
  transition: opacity .2s, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  border-radius: 4px;
  padding: 0;
}

.videoPoster:hover {
  cursor: pointer;
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  width: 128px;
  height: 128px;
  background: url(/assets/static/pages/main/img/icoPlay128.svg);
  transition: all .2s ease;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
  transform: scale(1.1);
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, .2s;
  -moz-transition-delay: 0s, .2s;
  transition-delay: 0s, .2s;
}

@media (max-width: 639px) {
  .videoPoster {
    background-image: url(/assets/static/pages/main/img/videoPreloaderMob.webp);
    background-size: 100%;
  }
}

@media (min-width: 1920px) {
  .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;
  }

  .tf-colors__item {
    margin: 0.86rem 0.57rem;
    width: 5.71rem;
  }

  .tf-colors__item-img {
    border-radius: 0.29rem;
    width: 5.71rem;
  }

  .tf-colors__item-img img {
    height: 3.43rem;
    border-radius: 0.29rem;
  }

  .tf-colors__item-name {
    font-size: 0.86rem;
    margin-top: 0.29rem;
  }

  .tf-colors__items {
    margin: 2rem -0.57rem 0 -0.57rem;
    width: 62.3rem;
  }

  .tf-colors__item.choosen .tf-colors__item-img:before {
    width: calc(100% - 0.58rem);
    height: calc(100% - 0.58rem);
    border-radius: 0.58rem;
    border: 0.29rem solid #fff;
  }

  .tf-colors__item.choosen .tf-colors__item-img:after {
    width: calc(100% - 0.28rem);
    height: calc(100% - 0.28rem);
    border: 0.14rem solid #F26422;
    border-radius: 0.28rem;
  }
}

.our-works-block {
  position: relative;
  color: #F0FAFF;
  background: #3c3c3b;
}

.our-works-block .fo-block__title {
  position: absolute;
  top: 3.43rem;
  left: 3.43rem;
  z-index: 100;
}

.gallery-block__slider.our-works-block__slider {
  margin: 0;
}

.gallery-block__slider.our-works-block__slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.00) 59.03%);
  z-index: 1;
}

@media (max-width: 639px) {
  .our-works-block {
    padding: 5rem 2rem;
    background: #eef1f7;
    color: #3c3c3b;
  }

  .our-works-block .fo-block__title {
    position: unset;
    top: auto;
    left: auto;
  }
}

ul {
  list-style: none;
}

.contacts__show {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 56px;
}

.contacts__show-left {
  width: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts__show_right {
  width: calc(100% - 296px);
}

.contacts__show-item {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  transition: all .2s ease;
  border-radius: 4px 0px 0px 4px;
}

.contacts__show-item:not(:last-child) {
  border-bottom: 1px solid #D0D0D0;
}

.contacts__show-item span {
  color: #3c3c3b;
}

.contacts__show-item span sup {
  font-size: .5em;
}

.contacts__show-item span.red {
  color: #F03D3E;
}

.contacts__show-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 0.04em;
  color: #3c3c3b;
  padding: 12px 16px 0;
  position: relative
}

.contacts__show-item_ext .contacts__show-item-title {
  padding: 12px 16px;
}

.contacts__show-item-title span {
  position: relative;
}

.contacts__show-item-title span:after {
  content: '';
  height: 2px;
  background: #F26422;
  position: absolute;
  bottom: -8%;
  left: 0;
  width: 100%;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}

.contacts__show-item-title-arr {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  width: 26px;
  transition: all .2s ease;
}

.contacts__show-item-data {
  padding: 0 16px 12px;
}

.contacts__show-item-time {
  color: #636362;
  display: flex;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

.contacts__top-break {
  font-size: 13px;
  line-height: 140%;
  color: #F03D3E;
}

.contacts__top-cashbox {
  font-size: 13px;
  line-height: 140%;
}

.contacts__top-time_week {
  margin-right: 24px;
}

.contacts__show-item-place {
  font-size: 13px;
  font-weight: 400;
  line-height: 116%;
  margin-top: 12px;
  letter-spacing: 0.04em;
}

.contacts__show-item-tel {
  font-size: 16px;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

.contacts__show-item.contacts__show-item_text {
  padding: 12px 16px;
  pointer-events: none;
  border-bottom: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.04em;
}

@media (min-width: 640px) {
  .contacts__show-item.active {
    background: rgba(255, 255, 255, 0.64);
  }

  .contacts__show-item:hover {
    background: rgba(255, 255, 255, 0.64);
    cursor: pointer;
  }

  .contacts__show-item:hover .contacts__show-item-title:hover span,
  .contacts__show-item.active .contacts__show-item-title span {
    color: #F26422;
  }

  .contacts__show-item:hover .contacts__show-item-title:hover span:after,
  .contacts__show-item:hover .contacts__show-item-title:hover .contacts__show-item-title-arr,
  .contacts__show-item.active .contacts__show-item-title span:after,
  .contacts__show-item.active .contacts__show-item-title .contacts__show-item-title-arr {
    opacity: 1;
    visibility: visible;
  }

  .contacts__show-item.active .contacts__show-item-title:hover span:after {
    opacity: 0;
    visibility: hidden;
  }

  .contacts__show-item.active .contacts__show-item-title:hover .contacts__show-item-title-arr {
    transform: translateX(16px);
  }

  .contacts__show-item.active:hover {
    cursor: unset;
  }
}

.contacts__show_tabs_nav {
  position: absolute;
  /*  width: 100%;*/
  top: 0;
  left: 0;
  margin: 0;
  border-bottom: none;
  justify-content: flex-start;
  border-bottom: 2px solid #D0D0D0;
}

.contacts__show_tabs_nav .tab {
  position: relative;
  margin: 0 48px 0 0;
  padding: 8px 0;
  justify-content: flex-start;
  height: auto;
  line-height: 96%;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  /*  background: #EEF1F7;*/
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
}

.contacts__show_tabs_nav .tab.smol {
  margin-right: 0;
}

.contacts__show_tabs_nav .tab.current {
  /*  background: #FFF;*/
  /*  border: 2px solid #fff;*/
  cursor: default;
  pointer-events: none;
  transition: all .2s ease;
}

.contacts__show_tabs_nav .tab.current:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #F26422;
  border-radius: 24px;
}

.contacts__show_tabs_nav .tab.current,
.contacts__show_tabs_nav .tab.current span {}

@media (min-width:640px) {
  .contacts__show_tabs_nav .tab:not(.current):hover {
    color: #F26422;
  }
}

@media (max-width: 639px) {
  .contacts__show-items iframe {
    height: 584px !important;
  }

  .contacts__show-left {
    width: 100%;
  }

  .contacts__show-item-title {
    color: #F26422;
    padding: 16px 0 0;
  }

  .contacts__show-item_ext .contacts__show-item-title {
    padding: 16px 0;
  }

  .contacts__show-item-title span {
    color: #F26422;
  }

  .contacts__show-item-title span:after {
    opacity: 1;
    visibility: visible;
  }

  .contacts__show-item-title-arr {
    opacity: 1;
    visibility: visible;
  }

  .contacts__show-item-data {
    padding: 0 0 16px;
  }

  .contacts__show-item-place {
    font-size: 12px;
  }

  .contacts__show-item.contacts__show-item_text {
    padding: 16px 0;
    pointer-events: none;
    border-bottom: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: 0.04em;
  }

  .contacts__show_tabs_nav {
    position: absolute;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    overflow-x: scroll;
    top: 0;
    left: -2rem;
    margin: 0;
    /*    border-bottom: none;*/
  }

  .contacts__show_tabs_nav .tab {
    position: relative;
    margin: 0 16px 0 0;
    padding: 8px 0;
  }

  .contacts__show_tabs_nav .tab.smol {
    margin-right: 16px;
  }

  .contacts__show_tabs_nav .tab:first-child {
    min-width: 114px;
    margin-left: 2rem;
  }

  .contacts__show_tabs_nav .tab:nth-child(2) {
    min-width: 178px;
  }

  .contacts__show_tabs_nav .tab:last-child {
    min-width: 78px;
  }
}

.map-stand {
  display: none;
  height: 100%;
}

.map-stand iframe {
  height: 100%;
  min-height: 584px;
  width: 100%;
}

.map-stand.active {
  display: block;
}

body article {
  margin-top: 0 !important;
}
