.page__heading-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #3F3D56;
}
.career-button {
    background: #5BC815;
    border-radius: 28px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    width: 213px;
    height: 40px;
    border: none;
    cursor: pointer;
}
.page__img {
    max-width: 1135px;
    width: 100%;
    height: 344px;
    background: linear-gradient(180deg, #DCDCDC 0%, #D1D1D1 47.92%, #D3D3D3 100%);
    border-radius: 4px;
    object-fit: cover;
}
.page__logo {
    max-width: 1134px;
    width: 100%;
    height: 79px;
    display: flex;
    justify-content: center;
    background: #28009F;
    margin: 39px 0 32px 0;
}
.page__logo-img {
    /*height: 123px;*/
    margin: -20px 0;
    z-index: 99;
}
.page__information {
    margin-bottom: 34px;
}
.page__information-slider {
    padding: 0 26px;
    margin: 20px 0 53px 0;
}
.owl-stage-outer {
    margin-bottom: 23px;
}
.slide-block {
    display: flex;
    flex-direction: column;
    color: #3F3D56;
    width: 328px;
    height: 552px;
    margin: 0 24px 10px 24px;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0 21px 15px -14px rgba(0, 0, 0, 0.16);
}
.product-list--slider .owl-nav {
    top: calc(46% - 0px);
    margin-left: -25px;
    width: 102%;
}
.product-list--slider .owl-nav img {
    width: 32px;
    height: 32px;
}
.slide-block-img {
    width: 208px !important;
    height: 252px;
    margin: 24px;
}
.slide-block-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    width: 296px;
    height: 150px;
}
.slide-block-people {
    margin: 22px 0;
    width: 100%;
    max-width: 270px;
    padding-right: 26px;
}
.slide-block-people-name {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px;
}
.slide-block-people-work {
    font-family: 'Arial';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

}
.owl-dots {
    display: flex !important;
    justify-content: center;
}
button.owl-dot {
    background: #5BC815 !important;
    border-radius: 4px !important;
    width: 12px;
    height: 12px;
    margin: 0 8px;
}
button.owl-dot.active {
    background: rgba(91, 200, 21, 0.2) !important;
    border: 1px solid #5BC815 !important;
}
button.owl-prev, button.owl-next {
    width: 32px !important;
    height: 32px !important;
}
.text-block {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #3F3D56;
}
.slide-block--career {
    flex-direction: row;
    width: 474px;
    height: 252px;
    padding: 24px 14px 24px 24px;
    margin: 0 8px 10px 8px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 21px 15px -14px rgba(0, 0, 0, 0.16);
}
.slide-block-career-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 240px;
    height: 205px;
    padding: 12px 0 35px 0;
}
.slide-block-career-img {
    margin-right: 14px;
    height: 252px !important;
    width: 208px !important;
}
.slide-block-career-name {
    font-family: 'Arial';
    font-style: normal;
    color: #3F3D56;
    margin-bottom: 12px;
}
.slide-block-career-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}
.slide-block-career-work {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.slide-block-career-button {
    margin-top: auto;
}
.page__career {
    background: #F7F7F7;
    padding-top: 20px;
}
.career-background {
    background: #F7F7F7;
    display: block;
    position: absolute;
    height: 442px;
    left: -100%;
    width: 400%;
    z-index: -1;
    margin-top: -20px;
}
.page-title {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #3F3D56;
}
.page__career-slider .owl-nav {
    top: calc(38% - 0px);
    margin-left: -40px;
}
.page__career-slider {
    margin: 20px 0;
    padding: 0 32px;
}
.dop-information-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dop-information-block-title {
    display: flex;
    width: 100%;
    text-align: start;
    margin: 24px 0 12px 0;
}
.dop-information-block-text {
    display: flex;
    width: 100%;
    text-align: start;
}
.dop-information-block-button {
    margin-top: 44px;
    display: flex;
}
.center {
    display: flex;
    justify-content: center;
}
@media screen and (max-width:766px) {
    .page__content {
        padding-bottom: 6px;
    }
    .page__img {
        margin: 0 -16px;
        width: 110%;
    }
    .page__logo {
        margin: 39px -16px 32px -16px;
        width: 110%;
    }
    .page__heading-title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .page__heading .career-button {
        margin: 16px 0 20px 0;
    }
    .page__information-slider {
        padding: 0;
        margin: 20px 0 0 0;
    }
    .second-information-text {
        display: none;
    }
    .slide-block {
        margin: 0 0 10px 0;
    }
    .product-list--slider .owl-nav {
        margin-left: -21px;
        width: 106%;
    }
    .slide-block {
        margin: 0 8px 10px 8px ;
        width: 312px;
    }
    .page__career-slider {
        padding: 0;
    }
    .slide-block--career {
        height: auto;
    }
    .slide-block--career {
        flex-direction: column;
        padding: 24px 0 0 0;
        margin: 0 8px 10px 8px ;
        width: 312px;
    }
    .slide-block-career-text {
        width: 280px;
        text-align: start;
        height: auto;
        padding: 24px 0;
    }
    .slide-block-career-button {
        margin: 18px auto 0 auto;
    }
}
@media screen and (max-width:400px) {
    .product-list--slider .owl-nav {
        width: 113%;
    }
}
.input-name {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3F3D56;
    margin-bottom: 8px;
}
.form-input-box {
    background: #FFFFFF !important;
    border: 0.5px solid rgba(63, 61, 86, 0.2) !important;
    border-radius: 2px !important;
    margin-bottom: 16px;
}
.input-success {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-radius: 2px;
}
.form-input-success {
    display: flex;
    flex-direction: row;
}
.form-input-success .input-success {
    margin: 0 8px 0 0;
}
.form-input-success .input-name {
    margin: 0;
}
.button-career {
    width: 100%;
}
.date {
    position: absolute;
    left: 186px;
    bottom: 252px;
    z-index: 999;
}
.shopping-cart__order-field {
    padding: 0;
}
.form-input-box.hasDatepicker {
    max-width: 184px !important;
}
.button-career.disabled {
    background-color: #e8e8e8 !important;
    color: #9c9c9c !important;
}
.disabled:hover:after {
    background-color: #e8e8e8 !important;
    color: #9c9c9c !important;
    opacity:1;
}