

/* Start:/local/components/componentsTheme/block.banner/templates/.default/style.css?17703802432207*/
.banner__wrapper {
    position: relative;
    width: 100%;
    height: fit-content;

    padding: 20px;
}

.banner__background {
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    & img {
        position: absolute;
        top: 0px;
        left: 0px;

        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;

        border-radius: 20px;
    }
}

.banner__content {
    position: relative;
    width: 100%;
    max-width: 540px;
    min-height: clamp(360px, 6.472vw + 335.728px, 460px);
    height: fit-content;

    padding: clamp(15px, 0.324vw + 13.786px, 20px);
    
    border: solid 1px var(--bg-primary-stroke);
    border-radius: 15px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    gap: 20px;

    &::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;

        width: 100%;
        height: 100%;
        object-fit: cover;
        
        background: #FFFFFFB2;
        backdrop-filter: blur(10px)
    }
}
.banner__content-top {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    gap: 15px;
}
.banner__title.block-title {
    margin-bottom: 0px;
}


.banner__link {
    position: relative;
    margin-top: auto;
}




@media(max-width: 800px) {
    .banner__wrapper {
        padding: 0px;
    }
    .banner__background {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 182;
    }
    .banner__content {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 0px;

        background: var(--bg-primary-second);
        border: none;

        &::before {
            display: none;
        }
    }
    .banner__content-top {
        gap: 30px;
    }
    .banner__link.btn {
        width: 100%;
    }
}
@media(max-width: 500px) {
    .block-banner {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
    }
}
/* End */


/* Start:/local/components/componentsTheme/block.map-branches/templates/.default/style.css?17703802431923*/
.block-map-branches__top {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    align-items: start;
    gap: 30px;

    margin-bottom: clamp(30px, 1.942vw + 22.718px, 60px);
}

.block-map-branches__title.block-title {
    position: relative;
    margin-bottom: 0px;
    width: 50%;
    max-width: 760px;
}

.block-map-branches__text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;

    width: 0%;
    flex-grow: 1;
}

.block-map-branches__text-title {
    position: relative;
    color: var(--text-primary-main);
}

.block-map-branches__advantages {
    position: relative;
    margin-top: clamp(30px, 1.942vw + 22.718px, 60px);

    width: 100%;
    height: fit-content;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(10px, 0.647vw + 7.573px, 20px);

    @media(max-width: 1330px) {
        & {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media(max-width: 680px) {
        & {
            grid-template-columns: repeat(1, 1fr);
        }
    }
}
.block-map-branches__advantages-item {
    position: relative;
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    gap: 20px;

    padding: 20px;
    border: solid 1px var(--bg-primary-stroke);
    border-radius: 15px;
    background: var(--bg-primary-main);
}
.block-map-branches__advantages-item__value {
    position: relative;
    color: var(--text-primary-head);
}
.block-map-branches__advantages-item__label {
    position: relative;
    color: var(--bg-alt-second);
}

@media(max-width: 1000px) {
    .block-map-branches__top {
        flex-direction: column;
    }

    .block-map-branches__title.block-title,
    .block-map-branches__text-wrapper {
        width: 100%;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/components/componentsTheme/component.map-branches/templates/.default/style.css?17703802433120*/
.map-branches {
    position: relative;
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.324vw + 3.786px, 10px);
}
.map-branches__wrapper {
    position: relative;
    width: 100%;
    height: fit-content;

    padding: clamp(5px, 0.324vw + 3.786px, 10px);

    background: var(--bg-primary-second);
    border-radius: 20px;
}

.map-branches__head {
    position: absolute;
    top: clamp(10px, 0.647vw + 7.573px, 20px);
    left: clamp(10px, 0.647vw + 7.573px, 20px);

    width: fit-content;
    max-width: 100%;

    padding: clamp(10px, 0.647vw + 7.573px, 20px);

    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.324vw + 3.786px, 10px);

    background: var(--bg-primary-main);
    border-radius: 10px;

    box-shadow: 0px 10px 40px 0px #0000000D;

    z-index: 2;
}

.map-branches__head-title {
    position: relative;
    color: var(--text-primary-head);
}
.map-branches__head-text {
    position: relative;
    color: var(--text-primary-main);
}


.map-branches__list-wrapper {
    position: relative;

    width: 100%;
    max-width: 1290px;
    height: fit-content;

    margin: 0 auto;

    z-index: 1;
}

.map-branches__background {
    width: 100%;
    height: auto;
}


.map-branches__list {
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;
}
.map-branches__list-item {
    position: absolute;

    display: flex;
    align-items: center;
    gap: 0px;

    & > svg {
        position: relative;
        width: 0%;
        min-width: clamp(12px, 0.777vw + 9.087px, 24px);
        height: clamp(12px, 0.777vw + 9.087px, 24px);

        & path {
            fill: var(--bg-alt-second);
        }
    }

    & > span {
        position: relative;
        display: block;

        width: fit-content;
        height: fit-content;
        padding: 4px 12px;
        border-radius: 20px;
        background: var(--bg-primary-main);

        color: var(--text-primary-head);
        font-weight: 700;
        font-size: 0.73vw;
        line-height: 120%;

        @media(max-width: 1300px) {
            font-size: 9px;
        }
    }
}





.map-branches__items {
    position: relative;
    width: 100%;
    height: fit-content;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    column-gap: 15px;

    padding: 15px;
    background: var(--bg-primary-second);
    border-radius: 15px;
}
.map-branches__item {
    position: relative;
    color: var(--text-primary-head);
}




@media(min-width: 1001px) {
    .map-branches__items {
        display: none;
    }
}
@media(max-width: 1000px) {
    .map-branches__list-item {
        & > span {
            display: none;
        }
    }
}
@media(max-width: 500px) {
    .map-branches__head {
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 13px;
        width: 100%;
        max-width: 100%;
    }
}
/* End */
/* /local/components/componentsTheme/block.banner/templates/.default/style.css?17703802432207 */
/* /local/components/componentsTheme/block.map-branches/templates/.default/style.css?17703802431923 */
/* /local/components/componentsTheme/component.map-branches/templates/.default/style.css?17703802433120 */
