

/* Start:/local/components/evraz.main/services.all/templates/.default/style.css?17182903353342*/
.service-block_wide .services-more{
    width: 274px;
    margin-top: 20px;
}
.service-block_wide .service-card{
    margin: 0;
    border: none;
    border-top: 1px solid #d9dada;
}
.service-block_wide .service-card:last-of-type{
    border-bottom: 1px solid #d9dada;
}
.service-card-img{
    display: contents;
}
.service-card-img img{
    width: 108px;
    height: 108px;
}
.service-block_wide .service-card-img .img-fluid{
    min-width: 189px;
    width: 189px;
    height: 108px;
    object-fit: cover;
    margin-right: 24px;
    margin-bottom: 0;
}
.service-catalog .services-form-select{
    width: 330px;
    height: 40px;
    max-width: 100%;
    cursor: pointer;
}
.service-catalog .services-form-select.form-select_active{
    max-width: calc(100% - 40px);
}
.service-catalog .services-form-select.form-select_active, .service-catalog .services-form-select:hover{
    border-color: #ed7817;
    border-width: 2px;
    outline-color: #ed7817;
}
.service-catalog .form-select-clear{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border: 2px solid #ed7817;
    margin-left: 2px;
    padding: 0;
    cursor: pointer;
}
.service-catalog .services-form-select.form-select_active:hover, .service-catalog .form-select-clear:hover{
    border-color: #F9D6B9;
    outline-color: #F9D6B9;
}
.service-catalog .services-catalog-link{
    color: #000000;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    width: max-content;
}
.service-catalog .services-catalog-link:hover{
    border-color: #ed7817;
    color: #ed7817;
}
.service-card-footer__list a, .service-card__popup-btn{
    margin-right: 1rem;
    text-decoration: none;
    color: #000000;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 10px;
}
.service-card-footer__list > span, .service-card__popup-btn{
    cursor: pointer;
}
.service-card-footer__list > span:hover, .service-card__popup-btn:hover{
    color: #ed7817;
}
.service-card-footer__stock{
    color: #4A8F40;
}
.services-modal .modal-content{
    padding: 24px 40px 32px 40px;
}
.services-modal .services-modal__city{
    text-decoration: none;
    color: #000000;
    margin-bottom: 12px;
    display: block;
}
.services-modal .modal-title{
    font-size: 20px;
    line-height: 22px;
}
.services-modal .modal-body{
    overflow-x: hidden;
    overflow-y: auto;
}
@media screen and (max-width: 767px) {
    .services-modal .services-modal__city{
        margin-bottom: 24px;
    }
    .service-catalog .title-block,
    .service-catalog h1{
        margin-bottom: 0;
    }
    .service-block-list .service-card h3{
        font-size: 16px;
    }
    .service-block_wide .service-card-img .img-fluid{
        min-width: 112px;
        width: 112px;
        height: 64px;
        margin-right: 12px;
    }
    .service-block_wide .service-card{
        padding: 1rem;
    }
    .service-card-img{
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }
    .service-card-footer{
        font-size: 14px;
    }
    .service-block_wide .services-more{
        width: 100%;
        max-width: 320px;
        margin-top: 1rem;
    }
    .services-modal .modal-close{
        font-size: 18px;
        top: 18px;
        right: 6px;
    }
    .services-modal .modal-content{
        padding: 24px 1rem 1rem;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/filial/style.css?1666935447124*/
a.warehouse__phone{
    text-decoration: none;
    color: #000;
}

#bx-maps .ymaps-2-1-79-balloon__tail {
    left: 60px;
}

/* End */


/* Start:/local/js/evraz/vue/elements/map/drivingdirections/evraz.vue.elements.map.drivingdirections.css?16843946334281*/
.evraz-vue-elements-map-drivingdirections-modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
    transition: opacity .15s linear;
    padding-right: 17px;
}

.evraz-vue-elements-map-drivingdirections-icn-close{
    font-size: 20px !important;
    font-family: EvrazIcon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 10px;
    z-index: 100;
    color: #868786;
    cursor: pointer;
}

.evraz-vue-elements-map-drivingdirections-icn-close:before{
    content: "";
}

.evraz-vue-elements-map-drivingdirections-modal-body{
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
}

.evraz-vue-elements-map-drivingdirections-modal-header{
    padding: 31px 24px;
    padding-bottom: 27px;
    border-radius: 0;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9dada;
}

@media screen and (max-width: 767px){
    .evraz-vue-elements-map-drivingdirections-modal-header{
        padding: 1rem;
    }
}

@media (min-width: 768px){
    .evraz-vue-elements-map-drivingdirections-modal-header{
        padding-left: 53px !important;
    }
    .evraz-vue-elements-map-drivingdirections-icn-close{
        top: 14px;
        right: 14px;
    }
    .evraz-vue-elements-map-drivingdirections-modal-body {
        flex-grow: 0;
        height: 100%;
    }
}

@media (min-width: 1024px){
    .evraz-vue-elements-map-drivingdirections-modal-dialog{
        height: 100%;
        display: flex;
        margin: 0 auto;
    }
    .evraz-vue-elements-map-drivingdirections-modal-content{
        margin: auto;
    }
    .evraz-vue-elements-map-drivingdirections-modal-body {
        flex-grow: 1;
        overflow: unset;
    }
}

.evraz-vue-elements-map-drivingdirections-modal-dialog{
    transform: none;
    transition: transform .3s ease-out;
    width: 100vw;
    max-width: none;
    pointer-events: none;
    height: 100%;
}

.evraz-vue-elements-map-drivingdirections-modal-content{
    padding: 0;
    height: 100%;
    border: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}

.evraz-vue-elements-map-drivingdirections-route-modal-header{
    display: flex;
    flex-wrap: wrap;
}

.evraz-vue-elements-map-drivingdirections-map-link{
    display: flex;
    align-items: center;
    margin-right: 24px;
    white-space: nowrap;
    padding-top: 4px;
    color: #ed7817;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

.evraz-vue-elements-map-drivingdirections-icn-download{
    font-size: 20px !important;
    margin-right: 0.5rem;
    font-family: EvrazIcon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.evraz-vue-elements-map-drivingdirections-icn-download:before{
     content: "";
 }

.evraz-vue-elements-map-drivingdirections-icn-route{
    font-size: 20px !important;
    margin-right: 0.5rem;
    font-family: EvrazIcon!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.evraz-vue-elements-map-drivingdirections-icn-route:before{
    content: "";
}

.evraz-vue-elements-map-drivingdirections-open-popup-link{
    color: #ed7817;
    text-decoration: none;
    padding-top: 4px;
    cursor: pointer;
}

.ymaps-fullscreen-container{
    width: 100vw !important;
    height: 100vh !important;
}

.ymaps-fullscreen{
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0;left: 0 !important;
}
/* End */


/* Start:/local/js/evraz/vue/services/services/evraz.vue.services.services.css?171829033555*/
.form-select.form-select_default{
    color: #555555;
}
/* End */
/* /local/components/evraz.main/services.all/templates/.default/style.css?17182903353342 */
/* /local/templates/.default/components/bitrix/news.detail/filial/style.css?1666935447124 */
/* /local/js/evraz/vue/elements/map/drivingdirections/evraz.vue.elements.map.drivingdirections.css?16843946334281 */
/* /local/js/evraz/vue/services/services/evraz.vue.services.services.css?171829033555 */
