[id^="bx_incl_area"] {
  min-width: 10px;
  min-height: 10px;
}

.hidden{
  display: none;
}
table{
      border: none;
    border-collapse: collapse;
    padding: 0;
}
.content table {
    width: 100%!important
}

.content table td {
    padding: 10px 16px;
    border: 1px solid #ac8375;
}

.page-header--relative{
  position: relative;
}

.hero__description-content, 
.hero__description-content h1,
.about-hero__h3{
  color: #fff;
}
.hero__description .hero__description-content_h3{
   font-size: clamp(25px, 4vw, 30px);
   font-family: 'Phlatt Grotesk';
   font-weight: normal;
   text-transform: uppercase;
}
.hero__content,
.error-page-hero .layout-grid__right-indent-desktop{
  min-height: 100vh;
}

/* .values .swiper-slide {
   margin-right: 20px !important;
} */
.about-mission__video{
  cursor: pointer;
}
.about-mission__video-wrap{
  display: block;
}
.portfolio-load-more {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(112, 51, 31, .12);
}

.portfolio-load-more__link {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.2;
  color: #70331f;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.portfolio-load-more__link:hover {
  opacity: .55;
}

.journal-post__date {
  display: block;
}

.article-section--theme-9 .article-section__bottom-block .article-section__thumb {
  aspect-ratio: 250 / 250;
  flex-shrink: 0;
  max-width: 250px;
}
.service-completion__link,
.service-dna__cta{
  cursor: pointer;
}
.service-koncept__play{
  z-index: 5;
}
.service-koncept__video-thumb{
  display: block;
}
.service-koncept__video-thumb video{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.privacy-text.content{
  position: relative;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.journal-list__item.journal-list__item--first:not(:first-child){

}
.service-koncept__play{
  pointer-events: none;
}
.case-section__video-wrap.is-nonav::before,
.case-section__video-wrap.is-nonav::after{
  display: none;
}
.case-section__video-wrap.is-nonav{
  height: auto;
}
.case-section__iframe iframe{
  display: block;
  aspect-ratio: 16/9;
}
.contacts-left__phones{
  align-items: flex-start;
}
.fancybox__dialog .f-html{
  padding: 0;
    width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  aspect-ratio: 16/4;
  background: #222;
}
.fancybox__backdrop{
  background: rgb(0 0 0 / 72%);
}
.fancybox__dialog .f-button.is-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: none;
    border: 1px solid rgb(245 241 239 / 40%);
    border-radius: 50%;
    transition: border-color 0.2s ease, background 0.2s ease;
    cursor: pointer;
}

#koncept .service-koncept__bg::after{
  display: block;
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.62);
}
@media (width >= 1280px) {
    .journal-list__item.journal-list__item--first:not(:nth-child(2)){
        width: 100%;
        max-width: 100%;
    }
}
@media (width < 1280px) {
  .values .swiper-slide {
    margin-right: 10px !important;
  }
}
@media (width < 1024px) {
    .main-nav .menu-item.menu-item--active  a{
        opacity: 50%;
    }
}
@media (width < 576px) {
  a:hover, a:focus {
    color: #70331f;
  }
  a:active{
    color: #b8998f;
  }
  .page-footer__legal-links a:hover{
    color: inherit;
  }
  .page-footer__legal-links a:active{
    color: #70331f;
  }
  .btn--like-link:hover{
        color: #70331f;
  }
  btn--like-link:active{
        color: #b8998f;
  }
  .content table td{
    padding: 6px 12px;
    font-size: 14px;
  }
  .content table td p{
    font-size: 14px;
  }
  .fancybox__dialog .f-button.is-close-button{
    right: 12px;
    top: 12px;
    width: 40px;
    height: 40px;
  }
}