

/* Start:/about/contacts/styles.css?17264964083817*/
.contacts__icon{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.icon{
    display: inline-block;
    margin-right: 10px;
}
.icon-vk{
    background: url("/img/icons/vk.jpg") no-repeat;
    width: 35px;
    height: 35px;
}
.icon-fb{
    background: url("/img/icons/fb.jpg") no-repeat;
    width: 35px;
    height: 35px;
}
.icon-insta{
    background: url("/img/icons/insta.jpg") no-repeat;
    width: 35px;
    height: 35px;
}
.icon-youtube{
    background: url("/img/icons/youtube.jpg") no-repeat;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
}
.icon-dzen{
    background: url("/img/icons/yandex_dzen.png") no-repeat;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
}
.icon-phone{
    background: url("/img/icons/phone.jpg") no-repeat;
    width: 30px;
    height: 30px;
}
.icon-email{
    background: url("/img/icons/email.jpg") no-repeat;
    width: 30px;
    height: 30px;
}
.icon-message{
    background: url("/img/icons/message.jpg") no-repeat;
    width: 34px;
    height: 30px;
}
.icon-time{
    background: url("/img/icons/sm-time.jpg") no-repeat;
    width: 17px;
    height: 17px;
}
.icon-c_time{
    background: url("/img/icons/c_time.jpg") no-repeat;
    width: 25px;
    height: 20px;
}
.icon-c_metro{
    background: url("/img/icons/c_metro.jpg") no-repeat;
    width: 25px;
    height: 21px;
}
.icon-c_phone{
    background: url("/img/icons/c_phone.jpg") no-repeat;
    width: 25px;
    height: 25px;
}
.icon-c_email{
    background: url("/img/icons/c_email.jpg") no-repeat;
    width: 25px;
    height: 18px;
}
.icon-c_city{
    background: url("/img/shops2/city_shop.png") no-repeat;
    width: 25px;
    height: 23px;
}

.contacts-other{
    position: relative;
}
.contacts-other_stock:after{
    content: '';
    display: block;
    background: url("/img/icons/contact_stock.jpg") no-repeat;
    width: 86px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
}
.contacts-other_man:after{
    content: '';
    display: block;
    background: url("/img/icons/contact_man.jpg") no-repeat;
    width: 86px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
}
.contacts-other__content{
    width: 100%;
    padding-left: 100px;
}

.adress{
    margin-top: 50px;
}
.adress__item{
    border: 1px solid #e1e1e1;
    padding: 25px;
    height: 100%;
}
.adress__head{
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between;
    padding-bottom: 15px;
}
.adress__head-marker{
    display: flex;
    align-items: center;
    color: #75a7fe;
    cursor: pointer;
}
.adress__head-marker:hover{
    text-decoration: underline;
}
.adress__head-marker:before{
    content: '';
    background: url("/img/shops2/marker.png") no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}
.adress__body{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.adress__img{
    width: 50%;
    border: 1px solid #ffe000;
}
.adress__detail{
    width: 50%;
    padding-left: 20px;
}
.adress__way{
    width: 100%;
}
.adress__way ul{
    margin-left: 20px;
}
.adress__way li{
    margin: 10px 0;
    position: relative;
}
.adress__way li:before{
    content: '';
    position: absolute;
    left: -12px;
    top: 5px;
    width: 5px;
    height: 5px;
    background: #ffe000;
    border-radius: 100%;
}

@media screen and (max-width: 768px) {
    .adress__item{
        padding: 15px;
    }
    .adress__body{
        display: block;
    }
    .adress__img{
        width: 100%;
    }
    .adress__detail{
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .contacts__icon{
        font-size: 12px;
    }
    .contact_next-ln{
        display: block;
    }
}
/* End */


/* Start:/local/templates/fastindex/css/contacts-shared.css?17879322111327*/
/* Общий блок соцсетей для трёх доменов */

.contacts-social-grid {
    row-gap: 24px;
}

.contacts-social-grid__item {
    margin-bottom: 24px;
}

.contacts-social-card {
    height: 100%;
}

.contacts-social-link {
    align-items: center;
    overflow-wrap: anywhere;
}

.contact-social-icon {
    display: block;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    margin-right: 10px;
    object-fit: contain;
}

.contact-social-icon--ok {
    background: #ee8208;
}

.contact-social-icon--rhythm {
    background: #fc3f1d;
}


/* Контакты филиалов на основном сайте */

.contacts-branches {
    margin-bottom: 30px;
}

.contacts-branch-card {
    height: 100%;
}

.contacts-branch-card__title {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 700;
}

.contacts-branch-card p {
    margin: 8px 0;
}


/* Телефоны на странице магазинов */

.shop-phone-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 4px;
}

.shop-phone-list__item {
    display: block;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .contacts-social-grid__item {
        margin-bottom: 16px;
    }

    .contacts-branch-card {
        margin-bottom: 16px;
    }
}
/* End */
/* /about/contacts/styles.css?17264964083817 */
/* /local/templates/fastindex/css/contacts-shared.css?17879322111327 */
