.translate_helper {
    display: none;
}

._system_loading {
    display: none;
}

.loader-intro {
    display: none;
}

div.admin-front-dashboard {
    display: block;
    text-align: center;
    background: transparent;
    position: absolute;
    padding: 10px 0;
    top: 0;
    left: 0;
    z-index: 100000;
}

div.admin-front-dashboard a{
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    background-color: #BF252B;
    padding: 10px 20px;
    border-radius: 5px;
}

div.admin-front-dashboard a:hover{
    background-color: #ccc;
    color: #393939;
}

.highlight {
    background-color: yellow;
    color: #000;
}

div.alert {
    width: 600px;
    padding: 10px 20px;
    margin: 10px auto;
    border: 1px solid red;
}


div.info p a {
    color: #fff !important;
    text-decoration: underline !important;
}

div.info p a:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

div.alert ul.alert-list li {
    padding: 10px 0px;
    color: red;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin-bottom: 0;
    }
}

/*
.breadcrumbs:before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #EB140A;
    margin-right: 5px;
    background-image: url("assets/newspaper.png");
    background-size: 14px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
}*/

@media (min-width: 576px) {
    .breadcrumbs {
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {
    .breadcrumbs {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs {
        max-width: 800px;
    }
}

@media (min-width: 1265px) {
    .breadcrumbs {
        max-width: 950px;
    }
}

.breadcrumbs li {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #000;
    margin-bottom: 20px;
}

.breadcrumbs li::after {
    content: ">";
    padding: 0 5px;
}

.breadcrumbs li:last-of-type::after {
    display: none;
}

@media (min-width: 576px) {
    .breadcrumbs li:last-of-type {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.breadcrumbs li a {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #000;
}

@media (min-width: 992px) {
    .breadcrumbs li a {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

@media (min-width: 1265px) {
    .breadcrumbs li a {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

form.partnership-form{
    max-width: 710px;
    width: 100%;
    margin-inline: auto;
    display: block;
}

.tag-wrapper {
    padding: 20px 0px;
}

.partner-form-wrapper .partner-form .application-advices h3 {
    padding: 3rem;
}

.partner-form-wrapper .partner-form .application-advices h3 {
    padding: 3rem 1rem;
    position: relative;
    font-family: "A1 Sans", "sans-serif";
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    cursor: pointer;
}

.partner-form-wrapper .partner-form .application-advices h3:after {
    transform: rotateX(180deg);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5rem;
    background: white url(assets/arrow-down.png) no-repeat center center;
    background-size: 17px auto;
    transition: 0.3s linear;
}

span.required {
    color: red;
}

.aplication-intro-item-data p {
    padding-bottom: 20px !important;
    font-size: 1.9rem !important;
}

.partners .marquee .marquee-content .marquee-item {
    height: 60px;
}

.partners .marquee .marquee-content .marquee-item img {
    height: 60px;
}

partner-form-wrapper .partner-form .application-advices .application-advices-data ul li::before{
    margin-top:7px
}

@media (min-width: 1265px) {
    .static-page h2.page-subtitle{
        margin-left: 90px;
        padding-bottom: 20px;
        padding-top: 0px;
    }
}

.single-blog .single-blog-short-description{
    width: 100%;
    padding-top: 10px;
}


@media (min-width: 992px) {
    .partnership-steps .partnership-steps-wrapper {
        align-items: center !important;
    }
}


@media (min-width: 992px) {
    .header .header-nav .menu-wrapper .search-wrapper .search-form {
        top: 30px !important;
        transform: none !important;
    }
}

@media (min-width: 992px) {
    .partnership-steps-wrapper article:last-child {
        margin-top: -40px !important;
    }
}

.partnership-steps-wrapper article p.partnership-steps-item-text {
    height: 140px;
    display: block;
}

.application_areas_extra {
    display: none;
    margin-top: -30px !important;
}

textarea#application_reason {
    font-family: "A1 Sans", "sans-serif";
}