.project-header{padding:60px 0 20px}.project-header__top{display:flex;align-items:center;justify-content:space-between;gap:60px}.project-header__title{flex:1;min-width:0}.project-header__breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:20px}.project-header__breadcrumb a,.project-header__breadcrumb span{color:#1d7b7f;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.project-header__breadcrumb a{text-decoration:underline}.project-header__breadcrumb a:hover{color:#30b7bc}.project-header h1{margin:0;color:#222;font-size:54px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.project-header__details{display:flex;flex-direction:column;gap:14px;margin-bottom:40px}.project-header__details strong{font-weight:700}.project-header__button{display:inline-flex;align-items:center;justify-content:center;width:250px;height:58px;background:#30b7bc;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700;transition:.25s}.project-header__button:hover{background:#28979b;color:#fff}.banner-project__wrapper{display:flex;align-items:center;gap:20px;flex-shrink:0;margin:0}.banner-project__project{width:86px;height:138px;display:flex;align-items:center;justify-content:center;background:#222;border-bottom:8px solid transparent}.banner-project__project span{writing-mode:vertical-lr;transform:rotate(180deg);color:#fff;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase}.banner-project__info{display:flex;gap:18px}.banner-project__box{min-width:306px;height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f3f3f3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:8px solid transparent;text-align:center}.banner-project__box--area{min-width:196px}.banner-project__box strong{margin-top:14px;color:#222;font-size:16px;font-weight:700;text-transform:uppercase}.banner-project__box span{margin-top:8px;color:#222;font-size:14px;text-transform:uppercase}.banner-project__icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center}.project-gallery{padding:20px 0 120px}.project-gallery__video{width:100%;overflow:hidden}.project-gallery__video iframe{width:100%;height:100%;display:block;border:0}.project-gallery__item--video.project-gallery__item--featured .project-gallery__video{height:872px}.project-gallery__item--video:not(.project-gallery__item--featured) .project-gallery__video{height:958px}.project-gallery__list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-gallery__item{width:100%;position:relative}.project-gallery__item--featured{grid-column:1/-1}.project-gallery__item--featured img{width:100%;height:872px;-o-object-fit:cover;object-fit:cover;display:block}.project-gallery__item:not(.project-gallery__item--featured) img{width:100%;height:958px;-o-object-fit:cover;object-fit:cover;display:block}.project-gallery__image{display:block;overflow:hidden}.project-gallery__image img{transition:.35s}.project-gallery__image:hover img{transform:scale(1.03)}.project-gallery__caption{position:absolute;left:20px;bottom:-8px;max-width:420px;background:#fff;border-bottom:8px solid #30b7bc;padding:61px 75px 61px 44px;opacity:0;transform:translateY(30px);transition:all .35s ease}.project-gallery__caption h3{margin:0 0 10px;color:#222;font-family:Zalando Sans SemiExpanded;font-size:24px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.project-gallery__caption p{margin:0;color:#4d4d4d;line-height:1.6;font-size:15px}.project-gallery__item:hover .project-gallery__caption{opacity:1;transform:translateY(0)}.project-gallery__video.video-lazy{position:relative;cursor:pointer;overflow:hidden}.project-gallery__video.video-lazy img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.project-gallery__video.video-lazy iframe{width:100%;height:100%;display:block}.project-gallery .video-lazy__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;border:none;background:#000000a6;box-shadow:0 4px 20px #00000080;color:#fff;font-size:30px;cursor:pointer;transition:.3s}.project-gallery .video-lazy__play:hover{transform:translate(-50%,-50%) scale(1.1)}.project-content{position:relative;padding-bottom:120px}.project-content .container{position:relative}.project-content__wrapper{width:609px;margin-left:auto}.project-content h2{margin-bottom:35px;color:#222;font-family:Zalando Sans SemiExpanded;font-size:36px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.project-content p{margin-bottom:25px;font-family:Zalando Sans SemiExpanded;font-size:16px;font-style:normal;font-weight:400;line-height:25px;color:#4d4d4d}.project-content__details{display:flex;flex-direction:column;font-family:Zalando Sans SemiExpanded!important;margin-bottom:45px}.project-content__details strong{font-weight:700}.project-content__button{display:inline-flex;align-items:center;justify-content:center;width:250px;height:58px;background:#30b7bc;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700;transition:.3s}.project-content__button:hover{background:#28979b;color:#fff}.project-content__target{position:absolute;left:0;top:-420px;width:635px;height:auto;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.project-content__wrapper{position:relative;z-index:2;width:609px;margin-left:auto}@media(max-width:1199.98px){.project-header__top{flex-direction:column;align-items:flex-start}.banner-project__wrapper{width:100%}}@media(max-width:767.98px){.project-header{padding:50px 0 20px}.project-header__top{flex-direction:column;align-items:center;gap:30px}.project-header__title{width:100%;text-align:center}.project-header__breadcrumb{justify-content:center;flex-wrap:wrap;margin-bottom:15px}.project-header__breadcrumb a,.project-header__breadcrumb span{font-size:12px}.project-header h1{font-size:34px;text-align:center}.banner-project__wrapper{width:100%;flex-direction:row;align-items:stretch;gap:10px}.banner-project__project{width:55px;height:100px;flex-shrink:0}.banner-project__project span{font-size:12px}.banner-project__info{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;min-width:0}.banner-project__box{min-width:0;width:100%;height:100px}.banner-project__box strong{margin-top:8px;font-size:12px}.banner-project__box span{margin-top:5px;font-size:10px}.banner-project__box--area{min-width:0}.banner-project__icon{width:35px;height:35px}.banner-project__icon img{max-width:25px;height:auto}.project-gallery{padding:20px 0 60px}.project-gallery__list{grid-template-columns:repeat(2,1fr);gap:10px}.project-gallery__item{width:100%;overflow:hidden}.project-gallery__item--featured{grid-column:1/-1}.project-gallery__item--featured img{width:100%;height:auto!important;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.project-gallery__item:not(.project-gallery__item--featured) img{width:194px;height:292px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.project-gallery__item--video .project-gallery__video,.project-gallery__item--video.project-gallery__item--featured .project-gallery__video{width:100%;height:auto;aspect-ratio:16/9}.project-gallery__caption{display:none}.project-gallery .video-lazy__play{width:55px;height:55px;font-size:22px}.project-content{padding-bottom:60px}.project-content__wrapper{width:100%}.project-content h2{font-size:30px}.project-content p{line-height:1.7}.project-content__details{gap:12px}.project-content__button{width:100%}.project-content__target{position:absolute;width:100%;max-width:420px;height:auto;left:auto;top:-228px;margin:40px auto 0;display:block;z-index:1}}
