.breadcrumb-item br, .header__subnav-link br{
    display:none;
}
.callback__form-submit, .building__form-submit{
    line-height: 40px;
    max-width:180px;
}
body .modal-bid input.form__input-error{
    border: 1px solid red;
}
.modal-content__success{
    font-size:22px;
}
.services__suggest-link:hover{
    cursor:pointer;
}
.Error {
    height: 100%;
    padding: 80px 0px;
    background: #fff;
}
.Error .container .row {
    height: 100%;
}
.Error__img {
    background: #25468f;
    max-width: 100%;
}
.Error__title {
    font-size: 39px;
    line-height: 48px;
    color: #25468f;
}
.Error__subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Error__desc-text {
    margin-bottom: 30px;
    color: #888888;
}
.Error__flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.Error__right{
    margin-left: 80px;
    align-self: center;
}
.Error__button {
    border: 1px solid #25468f;
    padding: 10px 21px 9px 20px;
    color: #fff;
    background: #25468f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}
.Error__button:hover {
    background-color: #fff;
    color: #25468f;
    cursor: pointer;
}
body .services__header_general .services__header-block_bottom{
    margin-bottom: 60px;
}
body .warehouses-portfolio_general{
    padding:65px 0px 0px 0px;
}
body .services__header-column{
    top: -25px;
}
.warehouses__kp:hover{
    cursor:pointer;
}

@media screen and (min-width: 1200px) {
.services__header {
margin-bottom: 60px;
display: flex;
align-items: flex-start;
}
}

@media screen and (max-width: 1199px) {
.services__header {
min-height: auto !important;
}
}