/* ЧУВАК извини я не смог до конца скомпилировать те файлы scss которые у тебя там есть, у меня выбрасывало на ошибку исползования миксина. Клиента я об этом уведомил и она приняла решение об создании другого файла, дополнительного для этих страниц. Еще раз сорри я знаю что это чухня, но по другому не получилось ((((  */

/* Блоки с радиокнопками */
.section-point__changer {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin: 20px 0 30px;
    border-bottom: 1px solid #ddd;
}
.section-point__changer-block {
    margin-bottom: 10px;
    padding: 10px 0;
}
.section-point__changer-block input {
    float: left;
}
.section-point__changer-block:not(:last-child) {
    border-right: 1px solid #ddd;
    margin-right: 15px;
    padding-right: 15px;
}
.section-point__changer-block-name {
    display: block;
    color: #000;
    margin-left: 90px;
    cursor: pointer;
    line-height: normal;
    position: relative;
}
.section-point__changer-block-name:before {
    content:'';
    position: absolute;
    top: -5px;
    left: -37px;
    width: 36px;
    height: 38px;
}
.section-point__changer-block-name._office:before {
    background: url(/ext/points/public/icons/office.png) 0 0 no-repeat;
}
.section-point__changer-block-name._diller:before {
    background: url(/ext/points/public/icons/diller.png) 0 0 no-repeat;
}
.section-point__changer-block-name._distr:before {
    background: url(/ext/points/public/icons/distr.png) 0 0 no-repeat;
}
.section-point__changer-block-name._base:before {
    background: url(/ext/points/public/icons/base.png) 0 0 no-repeat;
}
.section-point__changer-block-name._market:before {
    background: url(/ext/points/public/icons/market.png) 0 0 no-repeat;
}


.section-point__changer-block-link {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.section-point__changer-block-link:hover {
    text-decoration: none;
}
.section-point__changer-block-link label {
    display: block;
    width:100%;
}


/* Блоки с селектами */
.section-point {
    margin-bottom: 20px;
}
.section-point__block {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-bottom: 10px;
}
.section-point__block-title {
    margin-right: 10px;
    display: inline-block;
    font-size: 17px;
}
.section-point__block-select {
    font-size: 15px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    border: solid 1px #e3e3e3;
    color: #686868;
    padding: 10px;
    min-width: 250px;
}
.section-point__block-select:focus {
    outline: none;
    border-color: #128B87;
}

/* СПИСОК ТОЧЕК под КАРТОЙ */
.offices-list {
    margin-top: 30px;
}
.offices-list__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.offices-list__item > * {
    width: 25%;
}
.offices-list__item-city {
    font-weight: bold
}
.offices-list__item-city,
.offices-list__item-phone {
    width: 200px;
}
.offices-list__item-title {
    margin: 0;
}
.offices-list__item-title a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 45px;
    display: block;
}
.contact-type:before {
    content:'';
    position: absolute;
    top: -10px;
    left: 0;
    width: 36px;
    height: 38px;
}
.contact-type-_office:before {
    background: url(/ext/points/public/icons/office.png) 0 0 no-repeat;
}
.contact-type-_diller:before {
    background: url(/ext/points/public/icons/diller.png) 0 0 no-repeat;
}
.contact-type-_distr:before {
    background: url(/ext/points/public/icons/distr.png) 0 0 no-repeat;
}
.contact-type-_base:before {
    background: url(/ext/points/public/icons/base.png) 0 0 no-repeat;
}
.contact-type-_market:before {
    background: url(/ext/points/public/icons/market.png) 0 0 no-repeat;
}


/* Детальная страница обьекта */
.section-point-page__inner-block {
    width: 50%;
    margin-top: 30px;
}
.section-point-page__inner-block-title {
    margin: 15px 0;
}
.section-point-page__inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}



/* АДАПТИВ СТРАНИЦЫ списка точек и детального обьекта */
@media (max-width: 767px) {
    .section-point__block-select {
        width: 100%;
    }
    .section-point__block {
        margin-right: 0;
    }
    .offices-list__item {
        flex-wrap: wrap;
    }
    .offices-list__item > * {
        width: 100%;
        margin-top: 12px;
    }
    .offices-list__item-title a {
        text-align: left;
    }
    .section-point-page__inner-block {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .hidden-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .section-point__changer {
        flex-wrap: wrap;
    }
    .section-point__changer-block:not(:last-child) {
        border-right:none;
        margin-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #ddd;
    }
    .section-point__changer-block {
        margin-bottom: 0;
        padding-bottom: 20px;
        width: 100%;
        border-right:none;
    }
    .section-point__changer-block-name {
        text-align: left;
    }
    .section-point-page__inner-block-title {
        font-size: 22px;
        text-align: left
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .section-point__block-title {
        min-width: 60px;
    }
    .offices-list__item {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .offices-list__item > * {
        margin-bottom: 10px;
        width: 45%;
        margin-right: 25px;
    }
}

