

/* Start:/local/components/rwto/breadcrumbs/templates/.default/css/style.css?17627233761227*/
/* BREADCRUMBS */
.breadcrumbs {
    margin-bottom: 31px;
}

@media screen and (max-width: 980px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap:10px;
}

.breadcrumbs-list__item{
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.breadcrumbs-link {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 16px;
    /* margin-right: 21px; */
    position: relative;
    display: flex;
    align-items: flex-start;
    /*-webkit-transition: color .3s linear;*/
    /*-o-transition: color .3s linear;*/
    /*transition: color .3s linear;*/
}

.breadcrumbs-link:hover {
    color: #d71920;
}

.breadcrumbs-link:after {
    /* position: absolute; */
    content: '';
    width: 15px;
     height: 15px;
    /* right: -17px; */
    /* top: 5px; */
    background: url(/local/components/rwto/breadcrumbs/templates/.default/images/arrow-grey-big.svg) no-repeat center right;
    /* -webkit-background-size: contain; */
    /*background-size: contain;*/
}

.breadcrumbs-last {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 16px;
}

/* /BREADCRUMBS */
/* End */


/* Start:/local/components/rwto/form/templates/similar-project/css/style.css?1708542009411*/
.calculator-form__btn {
    position: relative;
}

.calculator-form__btn:before {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    right: 0;
    content: ' ';
    background: url(/local/components/rwto/form/templates/similar-project/css/loader.png) no-repeat center;
    background-size: contain;
    display: none;
}

.calculator-form__btn.loading:before {
    display: block;
}

.calculator-form__btn.loading > span {
    visibility: hidden;
}

/* End */


/* Start:/local/components/rwto/form/templates/transportation/css/style.css?1708542009411*/
.calculator-form__btn {
    position: relative;
}

.calculator-form__btn:before {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    right: 0;
    content: ' ';
    background: url(/local/components/rwto/form/templates/transportation/css/loader.png) no-repeat center;
    background-size: contain;
    display: none;
}

.calculator-form__btn.loading:before {
    display: block;
}

.calculator-form__btn.loading > span {
    visibility: hidden;
}

/* End */
/* /local/components/rwto/breadcrumbs/templates/.default/css/style.css?17627233761227 */
/* /local/components/rwto/form/templates/similar-project/css/style.css?1708542009411 */
/* /local/components/rwto/form/templates/transportation/css/style.css?1708542009411 */
