/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.owl-carousel .owl-item {
	display: flex;
	justify-content: center;
}

.form-iframe {
    padding: 0 50px 42px;
}

.leaders-page .staff-list-inner__section {
    margin-top: 41px;
}
.leaders-page .staff-list-inner .staff-list-inner__section:first-child {
    margin-top: 0;
}
.leaders-page .staff-list-inner__section-content {
    margin-bottom: 24px;
}
.leaders-page .staff-list-inner__section-title {
    font-size: 1.73333em;
    line-height: calc(1em + 7px);
    color: #333;
    color: var(--white_text_black);
    margin-bottom: 23px;
}
.leaders-page .staff-list-inner__section-description {
}

.leaders-page .staff-list-inner__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 36px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
}
.leaders-page .staff-list-inner__image-wrapper {
    position: relative;
    margin-right: 35px;
}
.leaders-page .staff-list-inner__image {
    width: 120px;
    height: 120px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.leaders-page .staff-list-inner__image-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.leaders-page .staff-list-inner__content-wrapper {
    position: relative;
    width: 100%;
}
.leaders-page .staff-list-inner__top {
    position: relative;
    margin-bottom: 14px;
}

.leaders-page .staff-list-inner__label {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999999;
    margin-bottom: 5px;
}
.leaders-page .staff-list-inner__name {
    font-size: 1.2em;
    line-height: calc(1em + 7px);
    color: #333333;
    color: var(--white_text_black);
    font-weight: 500;
}

.leaders-page .staff-list-inner__list--border-edging .staff-list-inner__item {
    border-radius: 0;
}
.leaders-page .staff-list-inner__list--border-edging .staff-list-inner__wrapper:first-child .staff-list-inner__item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.leaders-page .staff-list-inner__list--border-edging .staff-list-inner__wrapper:last-child .staff-list-inner__item {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.info-page {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.info-page .staff-detail {
    position: relative;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    border-radius: 4px;
}
.info-page .staff-detail__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-page .staff-detail__card-image {
    padding: 48px;
}
.info-page .staff-detail__card-row--border-bottom {
    border-bottom: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
}
.info-page .staff-detail__top-wrapper {
    padding: 47px 47px 27px 47px;
}
.info-page .staff-detail__bottom-wrapper {
    padding: 34px 47px 35px 47px;
}
.info-page .staff-detail__card--with-picture .staff-detail__top-wrapper {
    padding: 47px 47px 33px 0;
}
.info-page .staff-detail__card--with-picture .staff-detail__bottom-wrapper {
    padding: 34px 47px 35px 0;
}
.info-page .staff-detail__card-info {
    width: 100%;
}
.info-page .staff-detail__line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.info-page .staff-detail__line--between {
    justify-content: space-between;
    margin-top: -24px;
}
.info-page .staff-detail__name-wrapper {
    margin-top: 17px;
}
.info-page .staff-detail__label {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999999;
    margin-bottom: 2px;
}
.info-page .staff-detail__name {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: calc(1em + 7px);
    color: #333333;
    color: var(--white_text_black);
}
.info-page .staff-detail__post {
    font-size: 1.2em;
    line-height: calc(1em + 7px);
    color: #333333;
    color: var(--white_text_black);
}
.info-page .staff-detail__property-label,
.info-page .staff-detail__top-property-label,
.info-page .staff-detail__ex-property-label {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999999;
}
.info-page .staff-detail__top-property + .staff-detail__top-property {
    margin: 21px 0 0 0;
}
.info-page .staff-detail__image-wrapper {
    width: 300px;
    height: 300px;
}
.info-page .staff-detail__image {
    padding: 50%;
    position: relative;
    vertical-align: top;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
}
.info-page .staff-detail__image-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.doc-page {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.doc-page .doc-list-inner__section-content {
    margin-bottom: 24px;
}
.doc-page .doc-list-inner__section-title {
    font-size: 1.73333em;
    line-height: calc(1em + 7px);
    color: #333;
    color: var(--white_text_black);
    margin-bottom: 23px;
}

.doc-page .doc-list-inner__name {
    display: block;
    padding-right: 30px;
}

.records-table {
    border: 1px solid var(--stroke_black);
}

.records-table__header {
    padding: 10px 20px;
}

.records-table__header-name {
    display: flex;
    gap: 20px;
    padding: 5px 20px;
    border-top: 1px solid var(--stroke_black);
}

.records-table__header-name-item {
    flex-basis: calc((100% - 140px) / 2);
    max-width: calc((100% - 140px) / 2);
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999;
}

.records-table__header-name-item--time {
    flex-basis: 100px;
    max-width: 100px;
}

.records-table__header-name-item--create {
    flex-basis: 140px;
    max-width: 140px;
}

.switch-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.switch-header__title {
    margin: 0 20px;
    font-size: 1.200em;
    line-height: 1.454em;
    font-weight: bold;
    color: #333;
    color: var(--white_text_black);
    text-align: center;
}

.switch-header__button {
    position: relative;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.switch-header__button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.switch-header__button--hide {
    opacity: 0;
    visibility: hidden;
}

.switch-header__button .arrow-all {
    position: relative;
    right: initial;
    top: initial;
    left: initial;
}

.switch-header__button--prev {
    transform: rotate(180deg);
}

.switch-header__button:hover .svg-inline-right-arrow path {
    fill: #fff!important;
}

.record-table__empty {
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid var(--stroke_black);
}

.record-item {
    border-top: 1px solid var(--stroke_black);
}

.record-item__header {
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--stroke_black);
    border-bottom: none;
}

.record-item__info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 10px 20px;
}

.record-item__data {
    flex-basis: calc((100% - 140px) / 2);
    max-width: calc((100% - 140px) / 2);
    display: flex;
    flex-direction: column;
}

.record-item__data--time {
    flex-basis: 100px;
    max-width: 100px;
}

.record-item__data--create {
    flex-basis: 140px;
    max-width: 140px;
}

.record-item__title {
    display: none;
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999;
}

@media (max-width: 1100px) {
    .right_block.narrow_Y .info-page .staff-detail__image-wrapper {
        width: 100%;
        height: auto;
        min-width: 200px;
    }
}
@media (max-width: 998px) {
    .right_block.narrow_Y .info-page .staff-detail__image-wrapper {
        width: 100%;
        height: auto;
        min-width: 300px;
    }
}
@media (max-width: 800px) {
    .info-page .staff-detail__card {
        flex-direction: column;
    }
    .info-page .staff-detail__card--with-picture .staff-detail__bottom-wrapper {
        padding: 35px 32px 32px 32px;
    }
    .info-page .staff-detail__line--between {
        justify-content: space-between;
        flex-direction: column;
    }
    .info-page .staff-detail__card--with-picture .staff-detail__top-wrapper {
        padding: 32px 32px 35px 32px;
    }
    .info-page .staff-detail__card-image {
        padding: 0;
    }
    .info-page .staff-detail__image-wrapper {
        padding-bottom: 0;
    }
    .info-page .staff-detail__image-wrapper {
        width: 100%;
        height: 100%;
        padding: 32px 32px 0px 32px;
    }
}

@media(max-width: 767px) {
    .records-table__header-name {
        display: none;
    }

    .record-item__data {
        flex-basis: 100%;
        max-width: 100%;
    }

    .record-item__title {
        display: block;
    }

    .record-item__text:not(:last-of-type) {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .leaders-page .staff-list-inner__item {
        flex-direction: column;
    }
    .leaders-page .staff-list-inner__image-wrapper {
        margin: 0 0 33px 0;
    }

    .doc-page .doc-list-inner__name {
        display: inline;
        padding-right: 0;
    }

    .switch-header__title {
        font-size: 1em;
        line-height: 1.254em;
    }

    .record-item__data {
        flex-basis: 100%;
        max-width: 100%;
    }
}

