

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services-new/style.css?159905021211487*/
@font-face {
    font-family: 'Jost* 300';
    src: url('/price/fonts/Jost/Jost-Light.woff2') format('woff2'),
    url('/price/fonts/Jost/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost*';
    src: url('/price/fonts/Jost/Jost-Book.woff2') format('woff2'),
    url('/price/fonts/Jost/Jost-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost* 600 Semi';
    src: url('/price/fonts/Jost/Jost-Semi.woff2') format('woff2'),
    url('/price/fonts/Jost/Jost-Semi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost* 600 Semi';
    src: url('/price/fonts/Jost/Jost-SemiItalic.woff2') format('woff2'),
    url('/price/fonts/Jost/Jost-SemiItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Jost*';
    src: url('/price/fonts/Jost/Jost-Bold.woff2') format('woff2'),
    url('/price/fonts/Jost/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Jost* 500';
    src: url('/price/fonts/Jost/Jost-Medium.woff2') format('woff2'),
    url('/price/fonts/Jost/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.main.banner-auto > .container > .row .content-md {
    padding: 0;
    background: #f6f6f7;
}

.body:not(.index) .main > .container {
    padding-bottom: 0 !important;
}

.staff-detail * {
    font-family: 'Jost*';
}

.staff-detail img {
    max-width: 100%;
}

.staff-detail-banner {
    /*background: linear-gradient(288.11deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(111.16deg, rgba(29, 114, 167, 0) 1.85%, rgba(75, 199, 221, 0.35) 40.1%, #5DCABA 68.74%, #72CD91 100%);*/
    position: relative;
}

.staff-detail_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 0;
    min-height: 50rem;
}

.staff-man-picture {
    background-size: 110rem;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.staff-detail-banner > .maxwidth-theme {
    z-index: 2;
}

.staff-detail-banner > .maxwidth-theme.gradient-maxwidth {
    background: linear-gradient(288.11deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(111.16deg, rgba(29, 114, 167, 0) 1.85%, rgba(75, 199, 221, 0.35) 40.1%, #5DCABA 50.74%, #72CD91 100%);
    max-width: 100%;
    padding: 0;
    z-index: 2;
}

@media (min-width: 1200px) {
    .staff-detail_text {
        padding-left: 65rem;
    }
}

.staff-detail_job {
    font-size: 32px;
    line-height: 47px;
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.staff-detail_name {
    font-size: 48px;
    line-height: 71px;
    color: #FFFFFF;
    margin-bottom: 4rem;
}

.staff-detail_btn__item {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    background: #FFFFFF;
    padding: 15px;
    min-width: 30rem;
    display: inline-block;
    transition: all .25s ease-in;
    box-shadow: 0px 4px 2px rgba(21, 32, 39, 0);
}

.staff-detail_btn__item:hover {
    box-shadow: 0px 4px 2px rgba(21, 32, 39, 0.1);
    transform: translateY(-2px);
}

.flex-block-wrap {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.padd-block-new {
    padding: 0 16px !important;
}

.left-side-block {
    width: calc(60% - 3rem);
}

.right-side-block {
    width: calc(40% - 3rem);
}

.sticky-block {
    position: sticky;
    top: 75px;
}

.staff-detail__sub-title {
    margin-top: 0;
}

.form-card-block {
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 4px 2px rgba(21, 32, 39, 0.1);
    padding: 50px;
}

.form-input-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.form-input-block label {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
}

.form-input-block input,
.form-input-block textarea {
    background: #F9F9F9;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Jost*';
}
.form-input-block div input,
.form-input-block div textarea {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Jost*';
}

.question_doc label.error {
    display: none !important;
}

.form-input-block input::placeholder,
.form-input-block textarea::placeholder {
    color: rgba(0, 0, 0, .3)
}

.form-card-block .detail-service__sub-title {
    margin-top: 0;
}

.form-button-block__btn {
    display: inline-block;
    background: #09AFED;
    padding: 15px 0;
    font-family: 'Jost*';
    color: #fff !important;
    font-size: 18px;
    transition: all .25s ease-in;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

.form-button-block__btn:hover {
    opacity: .85;
}

.staff-detail_title {
    margin: 0 0 5rem 0;
}

.staff-detail__education__list {
    border-left: 1px solid rgba(9, 175, 237, .2);
    padding: 1rem 0 0 0;
    margin-bottom: 5rem;
}

.staff-detail__education__list__date {
    display: flex;
    align-items: center;
    color: #09AFED;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 24px;
}

.staff-detail__education__list__date svg {
    fill: #09AFED;
    margin-right: 1rem;
}

.staff-detail__education__list__content {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8);
}

.body ul.staff-detail__education__list li:not(:last-of-type) {
    margin-bottom: 3rem;
}

.body ul.staff-detail__education__list li:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 7px;
    width: 10px;
    height: 8px;
    background: #FFFFFF;
    padding: 3px;
    border-radius: 50%;
    border: 2px solid #09AFED;
}

.staff-detail__activity {
    margin-bottom: 5rem;
}

.staff-detail__activity_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.staff-detail__activity__card {
    margin: 1rem;
    display: flex;
    align-items: center;
    width: calc(50% - 2rem);
    padding: 20px;
    border: 1px solid rgba(9, 175, 237, .4);
}

.staff-detail__activity__card svg {
    margin-right: 2rem;
}

.staff-detail__activity__text {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, .9);
}

.staff-detail__certificate_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 5rem;
}

.staff-detail__certificate__card {
    width: calc(33.3% - 3rem);
    margin: 1.5rem;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    box-shadow: 0px 4px 2px rgba(21, 32, 39, 0.1);
    background-image: url(/bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services-new/img/certific-icon.svg);
    background-size: 80px;
    background-position: center right;
    background-repeat: no-repeat;
}

.staff-detail__certificate__academy {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
}

.staff-detail__certificate__title {
    font-style: normal;
    font-family: 'Jost* 600 Semi';
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 1rem;
}

.staff-detail__certificate_speciality {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .8);
    margin-bottom: .5rem;
}

.staff-detail__certificate_speciality-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: 'Jost* 600 Semi';
    margin-bottom: 2rem;
}

.staff-detail__certificate_date {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #5BD387;
    opacity: 0.9;
}

.staff-detail__schedule {
    background: #FFFFFF;
    box-shadow: 0px 4px 2px rgba(21, 32, 39, 0.1);
    padding: 40px;
    margin-bottom: 5rem;
}

.staff-detail__schedule .staff-detail_title {
    margin-bottom: 3rem;
}

.staff-detail__schedule_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.staff-detail__schedule__item {
    display: flex;
    align-items: center;
    margin: 1rem;
}

.staff-detail__schedule__days {
    display: flex;
    align-items: center;
}

.staff-detail__schedule__days_element {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #5BD387;
    opacity: 0.9;
    border: 1px solid #5BD387;
    padding: 4px;
    margin: 3px;
    display: flex;
    justify-content: center;
    min-width: 3rem;
}

.staff-detail__schedule__days__time {
    font-size: 24px;
    line-height: 30px;
    color: #09AFED;
    opacity: 0.9;
    margin-left: 2rem;
}

.staff-detail__about__flex {
    display: flex;
    justify-content: space-between;
}

.staff-detail__about__content {
    width: 60%;
    padding-right: 5rem;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, .8);
}

.staff-detail__about__image {
    width: 40%;
}

@media (max-width: 1199px) {
    .flex-block-wrap {
        flex-wrap: wrap;
    }

    .left-side-block,
    .right-side-block {
        width: 100%;
        margin-bottom: 5rem;
    }
    .staff-detail-banner > .maxwidth-theme.gradient-maxwidth {
        background: linear-gradient(288.11deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(111.16deg, rgba(29, 114, 167, 0) 1.85%, rgba(75, 199, 221, 0.35) 40.1%, #5DCABA 77.74%, #72CD91 100%);
    }
}

@media (max-width: 991px) {
    .form-button-block__btn,
    .staff-detail_btn__item {
        font-size: 14px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .staff-detail__certificate__card {
        width: calc(50% - 3rem);
    }

    .staff-detail__about__flex {
        flex-wrap: wrap;
    }

    .staff-detail__about__content,
    .staff-detail__about__image {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .form-card-block {
        padding: 20px;
    }

    .staff-detail__activity__card,
    .staff-detail__certificate__card {
        width: 100%;
    }

    .staff-detail__schedule__item {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .staff-detail__schedule__days__time {
        margin-left: 0;
        margin-top: 1rem;
    }

    .staff-detail_flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .staff-detail__image {
        width: auto;
        padding: 0;
    }

    .staff-detail_text {
        text-align: center;
        margin-bottom: 3rem;
    }

    .staff-detail-banner {
        background: linear-gradient(288.11deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(111.16deg, rgba(29, 114, 167, .5) 1.85%, rgba(75, 199, 221, 0.35) 40.1%, #5DCABA 68.74%, #72CD91 100%);
    }

    .staff-detail_job {
        font-size: 26px;
        line-height: 37px;
    }

    .staff-detail_name {
        font-size: 41px;
        line-height: 51px;
    }
    .staff-man-picture{
        -webkit-background-size: 75rem;
        background-size: 75rem;
    }
}

#form_ok {
    font-size: 2em;
}

/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services-new/style.css?159905021211487 */
