/* Backend styles / Hot fix */
.ord {
    padding: 10px;
}
.ordbtn {
    display: inline-block;
    border-radius: 20px;
    background-color: #fff200;
    position: relative;
    font-size: 13px;
    transition: all .1s ease-in-out;
    text-decoration: none;
    padding: 5px 10px;
    color:#333;
    outline: none;
}
.ordbtn:hover {
    background-color: #50b848;
}
.ordbtn:hover:after {
    color:#fff;
}
.ordbtn:active:after {
    background-color: yellow;
}
.ordbtn:after {
    content: "ЗАКАЗАТЬ";
    display: inline-block;
}
.ordbtn:hover {
    background-color:#50b848;
}
@media only screen and (max-width: 991px) {
    .ordbtn {
        margin-right: -10px;
    }
}
.build-order-form__field, .build-order_form__field, .payment-form__field {
    letter-spacing: -0.7px;
}
.external-link {
    position: relative;
}
.external-link:after {
    content: url("/images/external-link-icon.png");
    position: absolute;
    right: -14px;
    bottom: 0;
    line-height: 1;
}
.news-tabs__link {
    border-left: none;
}
.news-tabs__item:first-child .news-tabs__link {
    border-left: 2px solid #50b848;
    border-right: 2px solid #50b848;
}
.charity-article__pic {
    display: block;
    max-width: 100%;
    max-height: 210px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.charity-article__img-link {
    text-decoration: none
}

.charity-article__img-link:hover .charity-article__title {
    color: #50b848
}
.charity-article__title {
    margin: 17px 0 10px;
    font-size: 18px;
    line-height: 1.2;
    font-family: ProximaNova;
    font-weight: 700;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}
.captcha_checkbox  {
    height: 16px;
    width: 16px;
}
.gruzoinvest .section_tf-section14-email input {
    width: 330px;
}
.car-detail {

}
.car-detail__title {
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 20px;
    color: #6e6e6e;
}
.car-detail__text {
    line-height: 19px;
    font-size: 13px;
    color: #888888;
}
.selected-file {
    position: relative;
    margin-top: 5px;
    padding-bottom: 1px;
}
.selected-file .filename {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 185px;
    display: inline-block;
}
.selected-file .delete {
    position: absolute;
    right: 0;
    color: red;
    text-decoration: none;
    border-bottom: 1px dashed red;
    line-height: 1.2;
}