

/* Start:/local/templates/.default/components/bitrix/news.detail/branch_v2/style.css?178412596365787*/

body{
    background-color: #fff !important;
}
.button{
    border: none;
    min-width: 300px;
    min-height: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #654A43;
    border-radius: 100px;
    background-color: #D9DFA3;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button:after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.30322 1V16.8632' stroke='%23654A43' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.7739 9.19183H1' stroke='%23654A43' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1/1;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    background-color: #fff;
    border-radius: 100px;
}
.button-icon:after{
    content: '';
    mask-repeat: no-repeat;
    mask-image: var(--mask-image);
    mask-size: 22px;
    mask-position: center;
    background-color: #949494;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.button-icon{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    position: relative;
}

:root{
    --header-height: 100px;
    --container: 1440;
    --side-padding: 100px;
    --unit-space: 270px;
    --unit-space-second: 200px;
}
.branch-head{
    height: 100vh;
    position: relative;
    padding: calc(var(--header-height) + 78px) var(--side-padding) 0;
}
.branch-head__media img,
.branch-head__media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.branch-head__media{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.branch-head__title {
    font-weight: 400;
    font-size: 80px;
    line-height: 105%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #fff;
    max-width: 547px;
    margin-bottom: 60px;
}
.branch-head__contacts{
    padding: 52px 60px;
    background: #FFFFFF26;
    backdrop-filter: blur(30px);
    border-radius: 40px;
    max-width: 547px;
}
.branch-head__contacts h1{
    font-weight: 500;
    font-size: 30px;
    line-height: 110.00000000000001%;
    letter-spacing: 3%;
    text-transform: uppercase;
    margin: 0 0 26px;
    color: #fff;
}
.branch-head__contacts__tel {
    font-weight: 500;
    font-size: 35px;
    line-height: 110%;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin-bottom: 5px;
}
.branch-head__contacts__address {
    font-weight: 500;
    font-size: 20px;
    line-height: 26.36px;
    letter-spacing: 1%;
    margin-bottom: 35px;
    color: #fff;
}
.branch-head__contacts__business-hours span{
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 26.36px;
    letter-spacing: 1%;
}
.branch-head__contacts__business-hours {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 43px;
}
.branch-head__contacts__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.branch-head__stock.stock-label {
    position: absolute;
    bottom: 90px;
    right: var(--side-padding);
    display: flex;
    align-items: center;
    border: 3px solid #D9DFA3;
    background: #FFFFFF4D;
    backdrop-filter: blur(30px);
    border-radius: 60px;
    padding: 9px 30px 9px 9px;
}
.stock-label__image {
    width: 127px;
    height: 82px;
    border-radius: 60px;
    background-color: #D9DFA3;
    background-image: url(/local/templates/.default/assets/img/branch/box.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -27px 0px;
}
.stock-label__number {
    margin: 0 16px 0 22px;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.stock-label__text span:last-child{
    font-size: 10px;
}
.stock-label__text span:first-child {
    font-size: 16px;
    margin-bottom: 3px;
}
.stock-label__text span {
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    display: block;
    text-transform: lowercase;
}
.branch__services.branch-services .container {
    max-width: 100%;
    margin: 0;
    padding: 0 var(--side-padding);
}
body .branch .branch-section__title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
}
/* --- branch gallery slider --- */
.branch {
    max-width: 100%;
    overflow-x: clip;
}

.branch__slider {
    --branch-slider-preview: 182px;
    --branch-slider-visible-previews: 2;
    --branch-slider-gap: 5px;
    --branch-slider-height: clamp(320px, 42vw, 620px);
    --branch-slider-radius: 28px;
    --branch-slider-active-width: 100%;
    --branch-slider-speed: 550ms;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 var(--side-padding);
    margin: 150px 0 var(--unit-space-second);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.branch-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.branch-slider.swiper {
    overflow: hidden;
    clip-path: inset(0);
}

.branch-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    gap: var(--branch-slider-gap);
    will-change: transform;
    transition: transform var(--branch-slider-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

/* Перебиваем глобальные правила Swiper (.swiper-slide { width:100% }) */
.branch-slider.swiper > .swiper-wrapper > .swiper-slide.branch-slider__slide {
    width: var(--branch-slider-preview);
    height: var(--branch-slider-height) !important;
    border-radius: var(--branch-slider-radius);
    overflow: hidden;
    flex-shrink: 0;
    transition: width var(--branch-slider-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

.branch-slider__slide.is-active {
    z-index: 2;
}

.branch-slider.is-single .branch-slider__slide {
    width: 100% !important;
}

.branch-slider__slide:not(.is-active) {
    cursor: pointer;
}

.branch-slider__slide {
    border-radius: var(--branch-slider-radius);
}

.branch-slider__media {
    width: 100%;
    height: 100%;
}

.branch-slider__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
}

.branch-slider__ui {
    position: absolute;
    inset: 0 auto auto 0;
    width: var(--branch-slider-active-width);
    height: var(--branch-slider-height);
    pointer-events: none;
    z-index: 10;
    transition: width var(--branch-slider-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

.branch-slider__brand {
    position: absolute;
    left: 36px;
    bottom: 32px;
    font-family: "Syncopate", var(--font-title, sans-serif);
    font-weight: 700;
    font-size: clamp(18px, 2vw, 28px);
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    pointer-events: none;
}

.branch-slider__brand--solo {
    position: absolute;
    left: 36px;
    bottom: 32px;
    z-index: 4;
}

.branch-slider__nav {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 6px 8px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: auto;
}

.branch-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    color: #fff;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.branch-slider__arrow svg {
    display: block;
    width: 39px;
    height: 25px;
}

.branch-slider__arrow:hover {
    background: rgba(255, 255, 255, 0.12);
}

.branch-slider__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.branch-slider__arrow::after {
    display: none;
}

.branch-slider__pagination {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 28px !important;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: auto;
    width: auto !important;
}

.branch-slider__pagination .swiper-pagination-bullet {
    width: 7px;
    flex: 0 0 7px;
    height: 7px;
    margin: 0 !important;
    border-radius: 4px;
    opacity: 0.45;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.branch-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    flex: 0 0 14px;
    transform: scale(1.35);
}

@media (max-width: 1024px) {
    .branch__slider {
        --branch-slider-preview: 120px;
        --branch-slider-radius: 22px;
    }

    .branch-slider__brand,
    .branch-slider__brand--solo {
        left: 24px;
        bottom: 24px;
    }

    .branch-slider__nav {
        top: 16px;
        right: 16px;
    }

    .branch-slider__pagination {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .branch__slider {
        --branch-slider-visible-previews: 1;
        --branch-slider-preview: 72px;
        --branch-slider-radius: 18px;
        --branch-slider-height: clamp(420px, 58vw, 420px);
        margin-top: 24px;
        padding: 0 20px;
    }

    .branch-slider__arrow {
        width: 34px;
        height: 34px;
    }

    .branch-slider__arrow svg {
        width: 28px;
        height: auto;
    }

    .branch-slider__brand,
    .branch-slider__brand--solo {
        left: 18px;
        bottom: 18px;
        font-size: 16px;
    }
}

/* --- branch categories grid --- */
.branch__categories {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 var(--side-padding);
    margin: 0 0 var(--unit-space-second);
}

.branch-categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1.335fr) minmax(0, 1.335fr) minmax(0, 0.92fr);
    gap: 5px;
    min-height: clamp(520px, 58vw, 780px);
}

.branch-categories__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
    border-radius: 40px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    isolation: isolate;
}

.branch-categories__card--1 {
    grid-column: 1 / 3;
    grid-row: 1;
}

.branch-categories__card--2 {
    grid-column: 3;
    grid-row: 1;
}

.branch-categories__card--3 {
    grid-column: 1;
    grid-row: 2 / 4;
}

.branch-categories__card--4 {
    grid-column: 2;
    grid-row: 2;
}

.branch-categories__card--5 {
    grid-column: 3;
    grid-row: 2;
}

.branch-categories__card--6 {
    grid-column: 2 / 4;
    grid-row: 3;
}

.branch-categories__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.branch-categories__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.branch-categories__card:hover .branch-categories__media img {
    transform: scale(1.04);
}

.branch-categories__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.branch-categories__title {
    position: relative;
    z-index: 2;
    padding: 0 40px 40px;
    font-family: var(--font-title, sans-serif);
    font-weight: 500;
    font-size: clamp(14px, 1.35vw, 22px);
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.branch-categories__arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #654A43;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: none;
}

.branch-categories__arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.267678 19.5066C-0.108331 19.9108 -0.0852229 20.5436 0.319292 20.9199C0.723807 21.2962 1.35655 21.2736 1.73256 20.8693L1.00012 20.188L0.267678 19.5066ZM18.7343 1.12258L19.7342 1.12954C19.7377 0.577263 19.2927 0.126441 18.7405 0.122598L18.7343 1.12258ZM1.12534 1.9253e-05C0.573072 -0.00382386 0.122591 0.440767 0.119165 0.993041C0.115739 1.54532 0.560666 1.99614 1.11294 1.99998L1.11914 1L1.12534 1.9253e-05ZM17.6273 18.3636C17.6239 18.9158 18.0688 19.3667 18.6211 19.3705C19.1733 19.3743 19.6238 18.9298 19.6272 18.3775L18.6273 18.3705L17.6273 18.3636ZM1.00012 20.188L1.73256 20.8693L19.4667 1.80396L18.7343 1.12258L18.0018 0.441194L0.267678 19.5066L1.00012 20.188ZM18.7343 1.12258L18.7405 0.122598L1.12534 1.9253e-05L1.11914 1L1.11294 1.99998L18.728 2.12256L18.7343 1.12258ZM18.7343 1.12258L17.7343 1.11562L17.6273 18.3636L18.6273 18.3705L19.6272 18.3775L19.7342 1.12954L18.7343 1.12258Z' fill='%23FFFFFF'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center;
}

.branch-categories__card--info {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: 28px 32px 72px;
    background: #f9f9f9;
}

.branch-categories__card--info .branch-categories__overlay {
    display: none;
}

.branch-categories__brand {
    position: relative;
    z-index: 2;
    width: clamp(72px, 8.5vw, 122px);
    flex-shrink: 0;
}

.branch-categories__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.branch-categories__info-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 240px;
    padding-right: 48px;
    font-family: var(--font-title, sans-serif);
    font-weight: 400;
    font-size: clamp(15px, 1.55vw, 30px);
    line-height: 105%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: left;
    color: #000;
}

.branch-categories__info-line {
    display: block;
}

.branch-categories__info-text p {
    margin: 0;
}

.branch-categories__info-accent {
    color: #949494;
}

@media (max-width: 1024px) {
    .branch__categories {
        padding: 0 40px;
    }

    .branch-categories {
        gap: 10px;
        min-height: clamp(460px, 72vw, 640px);
    }

    .branch-categories__title {
        padding: 0 18px 18px;
    }

    .branch-categories__card--info {
        padding: 22px 24px 64px;
    }

    .branch-categories__info-text {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .branch__categories {
        padding: 0 20px;
        margin-bottom: 80px;
    }

    .branch-categories {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        min-height: 0;
        gap: 8px;
    }

    .branch-categories__card {
        min-height: 180px;
    }

    .branch-categories__card--1,
    .branch-categories__card--6 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .branch-categories__card--2,
    .branch-categories__card--4,
    .branch-categories__card--5 {
        grid-column: auto;
        grid-row: auto;
    }

    .branch-categories__card--3 {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 240px;
    }

    .branch-categories__card--6 {
        min-height: 200px;
    }

    .branch-categories__card--info {
        padding: 20px 18px 60px;
    }

    .branch-categories__info-text {
        margin-left: 0;
        padding-right: 36px;
    }

    .branch-categories__arrow {
        width: 40px;
        height: 40px;
        right: 14px;
        bottom: 14px;
    }
    .branch-categories__arrow::before{
        background-size: 12px;
    }
}



/* --- branch services & stocks (split sections) --- */
.branch__services,
.branch__stocks {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.branch__services {
    margin: var(--unit-space-second) 0 0;
}

.branch__stocks {
    margin: var(--unit-space) 0 var(--unit-space-second);
}

.branch-section__head {
    padding: 0 var(--side-padding);
    margin-bottom: 32px;
}

.branch-section__title {
    margin: 0;
    font-family: var(--font-title, sans-serif);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3d2e28;
}

.branch-stocks__head {
    margin-bottom: 48px;
}

.branch-stocks__head-row {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) 39px;
    align-items: end;
    gap: clamp(16px, 4vw, 48px);
}

.branch-stocks__head-row .branch-section__title--stocks {
    text-align: center;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.05;
    letter-spacing: 0.02em;
}

.branch-stocks__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #646464;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease;
}
.branch__app {
    padding: 0 var(--side-padding);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.branch__app__item {
    position: relative;
    border-radius: 40px;
    background-color: #F4F4F4;
    height: 314px;
}
.branch__app__item:first-child {
    padding: 50px 70px 50px 517px;
}

.branch__app__media {
    --app-media-width: 500px;
    --app-card-size: 250px;
    --app-card-first-x: 19px;
    --app-card-first-y: 32px;
    --app-card-first-rotate: -22deg;
    --app-card-second-x: 214px;
    --app-card-second-y: -70px;
    --app-card-second-rotate: 6deg;

    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--app-media-width);
    margin: auto 0;
    pointer-events: none;
}

.branch__app__card-slot {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--app-card-size);
    height: var(--app-card-size);
    margin: auto 0;
    transition: transform 1.4s cubic-bezier(0.44, 0, 0.15, 1), z-index 0s linear 0.7s;
    will-change: transform;
}

.branch__app__card-slot--first {
    transform: translate(var(--app-card-first-x), var(--app-card-first-y)) rotate(var(--app-card-first-rotate));
    z-index: 2;
}

.branch__app__card-slot--second {
    transform: translate(var(--app-card-second-x), var(--app-card-second-y)) rotate(var(--app-card-second-rotate));
    z-index: 1;
}

.branch__app__media.is-swapped .branch__app__card-slot--first {
    transform: translate(var(--app-card-second-x), var(--app-card-second-y)) rotate(var(--app-card-second-rotate));
    z-index: 1;
}

.branch__app__media.is-swapped .branch__app__card-slot--second {
    transform: translate(var(--app-card-first-x), var(--app-card-first-y)) rotate(var(--app-card-first-rotate));
    z-index: 2;
}

.branch__app__card-sway {
    width: 100%;
    height: 100%;
    animation: branch-app-sway 5.5s ease-in-out infinite;
    transform-origin: 50% 85%;
}

.branch__app__card-slot--second .branch__app__card-sway {
    animation-delay: -2.75s;
}

.branch__app__card-sway img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes branch-app-sway {
    0%, 100% {
        transform: rotate(-1.5deg) translateY(0);
    }
    50% {
        transform: rotate(1.5deg) translateY(-5px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .branch__app__card-slot {
        transition: none;
    }

    .branch__app__card-sway {
        animation: none;
    }
}

.branch__app__item:last-child .branch__app__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.branch__app__item:first-child {
    padding-left: 517px;
}

.branch__app__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 36px;
    color: #000;
}
.branch__app__btn:after{
    content: '';
    width: 44px;

    height: 44px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    background-color: #D9DFA3;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00012 14.2852L14.0052 1.08487L1.00012 14.2852ZM14.0052 1.08487L1.0874 1L14.0052 1.08487ZM14.0052 1.08487L13.9267 13.0269L14.0052 1.08487Z' fill='%23D9DFA3'/%3E%3Cpath d='M1.00012 14.2852L14.0052 1.08487M13.9267 13.0269L14.0052 1.08487L1.0874 1' stroke='%23654A43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.branch__app__btn.men:after{
    background-color: #F95D09;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00012 14.2852L14.0052 1.08487M13.9267 13.0269L14.0052 1.08487L1.0874 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.branch__app__btn {
    box-shadow: 0px 2px 4px 0px #D9D9D933;
    background-color: #fff;
    border-radius: 30px;
    padding: 7px 40px;
    width: 262px;
    position: relative;
    display: flex;
    align-items: center;
}
.branch__app__btn.men{
    margin-top: 5px;
}
.branch-stocks__arrow svg {
    display: block;
    width: 39px;
    height: 25px;
}
.branch__app__phone {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.branch__app__item:last-child {
    flex: 1;
    padding: 50px 70px;
    background-color: #F7F9ED;
}
.branch-stocks__arrow:hover {
    color: #3d2e28;
}

.branch-stocks__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.stocks-block{
    padding: 0 var(--side-padding);
    max-width: 1920px;
    margin: 0 auto;
}
.branch-services .services-block,
.branch-stocks .stocks-block {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.branch-stocks__slider.swiper {
    overflow: visible;
}

.branch-stocks__slider .swiper-slide {
    height: auto;
    width: 830px;
}

@media (max-width: 1199px) {
    .branch-stocks__slider .swiper-slide {
        width: min(78vw, 320px);
    }
}

.branch-stock-card {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    perspective: 1200px;
}

.branch-stock-card__scene {
    display: block;
    position: relative;
    width: 100%;
    height: 592px;
    min-height: 320px;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 40px;
    will-change: transform;
}

.branch-stock-card.is-flipped .branch-stock-card__scene {
    transform: rotateY(180deg);
}

.branch-stock-card__face {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.branch-stock-card__face--front {
    background: #ddd;
}

.branch-stock-card__nav {
    position: absolute;
    bottom: 20px;
    left: 70px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.branch-stock-card__nav span:last-child {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #654A43;
    border-radius: 100%;
}
.branch-stock-card__nav span:first-child {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #fff;
    text-transform: lowercase;
}
.branch-stock-card__back-content .branch-stock-card__nav span:first-child{
    color: #654A43;
}
.branch-stock-card__back-content .branch-stock-card__nav span:last-child{
    background-color: #D9DFA3;
}
.branch-stock-card__face--back {
    transform: rotateY(180deg);
    background: #f3f0ec;
}

.branch-stock-card__img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
span.branch-stock-card__logo {
    margin-bottom: 48px;
}
.branch-stock-card__back-content .branch-stock-card__nav{
    bottom: 20px;
    left: 70px;
    right: 20px;
}
.branch-stock-card__back-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
}

.branch-stock-card__title {
    display: block;
    color: #654A43;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.branch-stock-card__desc {
    display: block;
    flex: 1;
    margin-top: 16px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.45;
    color: #3d2e28;
}

.branch-stock-card__desc p {
    margin: 0 0 0.75em;
}

.branch-stock-card__desc p:last-child {
    margin-bottom: 0;
}

.branch-stock-card__more {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    font-family: var(--font-title, sans-serif);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #654a43;
    opacity: 0.75;
    pointer-events: none;
}

.branch-stock-card__more::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(1px);
}

.branch-desc {
    padding: 185px var(--side-padding) 0;
}
.branch-desc__header {
    display: flex;
    align-items: center;
    margin-bottom: 180px;
    justify-content: space-between;
}
.branch-desc__title span {
    color: #949494;
}

.branch-desc__title {
    font-weight: 400;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg width='121' height='109' viewBox='0 0 121 109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M112.512 22.3926L111.599 0.200463C46.2797 25.7525 68.9119 105.959 93.9955 104.927C114.353 104.089 122.362 92.0099 118.906 69.7638C116.142 51.9669 99.7821 52.6083 91.9478 55.1535C90.0933 34.7787 104.885 24.8234 112.512 22.3926Z' fill='%23EEEEEE'/%3E%3Cpath d='M46.1106 25.1246L45.1976 2.9324C-20.1217 28.4844 2.51053 108.691 27.5941 107.659C47.9513 106.821 55.9609 94.7418 52.5051 72.4957C49.7405 54.6989 33.3807 55.3402 25.5464 57.8854C23.6919 37.5106 38.4832 27.5553 46.1106 25.1246Z' fill='%23EEEEEE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 180px;
}
.branch-desc__content {
    display: flex;
    flex-wrap: wrap;
}
.branch-desc__media video {
    transform: translate(-154px, 197px) rotate(16deg);
    width: 321px;
    border-radius: 40px;
}
.branch-desc__media {
    padding-bottom: 220px;
}
.branch-desc__text p {
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 1%;
}
.branch-desc__content > * {
    flex: 0 0 50%;
}
.branch-desc__text {
    flex: 1;
}


@media (max-width: 767px) {
    .branch-stock-card__scene {
        min-height: 280px;
        border-radius: 22px;
    }

    .branch-stock-card__back-content {
        padding: 22px 18px 18px;
    }
}

@media (max-width: 1024px) {
    .branch-section__head {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .branch__services {
        margin-top: 80px;
    }

    .branch__stocks {
        margin-top: 64px;
        margin-bottom: 80px;
    }

    .branch-section__head {
        padding: 0 16px;
        margin-bottom: 24px;
    }

    .branch-stocks__head {
        margin-bottom: 32px;
    }

    .branch-stocks__head-row {
        gap: 12px;
    }
    .branch-stocks__head-row {
        gap: 12px;
        padding-bottom: 50px;
        position: relative;
        display: block;
    }
    .branch-stocks__arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    button.branch-stocks__arrow.branch-stocks__arrow--prev {
        transform: translateX(-44px);
    }
    button.branch-stocks__arrow.branch-stocks__arrow--next {
        transform: translateX(44px);
    }
}




/*  Legacy  */
h1 span {
    display: none;
}
.header-stock .header-stock__title a:hover {
    color: #663b13;
}
body .home-header .home-header__row .home-header__bottom .header-stocks {
    padding: 1px;
}
body .home-header .home-header__bottom .header-apps .header-apps__title{
    font-family: var(--font-title);
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
body .branch .branch-section__title{
    border-color: transparent !important;
    padding: 0 !important;
}
body .service__top .stocks-title,
body .service__top .services-title{
    border-color: transparent !important;
    padding: 0 !important;
    font-size: 20px;
}
.slider-auto-width {
    margin: var(--unit-space) 0 var(--unit-space);
}
.slider-auto-width .swiper-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    display: flex;
    align-items: stretch;
}
.slider-auto-width .swiper-slide{
    width: max-content;
    height: auto !important;
}
.app-slide{
    position: relative;
    width: 378px;
    display: block;
    transition: all .5s linear;
}
.app-slide:hover{
    transform: scale(1.04);
}
.app-slide__title{
    position: absolute;
    top: 73px;
    left: 10px;
    right: 10px;

    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.app-slide img{
    display: block;
    width: 100%;
}
.download-buttons img{
    display: block;
    max-width: 100%;
}
.download-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}
.title {
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px;
}
body .service-sections-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    position: relative;
    z-index: 10;
    background-color: #F9F9F9;
    padding: 10px 20px;
    border-radius: 40px;
}
body .service-sections-nav .service-sections-nav__el.active {
    border: none;
    background-color: #D9DFA3;
}
body .service-sections-nav .service-sections-nav__el {
    border: none;
    border-radius: 40px;
    color: var(--color-black);
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
    transition: all .4s var(--transition);
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    flex: 1;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-align: center;
}
body .service-tab-nav {
    background-color: #F9F9F9;
    padding: 10px 80px;
    border-radius: 40px;
    gap: 15px 70px;
}
body .service-tab-nav .service-tab-nav__nav {
    cursor: pointer;
    font-family: var(--font-title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 0 5px;
    opacity: 1;
    text-transform: uppercase;
    transition: all .4s var(--transition);
    color: #949494;
}
body .service-tab-nav .service-tab-nav__nav._active, body .service-tab-nav .service-tab-nav__nav:hover{
    color: #000;
}
body .service-tab{
    padding: 0 80px;
}
.service-el {
    border: none;
    border-radius: 0;
    margin-bottom: 1px;
    max-width: 1164px;
    padding: 0;
    transition: all .4s var(--transition);
    border-bottom: 1px dashed #E9E9E9;
}
body .service-el .service-el__line{
    justify-content: flex-start;
}
body .service-el-header,
body .service-el{
    max-width: 1560px;
}

body .service-el.service-el__desc._slide .service-el__line:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6235 6.90356H1.00002' stroke='%23654A43' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
body .service-el.service-el__desc .service-el__line:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #D9DFA3;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06079 1V11.8734' stroke='%23654A43' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.6235 6.90356H1.00002' stroke='%23654A43' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease;
    position: absolute;
    top: 0;bottom: 0;right: 0;
    margin: auto;
}
body .service-el.service-el__desc .service-el__line {
    position: relative;
}
body .service-el{
    border: none;
    border-radius: 0;
    padding: 7px 0;
    border-bottom: 1px dashed #E9E9E9;
}
body .service-el-header .service-el-header__prices .service-el-header__price,
body .service-el .service-el__line .service-el__prices .service-el__price{
    text-align: left;
}
body .service-el-header,
body .service-el.service-el__desc .service-el__line{
    padding-right: 100px;
}
body .service-el.service-el__desc .service-el__line{
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 16px;
}
.branch-map .branche-map {
    height: 498px;
    margin-top: 50px;
}
.branch-map .branche-map #single__map{
    width: 100%;
    border-radius: 40px;
}
.branch-map{
    padding: 0 var(--side-padding);
    max-width: 1920px;
    margin: 190px auto 200px;
}
.branch-work {
    margin-top: 39px;
    background-color: #F7F9ED;
    background-image: url(/local/templates/.default/dist/img/branch/bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 70px;
    border-radius: 40px;
    position: relative;
}
.branch-work .button {
    position: absolute;
    right: 90px;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}
.branch-work__title span{
    color: #949494;
}
.branch-work__title{
    font-weight: 400;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.branch-work__subtitle{
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
}
.branch-map__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.branch-map__col {
    display: flex;
    flex-direction: column;
}
.branch-map__title span{
    color: #949494;
}
.branch-map__title {
    font-weight: 400;
    font-size: 35px;
    line-height: 110%;
    letter-spacing: 1%;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.branch-map__tel{
    font-weight: 400;
    font-size: 35px;
    line-height: 110%;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 6px;
}
.branch-map__address {
    font-weight: 400;
    font-size: 18px;
    line-height: 18.85px;
}
.button.branch-map__btn:after{
    background-color: #D9DFA3;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00012 15.259L14.0052 1.09109L1.00012 15.259ZM14.0052 1.09109L1.0874 1L14.0052 1.09109ZM14.0052 1.09109L13.9267 13.9084L14.0052 1.09109Z' fill='%23D9DFA3'/%3E%3Cpath d='M0.263147 14.5823C-0.11015 14.989 -0.0828145 15.6216 0.324204 15.9953C0.731222 16.369 1.36379 16.3422 1.73709 15.9356L1.00012 15.259L0.263147 14.5823ZM14.0052 1.09109L15.0051 1.09814C15.0085 0.545868 14.5635 0.0950041 14.0113 0.0911097L14.0052 1.09109ZM1.09352 1.87755e-05C0.541253 -0.00387562 0.0908079 0.440674 0.0874272 0.992949C0.0840465 1.54522 0.52901 1.99609 1.08128 1.99998L1.0874 1L1.09352 1.87755e-05ZM12.9267 13.9013C12.9233 14.4536 13.3683 14.9045 13.9206 14.9084C14.4728 14.9123 14.9233 14.4677 14.9267 13.9154L13.9267 13.9084L12.9267 13.9013ZM1.00012 15.259L1.73709 15.9356L14.7421 1.7677L14.0052 1.09109L13.2682 0.414483L0.263147 14.5823L1.00012 15.259ZM14.0052 1.09109L14.0113 0.0911097L1.09352 1.87755e-05L1.0874 1L1.08128 1.99998L13.999 2.09107L14.0052 1.09109ZM14.0052 1.09109L13.0052 1.08404L12.9267 13.9013L13.9267 13.9084L14.9267 13.9154L15.0051 1.09814L14.0052 1.09109Z' fill='%23654A43'/%3E%3C/svg%3E");
}
.button.branch-map__btn {
    background-color: #F4F4F4;
    margin-top: 13px;
}


/* typewriter заголовок акций */
.branch-stocks .typewriter-wrap,
.s-service .typewriter-wrap {
    display: inline-block;
    min-width: 1ch;
}
.branch-stocks .typewriter-text,
.s-service .typewriter-text {
    transition: color 0.2s ease;
}
.branch-stocks .typewriter-text--orange,
.s-service .typewriter-text--orange {
    color: #F95D09;
}
.branch-stocks .typewriter-text--black,
.s-service .typewriter-text--black {
    color: #151515;
}
.branch-stocks .typewriter-cursor,
.s-service .typewriter-cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    vertical-align: text-bottom;
    background: currentColor;
    margin-left: 2px;
    animation: typewriter-blink 0.7s step-end infinite;
}
@keyframes typewriter-blink {
    50% { opacity: 0; }
}

/* about gallery (franchise block) */
.branch .js-float-card {
    will-change: transform;
    transform: translateZ(0);
}

.branch .about {
    position: relative;
    margin: 185px 0 120px;
    padding: 0 var(--side-padding);
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.branch .about__gallery {
    position: relative;
    height: 930px;
    border-radius: 24px;
}

.branch .about-card {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.branch .about__title span{
    color: #EEEEEE;
    display: block;
}
.branch .about__title {
    font-weight: 400;
    font-size: 100px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.about__links .col {
    flex: 0 0 calc(50% - 10px);
    background-color: #F4F4F4;
    border-radius: 40px;
    padding: 80px 70px 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about__links .col .button {
    max-width: 360px;
}
.about__links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: absolute;
    top: 395px;
    left: 0;
    right: 0;
}
.button.button--orange:after{
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8.30322' y1='1' x2='8.30322' y2='18.2183' stroke='%23F95D09' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='15.7739' y1='9.81348' x2='1' y2='9.81348' stroke='%23F95D09' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.button.button--orange{
    background-color: #F95D09;
    color: #fff;
}
.button{
    transition: all .2s ease;
}
.button:hover{
    background-color: #CFD5A0;
    color: #654A43;
}
.button.button--orange:hover{
    color:#fff;
}
body .service-el .service-el__desc{
    font-weight: 300;
}
body .service-block__top{
    margin-bottom: 10px;
}
body .service-tab-nav{
    margin-bottom: 50px;
}
.branch-head__contacts__btns.nav-buttons-fixed {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    max-width: calc(100% - 40px);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #00000026;
    border-radius: 30px;
    padding: 8px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 24px, 0);
    transition:
        opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0.45s;
}

.branch-head__contacts__btns.nav-buttons-fixed.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition:
        opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s;
}
body:has(.branch-head__contacts__btns.nav-buttons-fixed.is-visible) .gift-icon{
    bottom: 105px;
}
.button.branch-map__btn:hover,
.button-icon:hover,
.branch-head__contacts__btns.nav-buttons-fixed .button-icon:hover {
    background-color: #EAEAEA;
}
.branch-head__contacts__btns.nav-buttons-fixed .button-icon{
    background-color: #F4F4F4;
}
body .service-el-header .service-el-header__prices .service-el-header__price .title-price__val_hint{
    text-align: center;
}
.branch-head__contacts__btns.nav-buttons-fixed button.button {
    width: 205px;
    min-width: 0;
    padding-right: 35px;
    text-transform: capitalize;
    font-size: 18px;
}
@media (prefers-reduced-motion: reduce) {
    .branch-head__contacts__btns.nav-buttons-fixed {
        transform: none;
        transition: opacity 0.2s ease, visibility 0s linear 0.2s;
    }

    .branch-head__contacts__btns.nav-buttons-fixed.is-visible {
        transition: opacity 0.2s ease, visibility 0s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .branch .js-float-card {
        transition: none !important;
        animation: none !important;
    }
}

@media (max-width: 1599px) {
    :root{
        --side-padding: 50px;
        --unit-space: 170px;
        --unit-space-second: 100px;
    }
    body .service-sections-nav .service-sections-nav__el{
        font-size: 15px;
    }
    .about__links{
        z-index: 9;
    }
    .branch-categories__info-text{
        margin: 10px 0 0 150px;
    }
    .branch-head__title{
        margin-bottom: 40px;
    }
    .branch-head{
        padding: calc(var(--header-height) + 15px) var(--side-padding) 0;
    }
    .branch__app__media {
        --app-media-width: 430px;
        --app-card-size: 215px;
        --app-card-first-x: 16px;
        --app-card-first-y: 28px;
        --app-card-second-x: 184px;
        --app-card-second-y: -60px;
    }
    .branch__app__item:first-child {
        padding-left: 460px;
    }
    .branch__app{
        flex-direction: column;
    }
    .branch__app__item:last-child {
        flex: 1;
        padding: 50px 340px 50px 70px;
        background-color: #F7F9ED;
        margin-top: 145px;
    }
    .branch-desc__title{
        background-size: 90px;
        padding-top: 115px;
    }
    .branch-desc__logo {
        max-width: 300px;
    }
    .branch-desc__logo img {
        width: 100%;
    }
    .branch-desc__header{
        margin-bottom: 90px;
    }
    .branch-desc__media video {
        transform: translate(-215px, 111px) rotate(16deg);
        width: 310px;
        border-radius: 40px;
        position: absolute;
    }
    .branch-desc__media {
        padding-bottom: 206px;
    }
    .branch-map{
        margin: 100px auto;
    }
    .branch-desc__text p {
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
    }
}
@media (max-width: 1199px) {
    .branch-head__title {
        font-size: 60px;
        max-width: 420px;
    }
    .branch-head__contacts {
        padding: 30px 40px;
        max-width: 500px;
    }
    .branch-head__stock.stock-label{
        bottom: 35px;
    }
    .branch__slider{
        margin: 80px 0 var(--unit-space-second);
    }
    body .branch .branch-section__title{
        font-size: 20px;
    }
    body .branch .branch-section__title{
        margin-bottom: 0;
        font-size: 40px;
    }
    .branch-stock-card__back-content{
        padding: 40px;
    }
    .branch-stocks__slider .swiper-slide {
        width: min(78vw, 430px);
    }
    body .service-tab-nav{
        padding: 10px 40px;
        border-radius: 40px;
        gap: 15px 30px;
    }
    body .service-tab {
        padding: 0 40px;
    }
    .branch-stocks__slider .swiper-slide {
        width: min(78vw, 500px);
    }
    .branch-desc__logo {
        max-width: 210px;
    }
    .branch-desc__header {
        margin-bottom: 60px;
    }
    .branch-desc__title {
        background-size: 65px;
        padding-top: 85px;
    }
    .branch-desc__media img {
        width: 300px;
    }
    .branch-desc__media video {
        transform: translate(-170px, 111px) rotate(16deg);
        width: 220px;
    }
    .branch-desc__text p {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .branch-work .button {
        right: 0;
        top: auto;
        bottom: 50px;
        left: 0;
        width: max-content;
        min-height: 56px;
    }
    .branch-work {
        padding: 50px 70px 120px;
        text-align: center;
    }
    .branch .about {
        margin: 100px 0 80px;
    }
    .branch .about__title {
        font-size: 80px;
    }
}
@media (max-width: 1023px) {
    .about__links .col {
        flex: 0 0 100%;
    }
    .branch .about {
        margin: 100px 0;
    }

    .branch .about__title {
        font-size: 80px;
    }

    .branch .about-card:nth-child(13),
    .branch .about-card:nth-child(12),
    .branch .about-card:nth-child(11),
    .branch .about-card:nth-child(10),
    .branch .about-card:nth-child(9),
    .branch .about-card:nth-child(8),
    .branch .about-card:nth-child(6) {
        display: none;
    }

    .branch .about-card:nth-child(5) {
        z-index: 2;
    }
    .branch-categories__card--2, .branch-categories__card--4, .branch-categories__card--5{
        grid-column: 1 / -1;
    }
    body .service-el .service-el__line .service-el__name {
        width: calc(100% - 220px);
    }
    body .service-el .service-el__line .service-el__prices {
        width: 220px;
    }
    body .service-el-header .service-el-header__prices {
        width: 220px;
    }
    body .service-el-header .service-el-header__left {
        width: calc(100% - 220px);
    }
    .branch-stock-card__scene{
        height: 350px;
    }
    .branch-stock-card__back-content .branch-stock-card__nav{
        left: 40px;
    }
    span.branch-stock-card__logo svg {
        width: 80px;
        height: auto;
    }

    span.branch-stock-card__logo {
        margin-bottom: 22px;
    }
    .branch-stock-card__title{
        font-size: 18px;
    }
    .branch-stock-card__back-content .branch-stock-card__nav{
        bottom: 20px;
    }
    .branch-stock-card__back-content {
        padding: 40px 40px 88px;
    }
    .branch__app__item:first-child{
        width: 100%;
    }
    .branch__app__item:first-child .branch__app__content {
        width: max-content;
        margin: 0 0 0 auto;
    }
    .branch__app__media {
        --app-media-width: 280px;      /* ширина блока с картами */
        --app-card-size: 140px;        /* размер одной карты */
        --app-card-first-x: 10px;      /* позиция первой карты */
        --app-card-first-y: 18px;
        --app-card-first-rotate: -22deg;
        --app-card-second-x: 120px;    /* позиция второй карты */
        --app-card-second-y: -42px;
        --app-card-second-rotate: 6deg;
    }
    .branch__app__item:first-child {
        padding-left: 0;
    }
    .branch-desc__header {
        align-items: flex-end;
    }
    .branch-desc__logo {
        max-width: 180px;
    }
    .branch-desc__title {
        background-size: 50px;
        padding-top: 65px;
    }
    .branch-desc__title{
        font-size: 24px;
    }
    .branch-desc__content > * {
        flex: 0 0 100%;
    }
    .branch-desc__text {
        flex: 1;
        order: -1;
    }
    .branch-map__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 766px) {
    :root{
        --side-padding: 16px;
        --unit-space-second: 60px;
    }
    .branch-slider__nav{
        gap: 20px;
    }
    .branch-slider__arrow svg {
        display: block;
        width: 15px;
        height: auto;
    }
    .branch-categories__card{
        border-radius: 25px;
    }
    .branch-head__contacts{
        backdrop-filter: blur(5px);
        background: #FFFFFF26;
    }
    .branch .about__gallery{
        height: auto !important;
        margin-top: 40px !important;
    }
    .about__links{
        position: relative;
        top: 0;
    }
    .about__links .col .button{
        z-index: 9;
        min-height: 56px;
    }
    .about__links .col:last-child:after {
        background-image: url(/local/templates/.default/dist/img/branch/fr/women2.png);
        transform: rotate(14deg) translate(34px, 8px);
    }
    .about__links .col:after {
        content: '';
        position: absolute;
        background-image: url(/local/templates/.default/dist/img/branch/fr/men2.png);
        width: 127px;
        height: 152px;
        background-size: contain;
        transform: rotate(-14deg) translate(34px, 16px);
        right: 0;
        background-repeat: no-repeat;
    }
    .branch-categories__info-text {
        margin: 36px 0 0 0;
        font-size: 21px;
    }
    .about__links .col svg {
        max-width: 180px;
    }
    .about__links .col {
        flex: 0 0 calc(50% - 10px);
        background-color: #F4F4F4;
        border-radius: 40px;
        padding: 42px 20px;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .about__gallery .about-card{
        display: none;
    }
    .header-stocks--mobile-hidden{
        display: none !important;
    }
    body .home-header .home-header__bottom .header-apps {
        background: transparent;
        background: var(--color-white);
        border: 1px solid var(--color-black);
        border-radius: 30px;
        color: var(--color-black);
        display: block;
        display: flex;
        flex-direction: column;
        font-family: var(--font-title);
        font-weight: 700;
        justify-content: space-between;
        line-height: 1.3;
        min-height: 140px;
        padding: 20px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .5s var(--transition2), color .3s var(--transition);
    }
    body .service-sections-nav .service-sections-nav__el,
    body .service__top .stocks-title,

    body .service__top .services-title{
        border-radius: 15px;
    }

    /* js-branch-app-media: мобильные позиции карточек */
    .branch__app__media {
        --app-media-width: 280px;
        --app-card-size: 140px;
        --app-card-first-x: 10px;
        --app-card-first-y: 18px;
        --app-card-first-rotate: -22deg;
        --app-card-second-x: 120px;
        --app-card-second-y: -42px;
        --app-card-second-rotate: 6deg;
    }

    .branch__app__item:first-child {
        height: auto;
        min-height: 280px;
        padding: 40px 20px;
    }
    .branch-head__title{
        font-size: 38px;
    }
    .branch-head {
        padding: var(--header-height) 28px 0;
    }
    .branch-head__contacts h1 {
        font-size: 28px;
        margin: 0 0 17px;
    }
    .branch-head__contacts__tel {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .branch-head__contacts__address {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 20px;
    }
    .branch-head__contacts__business-hours {
        font-size: 14px;
        line-height: 15px;
        gap: 5px;
        margin-bottom: 14px;
    }
    .branch-head__contacts__btns .button {
        min-width: 0;
        min-height: 40px;
        width: 100%;
        flex: 1;
        font-size: 16px;
    }
    .branch-head__contacts__btns .button {
        min-width: 0;
        width: 100%;
        flex: 1;
        padding-right: 20px;
    }
    .branch-head__stock.stock-label {
        bottom: 27px;
    }
    .branch-head__contacts__btns{
        gap: 4px;
    }
    .button-icon{
        width: 40px;
        height: 40px;
    }
    .branch-head__stock.stock-label {
        bottom: 27px;
        left: var(--side-padding);
    }
    .stock-label__number {
        margin: 0 8px 0 12px;
        font-size: 34px;
    }
    .stock-label__text span:first-child {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .stock-label__image{
        width: 70px;
        height: 45px;
    }
    .stock-label__text span:last-child {
        font-size: 8px;
    }
    .branch-head__stock.stock-label {
        padding: 5px 5px 5px 5px;
    }
    .branch-head__contacts {
        position: absolute;
        bottom: 97px;
        left: var(--side-padding);
        right: var(--side-padding);
    }
    .branch__slider {
        margin: 60px 0 var(--unit-space-second);
        padding-right: 0;
    }
    .branch-categories__title {
        padding: 0 20px 20px;
        font-size: clamp(16px, 1.35vw, 22px);
    }
    .branch-categories__card {
        min-height: 260px;
    }
    body .service-sections-nav{
        padding: 5px 3px;
    }
    body .service-sections-nav .service-sections-nav__el {
        padding: 9px 7px;
        font-size: 11px;
        height: auto;
        font-weight: 400;
        flex: 0 0 auto;

    }
    body .service-sections-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 5px;
        position: relative;
        z-index: 10;
        background-color: #F9F9F9;
        padding: 5px 3px;
        border-radius: 15px;
    }
    body .service-tab-nav{
        padding: 10px 10px;
        border-radius: 15px;
        gap: 15px 15px;
    }
    body .service-tab-nav .service-tab-nav__nav{
        font-size: 11px;
        padding: 0;
    }
    body .branch .branch-section__title{
        font-size: 32px;
    }
    body .service-tab {
        padding: 0;
    }
    body .service-el.service-el__desc .service-el__line:after{
        display: none;
    }
    body .service-el-header, body .service-el.service-el__desc .service-el__line {
        padding-right: 0;
    }
    body .service-el .service-el__line .service-el__prices {
        width: 146px;
    }
    body .service-el-header .service-el-header__prices {
        width: 146px;
    }
    body .service-el-header .service-el-header__left {
        width: calc(100% - 146px);
    }
    body .service-el .service-el__line .service-el__name {
        width: calc(100% - 146px);
    }
    body .service-el{
        padding: 12px 0;
    }
    .branch-stocks__slider .swiper-slide {
        width: 305px;
    }
    .branch-stock-card__scene {
        height: 217px;
        min-height: 0;
    }
    .branch-stock-card__back-content {
        padding: 25px 25px 60px;
    }
    span.branch-stock-card__logo {
        display: none;
    }
    .branch-stock-card__nav span:last-child{
        width: 35px;
        height: 35px
    }

    .branch-stock-card__nav span:last-child svg {
        width: 10px;
    }
    .branch-stock-card__nav span:first-child{
        font-size: 12px;
    }
    .branch-stock-card__back-content .branch-stock-card__nav {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .branch-stock-card__title {
        font-size: 16px;
    }
    .branch-stock-card__desc{
        font-size: 12px;
    }
    .branch__app{
        display: block;
    }
    .branch__app__item:first-child .branch__app__content {
        width: 100%;
        margin: 0;
    }
    .branch__app__media{
        --app-media-width: 100%;
        --app-card-size: 71px;
        --app-card-first-x: 2px;
        --app-card-first-y: 18px;
        --app-card-first-rotate: -22deg;
        --app-card-second-x: 59px;
        --app-card-second-y: -20px;
        --app-card-second-rotate: 6deg;
    }
    .branch__app__media.js-branch-app-media {
        width: 137px;
        height: 149px;
        bottom: auto;
        right: -10px;
        left: auto;
        top: -40px;
    }
    .branch__app__title{
        margin-bottom: 30px;
        font-size: 20px;
    }
    .branch__app__phone {
        position: absolute;
        right: 0;
        top: auto;
        bottom: -40px;
        margin: auto;
        display: flex;
        align-items: center;
        max-width: 149px;
    }
    .branch__app__phone img{
        width: 100%;
    }
    .branch-desc__title {
        font-size: 22px;
    }
    .branch__app__item:last-child {
        padding: 40px 20px;
        margin-top: 5px;
    }
    .branch-desc__logo {
        max-width: 117px;
    }
    .branch-desc__title {
        background-size: 100px;
        padding-top: 115px;
    }
    .branch-desc {
        padding: 83px var(--side-padding) 0;
    }
    .branch-desc__title {
        background-size: 100px;
        padding-top: 115px;
        background-position: top right;
    }
    .branch-desc__header {
        margin-bottom: 40px;
    }
    .branch-desc__media img {
        width: 210px;
    }
    .branch-desc__media video {
        transform: translate(-120px, 59px) rotate(16deg);
        width: 196px;
    }
    .branch-map {
        margin: 80px auto;
    }
    .branch-map__title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .branch-map__tel {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .branch-map__address{
        font-size: 16px;
    }
    .branch-map__col{
        width: 100%;
    }
    .button{
        font-size: 16px;
    }
    .branch-map .branche-map {
        height: 350px;
        margin-top: 20px;
    }
    .branch-map .branche-map #single__map{
        border-radius: 25px;
    }
    .branch-work {
        padding: 50px 20px 136px;
        text-align: center;
        background-image: none;
        margin-top: 20px;
    }
    .branch-work__title{
        font-size: 22px;
        text-align: left;
        margin-bottom: 8px;
    }
    .branch-work__subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        text-align: left;
    }
    .branch .about {
        margin: 80px 0;
    }
    .branch .about__title {
        font-size: 50px;
    }
    .slider-auto-width .swiper-wrapper:has(.app-slide){
        padding-left: 10px;
    }
    .slider-auto-width .swiper-slide:has(.app-slide){
        width: calc(50% - 20px);
    }
    .app-slide{
        width: 100%;
    }
    .app-slide__title{
        top: 30px;
        font-size: 12px;
    }
    .title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .branch .about-card:nth-child(3) img {
        max-width: 344px;
    }

    .branch .about__gallery {
        height: 1164px;
    }

    .branch .about-card:nth-child(7) img {
        max-width: 340px;
    }

    .branch .about-card:nth-child(1) img {
        max-width: 290px;
    }
    body .home-header .home-header__middle{
        display: none;
    }
    body .home-header {
        padding-top: 70px;
    }
    .home-header .home-header__row .home-header__left{
        height: calc(100svh - 70px);
        position: relative;
    }
    body .home-header .home-header__row .home-header__img {
        height: calc(100svh - 70px);
        width: 100vw;
        margin-left: -25px;
    }
    body .home-header .home-header__row .home-header__img .header-slider{
        border-radius: 0;
    }
    .branch-heading .btn{
        padding: 20px 29px;
        font-size: 18px;
    }
    .branch-heading {
        position: absolute;
        bottom: 60px;
        top: 0;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        left: 0;
        right: 0;
        justify-content: flex-end;
    }
    body .home-header .home-header__row .home-header__left .home-header__desc-title {
        margin-bottom: 0;
    }
    body .home-header .home-header__address,
    body .home-header .home-header__phone a{
        color: #fff;
    }
    body .home-header .home-header__phone {
        margin-bottom: 0;
        line-height: 39px;
    }
    body .home-header .home-header__bottom .header-apps {
        background: transparent;
        background: var(--color-white);
        border: 1px solid var(--color-black);
        border-radius: 30px;
        color: var(--color-black);
        display: block;
        display: flex;
        flex-direction: column;
        font-family: var(--font-title);
        font-weight: 700;
        justify-content: space-between;
        line-height: 1.3;
        min-height: 140px;
        padding: 20px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .5s var(--transition2), color .3s var(--transition);
    }

    .home-header .home-header__row .home-header__content {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
    .branch-head__media img, .branch-head__media video {
        object-position: 68% 0;
    }
    .branch-slider__nav{
        padding: 0 5px;
    }
    .branch-slider__pagination{
        min-height: 30px;
        padding: 8px 10px;
        gap: 5px;
        bottom: 15px !important;

        display: none;
    }
    .branch-stock-card__nav{
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .branch-stock-card__scene {
        border-radius: 25px;
    }
    .branch-slider__brand svg {
        width: 51px;
        height: auto;
    }
}
@media (max-width: 480px) {
    body .service-el .service-el__line{
        padding: 0;
    }

    body .home-header .home-header__row .home-header__left .home-header__desc-title h1{
        font-size: 28px;
        line-height: 39px;
        text-transform: uppercase;
    }
}
@media (max-width: 380px) {
    body .header-apps .header-apps__list a img{
        height: 30px;
    }
}
@media (max-width: 340px) {
    body .header-apps .header-apps__list a img{
        height: 27px;
    }
}

@media (min-width: 1439px) {
    .branch-categories__arrow{
        width: 60px;
        height: 60px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/branch_v2/style.css?178412596365787 */
