.bx-breadcrumb {
    margin: 1rem 0 2.5rem 0;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
} 

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 1.3rem;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.bx-breadcrumb a {
    border-bottom: none;
    color: #89af2d;
    text-decoration: none;
}


/*.sremplo{*/
/*padding-left: 3rem;*/
/*padding-right: 3rem;*/

/*}*/

.sremplo--item .row {
    margin-left: 0;
    margin-right: 0;

}

.sremplo--item-name {}

.srdecr {
    font-size: 1.7rem;

}

.srdecr span {
    font-size: 1.5rem;
    font-weight: bold;

}

.sremplo--item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.sremplo--item--work,
.sremplo--item-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sremplo--item-info-header a {
    background: #EDEDED;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-site);
    font-size: 1.2rem;
    line-height: 100%;
    margin-top: 0.5rem;
}

.sremplo--item-info-header a img {
    width: 2.4rem;
}

.sremplo--item--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.5rem;

}

.sremplo--item--img img {
    width: 3.2rem;
    height: auto;
}

/*row*/

.seorobots-list {
    /* max-width: 102.4rem;
    width: 100%;
    margin: 0 auto; */
    background-color: var(--White);
    display: flex;
    gap: 2rem;
}

.seorobots-list--vacancy {
    box-shadow: none;
}

.sremplo--item--work img {
    width: 3.2rem;
    height: auto;
}

.seorobots-list--title {
    color: #89af2d;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: 1rem;
    margin: 1rem 0;
    /*padding-left: 4rem;*/
    line-height: 1;
    position: relative;
}

.seorobots-list--description {
    display: block;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: none;
    word-spacing: normal;
    margin-top: 5rem;
    line-height: 1.2;
}

.seorobots-list--decor {
    position: absolute;
    display: inline-block;
    background: #89af2d;
    top: 0;
    right: 100%;
    /*margin-right: -3rem;*/
    margin-right: 1rem;
    width: 200%;
    height: 100%;
}

.sremplo { 
    align-items: inherit !important;
    justify-content: center;
    gap: 3rem;
}

.seorobot { 
    background-color: var(--White);
}

.sremplo--item-photo {
    height: 24rem;
}

.sremplo--item-photo a img {
    height: 100%;
}

.seorobot--pic {
    max-width: 56.4rem;
    width: 100%;
    height: 56.4rem;
    position: relative;
}

.seorobot--pic a {
    display: block;
    height: inherit;
    position: relative;
}

.seorobot--pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.seorobot--name {
    text-align: center;
    background-color: var(--color-site);
}

.seorobot--name a {
    color: var(--White);
    font-family: "Bebas Neue";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    padding: 1.4rem 2rem 1rem 2rem; 
    width: 100%;
    display: block;
    text-wrap: nowrap;
    text-align: start;
    transition: all var(--animation-time);
}
.sremplo--item-photo:hover +  .seorobot--name a {
    opacity:var(--hover-opacity);
}
.seorobot--work { 
    gap: 1rem;
    padding: 2rem;
}

.sr-seorobot--work { 
    gap: 3rem;
}

.sr-seorobot--work-specialization { 
    align-items: inherit !important;
    gap: 3rem;
}

.seorobot--work-specialization { 
    gap: 1rem;
    flex: 1;
}

.seorobot--work-specialization-title {
    color: var(--White);
    font-family: var(--Circe);
    font-size: 1rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.4rem 1rem 0.2rem 1rem;
    background-color: var(--color-site);
    height: 2rem;  
}

.seorobot--work-specialization-text {
    font-family: var(--Circe);
    font-size: 1.4rem;
    line-height: 100%;
    max-width: 36rem;
    width: 100%;
}

.sr_commandos_item .seorobot--work-specialization-text {
    font-size: 1.8rem;
    line-height: 120%;
}

.sr_commandos_item {
width: 100%;
}

.sr_vacancy_item_title {
    font-family: "Bebas Neue";
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
}

.sr_commandos_item-info {
    padding: 6rem 5rem 7rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.sr_commandos_item-name {
        margin-bottom: 1rem;

}

.sr_commandos_item-sremplo { 
    gap: 1rem;
    flex-wrap: wrap;

}

.sr_commandos_item-sremplo img {
    width: 6.4rem;
}


@media (max-width: 767px) {
    .sr_commandos_container .sr_vacancy_item_box {
        flex-direction: row;

    }

    .sr_commandos_container .sremplo {
        flex-direction: column;
    }

    .seorobot {
        flex-direction: column;
        align-items: center;

    }

    .sr_row_detail_blog .sr_blog_list {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .seorobots-list--title {
        padding-left: 1rem;
    }

    .seorobots-list--decor {
        margin-right: -.5rem;
    }

    .sr_commandos_item-info {
        padding: 2rem 0.8rem;
    }

    .seorobot--pic {
        width: 100%;
        height: 30rem;

    }


}

@media (max-width: 570px) {
    .sr_commandos_container .sr_vacancy_item_box {
        flex-direction: column;
    }
}

.seorobot--sert {
    display: inline-block;
    background: #cd4646;
    padding: .5rem;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.seorobot--sert span {
    color: #fff;
    font-size: 1.8rem;
}

.img-pointer {
    cursor: pointer;
}