

/* Start:/include/shop_gallery/style.css?17495521624225*/
/*Galery*/

.hpm__gallery1__wrapper {
    margin: 0 0 80px 0;
}

.hpm__gallery1__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 63px;
    letter-spacing: -.005em;
    font-size: 30px;
}

.hpm__gallery__main {
    display: flex;
}

.hpm__gallery1__left {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}

.hpm__gallery1__item {
    height: 226px;
}

.hpm__gallery1__item:nth-child(odd) {
    width: 41%;
    margin: 0 2% 2% 0;
}

.hpm__gallery1__item:nth-child(3n) {
    background-color: #f9f9f9;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.hpm_gallery1_description {
    text-align: center;
    font-size: 17px;
    color: #931431;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.6;
    flex-grow: 1;
}

.hpm__gallery1__item:nth-child(even) {
    width: 56%;
}

.hpm__gallery1__right {
    width: 34%;
}

.hpm__gallery1_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpm__gallery1__right {
    padding: 40px 0 0 40px;
    display: flex;
    flex-direction: column;
}

.gallery1__store__address {
    display: flex;
    flex-direction: column;
}

.title__store__address, .title__store__opening {
    color: #6d6d6d;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.title__store__address-icon {
    color: #931431;
    width: 20px;
    height: 25px;
    margin-right: 9px;
}

.title__store__opening-icon {
    font-size: 24px;
    color: #931431;
    vertical-align: middle;
    margin-right: 8px;
}

.title__store__address-content {
}

.content__store__address {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 45px;
    letter-spacing: .018em;
    padding-left: 30px;
    max-width: 403px;
    line-height: 23px;
}

.gallery1__store__opening {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.content__store__opening {
    display: flex;
    flex-direction: column;
}

.item__store__opening {
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 26px 30px;
    display: flex;
}

.item__day {
    width: 63%;
}

.hpm__catalog_button {
    /*display: table;*/
    margin: 0 auto;
    color: #931431;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 300px;
    border-radius: 1px;
    border: 1px solid #931431;
}

.hpm__catalog_button:hover {
    background: #931431;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 1450px) {
    .hpm__gallery1__item:nth-child(3n) {
        order: 4;
        margin: 0;
    }

    .hpm__gallery1__item:nth-child(4n) {
        order: 3;
        margin-right: 3%;
    }
}

@media screen and (max-width: 1345px) {
    .hpm__gallery1__left {
        width: 56%;
    }

    .hpm__gallery1__right {
        width: 44%;
    }
}

@media screen and (max-width: 992px) {
    .hpm__gallery1__wrapper {
        margin: 0 0 43px 0;
    }

    .hpm__gallery__main {
        display: block;
    }

    .hpm__gallery1__title {
        font-size: 22px;
        margin: 0 0 40px 0;
    }

    .hpm__gallery1__left {
        width: 100%;
    }

    .hpm__gallery1__right {
        width: 100%;
        padding: 43px 5px 0;
    }

    /*hpm__cat
    .hpm__gallery__main {
        display: block;
    }

    .hpm__gallery1__left {
        width: 100%;
    }*/
}

@media screen and (max-width: 753px) {
    .hpm__gallery1__left {
        flex-direction: column;
    }

    .hpm__gallery1__item:nth-child(n) {
        height: 100%;
        width: 100%;
        margin-bottom: 3%;
    }

    .hpm__gallery1__item:nth-child(3n) {
        height: 220px;
    }

    .hpm_gallery1_description {
        font-size: 20px;
    }
}


/**********************************************/
/* End */


/* Start:/include/map_shop/style.css?17495521623428*/
.map__shop {
    width: 100%;
    /*max-width: 1400px;*/
    display: flex;
    flex-direction: column;
}
.map__shop_header {
    display: flex;
    /*border-bottom: 1px solid #eaeaea;*/
    font-size: 16px;
    text-transform: uppercase;
    color: #6d6d6d;
    font-weight: 700;
    cursor: pointer;
}

.map__shop_header_left {
    justify-content: center;
    width: 50%;
    padding: 18px 0;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    display: flex;
}

.map__shop_header_left.active {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: none;
    fill: #931431;
    color: #931431;
    background-color: #f3f6f6;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 1.286px 2.532px 6.58px -3.58px rgb(0 0 0 / 13%);
}

.shop_header_left_logo svg {
    height: 15px;
    margin-right: 6px;
}

.map__shop_header_left:hover {
    color: #931431;
    fill: #931431;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.map__shop_header_right {
    justify-content: center;
    width: 50%;
    padding: 18px 0;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    display: flex;
}

.map__shop_header_right.active{
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: none;
    color: #931431;
    fill: #931431;
    background-color: #f3f6f6;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 1.286px 2.532px 6.58px -3.58px rgb(0 0 0 / 13%);
}

.shop_header_right_logo svg {
    height: 15px;
    margin-right: 6px;
}

.map__shop_header_right:hover {
    fill: #931431;
    color: #931431;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/************************КАРТА*******************************/

.map__shop_body {
    height: 500px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    box-shadow: 1.286px 2.532px 6.58px -3.58px rgb(0 0 0 / 13%);
}

.map__shop_1.active {
    height: 100%;
    display: block;
}

.map__shop_1 {
    display: none;
    border-bottom: 1px solid #eaeaea;
}

/************************* ПЛАН ***********************************/


.shop_plane {
    height: 100%;
    display: none;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    /*padding: 0 0 35.8% 0;*/
    overflow: hidden;
}

.shop_plane_img {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.shop_plane.active {
    display: block;
}

/*************************** АДАПТИВ ******************************************/
@media screen and (max-width: 1450px) {
    .map__shop_body {
        height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .map__shop_body {
        height: 400px;
    }
}

@media screen and (max-width: 430px) {
    .map__shop_header {
        font-size: 15px;
    }

    .map__shop_header_left {
        width: 40%;
    }
    .map__shop_header_right {
        width: 60%;
    }

    .map__shop_body {
        height: 350px;
    }
}

/* End */
/* /include/shop_gallery/style.css?17495521624225 */
/* /include/map_shop/style.css?17495521623428 */
