@media (max-width: 61.938em) {
  .header .sub-item > .item-span:after {
    top: 0.3em;
  }
}
.single .internal-wrap .internal-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.internal-content p {
  font-weight: 300;
  letter-spacing: 0.05em;
}

.uncos-box_descr p {
  font-weight: 300;
}

#gallery-1 {
  display: flex;
  gap: 16px;
}

.internal-content span {
  font-weight: 300 !important;
}

.internal-wrap {
  justify-content: center;
}
.internal-wrap .internal-img {
  height: auto;
}
.internal-wrap .internal-progect {
  display: none;
}
.internal-wrap .internal-title {
  margin-bottom: 5.3rem;
  margin-top: 0.67em;
}

.category a.uncos-box_img {
  border-radius: 12px;
}

.uncos-box {
  justify-content: normal;
}

.blog .uncos-title {
  margin-bottom: 35px;
}
.blog .uncos-boxs {
  width: inherit;
}
.blog .uncos-box {
  display: grid;
  grid-template-columns: 530px auto;
  margin-bottom: 56px;
}
.blog .uncos-box_img {
  grid-row: 1/3;
  max-width: 530px;
  border-radius: 12px;
  width: auto;
}
.blog .uncos-box_text {
  padding-left: 76px;
  max-width: 650px;
}
.blog .uncos-box .uncos-box_btn__container {
  padding-left: 76px;
  margin-top: auto;
}
.blog .uncos-box_descr p {
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
  .blog .uncos-box {
    grid-template-columns: 410px auto;
  }
  .blog .uncos-box_img {
    max-width: 410px;
  }
  .blog .uncos-box_text {
    padding-left: 32px;
  }
  .blog .uncos-box .uncos-box_btn__container {
    padding-left: 32px;
  }
}
@media (max-width: 800px) {
  .blog .uncos-box {
    grid-template-columns: auto;
  }
  .blog .uncos-box_img {
    grid-row: 2/3;
    width: inherit;
    max-width: 100%;
  }
  .blog .uncos-box_text {
    padding-left: 0;
  }
  .blog .uncos-box_title {
    font-size: 40px;
  }
  .blog .uncos-box_descr {
    padding-bottom: 21px;
  }
  .blog .uncos-box .uncos-box_btn__container {
    padding-left: 0;
    margin-top: auto;
  }
  .blog .uncos-box_btn {
    left: 0;
    margin-top: 0;
    max-width: inherit;
  }
}
.internal-content img {
  height: 449px;
  object-fit: cover;
  border-radius: 12px;
}

.gallery img {
  height: auto;
}

@media (max-width: 800px) {
  .internal-content img {
    height: 300px;
  }
  .gallery img {
    height: auto;
  }
}
@media (max-width: 78.125em) {
  .swiper-slide-active > .cart-top__name--slide {
    opacity: 0.8;
  }
  .cart-top__name--slide {
    color: #473321;
    height: 27.125rem;
    background: linear-gradient(360deg, rgba(251, 249, 243, 0) 13.02%, #fbf9f3 100%);
    font-size: 2.188rem;
    padding: 2.4rem 1.25rem 0;
    line-height: 1;
    pointer-events: none;
  }
}
.project {
  padding-bottom: 3rem;
}
.single-project .project {
  padding-bottom: 0;
}
.project__title {
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}
.not_front_project .project__title {
  padding-bottom: 0;
}
.single-project .project__title {
  padding: 0;
  margin: 0;
}
.project__items {
  column-gap: 2.375rem;
  row-gap: 3.563rem;
}
@media (max-width: 48em) {
  .project__items {
    row-gap: 2.163rem;
  }
}
.project__info {
  width: 970px;
}
.project__top_inner {
  padding-bottom: 0;
}
.project__order-btn {
  margin: 0;
}
.project .cart-top__images {
  margin-bottom: 48px;
}
.project .cart-top__btn--slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 10px 0;
  margin-bottom: 2rem;
}
.project .cart-top__btn--more {
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
@media (max-width: 800px) {
  .project .cart-top__btn--desk {
    display: none;
  }
}
.project .cart-top__btn--mob {
  display: none;
}
@media (max-width: 800px) {
  .project .cart-top__btn--mob {
    display: flex;
  }
}
.project .cart-bottom__text {
  max-width: 670px;
  height: unset;
  overflow: auto;
}
@media (max-width: 84.375em) {
  .project .cart-bottom__text {
    height: unset;
  }
}
@media (max-width: 48.001em) {
  .project .cart-bottom__text {
    overflow: auto;
    max-height: unset;
    font-size: 1.06rem;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 48.001em) {
  .project .cart-bottom__text::after {
    background: none;
  }
}

.project .content__btn--mobile:after,
.prod-page .prod-page-item__btn-hidden:after,
.cart-top__btn--more:after {
  display: none;
}

p:has(.image-with-decor) {
  position: relative;
}
p:has(.image-with-decor)::before, p:has(.image-with-decor)::after {
  content: url("./img/blog-image-decor.svg");
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 33.33%;
  height: 450px;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  p:has(.image-with-decor)::before, p:has(.image-with-decor)::after {
    content: none;
  }
}
p:has(.image-with-decor):after {
  left: 66.33%;
}

.single-project .bottom-work__btn--hidden {
  display: none;
}
.single-project .project__order-btn {
  display: none;
}
.single-project .our-values {
  padding-top: 4rem;
}

.review__container .swiper-pagination-bullet {
  display: inline-block;
}

.work {
  padding-bottom: 0;
}
.single-production .work {
  padding-bottom: 7.65rem;
}
@media (max-width: 48em) {
  .single-production .work {
    padding-bottom: 0;
  }
}

.order {
  padding-top: 48px;
}

.single-production .production {
  padding-bottom: calc(8.65rem - 48px);
}
@media (max-width: 48em) {
  .single-production .production {
    padding-bottom: 0;
  }
}

.review {
  padding-bottom: calc(8.65rem - 48px);
}
.review__title {
  padding-bottom: 2.5rem;
}

.uncos {
  margin-bottom: calc(8.65rem - 48px);
}

@media (max-width: 768px) {
  .page-template-template-company .company__img {
    margin-top: 24px;
  }
}
.page-template-template-company .company__title {
  margin-top: 0;
  margin-bottom: 40px;
}

.tax-catalog .prod-page__inner {
  padding-bottom: 8.7rem;
}
@media (max-width: 48.001em) {
  .tax-catalog .prod-page__inner {
    padding-bottom: 5rem;
  }
}

.tax-catalog .prod-page__items--title {
  font-size: 40px;
}
@media (max-width: 768px) {
  .tax-catalog .prod-page__items--title {
    font-size: 1.9rem;
  }
}

.page-template-page-home .production {
  padding-bottom: 4.65rem;
}

.cart-bottom__video {
  display: flex;
  background: rgba(0, 0, 0, 0.17);
  color: #ffd145;
  font-size: 1.313rem;
  border: none;
  border-radius: 10px;
  position: absolute;
  z-index: 10000;
  line-height: 3.25rem;
  bottom: 0;
  left: 25%;
  width: 50%;
  text-align: center;
  justify-content: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 588px) {
  .cart-bottom__video {
    letter-spacing: 2px;
    left: 24%;
    width: 52%;
  }
}
@media (max-width: 400px) {
  .cart-bottom__video {
    left: 3%;
    width: 94%;
  }
}

@media (max-width: 1249px) {
  .cart-top__btn--slide {
    z-index: 1;
  }
}
.cart-bottom__video-label {
  cursor: pointer;
  border-radius: 1rem;
}
.cart-bottom__video-label img {
  transition: 0.3s;
}
@media (hover: hover) {
  .cart-bottom__video-label img:hover {
    transform: scale(1.05);
    transition: 0.3s;
  }
}

.cart-bottom__text a {
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: #473321;
  text-decoration: underline;
}
.cart-bottom__text a:hover {
  color: #ffd145;
}

.swiper-container {
  border-radius: 1rem;
}

.cart-bottom__wrapper:after {
  pointer-events: none !important;
}

.lg:has(.lg-video) {
  touch-action: none !important;
}

.button__content--desk {
  display: flex;
}
@media (max-width: 588px) {
  .button__content--desk {
    display: none;
  }
}

.button__content--mob {
  display: none;
}
@media (max-width: 588px) {
  .button__content--mob {
    display: block;
  }
}
/*# sourceMappingURL=additional-style.css.map */
