

/* Start:/css/slider-customer.css?17416067682294*/
/* --custom slider */
.slick-list {
    overflow: hidden;
}
.slick-slider {
    position: relative;
}
.slick-track {
    display: flex;
}
.slick-slide:not(.product-slider__thumb-item) {
    visibility: hidden;
}
.slick-slide.slick-active {
    visibility: visible;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
}
.slick-arrow.slick-prev {
    left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M22 2L23 3L10 16L23 29L22 30L8 16L22 2Z' fill='white'/%3E%3Cpath d='M21 1L22 2L8 16L22 30L21 31L6 16L21 1Z' fill='%23606060'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.slick-arrow.slick-next {
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L9 3L22 16L9 29L10 30L24 16L10 2Z' fill='white'/%3E%3Cpath d='M11 1L10 2L24 16L10 30L11 31L26 16L11 1Z' fill='%23606060'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.slick-arrow.slick-disabled {
    opacity: .2;
    pointer-events: none;
}
/**/
.slick-slider * {
    padding: 0;
    margin: 0;
    border: 0;
}
.slick-slider .slick-arrow {
    cursor: pointer;
    z-index: 2;
}
.slick-slider .slick-arrow::-moz-focus-inner,
.slick-dots button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.slick-dots li button {
    font-size: 0;
}
.slick-slider .slick-dots {
    display: flex;
    width: 100%;
    gap: 2px;
    margin-top: 6px;
    padding-bottom: 6px;
}
.slick-slider .slick-dots li {
    list-style: none;
    cursor: pointer;
    flex: 1 0 auto;
    background-color: #e0e0e0;
    height: 4px;
}
.slick-slider .slick-dots li.slick-active {
    background-color: #0080E0;
}
.dark-theme .slick-slider .slick-dots li {
    background-color: #404040;
}
.dark-theme .slick-slider .slick-dots li.slick-active {
    background-color: #e0e0e0;
}
/* End */


/* Start:/local/templates/viyar_new/components/bitrix/news.list/fasad/post/style.css?173694762238614*/

.fancybox__caption a {
    color: var(--color--blue) !important;
}

.facade-poster {
    max-height: 768px;
    max-width: 1792px;
    width: 100%;
    height: 100%;
}
.facade-poster__body {
    display: grid;
    grid-template-columns: 448px 1fr;
}
.border--thin--gray {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}
.text {
    font-style: normal;
}
/**/
.poster-side {
    background-color: #202020;
    color: #fff;
    padding: 16px 16px 16px 64px;
}
.poster-side__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -0.64px;
    min-height: 96px;
    display: flex;
    align-items: center;
    text-wrap: balance;
}
.poster-side__desc {
    padding-top: 16px;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-height: 534px;
    overflow: auto;
}
@media (any-hover: hover) {
    .poster-side__desc::-webkit-scrollbar-thumb {
        border: 2px solid #202020;
    }
}
/**/
.poster-image {
    max-width: 1344px;
    max-height: 768px;
    width: 100%;
    grid-column: 2;
    grid-row: span 2;
    position: relative;
}
.poster-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.poster-image__desc {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 128px 64px 48px 32px;
    background-color: rgba(32,32,32,.5);
    max-width: 448px;
    width: 100%;
    height: 100%;
}
.poster-image__text {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.64px;
    flex: 1 1 auto;
}
html[lang="pl"] .poster-image__text {
    font-weight: 400;
}
.poster-image__icon {
    padding-left: 16px;
    margin: 0 auto;
}
.poster-image__icon svg {
    transform: scale(2);
    max-width: 320px;
}
/**/
.facade-poster__action {
    grid-column: 1;
    background-color: #202020;
    height: 100%;
    display: flex;
    padding: 0 0 48px 64px;
}
.facade-poster__action .button {
    align-self: end;
    max-width: 224px;
    background-color: rgba(224, 224, 224, .5);
    color: #fff;
    min-height: 32px;
    border-radius: 20px;
}
.facade-poster__action .button--transparent.button:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
}
.facade-poster__action .button--transparent.button:focus {
    color: #fff;
    background-color: rgba(192, 192, 192, .5);
}
.facade-poster__action .button--transparent.button:active {
    color: #202020;
    background-color: #fff;
}
/*section facade card*/
.facade-card {
    border-right: none;
}
.facade-card__list {
    display: flex;
    flex-wrap: wrap;
}
.facade-card__item {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(25% + 1px);
    height: 384px;
    min-width: 320px;
    max-width: 480px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    margin: 0 0 -1px -1px;
    overflow: hidden;
    transition: all .15s ease-in-out;
}
.facade-card__item:hover {
    box-shadow: 0 4px 32px 0 rgba(32, 32, 32, .2);
}
.facade-card__link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
}
.facade-item__image {
    display: block;
    max-height: 264px;
    /*max-width: 416px;*/
    height: 100%;
    width: 100%;
    transition: all .45s linear;
}
.facade-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.facade-item__desc {
    display: block;
    padding: 16px 16px 16px 32px;
    flex: 1 1 auto;
    overflow: hidden;
}
.facade-item__desc .text {
    display: block;
    color: #202020;
    font-weight: 400;
}
.facade-item__desc .text--title {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.48px;
}
.facade-item__desc .text--subtitle {
    font-size: 16px;
    line-height: 125%;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.facade-item__text {
    padding: 64px;
}
.facade-item__text .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #202020;
}
.facade-item__action {
    display: flex;
    justify-content: flex-end;
}
.facade-item__action .button {
    width: fit-content;
    padding: 0 8px 0 3px;
}
.facade-item__action .button__icon {
    color: #606060;
}
.facade-item__action .button__text {
    color: #202020;
}
.facade-item__action .button:hover .button__text {
    color: #606060;
}
/* start :hover or touch */
/*__item:hover*/
@media (any-hover: hover) {
    .facade-card__item:hover .facade-card__link {
        max-height: 320px;
        height: 100%;
    }
    .facade-card__item:hover .facade-item__image {
        opacity: 0;
        height: 0;
    }
    .facade-card__item:hover .facade-item__desc .text--subtitle {
        height: 100%;
        max-height: 258px;
        opacity: 1;
        visibility: visible;
        padding: 16px 0;
        overflow: auto;
        overflow-x: hidden;
    }
    .text--subtitle::-webkit-scrollbar {
        width: 0;
    }
}
.facade-card__item:hover .facade-item__action .button__body > * {
    color: #202020;
}
/* розкоментувати, коли знадобиться властивість під великі тач монітори (подібну властивість вище прибрати) */
/*__item:hover
@media (any-hover: hover) {
    .facade-card__item:hover .facade-card__link {
        max-height: 320px;
        height: 100%;
        display: block;
    }
    .facade-card__item:hover .facade-item__image {
        opacity: 0;
        height: 0;
    }
    .facade-card__item:hover .facade-item__desc .text--subtitle {
        height: 100%;
        max-height: 258px;
        opacity: 1;
        visibility: visible;
        padding: 16px 0;
        overflow: auto;
        overflow-x: hidden;
    }
    .text--subtitle::-webkit-scrollbar {
        width: 0;
    }
    .facade-card__item:hover .facade-item__action .button__body > * {
        color: #202020;
    }
}*/
/*__item touch
@media (any-hover: none) {
    .facade-card__item {
        height: 600px;
    }
    .facade-card__item .text--subtitle {
        height: auto;
        visibility: visible;
        opacity: 1;
        padding-top: 16px;
        max-height: 218px;
        overflow: auto;
    }
}*/
/* end */

/* section factory facade */
.facade-main__title {
    padding: 52px 16px 20px 32px;
}
.facade-main__title .text {
    color: #202020;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.factory-card__list {
    display: flex;
    flex-wrap: wrap;
}
.factory-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    max-height: 448px;
}
.factory-item:nth-of-type(3) .factory-item__box,
.factory-item:nth-of-type(4) .factory-item__box {
    flex-direction: row-reverse;
}
.factory-item:nth-of-type(4) .factory-item__img {
    object-position: 55% 0;
}
.factory-item__box {
    height: 100%;
    flex: 1 1 448px;
}
.factory-item__box > * {
    flex: 1 1 50%;
    max-width: 448px;
}
.factory-item__desc {
    background-color: #f0f0f0;
}
.factory-item__desc .text {
    padding: 32px;
    overflow: auto;
    max-height: 412px;
}
@media (any-hover: hover) {
    .factory-item__desc .text::-webkit-scrollbar-thumb {
        border: 2px solid #f0f0f0;
    }
}
.factory-item__desc .text,
.factory-item__desc .text p,
.factory-item__desc .text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #202020;
}
.factory-item__desc .text > *:not(:last-child) {
    padding-bottom: 16px;
}
.factory-item__desc .text h3 {
    color: #202020;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.factory-item__desc .text ul {
    padding-left: 20px;
}
.factory-item__desc .text ul li {
    list-style: disc;
}
.factory-item__image {
    max-width: 448px;
    max-height: 448px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.factory-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .95s linear;
}
.factory-item__img:hover {
    transform: scale(1.1);
}
/* section counter */
.facade-counter {
    padding-top: 64px;
}
.facade-counter__body {
    position: relative;
}
.facade-counter__image {
    width: 100%;
    max-width: 1792px;
    max-height: 576px;
    height: 100%;
}
.facade-counter__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 576px;
}
.facade-number {
    background: rgba(32, 32, 32, .8);
    position: absolute;
    top: 64px;
    max-width: 1344px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .35s ease-in-out;
}
.facade-number__list {
    display: flex;
    gap: 32px 16px;
    padding: 64px 16px 64px 32px;
    justify-content: center;
}
.facade-number__item {
    flex: 1 1 calc(16.66% - 16px);
}
.facade-num-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-right: 1px solid #fff;
}
.facade-num-item:last-child {
    border-right: none;
}
.facade-num-item .text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 8px 16px;
    max-width: 200px;
}
.facade-num-item__count .text {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -0.64px;
    padding-bottom: 0;
}
/* section benefit */
.benefit-card {
    border-right: none;
}
.benefit-card__title {
    border-right: 1px solid #e0e0e0;
}
.benefit-card__list {
    display: flex;
    flex-wrap: wrap;
}
.benefit-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 12.5%;
    min-width: 208px;
    height: auto;
    gap: 20px;
    border: 1px solid #e0e0e0;
    padding: 24px 16px;
    margin: 0 0 -1px -1px;
}
/*якщо більше 8 блоків*/
.more--eight .benefit-item {
    flex: 1 1 16.66%;
}
/*якщо більше 12 блоків*/
.more--twelve .benefit-item {
    flex: 1 1 20%;
}
/**/
.benefit-item__title .text {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.48px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.benefit-item__subtitle .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
@media (any-hover: hover) {
    .benefit-item__subtitle .text::-webkit-scrollbar-thumb {
        border: 2px solid #fff;
    }
}

/* ===== begin facade post ===== */
.facade-post .facade-main__container {
    border: 1px solid #e0e0e0;
    padding-bottom: 64px;
}
.facade--offset--body {
    max-width: 1696px;
    margin: 0 auto;
    padding: 0 16px;
}
.facade-post .facade-main__title {
    padding-left: 0;
}
.facade-post .poster-side__desc p,
.poster-image__sub-desc, .poster-image__sub-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.poster-image__sub-desc, .poster-image__sub-desc p {
    font-weight: 700;
}
.facade-post .poster-side__desc p:not(:last-child) {
    margin-bottom: 20px;
}
.facade-post .poster-image__text {
    display: flex;
    align-items: center;
}
.poster-image__action {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: absolute;
    bottom: 48px;
    right: 46px;
    width: 100%;
    justify-content: flex-end;
}
.poster-image__action > * {
    flex: 0 1 224px;
}
.poster-image__action .button {
    background-color: rgba(128, 128, 128, .75);
    color: #fff;
    border-radius: 20px;
    transition: all .15s ease-in-out;
    /*box-shadow: 0 0 8px rgba(0,0,0,.05);*/
    box-shadow: 0 4px 8px rgba(255,255,255,.25);
}
.poster-image__action .button__body > * {
    text-shadow: 0 0 8px rgba(0,0,0,.05);
}
.poster-image__action .button:hover {
    background-color: rgba(128, 128, 128, .5);
    color: #fff;
}
.poster-image__action .button:focus {
    background-color: rgba(192, 192, 192, .5);
    color: #fff;
}
.poster-image__action .button:active {
    background-color: #fff;
    color: #202020;
}
/* --gallery */
.facade-gallery__list {
    display: flex;
    gap: 32px;
}
.facade-gallery__full {
    flex: 0 1 1280px;
    width: calc(100vw - 448px - 256px);
}
@media (min-width: 1921px) {
    .facade-gallery__full {
        width: 1280px;
    }
}
.facade-gallery__thumb {
    flex: 0 0 auto;
}
.facade-gallery__full .facade-gallery__link {
    max-width: 1280px;
    width: 100%;
    height: 767px;
    display: block;
    z-index: 1!important;
}
.facade-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.facade-gallery__thumb {
    max-width: 368px;
}
.facade-gallery__thumb .slick-track {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: auto!important;
}

.facade-gallery__thumb--container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
/* --thumb desc */
.facade-gallery__thumb--desc {
    flex: 1 1 auto;
}
.facade-gallery__thumb--text {
    width: auto!important;
}
.thumb-desc__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
    color: #404040;
    padding: 6px 0;
}
.thumb-desc__text {
    max-height: 238px;
    overflow: auto;
    overflow-x: hidden;
}
.thumb-desc__text * {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
}
.thumb-desc__text > *:not(:last-child) {
    margin-bottom: 20px;
}
.thumb-desc__text strong,
.thumb-desc__text b,
.thumb-desc__text a {
    font-weight: 700;
}
.thumb-desc__text a {
    color: var(--color--blue);
}
.thumb-desc__text ul {
    padding-left: 20px;
}
.thumb-desc__text li {
    list-style: disc;
}

/* --thumb photo */
.facade-gallery__thumb--photo {
    max-height: 472px;
    max-width: 368px;
    overflow: auto;
    overflow-x: hidden;
}
.facade-gallery__thumb--item.slick-current {
    border-color: var(--color--blue);
}
.facade-gallery__thumb--item {
    width: 112px!important;
    height: 112px;
    flex: 0 0 112px;
    cursor: pointer;
    border: 4px solid transparent;
}
.facade-gallery__thumb--text:not(.slick-current) {
    display: none;
}

/* --benefit */
.benefit-card-post__list {
    display: flex;
    flex-wrap: wrap;
}
.facade-post .benefit-item {
    flex: 1 1 calc(16.6% + 1px);
    min-height: 288px;
    height: auto;
    gap: 16px;
    border: 1px solid #fff;
    padding: 16px 32px;
    margin: 0 0 -1px -1px;
    background-color: #f0f0f0;
}
.benefit-card-post__list[data-count="8"] .benefit-item {
    flex-basis: calc(100% / 4 + 1px);
}
.benefit-item__icon .icon {
    justify-content: flex-start;
}
.benefit-item__icon .icon path {
    fill: #606060;
}
@media (any-hover: hover) {
    .facade-post .benefit-item__subtitle .text::-webkit-scrollbar-thumb {
        border: 2px solid #f0f0f0;
    }
}

/* --можливості */
.changing-card__list {
    display: flex;
    gap: 8px;
}
.changing-item {
    height: 272px;
    width: 201px;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px #e0e0e0;
    overflow: hidden;
}
.changing-item__heading.is-hidden {
    display: none;
}
.changing-item__heading {
    padding: 8px;
}
.changing-item__heading .icon {
    flex: 0 0 auto;
}
.changing-item__image {
    max-width: 201px;
    height: 192px;
    width: 100%;
    transition: height .5s linear;
}
.changing-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.changing-item__title {
    padding: 8px 16px 24px 24px;
}
.changing-item__title .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.changing-item__subtitle {
    height: 0;
    visibility: hidden;
}
/* start :hover or touch */
@media (any-hover: hover) {
    .changing-card:not(.not-changing-card) .changing-item:hover {
        box-shadow: 0 2px 8px 0 rgba(32, 32, 32, .25);
    }
    .changing-card:not(.not-changing-card) .changing-item:hover .changing-item__title {
        padding-top: 16px;
    }
    .changing-card:not(.not-changing-card) .changing-item:hover .changing-item__subtitle {
        padding: 0 16px 24px 24px;
        height: 100%;
        max-height: 258px;
        opacity: 1;
        visibility: visible;
        overflow: auto;
        overflow-x: hidden;
    }
    .changing-card:not(.not-changing-card) .changing-item:hover .changing-item__image {
        height: 0;
        opacity: 0;
    }
    .changing-item__subtitle::-webkit-scrollbar {
        width: 0;
    }
}
/* end :hover */
.changing-card__list {
    width: 100%;
    max-width: 1664px;
    margin: 0 auto;
}
.changing-card__list .slick-list {
    overflow: unset;
    margin: 0 auto;
}
.changing-card__list .slick-track {
    gap: 8px;
    width: auto!important;
}
.changing-card__list .slick-slider .slick-track .slick-slide {
    transition: width .5s linear;
}
.changing-card__list .slick-slide:not(.slick-active) {
    width: 0!important;
    position: absolute;
}

@media (any-hover: none) {
    .o-hidden .main {
        pointer-events: none;
    }
    .o-hidden::before {
        content: '';
        background: rgba(48, 146, 204, 0.4);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
    }
    .o-hidden #scrollup,
    .o-hidden .header--sticky .page-header {
        z-index: 0;
    }
    .changing-item__hint {
        position: fixed;
        z-index: 1;
        width: 100%;
        min-height: 500px;
        max-width: 420px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #404040;
        box-shadow: 0 4px 6px rgba(0,0,0,.4);
        padding-bottom: 24px;
    }
    .changing-item__hint .changing-item__image {
        width: 100%;
        height: 320px;
        max-width: 420px;
        margin: 0 auto;
    }
    .changing-item__hint .text {
        color: #fff;
        font-weight: 400;
    }
    .changing-item__hint .changing-item__title {
        padding: 0 16px 0 24px;
        margin: 0 auto;
    }
    .changing-item__hint .changing-item__title .text {
        font-size: 16px;
        padding: 16px 0;
    }
    .changing-item__hint .changing-item__subtitle {
        opacity: 1;
        visibility: visible;
        margin: 0 auto;
        padding: 0 16px 0 24px;
    }
}
/* ===== end facade post ===== */

/*media*/
/*@media (max-width: 1792px) {*/
    .benefit-item {
        flex-basis: 25%;
    }
    /* post */
    .facade-gallery__full {
        width: calc(100vw - 448px - 64px);
        max-width: 960px;
    }
/*}*/
/*@media (max-width: 1536px) {*/
    .factory-item {
        flex-basis: 100%;
    }
    .factory-item__box > * {
        max-width: inherit;
    }
    .factory-item:nth-of-type(even) .factory-item__box {
        flex-direction: row-reverse;
    }
    .factory-item:nth-of-type(3) .factory-item__box {
        flex-direction: unset;
    }
    /* post */
    .facade-post .facade-main__container {
        border: none;
    }
    /*--gallery*/
    .facade-gallery__body {
        padding: 0 32px;
    }
    .facade-gallery__full .facade-gallery__link {
        height: 592px;
    }
    .facade-gallery__full {
        width: calc(100vw - 480px - 96px);
    }
    .facade-gallery__thumb {
        max-width: 480px;
    }
    .facade-gallery__thumb--photo {
        max-height: 352px;
        max-width: 480px;
    }
    .thumb-desc__text > *:not(:last-child) {
        margin-bottom: 16px;
    }
    .thumb-desc__text {
        max-height: 176px;
        max-width: 440px;
    }
    /**/
    .facade-post .facade-main__title {
        padding-left: 32px;
    }
    .facade-post .benefit-item {
        flex-basis: calc(33.33% + 1px);
        min-height: 224px;
    }
/*}*/
@media (max-width: 1440px) {
    .facade-card__item {
        flex-basis: calc(33.33% + 1px);
        max-width: calc(33.33% + 1px);
    }
    .facade-card__item._last {
        max-width: inherit;
    }
    /* post */
    .facade-post .poster-image__action {
        flex-direction: column;
    }
    .facade-post .poster-image__action > * {
        flex: unset;
    }
    .poster-image__action .button {
        max-width: 224px;
        margin-left: auto;
    }
    /**/
    .changing-card .changing-item {
        width: 188px;
    }
    .changing-card .changing-item__image {
        max-width: 188px;
        height: 192px;
    }
}
@media (max-width: 1366px) {
    .poster-side__desc {
        max-height: 338px;
    }
    .facade-number {
        max-width: 1152px;
    }
    .facade-num-item__count .text {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.48px;
    }
    /* post */
    .facade-gallery__full {
        width: calc(100vw - 488px - 96px);
    }
    .facade-gallery__thumb,
    .facade-gallery__thumb--photo {
        max-width: 488px;
    }
    .slick-arrow.slick-prev {
        left: 0;
    }
    .slick-arrow.slick-next {
        right: 0;
    }
}
@media (max-width: 1280px) {
    .facade-poster, .poster-image {
        max-height: 536px;
    }
    .poster-side {
        padding-right: 16px;
    }
    .poster-side__title {
        min-height: 32px;
    }
    .poster-side__desc {
        max-height: 416px;
        font-size: 14px;
        line-height: 18px;
        padding-right: 8px;
    }
    .poster-image__desc {
        padding-top: 64px;
    }
    .facade-poster .poster-side__desc,
    .facade-poster .poster-side__desc p {
        font-size: 14px;
        line-height: 18px;
    }
    .facade-poster__action {
        padding-bottom: 20px;
    }
    /**/
    .factory-item {
        max-height: 352px;
    }
    .factory-item__box {
        flex-basis: 352px;
    }
    .factory-item__desc .text {
        max-height: 330px;
    }
    /* post */
    .facade-post .poster-image__icon {
        margin: 0 auto;
    }
    .poster-image__action {
        bottom: 24px;
    }
    .facade-post .facade-main__title {
        padding-left: 38px;
    }
}
@media (max-width: 1200px) {
    /* page */
    @media (any-hover: none) {
        .facade-card__item {
            height: 600px;
        }
        .facade-item__desc {
            overflow: unset;
        }
        .facade-card__item .text--subtitle {
            height: auto;
            visibility: visible;
            opacity: 1;
            padding-top: 16px;
            max-height: 218px;
            overflow: auto;
        }
    }
    /* post */
    .facade--offset--body {
        padding: 0;
    }
    .facade-post .facade-main__title {
        padding-left: 24px;
    }
    .poster-image__action {
        right: 32px;
    }
    .facade-gallery__body {
        padding: 0 8px;
    }
    .facade-gallery__full {
        width: calc(100vw - 400px);
    }
    .facade-gallery__list {
        gap: 24px;
    }
    .facade-gallery__thumb,
    .facade-gallery__thumb--photo {
        max-width: 360px;
    }
    .thumb-desc__text {
        padding-right: 8px;
    }
    .thumb-desc__text * {
        font-size: 14px;
        line-height: 18px;
    }
    .facade-gallery__thumb--photo  {
        max-height: 340px;
    }
    /**/
    .slick-arrow.slick-prev {
        left: 8px;
    }
    .slick-arrow.slick-next {
        right: 8px;
    }
    /**/
    .benefit-card-post__list[data-count="8"] .benefit-item {
        flex-basis: calc(100% / 3 + 1px);
    }
    .changing-card .changing-item {
        width: 100%;
        max-width: 200px;
    }
    .changing-card .changing-item .changing-item__image {
        max-width: inherit;
    }
}
@media (max-width: 1080px) {
    .facade-item__desc {
        padding-left: 16px;
    }
    .facade-main__title,
    .facade-counter {
        padding-top: 32px;
    }
    .facade-number {
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
    .facade-number__list {
        flex-wrap: wrap;
        padding: 32px 24px;
    }
    .facade-number__item {
        flex-basis: calc(33.33% - 16px);
    }
    .facade-number__item:nth-of-type(3) {
        border-right: none;
    }
    .facade-num-item .text {
        padding: 0 24px;
    }
    /* post */
    .poster-image__action {
        right: 24px;
        width: auto;
    }
    .poster-image__action .button {
        max-width: 42px;
    }
    .poster-image__action .button__icon {
        flex: 0 0 auto;
    }
    .poster-image__action .button__text {
        display: none;
    }
}
@media (max-width: 960px) {
    .facade-poster__body {
        grid-template-columns: 1fr 1fr;
    }
    .poster-side {
        padding: 16px 16px 16px 32px;
    }
    .facade-poster__action {
        padding-left: 32px;
    }
    .poster-side__desc {
        max-height: 380px;
    }
    .poster-image__desc {
        max-width: inherit;
    }
    /**/
    .facade-card__item {
        flex-basis: calc(50% + 1px);
        max-width: calc(50% + 1px);
        min-height: 480px;
        height: auto;
    }
    .facade-card__item .text--subtitle {
        height: auto;
        max-height: inherit;
    }
    .benefit-item {
        flex-basis: 33.33%;
    }
}
@media (max-width: 780px) {
    .grid .header--sticky .page-header {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
    .main .main__section.breadcrumbs-section {
        border-top: none;
    }
    .facade-poster {
        max-height: inherit;
    }
    .facade-poster__body {
        grid-template-columns: unset;
    }
    .poster-image {
        grid-column: 1;
        grid-row: 1;
    }
    .poster-image {
        max-height: 480px;
    }
    .poster-image__desc {
        flex-direction: column-reverse;
        background-color: transparent;
        padding: 0;
    }
    .poster-side__title {
        min-height: inherit;
        font-size: 24px;
        font-weight: 900;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .poster-image__text {
        background-color: rgba(32,32,32,.5);
        padding: 32px 32px 28px;
        flex: unset;
        font-size: 20px;
        line-height: 100%;
    }
    .poster-image__icon {
        flex: 1 1  auto;
        margin-left: auto;
        padding: 16px 32px 16px 16px;
        filter: drop-shadow(0 4px 6px rgba(0,0,0,.2));
    }
    .poster-image__icon svg {
        width: 180px;
        transform: scale(1.5);
        position: relative;
        right: 16px;
    }
    .poster-image__action .button {
        background-color: rgba(224, 224, 224, .5);
        box-shadow: 0 0 8px rgba(0,0,0,.05);
    }
    .poster-image__action .button:hover {
        background-color: rgba(255, 255, 255, .5);
    }
    .poster-side__desc {
        max-height: inherit;
        padding-bottom: 16px;
    }
    .facade-poster .button__body {
        min-height: 40px;
    }
    /**/
    .benefit-item {
        flex-basis: 50%;
    }
    /* post */
    .facade-post .poster-image__icon {
        margin-left: auto;
        margin-right: 0;
    }
    .facade-post .poster-image__desc {
        padding-bottom: 0;
    }
    .facade-post .poster--sub-desc--move {
        grid-row: 2;
        grid-column: 1;
        background-color: #202020;
        padding: 32px 16px 16px 32px;
    }
    .facade-post .facade-poster__action {
        grid-row: 3;
        padding-bottom: 0;
    }
    .facade-post .poster-image__text {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 32px 68px 32px;
    }
    .facade-post .poster-side__desc {
        padding-top: 0;
        padding-bottom: 0;
    }
    .poster--image-action--move {
        padding: 16px 0 20px;
    }
    /**/
    .poster-image__action {
        width: 100%;
        position: unset;
    }
    .poster-image__action .button {
        max-width: 224px;
        margin-left: 0;
    }
    .poster-image__action .button__text {
        display: block;
    }
    /*post gallery*/
    .facade-gallery__list {
        flex-direction: column;
        gap: 8px 0;
    }
    .facade-gallery__full {
        width: calc(100vw - 16px);
        flex: unset;
    }
    .facade-gallery__full .facade-gallery__link {
        height: 450px;
    }
    .facade-gallery__thumb {
        max-width: inherit;
        flex: unset;
    }
    .facade-gallery__thumb .slick-track {
        gap: 0;
    }
    .facade-gallery__thumb--container {
        flex-direction: column-reverse;
    }
    .facade-gallery__thumb--text {
        width: 100%!important;
        padding: 0 24px;
    }
    .thumb-desc__text {
        max-width: inherit;
        max-height: inherit;
    }
    /*hide thumbs*/
    .facade-gallery__thumb--photo {
        max-width: inherit;
        max-height: inherit;
        position: absolute;
        top: -999999px;
    }
    .facade-gallery__thumb--photo .slick-slide {
        visibility: hidden!important;
    }
    /*post benefit*/
    .facade-post .benefit-item {
        flex-basis: calc(50% + 1px);
    }
    .benefit-card-post__list[data-count="8"] .benefit-item {
        flex-basis: calc(100% / 2 + 1px);
    }
}
@media (max-width: 667px) {
    .border--thin--gray {
        border: none;
    }
    /**/
    .facade-card__list {
        flex-direction: column;
    }
    .facade-card__item {
        flex: unset;
        max-width: inherit;
        min-height: inherit;
        margin: 0 0 -1px 0;
    }
    .facade-card__item .text--subtitle {
        overflow: unset;
    }
    .facade-item__image {
        max-height: inherit;
    }
    .facade-item__text {
        padding: 32px 32px 64px;
    }
    /**/
    .factory-item {
        max-height: inherit;
    }
    .factory-item__box {
        flex-direction: column;
    }
    .factory-item__box > * {
        flex-basis: unset;
    }
    .factory-item__desc .text {
        max-height: inherit;
    }
    .factory-item .factory-item__box,
    .factory-item:nth-of-type(even) .factory-item__box,
    .factory-item:nth-of-type(3) .factory-item__box {
        flex-direction: column-reverse;
    }
    /**/
    .facade-counter__image {
        max-height: inherit;
        height: 512px;
    }
    .facade-counter {
        padding-top: 0;
    }
    .factory-item__desc .text h3,
    .benefit-item__title .text {
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: unset;
    }
    .factory-item__desc .text,
    .factory-item__desc .text p,
    .factory-item__desc .text li,
    .benefit-item__subtitle .text {
        font-size: 14px;
        line-height: 18px;
    }
    .benefit-item__subtitle .text {
        color: #606060;
    }
    /**/
    .facade-number__item {
        flex-basis: calc(50% - 16px);
    }
    .facade-number__item:nth-of-type(3) {
        border-right: 1px solid #fff;
    }
    .facade-number__item:nth-of-type(even) {
        border-right: none;
    }
    .facade-num-item .text {
        max-width: inherit;
        font-size: 16px;
        line-height: 20px;
    }
    .facade-num-item__count .text {
        font-size: 20px;
        line-height: 100%;
    }
}
@media (max-width: 600px) {
    /*post*/
    .benefit-card-post__body {
        padding: 0 16px;
    }
    .facade-post .benefit-item {
        padding: 16px;
    }
    .changing-card__body {
        padding: 0 8px;
    }
    .changing-card__list {
        flex-wrap: wrap;
    }
    .changing-card .changing-item {
        max-width: inherit;
        flex: 1 1 calc(50% - 8px);
    }
}
@media (max-width: 500px) {
    .poster-image {
        height: 480px;
        max-height: inherit;
    }
    /**/
    .factory-item__desc .text {
        padding: 16px 32px;
    }
    .facade-main__title {
        padding: 22px 16px 22px 32px;
    }
    .facade-main__title .text {
        font-size: 20px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: unset;
    }
    .benefit-item {
        padding: 16px;
        gap: 16px;
        height: auto;
        min-height: 224px;
        min-width: 181px;
    }
    .facade-card__item {
        padding: 0 0 16px;
        border: none;
        margin: 0;
        min-width: inherit;
    }
    .facade-item__desc {
        padding-left: 32px;
    }
    .facade-item__action .button__text {
        font-weight: 400;
    }
    .facade-item__action {
        padding-right: 8px;
    }
    .facade-card__item._last {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
    /* post */
    .facade-gallery__full .facade-gallery__link {
        height: 360px;
    }
    .facade-post .benefit-item {
        flex: 100%;
        display: grid;
        grid-gap: 16px;
        grid-template-columns: 64px 1fr;
        grid-auto-rows: min-content;
        min-height: 122px;
    }
    .benefit-item__icon {
        grid-row: span 2;
    }
    .benefit-item__subtitle {
        grid-column: 2;
    }
    /**/
    .changing-item__hint {
        width: 100%;
        min-height: 524px;
        max-width: 360px;
        z-index: 20;
    }
    .changing-item__hint .changing-item__image {
        max-width: inherit;
    }
    .benefit-card-post__list[data-count="8"] .benefit-item {
        flex-basis: 100%;
    }
}
@media (min-width: 471px) {
    .fancybox__caption,
    .fancybox__action {
        display: none;
    }
}
@media (max-width: 470px) {
    .facade-gallery__full {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 8px;
    }
    .facade-gallery__full .facade-gallery__link {
        flex: 1 1 calc(33.33% - 8px);
        height: 112px;
        opacity: 1!important;
    }
    .facade-gallery__thumb--desc {
        display: none;
    }
    .fancybox__slide {
        padding-left: 0;
        padding-right: 0;
    }
    .fancybox__caption {
        padding-left: 16px;
    }
    .fancybox__caption * {
        color: #fff;
    }
    .fancybox__caption .thumb-desc__text a {
        color: var(--color--blue);
    }
    .thumb-desc__text {
        max-height: 160px;
        padding-right: 16px;
    }
    /**/
    .fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar,
    .fancybox__container .fancybox__toolbar * {
        background-color: #393939;
    }
    .fancybox__container .fancybox__infobar {
        padding-left: 32px;
    }
    .fancybox__container .fancybox__backdrop {
        background-color: #404040;
    }
    .fancybox__container:not(.is-idle) .fancybox__carousel .fancybox__content {
        height: 288px!important;
        width: 100%!important;
    }
    .fancybox__container.is-idle .fancybox__carousel .fancybox__content {
        width: 100%!important;
        height: 100%!important;
    }
    .fancybox__container.is-idle .fancybox__carousel .fancybox__content .fancybox-image {
        width: 100%!important;
        height: 100%!important;
        object-fit: contain!important;
    }
    .fancybox__container .fancybox__carousel .fancybox-image {
        width: 100%!important;
        height: 100%!important;
        object-fit: cover!important;
    }
    .fancybox__container .fancybox__carousel {
        padding-bottom: 48px;
    }
    .fancybox__container.is-compact .fancybox__footer {
        background-color: #404040;
        position: unset;
    }
    .fancybox__container .fancybox__nav {
        display: flex;
        flex-direction: row-reverse;
        gap: 8px;
        justify-content: space-between;
        min-height: 32px;
        height: auto;
        margin-top: 24px;
        padding: 0 8px 0 16px;
    }
    .fancybox__container .fancybox__nav button.f-button {
        position: unset;
        max-width: 144px;
        width: 100%;
        min-height: 32px;
        height: auto;
        border-radius: 16px;
    }
    .fancybox__container.is-compact .fancybox__toolbar {
        position: unset;
    }
    .fancybox__container.is-idle .fancybox__nav button.f-button {
        position: absolute;
        max-width: 32px;
    }
    .fancybox__container:not(.is-idle) .fancybox__nav .f-button::before {
        content: attr(data-title);
        display: flex;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        position: unset;
        padding-top: 2px;
    }
    .fancybox__container .fancybox__nav .f-button.is-prev {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7L11 16L20 25H21V7H20Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        padding-left: 8px;
    }
    .fancybox__container:not(.is-idle) .fancybox__nav .f-button.is-next::after {
        content: '';
        background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 7H11.5V25H12.5L21.5 16L12.5 7Z' fill='%23fff'/%3E%3C/svg%3E%0A") 8px 0 no-repeat;
        width: 32px;
        height: 32px;
    }
    .fancybox__container.is-idle .fancybox__nav .f-button.is-next {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 7H11.5V25H12.5L21.5 16L12.5 7Z' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position-x: right;
    }
    .fancybox__nav .f-button svg {
        display: none;
    }
    .fancybox__container.is-compact .fancybox__footer .fancybox__caption {
        padding: 12px 16px 16px 32px;
    }
    .fancybox__container .is-nav-selected .f-thumbs__slide__button::after {
        border-color: var(--color--blue--light);
    }
    figcaption {
        display: none;
    }
    /**/
    .changing-item__title {
        padding: 8px 12px 16px 12px;
    }
    .changing-item__title .text  {
        font-size: 18px;
        word-break: break-word;
    }
}
@media (max-width: 414px) {
    .facade-number__list {
        padding: 32px 8px;
    }
}
@media (max-width: 360px) {
    .changing-item__hint {
        max-width: 320px;
    }
}
@media (max-width: 359px) {
    .poster-image__text {
        padding-left: 16px;
        padding-right: 16px;
    }
    .poster-side,
    .facade-poster__action {
        padding-left: 16px;
    }
    .facade-item__desc {
        padding-left: 16px;
    }
    .facade-item__text,
    .factory-item__desc .text {
        padding: 16px;
    }
    /**/
    .facade-counter__image {
        height: 780px;
    }
    .facade-counter__img {
        max-height: inherit;
    }
    .facade-number__list {
        flex-direction: column;
        padding: 24px 32px;
    }
    .facade-number__item {
        flex: unset;
        border-right: none!important;
        border-bottom: 1px solid #fff;
        padding-bottom: 24px;
    }
    .facade-number__item:last-child {
        border: none;
    }
    /* post */
    .fancybox__container .fancybox__infobar,
    .fancybox__container.is-compact .fancybox__footer .fancybox__caption {
        padding-left: 16px;;
    }
}
/* End */
/* /css/slider-customer.css?17416067682294 */
/* /local/templates/viyar_new/components/bitrix/news.list/fasad/post/style.css?173694762238614 */
