

/* Start:/local/components/manao/child.growth.calculator/templates/.default/style.css?175257888917647*/
@font-face {
    font-display: swap;
    font-family: 'Brandon Grotesque';
    src: url('/local/components/manao/child.growth.calculator/templates/.default/../fonts/Brandon_Grotesque_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Brandon Grotesque';
    src: url('/local/components/manao/child.growth.calculator/templates/.default/../fonts/Brandon_Grotesque_regular_italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Brandon Grotesque';
    src: url('/local/components/manao/child.growth.calculator/templates/.default/../fonts/Brandon_Grotesque_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Brandon Grotesque';
    src: url('/local/components/manao/child.growth.calculator/templates/.default/../fonts/Brandon_Grotesque_medium_italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

body,
html {
    height: 100%;
}

.calculator.calculator-voz {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    background-image: none;
}

.calculator-form {
    width: 100%;
}

.calculator__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}


.calculator-form .btn {
    display: block;
    -ms-grid-column-align: center;
    justify-self: center;
    margin: 40px auto 0;
}

.calculator-form .graph-block {
    position: relative;
    padding-top: 12px;
    padding-bottom: 24px;
}

.calculator-form .graph {
    position: relative;
    height: 30px;
    margin-top: 8px;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.35);
}

.calculator-form .graph__line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 30px !important;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.calculator-form .graph::before,
.calculator-form .graph::after {
    content: '';
    position: absolute;
    top: -15px;
    bottom: -10px;
    z-index: 1;
    height: 60px;
    width: 1px;
    background: url(https://pediasure.ru/local/templates/maloezhka_manao/assets/images/border-separator.svg) repeat-y;
}

.calculator-form .graph::before {
    left: 33.33%;
}

.calculator-form .graph::after {
    left: 66.66%;
}

.calculating {
    padding: 0;
    font-family: 'Brandon Grotesque', Calibri, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.calculator-form .calculator__block:first-child {
    width: calc(46% - 20px);
    max-width: 430px;
}

.calculator-form .calculator__block:last-child {
    width: 54%;
    max-width: 600px;
}

.calculating .title {
    text-align: center;
}

.calculator-form .inputBlock__label {
    display: block;
}

.calculating__subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.calculating__subtitle:first-child {
    margin-top: 0;
}

.calculating #gender:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("/local/components/manao/child.growth.calculator/templates/.default/../icons/switch.svg") center center/cover no-repeat;
}

.calculator-form .inputBlock-6 {
    position: relative;
}

.calculator-form .just-validate-error-label {
    position: absolute;
    font-family: 'Brandon Grotesque', Calibri, Helvetica, sans-serif;
    color: #ffffff !important;
    margin-top: 4px;
    line-height: 1;
    font-size: 14px;
}

.calculating__choose {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calculating__choose-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    outline: none;
}

.calculating__choose-item_active {
    color: #000000;
    background-color: #e2baba;
}

.calculating__choose_medium {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0 auto;
}

.calculating__choose_big {
    width: 930px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0 auto;
}

.calculating__choose_big .calculating__choose-item {
    width: 200px;
}

.calculating__divider {
    width: 490px;
    height: 1px;
    margin: 40px auto;
    background-color: rgba(0, 0, 0, 0.2);
}

#send_mail_popup .popup__body {
    overflow-y: auto;
}

.calculating__total {
    width: 100%;
    margin: 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculating__result {
    font-size: 18px;
    font-weight: bold;
}

.calculating__result span {
    font-size: 42px;
}

.calculator .choices__inner {
    padding: 11px 12px 11px 21px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #fff;
    min-height: auto;
}

.calculator .is-open .choices__inner {
    padding: 11px 12px 11px 21px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #fff;
    min-height: auto;
}

.calculator .choices__list {
    scrollbar-width: thin;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 11px;
}

.calculator .choices__list--dropdown {
    border: 1px solid #ffffff;
    background-color: #fff;
    top: calc(100% + 5px);
    border-radius: 5px;
}

.calculator .is-open .choices__list--dropdown {
    border: none;
    background-color: #fff;
    border-radius: 5px;
}

.calculator .choices__placeholder {
    opacity: .5;
    color: #000000;
}

.calculator .choices__list--single .choices__item {
    font-size: 16px;
    line-height: 1.2;
}

.calculator .choices__list--dropdown .choices__item {
    padding: 15px 17px 17px 21px;
    font-size: 16px;
    line-height: 1.2;
}

.is-flipped.is-open .choices__inner {
    border-radius: 5px;
}

.choices__list--dropdown .choices__item,
.choices__list--single {
    color: #000000;
}

.calculator .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    display: none;
}

.calculator .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #3377C2;
    color: white;
}

.calculator .choices[data-type*="select-one"]::after {
    border: none;
    width: 13px;
    height: 10px;
    right: 20px;
    top: 21px;
    margin-top: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 0 0 0 3px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    opacity: 0.3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.calculator .choices.is-open::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* показ данных на линии*/
.progress-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.progress-text div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 33.33%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px;
}

/* контент с информацией */
.infoCard .infoCard__block {
    display: none;
    padding: 0;
    font-family: 'Brandon Grotesque', Calibri, Helvetica, sans-serif;
}

.infoCard .infoCard__block.infoCard__block--active {
    display: block;
}

.infoCard__block+.infoCard__block {
    margin-top: 40px;
}

.accordion__control {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    background-color: transparent;
    cursor: pointer;
    padding: 15px 20px;
    background: #470A68;
    border-radius: 15px;
    border: none;
}

.accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    will-change: max-height;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.accordion__title {
    font-weight: bold;
    font-size: 1.17em;
    color: #ffffff;
}

.accordion__icon {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.open .accordion__icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .accordion__content {
    opacity: 1;
    padding: 20px 0;
}

.accordion__icon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #ffffff;
}

.accordion__icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.accordion__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 50%;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.infoCard .table-magenta-header th,
.infoCard .table-magenta-header td {
    vertical-align: top;
    text-align: left;
}

.article-norma .accordion__text-flex span {
    font-weight: bold;
}

.article-norma .accordion__text-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.accordion__blocks-grid, .accordion__content--table {
    padding: 25px 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.accordion__content--table {
    padding-bottom: 0;
}

.accordion__blocks-grid div, .accordion__content--table div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accordion__blocks-grid .accordion__blocks-icon, .accordion__content--table .accordion__blocks-icon {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
}

.accordion__blocks-icon.icon-acc-1 {
    background: url(/local/components/manao/child.growth.calculator/templates/.default/images/icon-acc-zero-1.png) no-repeat center/cover;
}

.accordion__blocks-icon.icon-acc-2 {
    background: url(/local/components/manao/child.growth.calculator/templates/.default/images/icon-acc-zero-2.png) no-repeat center/cover;
}

.accordion__blocks-icon.icon-acc-3 {
    background: url(/local/components/manao/child.growth.calculator/templates/.default/images/icon-acc-zero-3.png) no-repeat center/cover;
}

.accordion__blocks-icon.table-icon-1 {
    background: url(/local/components/manao/child.growth.calculator/templates/.default/images/icon-acc-1.png) no-repeat center/cover;
}

.accordion__blocks-icon.table-icon-2 {
    background: url(/local/components/manao/child.growth.calculator/templates/.default/images/icon-acc-2.png) no-repeat center/cover;
}

.accordion__blocks-icon.table-icon-3 {
    background: url(/local/components/manao/child.growth.calculator/templates/.default/images/icon-acc-3.png) no-repeat center/cover;
}

@media (max-width: 1050px) {

    .calculator-voz .calculator__content,
    .article-norma .accordion__text-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calculator-voz .calculator__block:first-child {
        margin-bottom: 48px;
    }

    .calculator-voz .calculator__block:first-child,
    .calculator-voz .calculator__block:last-child {
        width: 100%;
        max-width: none;
    }

    .accordion__blocks-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .accordion__blocks-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.render-result__hide {
    display: none;
}

img.big-img__result {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.render-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 210mm;
    height: 100%;
    max-height: 419.85mm;
    /* width: 297mm; */
    position: relative;
}

.render-result__pades--content {
    height: 210mm;
    width: 297mm;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.date-pdf {
    padding-top: 7px;
}

.render-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.render-result h3 {
    padding-left: 140px;
    font-size: 30px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* .render-result h4 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 3px;
    margin-bottom: 20px;
}

.render-result h3,
.render-result h4 {
    color: #470A68;
} */

.render-result__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.render-result__pades--content:not(.table--active) {
    display: none;
}

.render-result__pades--content.table--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 639.9px) {
    .calculator-form .inputBlock-6 {
        margin-bottom: 23px;
    }
}

.render-result .render-result__table.table--active+.render-result__table.table--active {
    padding-top: 15px;
}

.render-result .render-result__table img {
    display: block;
    max-width: 100%;
    height: 480px;
}

.render-result__top--logo {
    position: absolute;
    top: 22px;
    left: 18px;
}

.render-result__left {
    width: calc(100% - 295px);
}

.render-result__right {
    width: 280px;
}

.render-result__bottom {
    margin-top: auto;
    padding-top: 12px;
    height: 92px;
    background: #ECC249;
    background: radial-gradient(circle,rgba(236, 194, 73, 1) 0%, rgba(254, 245, 190, 1) 50%, rgba(236, 194, 73, 1) 100%);
}

.render-result__bottom p {
    padding-top: 7px;
}

.render-result__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #470A68;
    padding: 12px 25px 15px;
}

.render-result__footer p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.2;
}

.article-norma .render-result__footer p {
    margin-bottom: 3px;
}

.render-result__footer img {
    width: 115px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.note-span{
    color: #747474;
    font-size: 17px; 
}

@media print {
    @page {
        size: A4 landscape;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 210mm;
        width: 297mm;
        position: relative;
    }

    .render-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 210mm;
        /* height: 100%; */
        max-height: 419.85mm;
        position: relative;
    }
    
    .render-result__pades--content {
        height: 210mm;
        width: 297mm;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}


/* End */


/* Start:/local/templates/maloezhka_manao/assets/css/pages/height-and-weight.css?17273560673639*/
.calculator {
    position: relative;
    z-index: 2;
    padding: 42px 78px;
    display: flex;
    justify-content: space-between;

    border-radius: 30px;
    background-image: radial-gradient(100% 234.11% at 0% 50%, #E353A5 0%, rgba(227, 82, 165, 0.21) 24.06%, rgba(234, 127, 189, 0) 46.7%, rgba(255, 255, 255, 0) 100%);
}

.calculator__block {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.calculator__block:first-child {
    width: 34.13%;
    max-width: 370px;
}
.calculator__block:last-child {
    width: 55.54%;
    max-width: 602px;
}

.calculator .inputBlock__label{
    color: white;
}

.calculator__block-bordered {
    padding: 36px 50px;

    border: 1px dashed #FFFFFF;
    border-radius: 30px;
}

.calculator__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.graph {
    position: relative;
    padding-bottom: 24px;
}

.graph:last-child {
    padding-bottom: 0;
}

.graph__graph {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.graph__graph::before {
    display: block;
    height: 30px;
    width: 100%;

    background: rgba(255, 255, 255, 0.35);
    border-radius: 30px;
    content: '';
}

.graph__cell {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;

    background: #EEB33B;
    border-radius: 30px;

    transition: width 400ms ease;
}

.graph__label {
    flex-shrink: 0;
    margin-top: 12px;
    padding-left: 5px;
    padding-right: 5px;

    opacity: 0.7;
    text-align: center;
}

.graph__separator {
    position: absolute;
    top: 0;
    bottom: -24px;
    width: 2px;

    background: url("/local/templates/maloezhka_manao/assets/css/pages/../../images/border-separator.svg") repeat-y;
}

.graph:last-child .graph__separator {
    top: -34px;
    bottom: 0;
}

.graph__title {
    display: block;
    margin-bottom: 10px;

    font-weight: 700;
}

/*
@supports (filter: blur(150px)) {
    .calculator::after {
        position: absolute;
        left: 0;
        width: 37.22vw;
        top: -43px;
        bottom: -54px;

        border-radius: 50%;
        background-color: #E03B99;
        filter: blur(150px);

        transform: translateX(-56%);
        content: '';
    }
}*/

.article-norma {
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;

    font-size: 18px;
    line-height: 1.2;
}

.infoCard-norma {
    padding: 18px 64px 64px;
}

.article-norma p {
    margin-bottom: 8px;
}

.article-norma h2,
.article-norma .h2{
    margin: 32px 0 20px;
}

.article-norma .notes {
    margin-top: 32px;
}

@media (max-width: 974.9px) {
    .calculator {
        flex-direction: column;
    }

    .calculator__block:first-child,
    .calculator__block:last-child {
        width: 100%;
        max-width: none;
    }

    .calculator__block {
        z-index: unset;
    }

    .calculator__block:first-child {
        margin-bottom: 48px;
    }

    .infoCard-norma {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 639.9px) {
    .calculator {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
        background-image: none;
    }

    .calculator__block-bordered {
        padding-left: 18px;
        padding-right: 12px;
    }

    .infoCard-norma {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* End */


/* Start:/local/components/manao/send.mail.ajax/templates/.default/style.css?1727356067962*/
.orderForm__desc {
    margin-bottom: 80px;

    text-align: center;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.04em;
}

.orderForm__form {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 34px 51px;
    border: 1px solid #F7F3EE;
}

.orderForm__form .licence_block {
    margin-bottom: 20px;
}

.f-center {
    text-align: center;
}

.orderForm__errors {
    margin-top: 20px;
    color: red;
    font-size: 15px;
    line-height: 18px;
}

.orderForm__errors p {
    margin-bottom: 1em;
}

.orderForm__aftersend {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

@media (max-width: 600px) {
    .topic .topic__heading #pagetitle {
        font-size: 28px;
    }

    .orderForm__desc {
        margin-bottom: 50px;
    }

    .orderForm__form {
        padding: 20px;
    }
}
@media (max-width: 360px) {
    .orderForm__form {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* End */
/* /local/components/manao/child.growth.calculator/templates/.default/style.css?175257888917647 */
/* /local/templates/maloezhka_manao/assets/css/pages/height-and-weight.css?17273560673639 */
/* /local/components/manao/send.mail.ajax/templates/.default/style.css?1727356067962 */
