

/* Start:/bitrix/templates/headliner/components/headliner/parking.application/parking.page/style.css?169229057013941*/
.parking__container {
    display: flex;
    padding: 35px 48px 48px 48px;
}

@media (min-width: 768px) and (max-width: 1368px) {
    .parking__container {
        padding-top: 80px;
    }
}

.parking__container .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
}

.parking__container .description {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.parking__container .parking-aside {

}

.parking__container .parking-aside .parking-info {
    display: flex;
    margin-bottom: 30px;
}

.parking__container .parking-aside .parking-info .parking-name {
    margin-right: 32px;
}

.parking__container .parking-aside .parking-info .parking-name .parking-name__fullname {
    margin-bottom: 4px;
}

.parking__container .parking-aside .parking-info .parking-name .parking-name__description {

}

.parking__container .parking-aside .parking-info .parking-queue {

}

.parking__container .parking-aside .parking-info .parking-queue .parking-queue__name {
    margin-bottom: 4px;
}

.parking__container .parking-aside .parking-info .parking-queue .parking-queue__description {

}


.parking__container .parking-aside .parking-nav {
    margin-bottom: 50px;
}

.parking__container .parking-aside .parking-nav .parking-nav__item a {
    color: #646464;
}

.parking__container .parking-aside .parking-nav .parking-nav__item.parking-nav__item_active a {
    color: #E41A4A;
}

.parking__container .parking-aside .parking-nav .parking-nav__item:not(:last-child) {
    margin-bottom: 5px;
}

.parking__container .parking-aside .schema {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
}

.parking__container .parking-aside .symbols {
    position: sticky;
    top: 200px;
}

.parking__container .parking-aside .symbols .symbols__item {
    display: flex;
    align-items: center;
}

.parking__container .parking-aside .symbols .symbols__item .symbol-icon {
    width: 50px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 6px;
}

.parking__container .parking-aside .symbols .symbols__item .symbol-name {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #262424;
}

.parking__container .plan-box {
    display: flex;
    flex: 1;
}

.parking__container .plan-box svg {
    width: 90%;
    height: auto;
    margin: 0 auto;
}


.parking-menu {
    position: fixed;
    top: 70px;
    background-color: #171717;
    display: none;
    width: 100%;
    padding: 15px;
    z-index: 2;
}

.parking-menu__item {
    flex: 1;
    list-style: none;
    text-align: center;
}

.parking-menu__link {
    color: #fff;
}

.parking-menu__link_active {
    color: #E41A4A;
}

@media screen and (max-width: 1000px) {
    .parking__container {
        flex-direction: column;
        padding: 24px;
    }

    .parking__container .parking-aside .parking-nav {
        margin-bottom: 20px;
    }

    .parking__container .parking-aside .schema {
        /*display: none;*/
        width: 100%;
    }

    .parking__container .plan-box {
        position: relative;
        margin-top: 20px;
        overflow: auto;
    }

    .parking__container .plan-box svg {
        min-width: 1000px;
    }
}

@media screen and (max-width: 767px) {
    .parking__container .parking-aside .parking-info {
        justify-content: space-between;
    }

    .parking-tooltip {
        display: none;
    }

    .scroll-helper {
        display: block;
        width: 40px;
        height: 40px;
        background: url('//i.imgur.com/iplrzf9.png') no-repeat center center / contain;
        position: absolute;
        left: 40px;
        top: 20px;
        transform: translate(0, -50%);
        animation: sh 2s linear infinite;
        pointer-events: none;
    }

    @keyframes sh {
        25% {
            transform: translate(-100%, -50%);
        }
        75% {
            transform: translate(100%, -50%);
        }
    }
}

g.active {
    cursor: pointer;
}

/* Type */
g.auto path[stroke]:not(:last-child) {
    stroke: #646464;
}

g.auto path[fill]:not(:last-child) {
    fill: #707070;
}

g.moto path[stroke]:not(:last-child) {
    stroke: #B9B8D7;
}

g.moto path[fill]:not(:last-child) {
    fill: #CECCE4;
}

g.pantry path[stroke] {
    stroke: #262424;
}

g.pantry path[fill]:not(g.pantry g path) {
    fill: #F8F3DA;
}


/*  Styling */
g.dependent path[stroke]:not(:last-child) {
    stroke: #F6E6EF;
}

g.dependent path[fill]:not(:last-child) {
    fill: rgba(234, 192, 215, 1);
}

g.active.auto path[stroke]:not(:last-child),
g.active.moto path[stroke]:not(:last-child) {
    stroke: #E41A4A;
}

g.active.pantry path[fill]:not(g.pantry g path) {
    fill: #E41A4A;
}

g.active.auto path[fill]:not(:last-child),
g.active.moto path[fill]:not(:last-child) {
    fill: #FF134B;
}

g.disabled path[fill]:last-child {
    opacity: 0;
}

g.disabled path[stroke]:not(:last-child) {
    stroke: rgba(182, 182, 182, 1);
}

g.disabled path[fill]:not(:last-child) {
    fill: #CCC;
}

.parking-tooltip {
    z-index: 9;
    text-transform: uppercase;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 36px 80px rgba(0, 0, 0, 0.07), 0px 23.3333px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 13.8667px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 7.2px 13px rgba(0, 0, 0, 0.035), 0px 2.93333px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 0.666667px 3.14815px rgba(0, 0, 0, 0.0168519);
}

.parking-tooltip__title {
    text-align: center;
    padding-top: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 175%;
    color: #282727;
    margin-bottom: 18px;
}

.parking-tootlip__container {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 22px;
}

.parking-tootlip__container > *:not(:last-child) {
    margin-bottom: 15px;
}

.parking-tooltip__info {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 180%;
    color: #AEAEAE;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: baseline;
}

.parking-tooltip__info_active {
    color: rgba(228, 26, 74, 1);
}

.parking-tooltip__button {
    font-family: 'Proxima Nova';
    font-style: normal;
    text-transform: uppercase;
    appearance: none;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 157%;
    color: #FFFFFF;
    background: #FF134B;
    padding: 6px 14px;
    width: 100%;
    text-align: center;
    display: block;
    transition-property: background-color;
    transition-duration: 200ms;
}

.parking-tooltip__button:hover {
    cursor: pointer;
    background: #E41A4A;
}

.parking-tooltip__button:active {
    background: #d41542;
}


@media (min-width: 1440px) {
    .parking-tooltip__title {
        padding-top: 20px;
        font-size: 20px;
        margin-bottom: 24px;
    }

    .parking-tootlip__container {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 28px;
    }

    .parking-tootlip__container > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .parking-tooltip__info {
        font-size: 14px;
    }

    .parking-tooltip__info_active {
        color: rgba(228, 26, 74, 1);
    }

    .parking-tooltip__button {
        font-size: 20px;
        line-height: 22px;
        padding: 10px 18px;
    }
}

.parking-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 140px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: translateY(100%);
}

.parking-modal.opening {
    opacity: 100;
    pointer-events: auto;
    transform: translateY(0);
    display: flex;
}

.parking-modal__content {
    padding: 48px;
    flex: 1;
}

.parking-modal__return {
    background: none;
    border: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF134B;
    padding: 6px 14px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
}

.parking-modal__return:hover {
    cursor: pointer;
    background: #cb113d;
    padding: 6px 14px;
}

.parking-modal__image-container {
    width: 500px;
    height: 500px;
    margin: auto;
    position: relative;
}

.parking-modal__image {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.parking-modal__image-description {
    position: absolute;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 15px;
    color: #929496;
    white-space: nowrap
}

.parking-modal__image-description_top {
    top: 0;
    left: 50%;
    transform: translateY(-200%) translateX(-50%);

}

.parking-modal__image-description_right {
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(60%) rotate(-90deg);

}

.parking-modal__image-description_bottom {
    bottom: 0;
    left: 50%;
    transform: translateY(200%) translateX(-50%);

}

.parking-modal__image-description_left {
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-60%) rotate(-90deg);

}

.parking-modal__image-description_left span {
    display: block;
}

.parking-modal__information {
    padding: 48px;
    border-left: 1px solid #B1B1B1;
}

.parking-modal__place {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2A2A2A;
}

.parking-modal__description {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: #B0B0B0;
    margin-bottom: 8px;
}

.parking-modal__price {
    margin-top: 25px;
}

.parking-modal__price-item {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #E41A4A;
}

.parking-modal__area {
    margin-top: 14px;
}

.parking-modal__area-item {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2A2A2A;
}

.btn--callback {
    border: 0;
    appearance: none;
    background: #ff124a;
    color: #fff;
    padding: 18px 0;
    display: flex;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    width: 300px;
    margin-top: 20px;
}

.btn--callback:hover {
    background: #D9244E;
}

@media screen and (max-width: 1367px) {
    .parking-modal {
        top: 125px;
    }

    .parking-menu {
        display: flex;
    }
}

@media screen and (max-width: 1000px) {
    .parking-modal {
        flex-direction: column;
    }

    .parking-modal.opening {
        overflow: auto;
    }

    .parking-modal__content {
        order: 2;
        padding: 24px;
    }

    .parking-modal__return {
        position: absolute;
        top: 8px;
        left: 12px;
    }

    .parking-modal__information {
        order: 1;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
    }

    .parking-modal__image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 20px;
    }

    .parking-modal__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .parking-modal__image-description {
        font-size: 1.5rem;
    }

    .parking-modal__image-description_top {
        top: 0;
        left: 50%;
        transform: translateY(-150%) translateX(-50%);

    }

    .parking-modal__image-description_right {
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(50%) rotate(-90deg);

    }

    .parking-modal__image-description_bottom {
        bottom: 0;
        left: 50%;
        transform: translateY(-200%) translateX(-50%);

    }

    .parking-modal__image-description_left {
        top: 50%;
        left: 0;
        transform: translateY(-50%) translateX(-50%) rotate(-90deg);

    }

    .parking-modal__image-container svg {
        width: 100%;
        height: auto;
    }
}

.schema_mobile {
    display: none;
    padding: 24px;
    width: 100%;
    height: auto;
    max-width: 360px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .schema_mobile {
        display: block;
    }

    .schema_desktop {
        display: none;
    }

    .parking__container {
        padding-top: 74px;
    }

    .parking-modal {
        top: 125px;
    }

    .btn--callback {
        width: 100%;
    }

    .parking__container .title {
        font-size: 16px;
    }

    .parking__container .parking-aside .parking-info {
        margin-bottom: 10px;
    }
}

#app {
    margin-bottom: 40px;
}

.storerooms_container {
    width: 100%;
    max-width: 1265px;
    padding: 0 40px;
    margin-top: 48px;
}

.storerooms_header {
    display: flex;
    flex-wrap: wrap;
}

.storerooms_header__text {
    color: #2A2A2A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 32px;
}

.storerooms_header__text__small {
    color: #2B2B2B;
    font-size: 12px;
    line-height: 18px;
}

.storerooms_header__text__red {
    color: #E41A4A;
}

.storerooms_list {
    display: flex;
    flex-wrap: wrap;
}

.storerooms_list__item {
    padding: 8px 16px;
    background: #FAF6DB;
    border: 1px solid #b6b6b6;
    margin-right: 16px;
    margin-top: 16px;
}

.storerooms_list__item:hover {
    cursor: pointer;
}
.storerooms_list__item:first-child {
    margin-left: 0;
}

.storerooms_list__item:hover {
    background: #E41A4A;
    color: #fff;
    border-color: #E41A4A;
}
/* End */
/* /bitrix/templates/headliner/components/headliner/parking.application/parking.page/style.css?169229057013941 */
