.calculator-wrap {
    background: #a2aea6;
    padding: 40px 50px;
    position: relative;
}

.calculator-wrap:before {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    content: "";
    background-size: cover;
    background-image: url(../../img/bobi-alt.png);
    background-repeat: no-repeat;
}


.calculator-setting {
    width: 50%;
}

.results-wrap {
    width: 50%;
    background-image: url(../images/height_chart.svg);
    background-size: contain;
    background-position: left 15% center;
    background-repeat: no-repeat;
    margin-right: 50px;
    position: relative;
}

.calc-bobi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
}

.calc-bibi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
}

@media (max-width: 767px) {
    .calculator-wrap {
        padding: 30px;
    }

    .calculator-setting {
        width: 100%;
        flex: 0 0 100%;
        order: 1;
    }
    .calculator-wrap:before {
        left: auto;
        right: 15px;
        margin-left: 0;
        display: none;;
    }
    .results-wrap {
        width: 100%;
        background-position: left 35% center;
        order: 2;
        margin-right: 0px;
        flex: 0 0 100%;
        min-height: 200px;
        margin-top: 0;
    }

    .calc-bobi {
        width: 100px;
        right: 5%;
    }

    .calc-bibi {
        width: 100px;
        right: 5%;
    }

}


.input-field {
    width: 100%;
    gap: 8px;
    padding: 9px 13px;
    position: relative;
    background-color: #fff
}

.input-field:focus-within::after {
    border-color: #a5b4fc;
    z-index: 1
}

.input-field__input {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #111827
}

.input-field__input--full {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.input-field__input--textarea {
    resize: none;
    height: auto;
    overflow: hidden;
    max-height: 180px
}

.input-field__input--ratio {
    --width: 1ch;
    max-width: calc(50% - 4px);
    width: var(--width)
}

.input-field__text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #111827;
    text-align: left
}

.input-field__hint {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6b7280;
    white-space: nowrap
}

.input-field__hint sub,
.input-field__hint sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.input-field__hint sub {
    bottom: -.25em
}

.input-field__hint sup {
    top: -.25em
}

.input-field__scroll {
    overflow: auto;
    display: flex;
    flex-direction: column
}

.input-field__scroll::-webkit-scrollbar {
    width: 0;
    height: 0
}

.input-field path[stroke-width],
.input-field path[stroke] {
    stroke: #9CA3AF
}

.input-field path[fill] {
    fill: #9CA3AF
}

.input-field svg {
    min-width: 20px;
    min-height: 20px;
    pointer-events: none
}

.input-field--separator {
    display: flex;
    align-items: center;
    max-height: 38px;
    height: 38px;
    max-width: 52px;
    background-color: #f9fafb;
    justify-content: center;
    color: #6b7280;
    width: auto;
    font-size: 14px
}

.input-field--separator-colon {
    font-size: 1.5rem;
    line-height: 1rem;
    padding-bottom: 9px;
    padding-top: 5px
}

.input-field--separator-sky {
    background: #eef2ff
}

.input-field--separator-sky::after {
    border-color: #c3d0fa
}

.input-field--separator-sky path[stroke] {
    stroke: #4338CA
}

.input-field--error {
    z-index: 1
}

.input-field--error::after {
    border-color: #f87171
}

.input-field--error>.input-field__input {
    color: #f87171
}

.input-field--error>.input-field__input::-moz-placeholder {
    color: #f87171
}

.input-field--error>.input-field__input::placeholder {
    color: #f87171
}

.input-field--clear {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f9fafb
}

.input-field--clear:disabled path {
    fill: #E5E7EB
}

.input-field--height .imperial-system-item:first-child {
    max-width: 8px
}

.input-field--fraction .input-field__input {
    text-align: center
}

.input-field--fraction .input-field__input:first-child {
    padding-bottom: 8px;
    border-bottom: 1px solid #374151
}

.input-field--mixed .input-field__input {
    text-align: center
}

.input-field--mixed .col {
    max-width: 33px;
    gap: 8px
}

.input-field--mixed .col>.input-field__input:first-child {
    padding-bottom: 8px;
    border-bottom: 1px solid #374151
}

.input-field--mixed-only {
    justify-content: center
}

.input-field--mixed-only .input-field__input {
    --fontStep: 12px;
    --maxWidth: var(--fontStep);
    max-width: var(--maxWidth);
    min-width: 12px;
    width: auto
}

.input-field--mixed-only .col {
    align-items: center
}

.input-field--mixed-only .col .input-field__input:first-child {
    max-width: 100%
}

.input-field--gray {
    background: #f3f4f6
}

.input-field--ratio {
    gap: 2px
}

.input-field--border-radius-bl-none {
    border-bottom-left-radius: 0 !important
}

.input-field--border-radius-bl-none::after {
    border-bottom-left-radius: 0 !important
}

.input-field--border-radius-br-none {
    border-bottom-right-radius: 0 !important
}

.input-field--border-radius-br-none::after {
    border-bottom-right-radius: 0 !important
}

.input-field--border-radius-tl-none {
    border-top-left-radius: 0 !important
}

.input-field--border-radius-tl-none::after {
    border-top-left-radius: 0 !important
}

.input-field--border-radius-tr-none {
    border-top-right-radius: 0 !important
}

.input-field--border-radius-tr-none::after {
    border-top-right-radius: 0 !important
}

.input-field--buttons {
    flex-direction: column;
    padding: 4px 0;
    margin-top: -1px;
    max-height: 188px;
    gap: 0
}

.input-field--full {
    height: 100%;
    min-height: 75px;
    text-align: center
}

.input-field--full>.input-field__input--full {
    text-align: center
}

html[dir=rtl] .input-field__text {
    text-align: right
}

html.dark .input-field {
    background-color: #374151
}

html.dark .input-field::after {
    border-color: #4b5563
}

html.dark .input-field:focus-within::after {
    border-color: #a5b4fc;
    z-index: 1
}

html.dark .input-field__input,
html.dark .input-field__text {
    color: #fff
}

html.dark .input-field__input::-moz-placeholder,
html.dark .input-field__text::-moz-placeholder {
    color: #6b7280
}

html.dark .input-field__input::placeholder,
html.dark .input-field__text::placeholder {
    color: #6b7280
}

html.dark .input-field--error::after {
    border-color: #ef4444
}

html.dark .input-field--error>html.dark .input-field__input {
    color: #ef4444
}

html.dark .input-field--error>html.dark .input-field__input::-moz-placeholder {
    color: #ef4444
}

html.dark .input-field--error>html.dark .input-field__input::placeholder {
    color: #ef4444
}

html.dark .input-field--fraction .input-field__input {
    border-color: #4b5563
}

html.dark .input-field--mixed .input-field__input {
    border-color: #6b7280
}

html.dark .input-field--mixed .col>.input-field__input:first-child {
    border-color: #6b7280
}

.input-hints__hint {
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.input-hints__hint:not(.input-hints__hint--comma) {
    cursor: pointer
}

.input-hints__hint:not(.input-hints__hint--comma):hover {
    color: #111827
}

.input-hints__hint--comma {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 2px
}

html.dark .input-hints__hint {
    color: #6b7280
}

html.dark .input-hints__hint:not(html.dark .input-hints__hint--comma) {
    cursor: pointer
}

html.dark .input-hints__hint:not(html.dark .input-hints__hint--comma):hover {
    color: #d1d5db
}

.input-wrapper {
    align-items: flex-end;
}

.input-wrapper--none-title .input {
    padding-top: 0
}

.input-wrapper--holidays .input:first-child {
    max-width: 100%
}

.input-wrapper--holidays .input:nth-child(2),
.input-wrapper--holidays .input:nth-child(3) {
    max-width: 55px
}

.input-wrapper--holidays .input:nth-child(4) {
    max-width: 38px
}

.input-wrapper--grade .input:first-child {
    max-width: 100%
}

.input-wrapper--grade .input:nth-child(2) {
    max-width: 62px
}

.input-wrapper--grade .input:nth-child(3) {
    max-width: 69px
}

.input-wrapper--grade .input:nth-child(4) {
    max-width: 38px
}

.input-wrapper--gpa .input:first-child {
    max-width: 100%
}

.input-wrapper--gpa .input:nth-child(2) {
    max-width: 55px
}

.input-wrapper--gpa .input:nth-child(3),
.input-wrapper--gpa .input:nth-child(4),
.input-wrapper--gpa .input:nth-child(5) {
    max-width: 76px
}

.input-wrapper--gpa .input:last-child {
    max-width: 38px
}

.input-wrapper--work-hours-calculator {
    gap: .25rem
}

.input-wrapper--work-hours-calculator .input:first-child,
.input-wrapper--work-hours-calculator .input:nth-child(2) {
    max-width: 100%;
    width: 100%
}

.input-wrapper--work-hours-calculator .input:nth-child(3) {
    max-width: 64px
}

.input-wrapper--work-hours-calculator .input:nth-child(4) {
    max-width: 38px
}

.input-wrapper--square {
    display: flex;
    gap: 8px;
    align-items: center
}

.input-wrapper--square>.input-field__hint {
    color: #111827
}

html.dark .input-wrapper--square>.input-field__hint {
    color: #fff
}

.input-wrapper--square .input-field {
    border-radius: 0 !important;
    padding: 8px 12px;
    background: #f9fafb
}


.input-wrapper--stretch {
    align-items: stretch
}

.input-wrapper--separator .input {
    max-width: calc(50% - 19px)
}

.input-wrapper.disabled {
    opacity: .3;
    pointer-events: none
}

.input {
    width: 100%;
    position: relative
}

.input:first-child .button-switcher,
.input:first-child .input-field {
    border-radius: 0px;
}



.input:last-child .button-switcher,
.input:last-child .input-field {
    border-radius: 0px;
}

.input:last-child .button-switcher::after {
    border-radius: 0px;
}

.input .disabled,
.input.disabled {
    opacity: .3;
    pointer-events: none
}

.input.input-field--pointer-events-none {
    pointer-events: none
}

.input__title {
    left: 0;
    top: 0;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 20px;
    white-space: nowrap;
    width: 0;
    margin: 0 0 10px 0;
    ;
}

.input__title--work-hours-calculator {
    position: relative;
    color: #5045e5
}

.input--abv {
    max-width: 62px
}

.input--separator {
    max-width: 52px;
    width: auto;
    min-width: 38px
}

.input--full {
    height: 100%;
    min-height: 75px
}



.hidden,
.system-item-hidden {
    display: none !important;
    display: none !important
}

.input-button {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    text-align: left
}

.input-button.selected {
    font-weight: 600
}

.input-button:hover {
    background: #f3f4f6
}

html.dark .input-button {
    color: #fff
}

html.dark .input-button:hover {
    background: #4b5563
}

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__box {
    position: relative;
    background-color: #e5e7eb;
    min-width: 44px;
    width: 44px;
    max-width: 44px;
    height: 24px;
    border-radius: 12px;
    transition: .3s ease
}

.checkbox__box::after {
    content: "";
    transition: .3s ease;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06), 0 1px 3px 0 rgba(0, 0, 0, .1);
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px
}

.checkbox__title {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #374151
}

.checkbox__input:checked+.checkbox__box {
    background-color: #5045e5
}

.checkbox__input:checked+.checkbox__box::after {
    left: 22px
}

html[dir=rtl] .checkbox__box::after {
    left: auto;
    right: 2px
}

html[dir=rtl] .checkbox__input:checked+html[dir=rtl] .checkbox__box {
    left: auto;
    right: 22px
}

html.dark .checkbox__box {
    background-color: #4b5563
}

html.dark .checkbox__title {
    color: #d1d5db
}

.dropdown-wrapper {
    position: relative
}

.dropdown-wrapper--active .dropdown-content {
    max-height: 238px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.dropdown-wrapper .input-field {
    padding: 0
}

.dropdown-wrapper .input-field__text {
    padding: 9px 33px 9px 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dropdown-wrapper .input-field__text--icon {
    display: flex;
    align-items: center;
    gap: .5rem
}

.dropdown-wrapper .input-field__text--icon svg {
    width: 20px;
    height: 20px
}

.dropdown-wrapper .input-field::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 9px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.7071 7.29289L9.99999 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68341 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z' fill='%239CA3AF'%3E%3C/path%3E%3C/svg%3E")
}

.dropdown-wrapper select {
    cursor: pointer
}

.dropdown-content {
    position: absolute;
    top: 100%;
    z-index: 20;
    min-width: calc(100% + 1px);
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: .375rem;
    border: 1px solid #d1d5db;
    border-top-width: 0;
    border-bottom-width: 0;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    transition: .15s linear
}

html.dark .dropdown-content {
    background-color: #374151;
    border-color: #4b5563
}

.dropdown-select {
    display: flex;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #6b7280;
    transition: .15s linear;
    align-items: center;
    gap: .5rem
}

.dropdown-select:hover {
    background-color: #f3f4f6
}

.dropdown-select--selected {
    font-weight: 600;
    color: #111827
}

html.dark .dropdown-select {
    color: #fff;
    background-color: #374151
}

html.dark .dropdown-select:hover {
    background-color: #4b5563
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.modal-menu {
    right: -100%;
    transition: right .3s;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    max-width: 272px;
    width: 100%;
    background: #fff
}

.modal-menu__nav {
    gap: .25rem;
    padding: 1rem .5rem
}

.modal-menu__link {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #374151
}

.modal-menu__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb
}

.modal-menu__header a {
    height: 38px
}

.modal-menu--active {
    right: 0
}

html.dark .modal-menu {
    background: #374151
}

html.dark .modal-menu__link {
    color: #fff
}

html.dark .modal-menu__header {
    border-color: #4b5563
}

.modal-search {
    transition: transform .3s, opacity .3s;
    pointer-events: none;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%) scale(.5);
    position: fixed;
    top: 1rem;
    z-index: 50;
    width: 100%;
    max-width: 344px
}

.modal-search__container {
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid #e5e7eb;
    overflow: hidden
}

.modal-search__label {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-search__input {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
    padding-right: 3.25rem;
    line-height: 1.5rem;
    color: #111827
}

.modal-search__input::-moz-placeholder {
    color: #6b7280
}

.modal-search__input::placeholder {
    color: #6b7280
}

html[dir=rtl] .modal-search__input {
    padding-left: 3.25rem;
    padding-right: 1rem
}

.modal-search__button {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 18px;
    right: 1rem
}

html[dir=rtl] .modal-search__button {
    right: auto;
    left: 1rem
}

.modal-search__list {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 100%;
    transition-property: max-height, padding-top, padding-bottom;
    transition-duration: .3s;
    height: 100%;
    border-top: 0 solid #e5e7eb;
    padding: 0;
    max-height: 0
}

.modal-search__list--active {
    border-top-width: 1px;
    min-height: 0;
    padding: .75rem 0;
    max-height: 300px
}

.modal-search__list--error {
    background: #f9fafb;
    max-height: 240px;
    padding: 4.5rem 3.5rem;
    overflow: hidden
}

.modal-search__list--error .modal-search__error {
    opacity: 1;
    position: relative;
    transition: opacity .3s
}

.modal-search__error {
    gap: .75rem;
    opacity: 0;
    position: absolute;
    pointer-events: none
}

.modal-search__title-error {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #111827
}

.modal-search__subtitle-error {
    font-size: .875rem;
    left: 1.25rem;
    color: #6b7280;
    text-align: center
}

.modal-search--active {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    pointer-events: auto
}

@media only screen and (min-width:768px) {
    .modal-search {
        top: 8rem;
        max-width: 576px
    }

    .modal-search__list--error {
        padding-top: 82px;
        padding-bottom: 82px
    }
}

html.dark .modal-search__container {
    background: #374151;
    border-color: #4b5563
}

html.dark .modal-search__input {
    color: #fff
}

html.dark .modal-search__list {
    border-color: #4b5563
}

html.dark .modal-search__list--error {
    background: #374151
}

html.dark .modal-search__title-error {
    color: #fff
}

.modal-search-item {
    display: flex;
    align-items: center;
    padding: .75rem 1.5rem;
    gap: .75rem
}

.modal-search-item:focus,
.modal-search-item:hover {
    background: #f9fafb
}

.modal-search-item__img {
    width: 2.5rem;
    height: 2.5rem
}

.modal-search-item__text {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #374151
}

html.dark .modal-search-item__text {
    color: #fff
}

html.dark .modal-search-item:focus,
html.dark .modal-search-item:hover {
    background: #4b5563
}

.modal-share {
    transform: scale(.5) translateX(-50%);
    opacity: 0;
    transition-property: scale, opacity;
    transition-duration: .3s;
    top: 4rem;
    left: 50%;
    position: fixed;
    z-index: 50;
    max-width: 344px;
    width: 100%;
    pointer-events: none
}

.modal-share__container {
    display: flex;
    background-color: #fff;
    padding: 1.5rem 2rem 2rem;
    border-start-start-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    flex-direction: column;
    gap: .75rem
}

.modal-share__footer {
    display: flex;
    border-end-start-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
    justify-content: flex-end;
    padding: .75rem 2rem;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    gap: .75rem
}

.modal-share__header {
    display: flex;
    gap: .75rem
}

.modal-share__button {
    padding: .5rem .75rem;
    border-radius: 6px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: .15s linear
}

.modal-share__button--active {
    background: #dbeafe;
    color: #5045e5
}

.modal-share__textarea {
    display: block;
    padding: .5rem .75rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #111827;
    width: 100%;
    min-height: 104px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    resize: vertical
}

.modal-share__content {
    display: none
}

.modal-share__content--active {
    display: block
}

.modal-share--active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    pointer-events: auto
}

@media only screen and (min-width:768px) {
    .modal-share {
        max-width: 512px;
        top: 8rem
    }
}

html.dark .modal-share__container {
    background: #374151
}

html.dark .modal-share__footer {
    background: #4b5563;
    border-top: 0
}

html.dark .modal-share__button--active {
    background-color: #4b5563;
    color: #fff
}

html.dark .modal-share__textarea {
    color: #fff;
    border-color: #4b5563
}

.modal-window {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    transition: backdrop .3s, opacity .3s;
    pointer-events: none;
    opacity: 0
}

.modal-window--active {
    background: rgba(17, 24, 39, .1607843137);
    opacity: 1 !important;
    pointer-events: auto !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
    overflow: hidden
}

.button:disabled {
    opacity: .5;
    cursor: default
}

.button--icon {
    padding: 0
}

.button--copy,
.button--primary {
    background-color: #5045e5;
    border: 1px solid #5045e5;
    color: #fff
}

.button--copy:hover:not(:disabled):not(:active),
.button--primary:hover:not(:disabled):not(:active) {
    background-color: #4338ca
}

.button--copy:active,
.button--primary:active {
    transition: 0s;
    background-color: #6366f1;
    border-color: #6366f1
}

.button--copy {
    height: 42px
}

.button--copy-active {
    background: #176434;
    border-color: #176434
}

.button--copy-active:hover:not(:disabled):not(:active) {
    background: #064e3b;
    border-color: #064e3b
}

.button--copy-active:active {
    transition: 0s;
    background-color: #10b981;
    border-color: #10b981
}

.button--secondary {
    height: 42px;
    border: 1px solid #d1d5db;
    color: #374151;
    background-color: #fff
}

.button--white {
    background-color: #fff;
    color: #374151;
    border: 1px solid #d1d5db
}

.button--white:hover:not(:disabled) {
    background-color: #f9fafb
}

html.dark .button--white {
    color: #fff;
    background: #4b5563;
    border-color: #6b7280
}

html.dark .button--white:hover {
    background-color: #374151
}

.button--about {
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 104px;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: auto
}

html.dark .button--icon path[fill] {
    fill: #374151
}

html.dark .button--secondary {
    border-color: #6b7280;
    color: #fff;
    background: 0 0
}

.calculator-content--basic,
.calculator-content--scientific {
    gap: 0
}

.calculator-content--basic button:not(.button-switcher),
.calculator-content--scientific button:not(.button-switcher) {
    width: 25%;
    border-radius: .375rem;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d5db;
    background-color: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1;
    color: #111827;
    cursor: pointer
}

.calculator-content--basic button:not(.button-switcher).tab--active,
.calculator-content--scientific button:not(.button-switcher).tab--active {
    display: block
}

.calculator-content--basic button:not(.button-switcher):hover,
.calculator-content--scientific button:not(.button-switcher):hover {
    background-color: #f3f4f6
}

.calculator-content--basic button:not(.button-switcher):active,
.calculator-content--scientific button:not(.button-switcher):active {
    background-color: #e5e7eb
}

.calculator-content--basic button:not(.button-switcher).long,
.calculator-content--scientific button:not(.button-switcher).long {
    width: calc(50% + 4px)
}

.calculator-content--basic button:not(.button-switcher).indigo,
.calculator-content--scientific button:not(.button-switcher).indigo {
    background-color: #5045e5;
    color: #fff
}

.calculator-content--basic button:not(.button-switcher).indigo:hover,
.calculator-content--scientific button:not(.button-switcher).indigo:hover {
    background-color: #4338ca
}

.calculator-content--basic button:not(.button-switcher).indigo:active,
.calculator-content--scientific button:not(.button-switcher).indigo:active {
    background-color: #3730a3
}

.calculator-content--basic button:not(.button-switcher).action,
.calculator-content--scientific button:not(.button-switcher).action {
    border-color: #c3d0fa;
    background-color: #eef2ff
}

.calculator-content--basic button:not(.button-switcher).action:hover,
.calculator-content--scientific button:not(.button-switcher).action:hover {
    background-color: #e0e7ff
}

.calculator-content--basic button:not(.button-switcher).action:active,
.calculator-content--scientific button:not(.button-switcher).action:active {
    background-color: #c3d0fa
}

.calculator-content--basic button:not(.button-switcher).action-dark,
.calculator-content--scientific button:not(.button-switcher).action-dark {
    border-color: #c3d0fa;
    background-color: #eef2ff
}

.calculator-content--basic button:not(.button-switcher).action-dark:hover,
.calculator-content--scientific button:not(.button-switcher).action-dark:hover {
    background-color: #e0e7ff
}

.calculator-content--basic button:not(.button-switcher).action-dark:active,
.calculator-content--scientific button:not(.button-switcher).action-dark:active {
    background-color: #c3d0fa
}

.calculator-content--basic button:not(.button-switcher).basic-button--active,
.calculator-content--scientific button:not(.button-switcher).basic-button--active {
    border-color: #5045e5
}

.calculator-content--basic button:not(.button-switcher).purple,
.calculator-content--scientific button:not(.button-switcher).purple {
    height: 50px;
    border-color: #c4b5fd;
    background-color: #ede9fe;
    padding-top: 0;
    padding-bottom: 0;
    color: #4c1d95
}

.calculator-content--basic button:not(.button-switcher).purple:hover,
.calculator-content--scientific button:not(.button-switcher).purple:hover {
    background-color: #ddd6fe
}

.calculator-content--basic button:not(.button-switcher).purple:active,
.calculator-content--scientific button:not(.button-switcher).purple:active {
    background-color: #c4b5fd
}

.calculator-content--basic button:not(.button-switcher).basic-button--active.purple,
.calculator-content--scientific button:not(.button-switcher).basic-button--active.purple {
    border-color: #7c3aed
}

.calculator-content--basic button:not(.button-switcher).gray,
.calculator-content--scientific button:not(.button-switcher).gray {
    height: 50px;
    border-color: #d1d5db;
    background-color: #f9fafb;
    padding-top: 0;
    padding-bottom: 0;
    color: #111827
}

.calculator-content--basic button:not(.button-switcher).gray:hover,
.calculator-content--scientific button:not(.button-switcher).gray:hover {
    background-color: #e5e7eb
}

.calculator-content--basic button:not(.button-switcher).gray:active,
.calculator-content--scientific button:not(.button-switcher).gray:active {
    background-color: #d1d5db
}

.calculator-content--basic button:not(.button-switcher).gray-main,
.calculator-content--scientific button:not(.button-switcher).gray-main {
    height: 50px;
    border-color: #d1d5db;
    background-color: #f9fafb;
    padding-top: 0;
    padding-bottom: 0;
    color: #111827
}

.calculator-content--basic button:not(.button-switcher).gray-main:hover,
.calculator-content--scientific button:not(.button-switcher).gray-main:hover {
    background-color: #e5e7eb
}

.calculator-content--basic button:not(.button-switcher).gray-main:active,
.calculator-content--scientific button:not(.button-switcher).gray-main:active {
    background-color: #d1d5db
}

.calculator-content--basic button:not(.button-switcher).big,
.calculator-content--scientific button:not(.button-switcher).big {
    height: 66px
}

.calculator-content--basic button:not(.button-switcher).small,
.calculator-content--scientific button:not(.button-switcher).small {
    height: 46px
}

.calculator-content--basic button:not(.button-switcher).text-xl,
.calculator-content--scientific button:not(.button-switcher).text-xl {
    font-size: 1.25rem
}

.calculator-content--basic button:not(.button-switcher).text-2xl,
.calculator-content--scientific button:not(.button-switcher).text-2xl {
    font-size: 1.5rem
}

html.dark .calculator-content--basic button:not(.button-switcher),
html.dark .calculator-content--scientific button:not(.button-switcher) {
    border-color: #6b7280;
    background-color: #4b5563;
    color: #fff
}

html.dark .calculator-content--basic button:not(.button-switcher):active,
html.dark .calculator-content--basic button:not(.button-switcher):hover,
html.dark .calculator-content--scientific button:not(.button-switcher):active,
html.dark .calculator-content--scientific button:not(.button-switcher):hover {
    background-color: #374151
}

html.dark .calculator-content--basic button:not(.button-switcher).indigo,
html.dark .calculator-content--scientific button:not(.button-switcher).indigo {
    border-color: #3730a3;
    background-color: #3730a3
}

html.dark .calculator-content--basic button:not(.button-switcher).indigo:active,
html.dark .calculator-content--basic button:not(.button-switcher).indigo:hover,
html.dark .calculator-content--scientific button:not(.button-switcher).indigo:active,
html.dark .calculator-content--scientific button:not(.button-switcher).indigo:hover {
    border-color: #a5b4fc;
    background-color: #3730a3
}

html.dark .calculator-content--basic button:not(.button-switcher).action,
html.dark .calculator-content--scientific button:not(.button-switcher).action {
    border-color: #4338ca;
    background-color: #4338ca
}

html.dark .calculator-content--basic button:not(.button-switcher).action:active,
html.dark .calculator-content--basic button:not(.button-switcher).action:hover,
html.dark .calculator-content--scientific button:not(.button-switcher).action:active,
html.dark .calculator-content--scientific button:not(.button-switcher).action:hover {
    border-color: #a5b4fc;
    background-color: #4338ca
}

html.dark .calculator-content--basic button:not(.button-switcher).action-dark,
html.dark .calculator-content--scientific button:not(.button-switcher).action-dark {
    border-color: #4b5563;
    background-color: #1f2937
}

html.dark .calculator-content--basic button:not(.button-switcher).action-dark:active,
html.dark .calculator-content--basic button:not(.button-switcher).action-dark:hover,
html.dark .calculator-content--scientific button:not(.button-switcher).action-dark:active,
html.dark .calculator-content--scientific button:not(.button-switcher).action-dark:hover {
    border-color: #d1d5db;
    background-color: #1f2937
}

html.dark .calculator-content--basic button:not(.button-switcher).purple,
html.dark .calculator-content--scientific button:not(.button-switcher).purple {
    border-color: #6d28d9;
    background-color: #6d28d9
}

html.dark .calculator-content--basic button:not(.button-switcher).purple:active,
html.dark .calculator-content--basic button:not(.button-switcher).purple:hover,
html.dark .calculator-content--scientific button:not(.button-switcher).purple:active,
html.dark .calculator-content--scientific button:not(.button-switcher).purple:hover {
    border-color: #c4b5fd;
    background-color: #6d28d9
}

html.dark .calculator-content--basic button:not(.button-switcher).gray,
html.dark .calculator-content--scientific button:not(.button-switcher).gray {
    border-color: #6b7280;
    background-color: #4b5563
}

html.dark .calculator-content--basic button:not(.button-switcher).gray:active,
html.dark .calculator-content--basic button:not(.button-switcher).gray:hover,
html.dark .calculator-content--scientific button:not(.button-switcher).gray:active,
html.dark .calculator-content--scientific button:not(.button-switcher).gray:hover {
    background-color: #374151
}

html.dark .calculator-content--basic button:not(.button-switcher).gray-main,
html.dark .calculator-content--scientific button:not(.button-switcher).gray-main {
    border-color: #4b5563;
    background-color: #1f2937
}

html.dark .calculator-content--basic button:not(.button-switcher).gray-main:active,
html.dark .calculator-content--basic button:not(.button-switcher).gray-main:hover,
html.dark .calculator-content--scientific button:not(.button-switcher).gray-main:active,
html.dark .calculator-content--scientific button:not(.button-switcher).gray-main:hover {
    border-color: #d1d5db;
    background-color: #1f2937
}

html.dark .calculator-content--basic button:not(.button-switcher).basic-button--active,
html.dark .calculator-content--scientific button:not(.button-switcher).basic-button--active {
    border: 1px solid #818cf8
}

.calculator-content--basic .input-wrapper,
.calculator-content--scientific .input-wrapper {
    gap: 0;
    width: calc(75% + 8.66px)
}

.calculator-content--basic .input-wrapper .button-switcher,
.calculator-content--scientific .input-wrapper .button-switcher {
    height: 100%;
    box-shadow: none
}

.calculator-content--basic .input-wrapper .button-switcher__text,
.calculator-content--scientific .input-wrapper .button-switcher__text {
    font-size: 1rem;
    line-height: 1.5rem
}

.calculator-content--basic .input-wrapper .button-switcher::after,
.calculator-content--scientific .input-wrapper .button-switcher::after {
    box-shadow: none
}

.calculator-content--scientific {
    gap: 0
}

.calculator-content--scientific button:not(.button-switcher) {
    font-size: 1rem;
    line-height: 1.5rem
}

.calculator-content--scientific button:not(.button-switcher) sup {
    top: -.5em;
    position: relative;
    line-height: 0;
    vertical-align: baseline
}

.calculator-content--scientific button:not(.button-switcher) sub {
    bottom: -.5em;
    position: relative;
    line-height: 0;
    vertical-align: baseline
}

.button-switcher {
    background: #fff;
    position: relative;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    padding: .5rem .25rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    transition: all .3s;
    z-index: 5
}

.button-switcher::after {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1509803922);
    content: "";
    display: block;
    border: 1px solid #a2aea6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: -1
}

.button-switcher:not(.button-switcher--active):hover {
    background: #f9fafb;
    opacity: 1;
}

.button-switcher path[stroke] {
    stroke: #9CA3AF
}

.button-switcher path[fill] {
    fill: #9CA3AF
}

.button-switcher__wrapper {
    display: flex;
    width: 100%
}

.button-switcher__text {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #111827;
    font-weight: 500
}

.button-switcher--active {
    z-index: 10;
    opacity: 1;
}

.button-switcher--active::after {
    border-color: #828884;
}

.button-switcher--active path[stroke] {
    stroke: #1f95a0
}


#gender-b path[stroke] {
    stroke: #f1736a
}

.button-switcher--active path[fill] {
    fill: #1f95a0
}

.button-switcher--active .button-switcher__text {
    color: #000
}

.button-switcher--top {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.button-switcher--top::after {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.button-switcher--bottom {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.button-switcher--bottom::after {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

html.dark .button-switcher {
    background: #374151
}

html.dark .button-switcher::after {
    border-color: #4b5563
}

html.dark .button-switcher:not(.button-switcher--active):hover {
    background: #4b5563
}

html.dark .button-switcher path[stroke] {
    stroke: #6B7280
}

html.dark .button-switcher path[fill] {
    fill: #6B7280
}

html.dark .button-switcher__text {
    color: #6b7280
}

html.dark .button-switcher--active::after {
    border-color: #6b7280;
    background: #4b5563
}

html.dark .button-switcher--active path[stroke] {
    stroke: white
}

html.dark .button-switcher--active path[fill] {
    fill: white
}

html.dark .button-switcher--active .button-switcher__text {
    color: #fff
}


.tab-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -1px;
    background-color: #5045e5
}

.tab-item--active {
    color: #5045e5
}

.tab-item--active::after {
    height: 2px;
    background-color: #5045e5
}

.tab-item--active svg path[fill] {
    fill: #E0E7FF
}

.tab-item--active svg path[stroke] {
    stroke: #5045E5
}

html.dark .tab-item--active svg path[fill] {
    fill: #818CF8
}

html.dark .tab-item--active svg path[stroke] {
    stroke: #A5B4FC
}

.system-switcher {
    margin: auto 0;
    gap: 7px;
    height: 1.5rem;
    width: 43px;
    border-radius: .75rem;
    transition: all .15s;
    padding: 6px;
    display: flex;
    background: #5045e5;
    position: relative;
    cursor: pointer
}

.system-switcher svg {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1
}

.system-switcher svg:nth-child(2) path {
    stroke: #9CA3AF
}

.system-switcher svg:nth-child(3) path {
    stroke: white
}

.system-switcher__circle {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: .125rem;
    left: .125rem;
    transition: .3s ease
}

.system-switcher--active .system-switcher__circle {
    left: 21px
}

.system-switcher--active svg:nth-child(2) path {
    stroke: white
}

.system-switcher--active svg:last-child path {
    stroke: #9CA3AF
}

.system-switcher--format {
    padding: 4px 5px;
    gap: 6px
}

html[dir=rtl] .system-switcher__circle {
    right: .125rem;
    left: auto
}

html[dir=rtl] .system-switcher--active .system-switcher__circle {
    right: 21px;
    left: auto
}

.header {
    background: #fff;
    position: relative;
    z-index: 1
}

.header__container {
    padding: 0 16px
}

@media only screen and (min-width:1024px) {
    .header__container {
        padding: 0 32px
    }
}

.header--main {
    background: #1f2937
}

.header:not(.header--main) {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.header:not(.header--main) .header-button path[stroke],
.header:not(.header--main) .header-controller path[stroke] {
    stroke: #9CA3AF
}

.header:not(.header--main) .header-button path[fill],
.header:not(.header--main) .header-controller path[fill] {
    fill: #9CA3AF
}

.header:not(.header--main) .header-lang__lang {
    color: #6b7280
}

html.dark .header {
    background: #1f2937
}

.header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 38px;
    gap: 40px;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .header-nav {
        margin-right: 4px
    }
}

.header-nav__logo {
    min-height: 38px;
    max-height: 38px;
    min-width: 38px;
    max-width: 38px
}

.header-nav__link {
    border-radius: 6px;
    display: none;
    transition: .15s;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6b7280
}

@media only screen and (min-width:1024px) {
    .header-nav__link {
        display: inline-block
    }
}

.header-nav__link:hover {
    color: #111827
}

.header-nav__link--main {
    color: #9ca3af
}

.header-nav__link--main:hover {
    color: #6b7280
}

html.dark .header-nav__link {
    color: #9ca3af
}

html.dark .header-nav__link:hover {
    color: #e5e7eb
}

html.dark .header-nav__link--main {
    color: #9ca3af
}

html.dark .header-nav__link--main:hover {
    color: #6b7280
}

.header-wrapper {
    display: flex;
    flex-direction: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    align-items: center
}

@media only screen and (min-width:1024px) {
    .header-wrapper {
        padding-top: .813rem;
        padding-bottom: .813rem
    }
}

.header-controllers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding-left: 16px;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .header-controllers {
        width: auto
    }
}

.header-controllers--close {
    height: 38px
}

.header-controller {
    border-radius: 6px;
    cursor: pointer
}

@media only screen and (min-width:1024px) {
    .header-controller path[stroke] {
        stroke: #9CA3AF
    }

    .header-controller path[fill] {
        fill: #9CA3AF
    }
}

.header-controller-theme {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.header-controller-theme--lang {
    width: 30px
}

@media only screen and (min-width:1024px) {
    .header-controller-theme path[stroke] {
        stroke: #9CA3AF
    }

    .header-controller-theme path[fill] {
        fill: #9CA3AF
    }
}

.header-popup {
    display: flex;
    overflow: auto;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    padding: .25rem 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    top: 1.75rem;
    right: .25rem;
    border-radius: 6px;
    position: absolute;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .05), 0 10px 15px -3px rgba(0, 0, 0, .1);
    max-height: 420px
}

.header-popup--active,
.header-popup.modal-lang--active,
.header-popup.modal-theme--active {
    transition: .3s;
    opacity: 1;
    pointer-events: auto
}

.header-popup__button {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    transition: .15s;
    padding: .5rem 1rem;
    width: 100%;
    font-weight: 500;
    gap: 1rem;
    color: #374151;
    cursor: pointer
}

.header-popup__button:hover {
    background: #f9fafb
}

.header-popup__button--active {
    color: #6366f1 !important
}

.header-popup__button--active path[stroke] {
    stroke: #6366F1
}

.header-popup__button--active path[fill] {
    fill: #6366F1
}

.header-popup--main {
    background: #374151;
    border-color: #374151
}

.header-popup--main .header-popup__button {
    color: #fff
}

.header-popup--main .header-popup__button:hover {
    background: #4b5563
}

html.dark .header-popup {
    background: #374151;
    border-color: #374151
}

html.dark .header-popup__button {
    color: #fff
}

html.dark .header-popup__button:hover {
    background: #4b5563
}

.header-button {
    padding: .25rem 0 .25rem .5rem;
    margin-left: .5rem
}

@media only screen and (min-width:1024px) {
    .header-button {
        margin-left: .25rem;
        display: none
    }
}

.header-button--close {
    padding-left: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-left: -.5rem;
    height: 32px
}

.header-breadcrumbs {
    display: flex;
    gap: 1rem;
    padding: .75rem 0;
    overflow: auto
}

.header-breadcrumbs__separate {
    height: 1.25rem
}

.header-breadcrumbs__link {
    height: 1.25rem;
    white-space: nowrap
}

.header-breadcrumbs__link--text {
    line-height: 1.25rem;
    font-size: .875rem;
    transition: .15s;
    color: #6b7280;
    font-weight: 500
}

.header-breadcrumbs__link--text:hover {
    color: #5045e5
}

html.dark .header-breadcrumbs__separate path[fill] {
    fill: #6B7280
}

html.dark .header-breadcrumbs__link path[fill] {
    fill: #6B7280
}

html.dark .header-breadcrumbs__link--text:hover {
    color: #6b7280
}

.header-line {
    border-top: 1px solid #e5e7eb
}

html.dark .header-line {
    border-color: #374151
}

.header-lang {
    border-radius: 6px;
    font-weight: 500;
    font-size: .875em;
    line-height: 1.5rem;
    color: #9ca3af;
    cursor: pointer
}

@media only screen and (min-width:1024px) {
    .header-lang {
        color: #6b7280
    }
}

.header-lang__text {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #9ca3af
}

.header-lang__text--main {
    color: #fff !important
}

@media only screen and (min-width:1024px) {
    .header-lang__text {
        color: #6b7280
    }
}

.header-lang__select {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #9ca3af;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: .15s
}

@media only screen and (min-width:1024px) {
    .header-lang__select {
        color: #6b7280
    }
}

.header-lang__select:hover {
    background-color: #f9fafb
}

.header-lang__select--main {
    color: #fff
}

@media only screen and (min-width:1024px) {
    .header-lang__select--main {
        color: #fff
    }
}

.header-lang__select--main:hover {
    background-color: #4b5563
}

.header-lang__select--active {
    color: #6366f1
}

html.dark .header-lang {
    color: #fff
}

@media only screen and (min-width:1024px) {
    html.dark .header-lang {
        color: #fff
    }
}

html.dark .header-lang__text {
    color: #9ca3af
}

html.dark .header-lang__select {
    color: #fff
}

@media only screen and (min-width:1024px) {
    html.dark .header-lang__select {
        color: #fff
    }
}

html.dark .header-lang__select:hover {
    background-color: #4b5563
}

html.dark .header-lang__select--active {
    color: #6366f1
}

.footer {
    background-color: #1f2937;
    padding: 3rem 0;
    flex: 0 0 auto
}

.footer__container {
    padding: 0 1rem
}

.footer__container>:not(:first-child) {
    margin-top: 2rem
}

@media only screen and (min-width:1024px) {
    .footer__container {
        padding: 0 2rem
    }
}

.footer__copyright {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #9ca3af;
    text-align: center
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: .5rem
}

.footer-nav__link {
    font-size: 1rem;
    line-height: 1.5rem;
    transition: .15s;
    color: #6b7280;
    padding: 0 1.25rem
}

.footer-nav__link:hover {
    color: #fff
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    background: 0 0;
    text-decoration: none
}





.wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f3f4f6;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}


@media only screen and (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media only screen and (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media only screen and (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media only screen and (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}


.row--wrap {
    flex-wrap: wrap
}

@media only screen and (max-width:1279px) {
    .row--wrap {
        padding-bottom: 2rem;
        gap: 2rem
    }

    .row--wrap .result-table__wrapper {
        width: 100%
    }

    .row--wrap .chart-wrapper {
        margin: 0 auto
    }

    .row--wrap .result-table td.border-right:last-child,
    .row--wrap .result-table th.border-right:last-child {
        border-right: 0
    }
}

.col {
    display: flex;
    flex-direction: column
}

.modal-window::-webkit-scrollbar {
    width: 0;
    height: 0
}

.dark .page,
.dark .wrapper {
    background-color: #111827
}

.bookmark,
.tab {
    display: none
}

.bookmark--active,
.tab--active {
    display: flex
}

.ml-auto {
    margin-left: auto
}

html[dir=rtl] .ml-auto {
    margin-left: 0;
    margin-right: auto
}

.mr-auto {
    margin-right: auto
}

html[dir=rtl] .mr-auto {
    margin-right: 0;
    margin-left: auto
}

.mb-auto {
    margin-bottom: auto
}

.mt-auto {
    margin-top: auto
}

b,
em,
span,
strong,
sub,
sup {
    color: inherit
}

.bold {
    font-weight: 700 !important
}

.semibold {
    font-weight: 600 !important
}

.medium {
    font-weight: 500 !important
}

.regular {
    font-weight: 400 !important
}

.light {
    font-weight: 300 !important
}

.text-center {
    text-align: center !important
}

.related-item-hidden,
.system-item-hidden {
    display: none !important
}

.mobile-hidden {
    display: none !important
}

.mobile-shown {
    display: flex !important
}

.intro {
    position: relative;
    background: #1f2937;
    overflow: hidden
}

.intro__decoration {
    position: absolute;
    top: .5rem;
    right: 0;
    display: none
}

@media only screen and (min-width:768px) {
    .intro__decoration {
        display: block
    }
}

.intro__decoration-path {
    fill: #374151
}

.intro__container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 3rem;
    padding-top: 0
}

@media only screen and (min-width:1024px) {
    .intro__container {
        padding-top: 4rem;
        padding-bottom: 5rem;
        gap: 2rem;
        flex-direction: row
    }
}

.intro__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
    width: 100%;
    max-width: 416px;
    margin: 0 auto
}

@media only screen and (min-width:1024px) {
    .intro__info {
        padding: 0 1.5rem;
        max-width: 100%;
        width: 50%
    }
}

.intro__calculator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1rem;
    width: 100%
}

.intro__calculator .basic-button {
    height: 66px;
    font-size: 24px;
    line-height: 24px
}

@media only screen and (min-width:1024px) {
    .intro__calculator {
        width: 50%
    }
}

@media only screen and (min-width:425px) {
    .intro__calculator {
        padding: 0 1.5rem
    }
}

html.dark .intro__calculator .calculator-content {
    background: #374151
}

.intro__title {
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #fff;
    margin-bottom: 1.25rem;
    letter-spacing: -.025em
}

@media only screen and (min-width:1024px) {
    .intro__title {
        font-size: 3.75rem;
        line-height: 1
    }
}

@media only screen and (min-width:768px) {
    .intro__title {
        line-height: 1
    }
}

.intro__text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
    color: #d1d5db
}

.intro__ads-title {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
    display: none
}

.intro__ads-title--mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2rem;
    padding: 0 1rem;
    max-width: 416px;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .intro__ads-title--mobile {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .intro__ads-title--pc {
        display: block
    }
}

.intro__ads--mobile {
    max-width: 416px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
    width: 100%
}

@media only screen and (min-width:1024px) {
    .intro__ads--mobile {
        display: none
    }
}

.intro__ads--pc {
    display: none
}

@media only screen and (min-width:1024px) {
    .intro__ads--pc {
        display: block
    }
}

.intro-link {
    gap: 1rem;
    padding: .25rem .5rem .25rem .25rem;
    border-radius: 14px;
    background: #111827;
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem
}

@media only screen and (min-width:1024px) {
    .intro-link {
        margin-bottom: 1.5rem
    }
}

.intro-link__count {
    padding: .125rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    background: #6366f1
}

.intro-link__text {
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: .875rem;
    line-height: 1rem;
    color: #fff
}

html[dir=rtl] .intro-link__text svg {
    transform: rotate(180deg)
}

.calculator-wrapper {
    border-radius: 8px 8px 0 0;
    background: #fff;
    margin: 0 auto;
    max-width: 24rem;
    width: 100%
}

@media only screen and (max-width:425px) {
    .calculator-wrapper {
        max-width: 100%;
        border-radius: 0
    }
}

html.dark .calculator-wrapper {
    background: #374151
}

.calculator-basic {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.calculator-basic__input {
    width: 100%;
    padding: .5rem .75rem;
    text-align: right;
    font-size: 3rem;
    line-height: 1;
    background: #fff;
    border-radius: 6px;
    color: #111827;
    border: 1px solid #e5e7eb;
    margin-bottom: .75rem
}

.calculator-basic .input-wrapper.row .col {
    height: 100%
}

.calculator-basic div {
    display: flex;
    gap: .25rem
}

.calculator-basic div .switcher-container {
    gap: 0;
    width: calc(75% + 8.66px)
}

.calculator-basic__text {
    padding: 1.5rem 2rem;
    font-size: .75rem;
    line-height: 1.25rem;
    border-radius: 0 0 8px 8px;
    color: #6b7280;
    border-top: 2px solid #e5e7eb;
    width: 100%;
    margin: 0 auto;
    max-width: 24rem;
    font-weight: 400;
    background: #f9fafb
}

@media only screen and (max-width:425px) {
    .calculator-basic__text {
        border-radius: 0;
        max-width: 100%
    }
}

.calculator-basic__text a {
    cursor: pointer;
    font-weight: 500;
    color: #111827
}

html.dark .calculator-basic__text {
    color: #9ca3af;
    border-top-color: #6b7280;
    background: #4b5563
}

html.dark .calculator-basic__text a {
    color: #e5e7eb
}

html.dark .calculator-basic__input {
    background: #374151;
    border-color: #4b5563;
    color: #fff
}

.calculators__container {
    margin: 0 auto;
    padding: 3rem 1rem 0
}

@media only screen and (min-width:1024px) {
    .calculators__container {
        padding: 8rem 2rem 4rem
    }
}

.calculators__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #5045e5
}

.calculators__subtitle {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    text-align: center;
    color: #111827;
    margin-bottom: 1.25rem
}

@media only screen and (min-width:1024px) {
    .calculators__subtitle {
        line-height: 2.5rem;
        font-size: 2.25rem
    }
}

.calculators__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #6b7280;
    font-weight: 400;
    text-align: center;
    max-width: 813px;
    margin: 0 auto 3rem
}

.calculators__categories {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem
}

@media only screen and (min-width:640px) {
    .calculators__categories {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width:1024px) {
    .calculators__categories {
        grid-template-columns: repeat(3, 1fr)
    }
}

html.dark .calculators__subtitle {
    color: #fff
}

html.dark .calculators__text {
    color: #d1d5db
}

.calculators-category {
    padding-top: 1.5rem;
    position: relative;
    width: 100%
}

.calculators-category__icon {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.calculators-category__col {
    padding: 3.5rem .25rem 2rem;
    border-radius: 8px;
    background-color: #f9fafb;
    width: 100%
}

.calculators-category__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-align: center;
    color: #111827;
    margin-bottom: 1.25rem
}

html.dark .calculators-category__col {
    background: #1f2937
}

html.dark .calculators-category__title {
    color: #fff
}

.calculator-category__links {
    gap: .75rem
}

.calculator-category__link {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #5045e5;
    transition: .15s ease
}

.calculator-category__link:hover {
    color: #4338ca
}

html.dark .calculator-category__link {
    color: #6366f1
}

html.dark .calculator-category__link:hover {
    color: #4338ca
}

.company__container {
    margin: 0 auto;
    padding: 3rem 1rem
}

@media only screen and (min-width:1024px) {
    .company__container {
        padding: 4rem 2rem 8rem
    }
}

.company__title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #4b5563
}

@media only screen and (min-width:1024px) {
    .company__title {
        margin-bottom: 2rem
    }
}

.company__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: .125rem
}

@media only screen and (min-width:768px) {
    .company__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.company__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    width: 100%;
    padding: 2rem
}

.company svg {
    width: 100%;
    max-height: 3rem
}

html.dark .company__cell {
    background-color: #1f2937
}

.air-datepicker {
    border: 0;
    left: 0;
    padding: 16px 24px 24px;
    border-radius: 8px;
    width: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.air-datepicker--content {
    padding: 0
}

.air-datepicker--pointer {
    display: none
}

html.dark .air-datepicker {
    background-color: #1f2937
}

.air-datepicker-nav {
    border: 0;
    padding: 0;
    margin-bottom: 8px;
    padding: 8px 0;
    display: flex;
    align-items: center
}

.air-datepicker-nav--title {
    padding: 0
}

.air-datepicker-nav--title:hover {
    background: 0 0
}

.air-datepicker-nav--title span {
    color: #111827
}

.air-datepicker-nav--title span:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.air-datepicker-nav--title span:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-left: 12px;
    margin-right: 2px
}

.air-datepicker-nav--action {
    width: 24px;
    height: 24px
}

.air-datepicker-nav--action:hover {
    background: 0 0
}

.air-datepicker-nav--action svg {
    width: 24px;
    height: 24px
}

html.dark .air-datepicker-nav--title span {
    color: #fff
}

.air-datepicker-body--cells.-days-,
.air-datepicker-body--cells.-months-,
.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(7, 48px);
    overflow: hidden;
    grid-auto-rows: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .0588235294), 0 1px 3px 0 rgba(0, 0, 0, .1019607843)
}

html.dark .air-datepicker-body--cells.-days-,
html.dark .air-datepicker-body--cells.-months-,
html.dark .air-datepicker-body--cells.-years- {
    border-color: #4b5563;
    box-shadow: none;
    background-color: #374151
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 48px)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 48px)
}

.air-datepicker-cell {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    width: 48px;
    height: 40px;
    border-top: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-radius: 0;
    color: #111827
}

.air-datepicker-cell.-day-:first-child,
.air-datepicker-cell.-day-:nth-child(2),
.air-datepicker-cell.-day-:nth-child(3),
.air-datepicker-cell.-day-:nth-child(4),
.air-datepicker-cell.-day-:nth-child(5),
.air-datepicker-cell.-day-:nth-child(6),
.air-datepicker-cell.-day-:nth-child(7) {
    border-top: 0
}

.air-datepicker-cell.-day-:first-child.-selected-,
.air-datepicker-cell.-day-:nth-child(2).-selected-,
.air-datepicker-cell.-day-:nth-child(3).-selected-,
.air-datepicker-cell.-day-:nth-child(4).-selected-,
.air-datepicker-cell.-day-:nth-child(5).-selected-,
.air-datepicker-cell.-day-:nth-child(6).-selected-,
.air-datepicker-cell.-day-:nth-child(7).-selected- {
    border-top: 0
}

.air-datepicker-cell.-day-:nth-child(14),
.air-datepicker-cell.-day-:nth-child(21),
.air-datepicker-cell.-day-:nth-child(28),
.air-datepicker-cell.-day-:nth-child(35),
.air-datepicker-cell.-day-:nth-child(7) {
    border-right: 0
}

.air-datepicker-cell.-day-:nth-child(14).-selected-,
.air-datepicker-cell.-day-:nth-child(21).-selected-,
.air-datepicker-cell.-day-:nth-child(28).-selected-,
.air-datepicker-cell.-day-:nth-child(35).-selected-,
.air-datepicker-cell.-day-:nth-child(7).-selected- {
    border-right: 0
}

.air-datepicker-cell.-month-:first-child,
.air-datepicker-cell.-month-:nth-child(2),
.air-datepicker-cell.-month-:nth-child(3) {
    border-top: 0
}

.air-datepicker-cell.-month-:first-child.-selected-,
.air-datepicker-cell.-month-:nth-child(2).-selected-,
.air-datepicker-cell.-month-:nth-child(3).-selected- {
    border-top: 0
}

.air-datepicker-cell.-month-:nth-child(12),
.air-datepicker-cell.-month-:nth-child(3),
.air-datepicker-cell.-month-:nth-child(6),
.air-datepicker-cell.-month-:nth-child(9) {
    border-right: 0
}

.air-datepicker-cell.-month-:nth-child(12).-selected-,
.air-datepicker-cell.-month-:nth-child(3).-selected-,
.air-datepicker-cell.-month-:nth-child(6).-selected-,
.air-datepicker-cell.-month-:nth-child(9).-selected- {
    border-right: 0
}

.air-datepicker-cell.-year-:first-child,
.air-datepicker-cell.-year-:nth-child(2),
.air-datepicker-cell.-year-:nth-child(3),
.air-datepicker-cell.-year-:nth-child(4) {
    border-top: 0
}

.air-datepicker-cell.-year-:first-child.-selected-,
.air-datepicker-cell.-year-:nth-child(2).-selected-,
.air-datepicker-cell.-year-:nth-child(3).-selected-,
.air-datepicker-cell.-year-:nth-child(4).-selected- {
    border-top: 0
}

.air-datepicker-cell.-year-:nth-child(12),
.air-datepicker-cell.-year-:nth-child(4),
.air-datepicker-cell.-year-:nth-child(8) {
    border-right: 0
}

.air-datepicker-cell.-year-:nth-child(12).-selected-,
.air-datepicker-cell.-year-:nth-child(4).-selected-,
.air-datepicker-cell.-year-:nth-child(8).-selected- {
    border-right: 0
}

.air-datepicker-cell.-day-.-other-month- {
    color: #9ca3af;
    background: #f9fafb
}

.air-datepicker-cell.-day-.-other-month-.-focus- {
    color: #9ca3af;
    background-color: #f3f4f6
}

.air-datepicker-cell.-day-.-other-month-:hover {
    color: #9ca3af;
    background: #f3f4f6
}

.air-datepicker-cell.-focus- {
    background-color: #f3f4f6;
    color: inherit
}

.air-datepicker-cell.-selected-.-focus- {
    background-color: #f3f4f6
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
    position: relative;
    background: #fff;
    border: inherit;
    border-left: 0;
    border-bottom: 0;
    color: #111827
}

.air-datepicker-cell.-selected-.-current-.-day-,
.air-datepicker-cell.-selected-.-day- {
    color: #fff;
    font-weight: 600
}

.air-datepicker-cell.-selected-.-current-.-day-::before,
.air-datepicker-cell.-selected-.-day-::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #5045e5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: -1
}

.air-datepicker-cell.-current- {
    color: #111827
}

html.dark .air-datepicker-cell {
    color: #fff;
    border-color: #4b5563
}

html.dark .air-datepicker-cell.-selected-.-focus- {
    background: #1f2937
}

html.dark .air-datepicker-cell.-current-.-focus-,
html.dark .air-datepicker-cell.-selected-,
html.dark .air-datepicker-cell.-selected-.-current- {
    background-color: #374151
}

html.dark .air-datepicker-cell.-current- {
    color: #fff
}

html.dark .air-datepicker-cell.-focus- {
    background: #1f2937
}

html.dark .air-datepicker-cell.-current-.-focus- {
    color: #fff;
    background: #1f2937
}

html.dark .air-datepicker-cell.-day-.-other-month- {
    color: #6b7280;
    background: #374151
}

html.dark .air-datepicker-cell.-day-.-other-month-.-focus- {
    color: #6b7280;
    background: #1f2937
}

html.dark .air-datepicker-cell.-day-.-other-month-:hover {
    color: #6b7280;
    background: #1f2937
}

.air-datepicker-body--day-names {
    margin: 0
}

.air-datepicker-body--day-name {
    width: 48px;
    height: 40px;
    color: #9ca3af;
    font-size: 14px;
    line-height: 14px
}

@media only screen and (max-width:767.9px) {
    .input__title {
        margin: 0 0 3px 0;
    }
    .air-datepicker {
        max-width: 344px;
        width: -moz-max-content;
        width: max-content;
        box-sizing: border-box
    }

    .air-datepicker-body--cells.-days- {
        grid-template-columns: repeat(7, 42px)
    }

    .air-datepicker-body--cells.-months- {
        grid-template-columns: repeat(3, 48px)
    }

    .air-datepicker-body--cells.-years- {
        grid-template-columns: repeat(4, 48px)
    }

    .air-datepicker-cell.-day- {
        width: 100%;
        max-width: 48px
    }

    .air-datepicker-body--day-name {
        width: 100%;
        max-width: 48px
    }
}

.timepicker {
    top: 100%;
    position: absolute;
    z-index: 11;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    max-width: 344px;
    width: auto;
    display: flex;
    flex-direction: column;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease
}

.timepicker__wrapper {
    display: flex;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background: #fff;
    gap: .75rem;
    align-items: flex-end
}

.timepicker__footer {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb
}

.timepicker__dotted {
    font-size: 2.25rem;
    line-height: 1;
    color: #111827;
    padding-top: 42px
}

.timepicker__input {
    margin: 1px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    line-height: 1;
    font-size: 2.25rem;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    width: 60px;
    height: 5rem;
    text-align: center;
    transition: .3s ease
}

.timepicker__input::-moz-placeholder {
    color: #111827
}

.timepicker__input::placeholder {
    color: #111827
}

.timepicker__input:focus {
    border-width: 2px;
    border-color: #5045e5;
    color: #5045e5
}

.timepicker__input:focus::-moz-placeholder {
    opacity: 0
}

.timepicker__input:focus::placeholder {
    opacity: 0
}

.timepicker__format {
    width: 52px
}

.timepicker__inputs {
    gap: 4px
}

.timepicker--active {
    opacity: 1;
    pointer-events: all
}

.timepicker--hourpicker .timepicker__inputs {
    width: 100%
}

.timepicker--hourpicker .timepicker .input-wrapper {
    width: 100%
}

.timepicker--hourpicker .timepicker__input {
    width: 100%
}

@media only screen and (min-width:768px) {
    .timepicker {
        max-width: 471px;
        width: auto
    }

    .timepicker__wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .timepicker__footer {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .timepicker__dotted {
        font-size: 3.75rem;
        padding-top: 28px
    }

    .timepicker__input {
        font-size: 3.75rem;
        width: 6rem
    }

    .timepicker--hourpicker {
        max-width: 349px
    }
}

html.dark .timepicker__wrapper {
    background: #1f2937
}

html.dark .timepicker__footer {
    background: #374151;
    border: none
}

html.dark .timepicker__dotted {
    color: #fff
}

html.dark .timepicker__input {
    color: #fff;
    border-color: #4b5563;
    background: #374151
}

html.dark .timepicker__input::-moz-placeholder {
    color: #fff
}

html.dark .timepicker__input::placeholder {
    color: #fff
}

html.dark .timepicker__input:focus {
    border-color: #5045e5;
    color: #5045e5
}

.tag {
    display: inline;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    background: #f3f4f6;
    color: #1f2937
}

.tag--green {
    background: #dcfce6;
    color: #176434
}

.tag--yellow {
    background: #fef8c3;
    color: #844d0f
}

.tag--red {
    background: #fee2e2;
    color: #981c1b
}

.tag--purple {
    background: #ede9fe;
    color: #5b21b6
}

html.dark .tag {
    color: #f3f4f6;
    background-color: #111827
}

html.dark .tag--green {
    background-color: #064e3b;
    color: #dcfce6
}

html.dark .tag--yellow {
    background-color: #78350f;
    color: #fef8c3
}

html.dark .tag--red {
    background-color: #7f1d1d;
    color: #fee2e2
}

html.dark .tag--purple {
    background-color: #4c1d95;
    color: #ede9fe
}

.calculator-result {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .0588235294), 0 1px 3px 0 rgba(0, 0, 0, .1019607843);
    background-color: #565b6d;
    color: #fff;
    overflow: hidden;
    margin: 0;
}

.calculator-result #text-result {
    padding: 15px;
}

.calculator-result__col {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1280px) {
    .calculator-result__col--ovulation {
        flex-direction: row
    }
}

@media only screen and (max-width:1280px) {
    .calculator-result__col--ovulation {
        gap: 2rem;
        padding-bottom: 2rem
    }
}

.calculator-result--error {
    padding: 15px;
    background: #fef2f2;
    display: none;
    position: relative;
}

.calculator-result--error-active {
    display: flex
}

.calculator-result--hidden {
    display: none
}

@media only screen and (max-width:640px) {
    .calculator-result {
        box-shadow: none;
        border-radius: 0
    }
}

html.dark .calculator-result {
    background: #101e47
}

html.dark .calculator-result--error {
    padding: 2rem;
    background: #3d1d1d
}

html.dark .calculator-result--error svg>path {
    fill: #FECACA
}

.calculator-error__title {
    margin-left: 0;
    color: #981c1b;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.calculator-error__item {
    line-height: 1.25rem;
    color: #b91c1c;
    padding-left: 1rem;
    margin: 3px;
    position: relative
}

.calculator-error__item::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #b91c1c;
    position: absolute;
    left: 0;
    top: 6px
}

html.dark .calculator-error__title {
    color: #fecaca
}

html.dark .calculator-error__item {
    color: #fecaca
}

html.dark .calculator-error__item::before {
    background-color: #fecaca
}

.table-cell {
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #374151;
    background-color: #eff6ff
}

.table-cell--legend {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2rem;
    gap: 1.5rem
}

.table-cell--small {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem
}

.table-cell--dark {
    background-color: #dbeafe
}

.table-cell--only {
    padding: 32px 24px
}

.table-cell--age {
    gap: 1.25rem;
    flex-wrap: wrap
}

.table-cell--date-count {
    gap: 1.25rem;
    flex-wrap: wrap
}

.table-cell--controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px
}

.table-cell--date {
    margin: 0 auto;
    justify-content: center
}

.table-cell--date-left {
    margin: 0 auto
}

@media only screen and (min-width:1280px) {
    .table-cell--date-left {
        margin-left: auto;
        margin-right: unset
    }
}

.table-cell--date-right {
    margin: 0 auto
}

@media only screen and (min-width:1280px) {
    .table-cell--date-right {
        margin-right: auto;
        margin-left: unset
    }
}

.table-cell--big {
    padding: 32px
}

.table-cell--fraction {
    gap: .5rem;
    align-items: center
}

.table-cell--fraction-text {
    border-bottom: 1px solid #dbeafe
}

.table-cell--percentage-of-a-number-calculator {
    display: flex;
    flex-direction: column
}

.table-cell--percentage-of-a-number-calculator b {
    margin-bottom: 4px;
    display: inline-block
}

.table-cell--percentage-of-a-number-calculator b:not(:first-child) {
    margin-top: 16px
}

.table-cell--percentage-of-a-number-calculator .error {
    color: #ef4444
}

.table-cell--only-title {
    text-transform: uppercase;
    color: #312e81;
    letter-spacing: .05em;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500
}

.table-cell--nogap {
    gap: 4px
}

.table-cell--table-dark {
    background-color: #bfdbfe
}

.table-cell:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@media only screen and (max-width:640px) {
    .table-cell:first-child {
        border-radius: 0
    }
}

.table-cell:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media only screen and (max-width:640px) {
    .table-cell:last-child {
        border-radius: 0
    }
}

@media only screen and (max-width:768px) {
    .table-cell--only-title {
        padding: 16px
    }

    .table-cell--only {
        padding: 32px 16px
    }
}

html.dark .table-cell {
    background-color: #101e47;
    color: #fff
}

html.dark .table-cell--dark {
    background-color: #162b64;
    color: #fff
}

html.dark .table-cell--table-dark {
    background-color: #1c3782
}

html.dark .table-cell--fraction-text {
    border-color: #2f4a71
}

.result-table {
    border-collapse: collapse;
    min-width: 100px;
    width: 100%
}

.result-table td,
.result-table th {
    padding: 1rem 1.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    text-align: left;
    font-weight: 400
}

.result-table td.wrap,
.result-table th.wrap {
    white-space: normal;
    word-break: break-all
}

.result-table td.short,
.result-table th.short {
    padding-left: 0
}

.result-table td.border-right,
.result-table th.border-right {
    border-right-width: 1px;
    border-right-style: solid
}

.result-table td.border-right-none,
.result-table th.border-right-none {
    border-right-width: 0 !important
}

.result-table td.border-left,
.result-table th.border-left {
    border-left-width: 1px;
    border-left-style: solid
}

.result-table td.border-left-none,
.result-table th.border-left-none {
    border-left-width: 0 !important
}

.result-table td.border-top,
.result-table th.border-top {
    border-top-width: 1px;
    border-top-style: solid
}

.result-table td.border-top-none,
.result-table th.border-top-none {
    border-top-width: 0 !important
}

.result-table td.border-bottom,
.result-table th.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.result-table td.border-bottom-none,
.result-table th.border-bottom-none {
    border-bottom-width: 0 !important
}

.result-table td.baseline,
.result-table th.baseline {
    vertical-align: baseline
}

.result-table td.border-radius-top-left,
.result-table th.border-radius-top-left {
    border-top-left-radius: 0 !important
}

.result-table td.border-radius-top-right,
.result-table th.border-radius-top-right {
    border-top-right-radius: 0 !important
}

.result-table td.border-radius-bottom-left,
.result-table th.border-radius-bottom-left {
    border-bottom-left-radius: 0 !important
}

.result-table td.border-radius-bottom-right,
.result-table th.border-radius-bottom-right {
    border-bottom-right-radius: 0 !important
}

.result-table td {
    border-color: #404453
}

.result-table th {
    background: #404453;
    border-color: #2a2d37
}

.result-table th.indigo {
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: .05em;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500
}

.result-table th.indigo span {
    text-transform: lowercase;
    font-weight: 400
}

.result-table th.dark {
    background-color: #1c919b
}

.result-table tr>:is(td, th):last-child {
    width: 100%
}

.result-table__wrapper {
    overflow: auto
}

.result-table__wrapper:not(:first-child) {
    border-top: 0px solid #dbeafe
}

.result-table__wrapper:first-child table {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@media only screen and (max-width:640px) {
    .result-table__wrapper:first-child table {
        border-radius: 0
    }
}

.result-table__wrapper:first-child table tbody:first-child th:first-child,
.result-table__wrapper:first-child table thead th:first-child {
    border-top-left-radius: 8px
}

html[dir=rtl] .result-table__wrapper:first-child table tbody:first-child th:first-child,
html[dir=rtl] .result-table__wrapper:first-child table thead th:first-child {
    border-top-right-radius: 8px
}

@media only screen and (max-width:640px) {

    .result-table__wrapper:first-child table tbody:first-child th:first-child,
    .result-table__wrapper:first-child table thead th:first-child {
        border-radius: 0
    }
}

.result-table__wrapper:first-child table tbody:first-child th:last-child,
.result-table__wrapper:first-child table thead th:last-child {
    border-top-right-radius: 8px
}

html[dir=rtl] .result-table__wrapper:first-child table tbody:first-child th:last-child,
html[dir=rtl] .result-table__wrapper:first-child table thead th:last-child {
    border-top-left-radius: 8px
}

@media only screen and (max-width:640px) {

    .result-table__wrapper:first-child table tbody:first-child th:last-child,
    .result-table__wrapper:first-child table thead th:last-child {
        border-radius: 0
    }
}



@media only screen and (max-width:640px) {
    .result-table__wrapper:last-child table {
        border-radius: 0
    }
}



@media only screen and (max-width:640px) {
    .result-table__wrapper:last-child table tbody:last-child tr:last-child th:first-child {
        border-radius: 0
    }
}


@media only screen and (max-width:640px) {
    .result-table__wrapper:last-child table tbody:last-child tr:last-child th:last-child {
        border-radius: 0
    }
}

.result-table__wrapper:not(:last-child) tbody>tr:last-child td,
.result-table__wrapper:not(:last-child) tbody>tr:last-child th {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dbeafe
}

.result-table__wrapper--ovulation {
    width: 100%;
    border-color: #dbeafe
}

@media only screen and (min-width:1280px) {
    .result-table__wrapper--ovulation {
        max-width: 600px;
        border-right-width: 1px;
        border-right-style: solid
    }
}

@media only screen and (max-width:1280px) {
    .result-table__wrapper--ovulation {
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

.result-table__dialog {
    max-height: 44px;
    overflow: hidden
}

.result-table__dialog--active {
    max-height: 100%
}

.result-table__dialog--active>.result-table__open>svg {
    transform: rotate(180deg)
}

.result-table__dialog+.result-table__dialog>.result-table__open {
    border-top: 1px solid #bfdbfe
}

.result-table__dialog tr>:is(td, th):last-child {
    width: auto
}

.result-table__cell--header-main {
    background: #dbeafe;
    border-color: #eff6ff
}

.result-table__cell--dark {
    background-color: #bfdbfe
}

.result-table__cell--uppercase {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500
}

.result-table__cell--uppercase span {
    text-transform: lowercase;
    font-weight: 400
}

.result-table__cell--border-right {
    border-right-style: solid;
    border-right-width: 1px
}

.result-table__cell--border-left {
    border-left-style: solid;
    border-left-width: 1px
}

.result-table__cell--border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.result-table__cell--border-top {
    border-top-style: solid;
    border-top-width: 1px
}

.result-table__cell--border-header {
    border-color: #dbeafe
}

.result-table__cell--border-default {
    border-color: #eff6ff
}

.result-table__cell--border-none {
    border-width: 0 !important
}

.result-table tr+tr td,
.result-table tr+tr th {
    border-top-width: 1px;
    border-style: solid
}

.result-table thead:not(.dark)+tbody>tr:first-child>:is(td, th) {
    border-top-width: 1px;
    border-style: solid
}

.result-table__open {
    padding: .75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    background: #bfdbfe;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.result-table__open>svg {
    transition: .3s linear
}

.result-table__open-text {
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 500;
    color: #312e81
}

.result-table--work-hours-calculator {
    border-top: 1px solid #dbeafe
}

.result-table--work-hours-calculator thead>tr>:is(td, th):first-child,
.result-table--work-hours-calculator thead>tr>:is(td, th):last-child {
    border-radius: 0 !important
}

.result-table--work-hours-calculator tbody>tr>:is(td, th) {
    border-top-width: 1px;
    border-top-style: solid
}

.result-table--work-hours-calculator th:first-child {
    min-width: 287px;
    width: 287px
}

.result-table--work-hours-calculator th:nth-child(2) {
    min-width: 92px;
    width: 92px
}

.result-table--fully tr>:is(td, th):last-child {
    width: auto
}

.result-table--z-score td,
.result-table--z-score th {
    height: 62px
}

.result-table--z-score thead th {
    height: 52px
}

.result-table--z-score .short {
    padding-top: 11px;
    padding-bottom: 11px
}

html.dark .result-table {
    background: #101e47
}

html.dark .result-table td,
html.dark .result-table th {
    color: #fff
}

html.dark .result-table td {
    border-color: #162b64
}

html.dark .result-table th {
    background: #162b64;
    border-color: #101e47
}

html.dark .result-table th.dark {
    background: #1c3782
}

html.dark .result-table__wrapper:not(:last-child) tbody>tr:last-child td,
html.dark .result-table__wrapper:not(:last-child) tbody>tr:last-child th {
    border-bottom-color: #162b64
}

html.dark .result-table__wrapper--ovulation {
    border-color: #162b64
}

html.dark .result-table__cell--dark {
    background: #1c3782
}

html.dark .result-table__cell--border-header {
    border-top-color: #162b64
}

html.dark .result-table__cell--border-default {
    border-top-color: #101e47
}

html.dark .result-table__open {
    border-top-color: #101e47 !important;
    background: #1c3782
}

html.dark .result-table__open svg>path[fill] {
    fill: white
}

html.dark .result-table__open-text {
    color: #fff
}

html.dark .result-table--work-hours-calculator {
    border-color: #162b64
}

.table-progress-list {
    display: flex;
    margin-bottom: -.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-content: space-between;
    width: 100%
}

.table-progress-list__item {
    line-height: 1;
    color: #6b7280;
    font-size: .75rem
}

.table-progress-list--fat {
    padding: 0;
    max-width: 80%
}

html.dark .table-progress-list__item {
    color: #fff
}

.table-progress {
    width: 100%;
    height: .5rem;
    border-radius: 6px;
    position: relative;
    background: linear-gradient(90deg, #ff8686 0, #ffdd84 25%, #9cff84 50%, #ffdd86 75%, #ff8585 100%)
}

.table-progress--fat {
    background: linear-gradient(90deg, #ff8686 0, #ffdd84 13%, #9cff84 29%, #87b958 43%, #ffdd86 61%, #ff8585 100%)
}

.table-progress__indicator {
    width: 1rem;
    height: 1rem;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #5045e5;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
    box-sizing: content-box;
    transition: .3s ease
}

.result-text {
    color: #374151;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.result-text--small {
    color: #6b7280;
    line-height: 1.25rem;
    font-size: .875rem
}

.result-text--small-loan {
    color: #6b7280;
    line-height: 1.25rem;
    font-size: .875rem
}

.result-text--break-all {
    word-break: break-all
}

html.dark .result-text {
    color: #fff
}

html.dark .result-text--small-loan {
    color: #93c5fd
}

.date-title {
    color: #6b7280;
    line-height: 1.75rem;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 1rem
}

.date-title--date {
    color: #111827
}

.date-title--small {
    font-size: .875rem;
    line-height: 1.25rem
}

.date-title b {
    color: inherit
}

.date-title b+b {
    margin-left: 4px
}

html.dark .date-title {
    color: #fff
}

html.dark .date-title--date {
    color: #fff
}

.result-age>div {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 246px;
    margin: 0 auto
}

.result-age>div:nth-child(2)>p {
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: .875rem;
    width: 100%;
    line-height: 0;
    color: #9ca3af
}

.result-age>div:nth-child(3) {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 6px
}

.result-age>div:nth-child(3)>p {
    font-size: 1rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    line-height: 0;
    color: #6b7280
}

.result-age>div:nth-child(3)>p:nth-child(n+1):nth-child(-n+6) {
    border-right: 1px solid #e5e7eb;
    border-top: 0 !important
}

.result-age>div:nth-child(3)>p:nth-child(7) {
    border: 0 !important
}

.result-age>div:nth-child(3)>p:nth-child(n+15):nth-child(-n+20),
.result-age>div:nth-child(3)>p:nth-child(n+22):nth-child(-n+27),
.result-age>div:nth-child(3)>p:nth-child(n+29):nth-child(-n+34),
.result-age>div:nth-child(3)>p:nth-child(n+36):nth-child(-n+41),
.result-age>div:nth-child(3)>p:nth-child(n+8):nth-child(-n+13) {
    border-top: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb
}

.result-age>div:nth-child(3)>p:nth-child(14),
.result-age>div:nth-child(3)>p:nth-child(21),
.result-age>div:nth-child(3)>p:nth-child(28),
.result-age>div:nth-child(3)>p:nth-child(35),
.result-age>div:nth-child(3)>p:nth-child(42) {
    border-top: 1px solid #e5e7eb
}

.result-age .current,
.result-age .current-between {
    font-weight: 600;
    position: relative;
    z-index: 1
}

.result-age .current-between::before,
.result-age .current::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    border-radius: 50%;
    z-index: -1
}

.result-age .pink-cell {
    background: #fce7f3;
    color: #9d174d !important;
    font-weight: 600
}

.result-age .green-cell {
    background: #dcfce6;
    color: #176434 !important;
    font-weight: 600
}

.result-age .next {
    color: #9ca3af !important
}

.result-age--from .current {
    color: #844d0f !important
}

.result-age--from .current::before {
    background: #fef8c3
}

.result-age--to .current {
    color: #176434 !important
}

.result-age--to .current::before {
    background: #dcfce6
}

.result-age--range .current {
    color: #ede9fe !important
}

.result-age--range .current::before {
    background: #5b21b6
}

.result-age--range .current-between {
    color: #5b21b6 !important
}

.result-age--range .current-between::before {
    background: #ede9fe
}

.result-age--small {
    margin: 0 auto;
    justify-content: center
}

.result-age--small>div {
    max-width: 198px
}

.result-age--small>div:nth-child(2)>p {
    height: 1.75rem;
    width: 1.75rem
}

.result-age--small>div:nth-child(3)>p {
    font-size: .8125rem;
    height: 1.75rem;
    width: 1.75rem
}

.result-age--small .current,
.result-age--small .current-between {
    font-size: .8125rem
}

.result-age--small .current-between::before,
.result-age--small .current::before {
    width: 1.25rem;
    height: 1.25rem
}

.result-age--big>div:nth-child(2)>p {
    width: 2.25rem;
    height: 2.25rem;
    font-size: .875rem
}

.result-age--big>div:nth-child(3)>p {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem
}