.breadcrumbs{
    text-transform: uppercase;
    color: #DADADA;
    font-size: 14px;
    line-height: 30px;
    margin-top: 133px;
    margin-bottom: 50px;
    padding: 20px 0;
    position: relative;
    background: #333333;
}
.breadcrumb_last{
    color: #DADADA;
    font-size: 14px;
    line-height: 30px; 
    padding: 0 25px;
    text-transform: uppercase;
    position: relative;
}
.breadcrumb_last::before{
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #D50101;
}
.breadcrumbs a{
    color: #DADADA;
    font-size: 14px;
    line-height: 30px; 
    text-transform: uppercase;
    padding: 0 25px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all 0.3s ease;
}
.breadcrumbs a::after{
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #DADADA;
    transform: translateY(-50%);
}
.breadcrumbs a:hover{
    color: #D50101;
}
.breadcrumbs span:nth-child(1) > a{
    padding-left: 0;
}

.sub__title .sub__title-img svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);fill: #D50101;}

.wpcf7 form .wpcf7-response-output {
    margin: 10px auto 0;  
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.pop-up__form form span span{
    bottom: 0;
}

.wpcf7 .ajax-loader{position:absolute;bottom:130px;left:30px;}