

/* Start:/local/templates/siz_new/css/KonsultaciyaSMenedzherom.css?177746234511104*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --accent: #1D8119;
    --mob_size: 576px;
    --pad_size: 992px;
    --lap_size: 1200px;
}

.wrapper {
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
}

b {
    font-weight: 600;
    color: var(--accent);
    font-weight: 600 !important;
    color: var(--accent);
}

strong {
    font-weight: 600;
}

.hero-1__form-div-select{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
input#consultation-consent-bottom,
input#consultation-consent-top {
    display: unset;
}

.input {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    outline: unset;
}

.input::placeholder {
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.select {
    --height: 38px;

    background-color: white;
    border-radius: 24px;
    border: 1px solid #70738B;
    height: var(--height);
    max-height: var(--height);
    padding: 6px 12px;
    box-sizing: border-box;

    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    gap: 12px;
}

.checkbox {
    --size: 14px;
    position: relative;

    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
}

.checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    margin: unset;
    padding: unset;
    z-index: 3;
    cursor: pointer;
}

.checkbox::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    border-radius: 2px;
    border: 1px solid var(--accent);
    box-sizing: border-box;
    inset: 0 0 0 0;
    content: '';
    z-index: 1;
}

.checkbox:has(input:checked)::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 2;
}

.checkbox-label a {
    color: inherit;
    text-decoration: underline;
}

.accent-button {
    background-color: var(--accent);
    border: unset;
    outline: unset;
    text-align: center;
    border-radius: 50px;
    color: white;
    height: 48px;
}

.h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: unset;
}

.h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

.h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: unset;
}

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .h2, .h3 {
        font-size: 16px;
    }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: unset;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}

.hero-1 {
    width: 100%;
    min-height: max-content;
    
    padding: 32px 0px;
    box-sizing: border-box;
    background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/hero-1-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-1__container {
    height: 100%;
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 400px;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 12px;
}

.hero-1__preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 12px;
}

.hero-1__form {
    background-color: rgba(255, 255, 255, 0.253);
    min-height: max-content;
    padding: 24px 24px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 100%;
    height: auto;
    backdrop-filter: blur(1px);
    color: white;
    box-shadow:
        inset -0.75px -0.5px rgba(255, 255, 255, 0.644),
        inset +0.75px +0.5px rgba(255, 255, 255, 0.829);

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-1__h1 {
    color: white;
}

.hero-1__list {
    margin: unset;
    padding: unset;
    padding-left: 20px;
    list-style: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/list-white.svg');
    font-size: 14px;
    font-weight: 400;
}

.hero-1__underline {
    position: relative;
    padding-bottom: .8em;
}

.hero-1__underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 4px;
    min-height: 4px;
    max-height: 4px;
    background-color: white;
    left: 0;
}

@media (max-width: 992px) {
    .hero-1 {
        background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/hero-1-pad-bg.png');
    }

    .hero-1__list {
        font-size: 12px;
    }

    .hero-1__preview {
        justify-content: start;
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .hero-1 {
        background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/hero-1-mob-bg.png');
    }

    .hero-1__container {
        display: flex;
        flex-direction: column;
    }
}

.hero-2__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-2__list {
    list-style: none;
    margin: unset;
    padding: unset;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

.hero-2__item {
    background-color: #D6E9D5;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;

    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
}

.hero-2__item p {
    margin: unset;
}

.hero-2__item img {
    position: absolute;
    inset: 16px -60px auto auto;
    object-fit: contain;
    width: 156px;
    height: 156px;
    z-index: 1;
}

.hero-2__item .hero-2__h2 {
    height: 130px;
}

@media (max-width: 992px) {
    .hero-2__list {
        flex-direction: column;
    }

    .hero-2__item .hero-2__h2 {
        height: auto;
    }

    .hero-2__item .hero-2__h2 br {
        display: none;
    }

    .hero-2__item img {
        right: 0px !important;
        inset: calc(50% - 60px) -60px auto auto;
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 768px) {
    .hero-2__item img {
        right: -20px !important;
    }

    .hero-2__list {
        gap: 12px;
    }

    .hero-2__item {
        gap: 12px;
    }
}

.hero-3__container {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 24px;
}

.hero-3__left {
    background-color: #F0F3F9;
    border-radius: 24px;
    padding: 32px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 32px;

    background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/hero-3-bg.svg');
    background-position: bottom 20px right -68px;
    background-repeat: no-repeat;
    background-size: 200px auto;
}

.hero-3__underline {
    position: relative;
    padding-bottom: .8em;
}

.hero-3__left p {
    max-width: calc(100% - 100px);
    margin: unset;
}

.hero-3__underline::after {
    position: absolute;
    height: 4px;
    max-height: 4px;
    min-height: 4px;
    content: '';
    background-color: var(--accent);
    width: 80%;
    bottom: 0;
    left: 0;
}

.hero-3__right {
    background-color: var(--accent);
    color: white;
    border-radius: 24px;
    padding: 32px;
    box-sizing: border-box;
    list-style: none;
    margin: unset;
    
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-3__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 12px;
}

.hero-3__item::before {
    --size: 19px;
    content: '';
    position: relative;
    height: var(--size);
    max-height: var(--size);
    min-height: var(--size);
    width: var(--size);
    max-width: var(--size);
    min-width: var(--size);
    background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/check--green.png');
}

@media (max-width: 992px) {
    .hero-3__left p {
        max-width: unset;
    }

    .hero-3__left {
        padding-bottom: 100px;
        background-position: bottom 20px right -25px;
        background-size: 140px auto;
    }

    .hero-3__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-3__right {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-3__container {
        grid-template-columns: 1fr;
    }
}

.hero-4__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-4__list {
    display: flex;
    flex-direction: column;
}

.hero-4__item {
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 5px 1px #E3EBFC;
}

.hero-4__item-head {
    padding: 24px;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    height: auto;
    align-items: center;
}

.hero-4__item-head::after {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('/local/templates/siz_new/resources/docs/img/KonsultaciyaSMenedzherom/roundup.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-4__item:has(.hero-4__item-body.active) .hero-4__item-head::after {
    transform: rotate(180deg);
}

.hero-4__item-body {
    display: none;
    padding: 0px 24px 24px 24px;
    box-sizing: border-box;
}

.hero-4__item-body.active {
    display: block;
}

.hero-4__item-body p {
    margin: unset;
    line-height: 1.5;
}
/* End */
/* /local/templates/siz_new/css/KonsultaciyaSMenedzherom.css?177746234511104 */
