.shop-page {
    background: #F4F3F3;
    color: #191D24;
}

.shop-page__container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.shop-page-hero {
    min-height: 520px;
    position: relative;
    background: #272C35 center/cover no-repeat;
    overflow: hidden;
}

.shop-page-hero_placeholder {
    background-image: linear-gradient(135deg, #20252D, #3C424B);
}

.shop-page-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(39, 44, 53, .58);
}

.shop-page-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 118px 0 70px;
}

.shop-page-hero .breadcrumbs {
    color: rgba(255,255,255,.64);
    margin: 0 0 70px !important;
    padding: 0 !important;
    min-height: auto;
}

.shop-page-hero .breadcrumbs a,
.shop-page-hero .breadcrumbs span {
    color: rgba(255,255,255,.82);
}

.shop-page-hero__content {
    width: min(720px, 100%);
    padding-left: 44px;
    border-left: 4px solid #00B44C;
}

.shop-page-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 42px;
    line-height: 1.18;
    text-align: left;
}

.shop-page-hero__text {
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.75;
}

.shop-page-hero__actions,
.shop-team-card__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.shop-contacts-strip,
.shop-page-section,
.shop-final-cta {
    margin-top: 86px;
}

.shop-contacts-strip h2,
.shop-page-section h2 {
    margin: 0 0 28px;
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
}

.shop-contacts-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    align-items: start;
}

.shop-contacts-strip span,
.shop-map-card span {
    display: block;
    margin-bottom: 8px;
    color: #A9AFB8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.shop-contacts-strip p,
.shop-map-card p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.65;
}

.shop-contacts-strip a,
.shop-map-card > a:not(.dark-btn) {
    color: #00B44C;
    border-bottom: 1px solid rgba(0,180,76,.45);
}

.shop-page-section__head {
    width: min(860px, 100%);
    margin: 0 auto 42px;
    text-align: center;
}

.shop-page-section__head div {
    color: #4B515B;
    font-size: 15px;
    line-height: 1.7;
}

.shop-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.shop-gallery__item,
.shop-gallery__placeholder {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #D9DDE2;
}

.shop-gallery__item img,
.shop-solution-card img,
.shop-team-card img,
.shop-map-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-gallery__placeholder,
.shop-map-placeholder,
.shop-team-card__placeholder,
.shop-final-cta__decor,
.shop-solution-card_empty:before {
    background: linear-gradient(135deg, #DDE0E4, #F2F2F2);
}

.shop-gallery__placeholder span,
.shop-gallery__video span,
.shop-map-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B727C;
    font-weight: 700;
}

.shop-gallery__video:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(25,29,36,.2);
}

.shop-gallery__video i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 82px;
    height: 82px;
    transform: translate(-50%, -50%);
    background: #fff;
    clip-path: polygon(24% 12%, 24% 88%, 88% 50%);
}

.shop-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.shop-solution-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.shop-solution-card img,
.shop-solution-card_empty:before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
}

.shop-solution-card div {
    padding: 22px 24px 26px;
}

.shop-solution-card h3,
.shop-team-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
}

.shop-solution-card p,
.shop-team-card__text {
    margin: 0;
    color: #4B515B;
    font-size: 14px;
    line-height: 1.65;
}

.shop-section-btn {
    margin: 34px 0 0 auto;
    display: table;
}

.shop-solution-action {
    align-self: start;
    width: 100%;
    min-width: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.shop-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    overflow: hidden;
}

.shop-team-card {
    background: #fff;
}

.shop-team-card__photo,
.shop-team-card__placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.shop-team-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-team-card__body {
    padding: 18px 20px 22px;
}

.shop-team-card__position {
    margin: 0 0 10px;
    color: #A9AFB8;
    font-size: 13px;
}

.shop-team-card__actions {
    margin-top: 18px;
    gap: 10px;
}

.shop-team-card__actions a {
    color: #00B44C;
    font-weight: 700;
    font-size: 13px;
}

.shop-map-layout {
    position: relative;
    display: block;
    min-height: 520px;
    background: #E2E4E7;
    overflow: hidden;
}

.shop-map-card {
    position: relative;
    z-index: 2;
    width: 330px;
    max-width: calc(100% - 108px);
    margin: 54px 0 54px 54px;
    padding: 34px;
    background: #fff;
    box-sizing: border-box;
}

.shop-map-card h3 {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.2;
}

.shop-map-card .dark-btn {
    margin-top: 18px;
    width: 100%;
}

.shop-map-visual {
    position: absolute;
    inset: 0;
    min-height: 520px;
    overflow: hidden;
}

.shop-map-visual iframe {
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.shop-map-placeholder {
    position: absolute;
    inset: 0;
}

.shop-final-cta {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: stretch;
    min-height: 330px;
}

.shop-final-cta img,
.shop-final-cta__decor {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.shop-final-cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 70px;
    background: #191D24;
    color: #fff;
}

.shop-final-cta h2 {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 1.25;
    text-align: left;
}

.shop-final-cta__content div {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.shop-final-cta .dark-btn {
    width: fit-content;
    margin-top: 28px;
    background: #2C333D;
}

@media (max-width: 1199px) {
    .shop-contacts-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .shop-team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .shop-solutions-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .shop-page__container { width: calc(100% - 32px); }
    .shop-page-hero, .shop-page-hero__inner { min-height: 560px; }
    .shop-page-hero__inner { padding: 96px 0 48px; }
    .shop-page-hero .breadcrumbs { margin-bottom: 38px !important; }
    .shop-page-hero__content { padding-left: 20px; }
    .shop-page-hero h1 { font-size: 30px; }
    .shop-page-hero__text { font-size: 15px; }
    .shop-contacts-strip, .shop-page-section, .shop-final-cta { margin-top: 58px; }
    .shop-contacts-strip h2, .shop-page-section h2, .shop-final-cta h2 { font-size: 25px; }
    .shop-contacts-strip__grid, .shop-gallery, .shop-solutions-grid, .shop-final-cta { grid-template-columns: 1fr; }
    .shop-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .shop-map-layout { display: flex; flex-direction: column; min-height: 0; }
    .shop-map-card { width: auto; max-width: none; margin: 0; order: 1; }
    .shop-map-visual { position: relative; order: 2; min-height: 360px; }
    .shop-map-visual iframe { min-height: 360px; }
    .shop-final-cta__content { padding: 34px 24px; }
}

body.body_shops .shop-page-wrapper > .container,
body.body_shops .main-content > .catalog-section > .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

body.body_shops .shop-page-hero {
    width: 100%;
    margin: 0;
}

body.body_shops .shop-page-hero__inner {
    padding-top: 118px;
}

body.body_shops .shop-page-hero .breadcrumbs {
    margin-top: 0 !important;
    margin-bottom: 46px !important;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 991px) {
    body.body_shops .shop-page-hero__inner {
        padding-top: 96px;
    }
}

