.hr-edo__header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    cursor: default;
}
.hr-edo__header-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.hr-edo__header-title {
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}
.page-zakupki .hr-edo__header-title {
    font-size: 46px;
    text-align: start;
}
.page-zakupki .hr-edo__header-subtitle {
    text-align: start;
    text-transform: none;
    font-size: 18px;
}
@media only screen and (max-width: 992px) {
    .hr-edo__header-title {
        text-align: center;
        font-size: 28px;
    }
    .page-zakupki .hr-edo__header-title {
        text-align: center;
        font-size: 28px;
    }
    .page-zakupki .hr-edo__header-subtitle {
        font-size: 14px;
    }
}
.hr-edo__header-metrics, .hr-edo__header-img-metrics {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
    cursor: default;
    flex-wrap: wrap;
}
.hr-edo__header-img-metrics .hr-edo__header-metrics-item {
    align-items: center;
}
.hr-edo__header-img-metrics img {
    margin-right: 15px;
}
.hr-edo__header-img-metrics {
    font-weight: 600;
    color: #161C2D;
    letter-spacing: -0.2px;
    line-height: 20px;
}
.hr-edo__header-metrics-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
    flex-wrap: wrap;
    width: auto;
    max-width: 270px;
    flex-direction: row;
}
.hr-edo__header-img-metrics .hr-edo__header-metrics-item {
    flex-wrap: nowrap;
}
@media only screen and (max-width: 1198px) {
    .hr-edo__header-img-metrics {
        max-width: 800px;
    }
    .hr-edo__header-img-metrics .hr-edo__header-metrics-item {
        min-width: 270px;
    }
}
@media only screen and (max-width: 992px) {
    .hr-edo__header-metrics-item {
        padding: 10px;
    }
}
.hr-edo__header-metrics-item div:nth-child(1) {
    font-size: 32px;
    font-weight: 900;
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
    .hr-edo__header-metrics-item div:nth-child(1) {
        font-size: 28px;
        font-weight: 900;
        margin-right: 10px;
    }
}
.hr-edo__header .common-block-btn .etr-btn {
    padding: 17px 15px;
    font-size: 14px;
}
#procurement_management-page .hr-edo__header-metrics-item div:nth-child(2) {
    font-size: 12px;
}
.hr-edo__video-block {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
@media only screen and (max-width: 992px) {
    .hr-edo__video-block {
        flex-direction: column;
        margin-top: 40px;
    }
    #about-decision {
        display: none;
    }
    .hr-edo__video-desc {
        text-align: center;
    }
}
.hr-edo__video-desc {

}
.hr-edo__video-desc__price {
    font-size: 24px;
    color: #26AD50;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: default;
}
.hr-edo__video-desc__logo {
    margin-bottom: 30px;
    cursor: default;
}
.hr-edo__video-desc__logo img{

}
.hr-edo__video-desc__title {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 900;
    line-height: 36px;
    max-width: 400px;
    cursor: default;
}
@media only screen and (max-width: 992px) {
    .hr-edo__video-desc__title {
        text-align: center;
        max-width: none;
        font-size: 28px;
    }
    .hr-edo__video-desc__price {
        margin-bottom: 30px;

    }
}
.hr-edo__video-desc__link {
    display: flex;
    align-items: center;
}
.hr-edo__video-desc__link a {
    font-size: 18px;
    color: #FF642E;
    font-weight: 700;
    text-align: center;
}
.hr-edo__video-desc__link a span {
    position: relative;
    top: 1px;
    height: 100%;
}
.hr-edo__video {
    max-width: 520px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}
.hr-edo__video video {
    width: 100%;
}
.hr-edo__video-play {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    width:auto;
    height: auto;
}
.hr-edo__video-play img{
    width: 80px;
    height: 80px;
}
@media only screen and (max-width: 992px) {
    .hr-edo__video-play img{
        width: 60px;
        height: 60px;
    }
}

.hr-edo__solution-possibilities {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: default;
    margin-top: 70px;
    margin-bottom: 100px;
    /*max-width: 920px;
    margin: 70px auto 100px auto;*/
}

.hr-edo__solution-possibilities-title, .usage-block__title, .keys-block__title, .other-system__title, .already-use__title {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: #FF642E;
    margin-bottom: 30px;
    line-height: 42px;
}
.focus-page .already-use__title {
    text-align: start;
}
@media only screen and (max-width: 992px) {
    .hr-edo__solution-possibilities {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .hr-edo__solution-possibilities-title, .usage-block__title, .keys-block__title, .other-system__title, .already-use__title {
        font-size: 28px;
    }
    .focus-page .already-use__title {
        text-align: center;
        font-size: 36px;
    }
}
.hr-edo__solution-possibilities-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
@media (min-width: 1200px) {
    #digitalization_opportunities .hr-edo__sb-item:last-child, #contracts_help .hr-edo__sb-item:last-child {
        max-width: 100%;
    }
}

.hr-edo__sb-item {
    max-width: 565px;
    width: 100%;
    min-height: 116px;
    height: auto;
    border-radius: 16px;
    background: white;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
    padding: 30px;
    transition: height .35s ease
}

.hr-edo__sb-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    user-select: none;
}
.hr-edo__solution-possibilities-items.esm .hr-edo__sb-item-desc {
    font-weight: 400;
    color: #6F6C90;
}
.hr-edo__solution-possibilities-items.esm .hr-edo__sb-item-desc img {
    display: block;
    margin-top: 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 276px;
}
.hr-edo__sb-item-title div:nth-child(1) {
    font-size: 21px;
    font-weight: 600;
}
.hr-edo__sb-item-title div:nth-child(2) {
    min-width: 40px;
    min-height: 40px;
    background: #FF642E;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
}
.hr-edo__sb-item-title div:nth-child(2):after {
    position: absolute;
    content: "\002D";
    bottom: 3px;
    left: 14px;
    color: white;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
}

.hr-edo__sb-item-title.collapsed div:nth-child(2) {
    background: #F7F7FF;
}
.hr-edo__sb-item-title.collapsed div:nth-child(2):after {
    bottom: 1px;
    left: 9px;
    content: "\002B";
    color: #6F6C90;
}
.hr-edo__application {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
    .hr-edo__application {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.hr-edo__application__title, .hr-edo__application__title h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 100%;
    max-width: 540px;
    cursor: default;
}
.hr-edo__application__title img {
    margin-top: 50px;
}
.page-integration .hr-edo__application__title img {
    margin-top: 30px;
}
@media only screen and (max-width: 992px) {
    .hr-edo__application__title {
        text-align: center;
        max-width: none;
        font-size: 28px;
    }
    .hr-edo__application__title img {
        margin-top: 20px;
    }
}
.hr-edo__application-form {
    max-width: 530px;
    width: 100%;
    background: white;
    padding: 25px;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
    border-radius: 10px;
}
.hr-edo__application-form .b24-form-header-padding, .hr-edo__application-form .b24-form-content {
    padding-left: 0!important;
    padding-right: 0!important;

}
@media only screen and (max-width: 992px) {
    .hr-edo__application-form {
        margin-top: 40px;
    }
}
.hr-edo__application-form-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}
.hr-edo__application-form-sub-title {
    font-size: 18px;
    font-weight: 600;
}
.hr-edo__application .btn {
    margin-top: 10px;
    color: #FFF;
    background-color: #FF642E;
    border-color: #FF642E;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    border-radius: 8px;
}
@media only screen and (max-width: 992px) {
    .hr-edo__application .btn {
        font-size: 14px;
        font-weight: bold;
    }
}
.hr-edo__application .form-group.form-md-line-input .form-control:focus:not([readonly])~label:after {
    background: #FF642E;
}
.hr-edo__application .md-checkbox label>.check {
    border-color: #FF642E;
}
.hr-edo__application .help-block {
    color: #FF642E!important;
}
.hr-edo__modal {
    display: none;
    position: fixed;
    z-index: 1000000000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.hr-edo__modal-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.close-video {
    position: absolute;
    top: 10px;
    right: 50px;
    color: #aaa;
    float: right;
    font-size: 68px;
    font-weight: bold;
    z-index: 2;
}
.close-video:hover,
.close-video:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.usage-block {
    margin-top: 60px;
    margin-bottom: 60px;
    cursor: default;
}
.usage-block__title {

}
.already-use {
    margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
    .already-use {
        margin-bottom: 100px;
    }
}
.already-use__title {
    text-transform: uppercase;
    margin-bottom: 40px;
}
.already-use__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
.already-use__item {
    display: flex;
}
@media only screen and (max-width: 768px) {
    .already-use__item {
        min-width: 310px;
    }
}
.already-use__item img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    margin-top: 5px;
}
.already-use__item span {
    font-weight: 600;
    font-size: 22px;
}
.key-futures {
    margin-bottom: 100px;
}
.focus-page .already-use__item span {
    font-weight: 400;
}
.key-futures__item {
    margin-bottom: 20px;
}
.key-futures__list-item {
    font-weight: 400;
    font-size: 22px;
}
.key-futures__block {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
    .key-futures__block {
        justify-content: center;
    }
}
.key-futures__list {
    width: 500px;
}
.page-support .usage-block__items{
    max-width: 900px;
    margin: 0 auto;
}
 .usage-block__items {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}
.page-support .usage-block__item {
    width: 347px;
    height: auto;
    border-radius: 20px;
    background: #FF642E08;
    padding: 20px;
    border: 1px solid #FF642E66;
}
.usage-block__item {
    width: 347px;
    height: 245px;
    border-radius: 20px;
    background: #FF642E08;
    padding: 20px;
    border: 1px solid #FF642E66;
}
.usage-block__item:nth-child(2n) {
    background: #659BDE0A;
    border: 1px solid #659BDE66;
}
.usage-item__title {
    font-size: 22px;
    font-weight: 900;
    margin-left: 10px;
    margin-bottom: 20px;
}
.usage-item__text {
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    font-weight: 600;
}
.usage-item__text span {
    margin-left: 10px;
}
.keys-block__about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.keys-block {
    margin-bottom: 100px;
    cursor: default;
}

.keys-block__description {
    width: 325px;
    display: flex;
    flex-direction: column;
}
.keys-description {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}
.keys-description span {
    margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
    .keys-block__image {
        order: 1;
    }
    .keys-block__description {
        width: 100%;
        order: 2;
        justify-content: center;
        align-items: center;
        margin-top: 20px;

    }
    .keys-block__about {
        justify-content: center;
    }
    .keys-description {
        max-width: 600px;
    }
}
@media only screen and (max-width: 992px) {
    .keys-block__image img{
        width: 606px;
    }
    .keys-description {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .keys-block__image img {
        width: 406px;
    }
    .keys-description {
        font-size: 15px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .keys-block__image img {
        width: 306px;
    }
}
.keys-block__more a{
    font-size: 18px;
    color: #FF642E;
    font-weight: 900;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .keys-block__more {
        text-align: center;
    }
}
.other-system {
    margin-bottom: 150px;
    cursor: default;
}
.other-system__sub-title {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.other-system__company {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
@media only screen and (max-width: 768px) {
    .other-system__company {
        flex-direction: column;
        justify-content: center;
    }
    .other-system {
        margin-bottom: 80px;
    }
    .keys-block {
        margin-bottom: 80px;
    }
    .other-system__company img {
        transform: scale(0.85);
    }
}


#integration_focus_decision_slider .owl-stage {
    min-height: 240px;
    height: 100%;
}
#integration_focus_decision_slider .home_tasks, #integration_focus_decision_slider .owl-item {
    height: 100%;
}

#integration_focus_decision_slider {
    position:relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 880px;
}


#integration_focus_decision_slider .owl-nav button{
    background: #fd8500;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
#integration_focus_decision_slider .owl-nav button span{
    transform: scale(2);
}
#integration_focus_decision_slider .owl-nav [class*=owl-]:hover {
    background: #fd8500;
    color: #FFF;
    text-decoration: none;
}
#integration_focus_decision_slider .item {
    display: flex;
    align-items: normal;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
    #integration_focus_decision_slider .item{
        flex-direction: row;
        flex-wrap: wrap;
    }
}
#integration_focus_decision_slider .home_tasks {
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
    vertical-align:top;
    color: #0a001f;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    z-index: 100;
    border-radius: 20px;
    transition: all 0.2s ease-in-out 0s;
    cursor: default;
    padding: 15px;
    justify-content: start;
    width: 280px;
    height: 240px;
    background-color: white;
    font-weight: 600;
    border: 1px solid #BED5F1;
}
@media only screen and (max-width: 992px) {
    #integration_focus_decision_slider .home_tasks {
        max-width: 250px;
        width: auto;
    }
}
/*@media only screen and (max-width: 992px) {
    #integration_focus_decision_slider .home_tasks {
        width: 250px;
    }
}
@media only screen and (max-width: 768px) {
    #integration_focus_decision_slider .home_tasks {
        width: 230px;
    }
}*/
#integration_focus_decision_slider .home_tasks span {
    padding: 5px;
}
#integration_focus_decision_slider .home_tasks:hover span {

}
#integration_focus_decision_slider .home_tasks img {
    display: block;
    margin: 0 auto 5px;
    border:0;
    max-width: 100px;
    transition: all 0.2s ease-in-out 0s;
}
#integration_focus_decision_slider .home_tasks h4 {
    margin:0 0 7px;
    font: 400 20px "Open Sans", sans-serif;
    text-align:center;
    overflow-wrap: break-word;
}
#integration_focus_decision_slider .home_tasks h3 {
    font-family: 'Inter',sans-serif;
    font-weight: 500;
}

@media (max-width: 800px) {
    #integration_focus_decision_slider .home_tasks h4 {
        font-size: 14px;
        max-width: 150px;
    }
    #integration_focus_decision_slider  .home_tasks {
        padding: 15px;
    }
}
@media (max-width: 660px) {
    #integration_focus_decision_slider .home_tasks h4 {
        font-size: 14px;
        text-transform:none;
    }
    #integration_focus_decision_slider .home_tasks {
        padding: 15px;
        width: 160px;
        height: 255px;
    }
}

#integration_focus_decision_slider .group-items {
    display: block;
}
#integration_focus_decision_slider_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
#integration_focus_decision_slider_2 .item {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    background: #659BDE0A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #BED5F1;

}
#integration_focus_decision_slider_2 .item:nth-child(2n) {

    background: #F9FBFE;

}
#integration_focus_decision_slider_2 .item h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
#integration_focus_decision_slider_2 .item:nth-child(n+1) {
    width: 240px;
    height: 240px;
    border-radius: 20px;

}
.support-howitworks__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 888px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .support-howitworks__image img {
        margin-bottom: 20px;
    }

}
.hr-edo__application-about-price {
    font-size: 14px;
    font-weight: 400;
    color: #6F6F6F;
    line-height: 32px;
    margin-top: 100px;
    margin-bottom: 40px;
}
.implement-service-approach {
    padding-top: 70px;
}
@media (max-width: 800px) {
    .implement-service-approach {
        padding-top: 20px;
    }
}

.implement-service-approach-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.implement-service-approach__text {
    max-width: 466px;
}
.implement-service-approach__title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 40px;
}
@media (max-width: 992px) {
    .implement-service-approach__title {
        font-size: 28px;
        line-height: 32px;
    }
}

.implement-service-approach__description {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .implement-service-approach__description {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
}
.implement-service-approach__img img{
    width: 100%;
    height: auto;
    max-width: 579px;
    max-height: 514px;
}
.page-esm .hr-edo__header {
    padding-bottom: 50px;
}
@media (max-width: 996px) {
    .page-esm .hr-edo__header {
        padding-bottom: 20px;
    }
}
.implement-service-approach .hr-edo__solution-possibilities-title {
    margin-bottom: 50px;
}
.transparent-work {
    margin-bottom: 35px;
}
.page-esm .hr-edo__sb-item-title {
    color: #170F49
}
@media (max-width: 800px) {
    .page-esm .hr-edo__sb-item-title div:first-child {
        max-width: 230px;
    }
}
