

/* Start:/local/templates/main/css/pages/management.css?17797322504689*/
.management {
    font-size: clamp(1.5rem, 1.4vw, 1.9rem);
    line-height: 1.7em;
}

.management-advantages__icon {
    display: block;
    margin: 0 auto 1em;
    width: clamp(70px, 7vw, 100px);
}

.management__logo {
    height: 1.5em;
    vertical-align: middle;
}
.management__subtitle {
    font-weight: 600;
    font-size: clamp(2rem, 2.1vw, 3rem);
    color: #4d77d7;
}
.management-stages {
    padding: 0;
}
.management-stages__item {
    display: flex;
}
.management-stages__item::before {
    content: '';
    margin-right: 20px;
    flex: none;
    display: block;
    width: clamp(30px, 3vw, 40px);
    aspect-ratio: 4/3;
    background: url('/local/templates/main/img/management/drop.png') top/contain no-repeat;
}

@media screen and (min-width: 1024px) {
    .management-stages__item::before {
        margin-right: 30px;
    }
}

.management-person {
    border: 4px solid #5078d6;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.management-mediabox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    min-height: 320px;
    background: url('/local/templates/main/img/management/BRB_5621.jpg') 15% 30%/105% auto no-repeat;
    text-align: center;
    overflow: hidden;
}
.management-mediabox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #0005;
}
.management-mediabox__title {
    position: relative;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 2.1vw, 3rem);
    color: var(--white);
}
.management-mediabox__btn {
    position: relative;
    border-radius: 5px;
    padding: 6px 25px;
    background: #4d77d7;
    color: var(--white);
    font-size: 16px;
    transition: .3s;
}
.management-mediabox__btn:hover {
    background: #2c5ac3;
}

@media screen and (min-width: 640px) {
    .management-person {
        width: 240px;
        height: 240px;
    }
    .management-mediabox__btn,
    .management-mediabox__title {
        transform: translateY(100%);
    }
}

@media screen and (min-width: 1024px) {
    .management-person {
        width: 280px;
        height: 280px;
    }
}

.management-reason {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 28px;
    height: 100%;
    font-weight: 600;
    font-size: clamp(1.7rem, 2.3vw, 3.3rem);
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    background: #4d77d7;
}

.management-contact {
    white-space: nowrap;
}
.management-contact__icon {
    margin-right: .2em;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-bottom;
    padding: .3em;
    width: 1.3em;
    height: 1.3em;
    color: #fff;
}
.management-contact__icon > * {
    position: relative;
}
.management-contact__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0 50%;
    background: #9ba9af;
    transform: skewX(4deg) rotate(2deg);
}

.btn.btn_management {
    background: #4d77d7;
    border-color: #4d77d7;
    transition: .3s;
}
.btn.btn_management:hover {
    background: #2c5ac3;
    border-color: #2c5ac3;
}

.main_bg {
    background-color: initial !important;
}

.v-space { margin: 6rem 0; }

@media screen and (min-width: 640px) {
    .v-space { margin: 8rem 0; }
}

/*html {
    font-size: 14px !important;
}*/

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    background-color: #9eb13a !important;
}
.sticky-wrapper:not(.is-sticky) .header .btn {
    color: #9eb13a !important;
}
.sticky-wrapper:not(.is-sticky) .header .btn:hover {
    color: #fff !important;
}
.border {
    border: 1px solid;
}
.icon_search {
    fill: #9eb13a !important;
    stroke: #9eb13a !important;
}
.btn_search:hover .icon_search {
    fill: #fff !important;
    stroke: #fff !important;
}

.title_management {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2em;
    color: #4d77d7;
}
.title_management_white {
    color: var(--white);
}

.inline-img {
    height: 1.6em;
    /*vertical-align: middle;
    vertical-align: -webkit-baseline-middle;*/
    margin-bottom: -0.5em;
    vertical-align: middle;
}

.gray-thin-text {
    color: #777;
    font-weight: 300;
}

.poster {
    border-radius: 4rem;
    object-fit: cover;
}

.quot {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}
.quot::before {
    content: '"';
}
/* End */


/* Start:/local/templates/main/components/custom/form/investment/style.css?1779732250248*/
.management-form {
    max-width: 1200px;
    border: 3px solid #c5ccd0aa;
    border-radius: 4rem;
    padding: 30px;
}
.management-form__container {
    margin: 0 auto;
    max-width: 1024px;
}
.management-form__textarea {
    resize: vertical;
}
/* End */
/* /local/templates/main/css/pages/management.css?17797322504689 */
/* /local/templates/main/components/custom/form/investment/style.css?1779732250248 */
