.brandshop-page .section-top {
    padding-top: 48px;
    border-bottom: 1px solid #dbdbdb;;
}

@media (max-width: 1100px) {
    .brandshop-page .section-top {
        padding-top: 16px;
    }
}

.brandshop-page .section-contents {
    margin-top: 70px;
    margin-bottom: 120px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1101px) {
    .brandshop-page .section-contents > * {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: 1fr 440px;
        grid-column-gap: 120px;
        grid-row-gap: 0;
    }

    @media (max-width: 1280px) {
        .brandshop-page .section-contents > * {
            grid-column-gap: 60px;
        }
    }
}


@media (max-width: 1100px) {
    .brandshop-page .section-contents > * {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }
}

.brandshop-page .section-contents > * > * {
    min-width: 0;
}

.brandshop-page .section-contents .header {
    display: block;
    margin: 0 0 50px;
    padding: 0;
    grid-column-start: 1;
    grid-column-end: 3;
    font-family: Geometria;
    font-size: 48px;
    line-height: 56px;
    color: #000;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .header {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

.brandshop-page .section-contents .header > * {
    max-width: 780px;
}

.brandshop-page .section-contents .text {
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.brandshop-page .section-contents .text > * {
    display: block;
    width: 100%;
}

.brandshop-page .section-contents .text > * + * {
    margin-top: 16px;
}

.brandshop-page .section-contents .text h1 {
}

.brandshop-page .section-contents .text img {
    width: 100%;
}

.brandshop-page .section-contents .text > img + * {
    margin-top: 40px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > img + * {
        margin-top: 20px;
    }
}

.brandshop-page .section-contents .text > .large {
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .large {
        font-size: 20px;
        line-height: 28px;
    }
}

.brandshop-page .section-contents .text > .large + * {
    margin-top: 30px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .large + * {
        margin-top: 16px;
    }
}

.brandshop-page .section-contents .text > h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Geometria;
    font-size: 32px;
    line-height: 48px;
    color: #000;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

.brandshop-page .section-contents .text > .youtube {
    position: relative;
    width: 100%;
    height: 430px;
    margin-top: 70px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .youtube {
        margin-top: 30px;
        left: -20px;
        width: calc(100% + 40px);
        height: 220px;
    }
}

.brandshop-page .section-contents .text > .youtube > * {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brandshop-page .section-contents .text > .slider {
}

.brandshop-page .section-contents .text > h2 + .slider {
    margin-top: 20px;
}

.brandshop-page .section-contents .text > .slider + * {
    margin-top: 40px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .slider + * {
        margin-top: 20px;
    }
}

.brandshop-page .section-contents .text > .slider .slides {
    height: 528px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .slider .slides {
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
        height: 232px;
    }
}

.brandshop-page .section-contents .text > .slider .slides > * {
}

.brandshop-page .section-contents .text > .slider .slides > * > * {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.brandshop-page .section-contents .text > .slider .slides > * > * > * {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex-grow: 1;
}

.brandshop-page .section-contents .text > .slider .slider-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .slider .slider-nav {
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 10px;
    }
}

.brandshop-page .section-contents .text > .slider .slider-nav > * {
    position: relative;
    width: 132px;
    height: 132px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    opacity: .5;
    transition: opacity 200ms ease;
    will-change: opacity;
}

.brandshop-page .section-contents .text > .slider .slider-nav > *.active {
    opacity: 1;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text > .slider .slider-nav > * {
        position: relative;
        width: 10px;
        height: 10px;
        border-radius: 6px;
        background: none !important;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 0;
        opacity: 1 !important;
    }

    .brandshop-page .section-contents .text > .slider .slider-nav > * + * {
        margin-left: 10px;
    }

    .brandshop-page .section-contents .text > .slider .slider-nav > *:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #C4C4C4;
        box-sizing: border-box;
        border-radius: 6px;
        z-index: 0;
    }

    .brandshop-page .section-contents .text > .slider .slider-nav > *:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #2F68B5;
        border-radius: 6px;
        z-index: 1;
        opacity: 0;
        transition: opacity 200ms ease;
        will-change: opacity;
    }

    .brandshop-page .section-contents .text > .slider .slider-nav > *.active:after {
        opacity: 1;
    }
}


.brandshop-page .section-contents .text.after > *:first-child {
    margin-top: 70px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .text.after > *:first-child {
        margin-top: 40px;
    }
}


.brandshop-page .section-contents .aside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .aside {
        margin-top: 30px;
    }
}

.brandshop-page .section-contents .aside:before {
    content: 'Адрес:';
    font-family: Geometria;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.brandshop-page .section-contents .aside .detail {
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .aside .detail {
        margin-top: 15px;
        font-size: 18px;
        line-height: 27px;
    }
}

.brandshop-page .section-contents .aside .detail > * {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: Geometria;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.brandshop-page .section-contents .aside .detail address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: Geometria;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.brandshop-page .section-contents .aside .detail > *:before {
    content: '';
    display: block;
    position: relative;
    top: 7px;
    width: 15px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 15px auto;
}

.brandshop-page .section-contents .aside .detail > *.address:before {
    background-image: url("../img/brand-address-7c391ac9805c561d5995c9d9152520f5.svg");
}

.brandshop-page .section-contents .aside .detail > *.phone:before {
    background-image: url("../img/brand-phone-b1152f966e4313f2eee64c8d0cbcb084.svg");
}

.brandshop-page .section-contents .aside .detail > *.worktime:before {
    background-image: url("../img/brand-worktime-36182eac9348b73740f759c99636c655.svg");
}

.brandshop-page .section-contents .aside .detail a.link {
    color: #1069bb;
}

.brandshop-page .section-contents .aside .map {
    background: #ddd;
    height: 360px;
    margin-top: 30px;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .aside .map {
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
        height: 320px;
        margin-top: 20px;
    }
}

.brandshop-page .section-contents .aside .route {
    font-family: Geometria;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
    align-self: flex-start;
}

.brandshop-page .section-contents .aside .other {
    margin-top: 60px;
    align-self: flex-start;
}

@media (max-width: 1100px) {
    .brandshop-page .section-contents .aside .other {
        margin-top: 30px;
    }
}

.text.bef ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 24px;
    margin-top: 16px;
}

.text.bef ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(0.5em - 1px);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #1069bb;
}