.page-calc {
    max-width: none;
}
.calc-body {
    padding-left: 0;
    padding-right: 0;
}
.calc-wrap,
.main-calc {
    padding-left: 30px;
    padding-right: 30px;
}
.title-calc {
    font-size: 28px;
    font-weight: 600;
    color: #0B0B0B;
    line-height: 32px;
}
.title-green {
    color: var(--color-primary);
}
.title-red {
    color: #C03A2B;
    margin-bottom: 5px;
    font-size: 28px;
    font-family: "Blogger Sans", sans-serif;
}
p.paragraph-calc {
    color: #121212;
    line-height: 26px;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.calc-list li {
    color: #121212;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    position: relative;
}
.calc-list li::before {
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 9px;
}
/*p.paragraph-calc:last-of-type{
    margin-bottom: 0;
}*/
.row-calc {
    margin-left: 0;
    margin-right: 0;
}
.main-calc-text {
    display: flex;
    align-items: flex-end;
}
.main-calc-img {
    text-align: right;
}
.main-calc {
    margin-bottom: 70px;
}
.menu-calc {
    margin-bottom: 80px;
}
.menu-calc-link {
    border: 0.5px solid #E8E8E8;
    background: #FFFFFF;
    text-align: center;
    padding: 30px 0 30px;
    min-height: 360px;
    max-height: 360px;
}
.menu-calc-link:hover {
    box-shadow: 0px 33px 45px rgba(167, 179, 180, 0.25);
    transition: 0.3s;
    z-index: 10;
    position: relative;

}
.menu-calc-title {
    color: #121212;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: 600;
    display: block;
    font-size: 16px;
}
.menu-calc-img {
    height: 143px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.menu-calc-img.spn-size img {
    display: block;
    height: 100%;
}
.calc-page-title {
    margin-top: 65px;
}
.menu-calc-paragraph {
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 0;
    min-height: 80px;
}
.menu-calc-link:hover,
.menu-calc-link:hover .menu-calc-paragraph, .menu-calc-link:hover .menu-calc-title {
    text-decoration: none;
}
.menu-calc .menu-calc-link {
    display: block;
}
.menu-calc .row {
    margin-right: -26px;
    margin-left: -26px;
    display: flex;
    align-items: stretch;
}
.menu-calc .row:nth-of-type(2) .menu-calc-img {
    min-height: 125px;
    max-height: 125px;
}
.calc-count .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calc-count {
    margin-bottom: 40px;
}
.infobox {
    background: #FCF9F2;
    border: 1px solid #F4E9CF;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 60px;
}
.calc-infobox {
    padding: 18px 30px;
    max-width: 1090px;
}
.infobox-text {
    color: #121212;
    font-weight: 600;
}
.calc-howtouse {
    margin-bottom: 40px;
}

.calc-count-img {
    margin-top: 25px;
}
.menu-calc .menu-calc-link {
    display: inline-flex;
    justify-content: center;
    margin-right: -4px;
    margin-top: -1px;
}
.menu-calc .menu-calc-link {
    border-left: none;
}
.menu-calc .menu-calc-link:nth-of-type(3n) {
    border-right: none;
}
.calc-list-item {
    font-size: 16px;
    color: #121212;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 18px;
}
.calc-list li::before {
    left: 15px;
}
.nopd-top {
    padding-top: 0;
}
.calc-main-title {
    border-bottom: 3px solid #905D30;
    margin-bottom: 42px;
}
.menu-right {
    padding: 19px 0;
}
.menu-right.infobox {
    border-color: #E4DECF;
}
.menu-right-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4DECF;
    font-family: "Blogger Sans", sans-serif;
    margin-top: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
}
.menu-right-link {
    font-size: 16px;
    line-height: 26px;
    color: #121212;
    display: block;
    margin-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
}
.menu-right-link:last-of-type {
    margin-bottom: 0;
}
.menu-right-link.active {
    color: var(--color-primary);
    font-weight: 500;
}
.title-img {
    padding-left: 36px;
    max-height: 145px;
    height: 145px;
}
.title-img img {
    height: 100%;
}
.online-calc-title {
    background: var(--color-primary);
    border-radius: 0px 32.8119px 0px 0px;
    font-size: 22px;
    font-family: "Blogger Sans", sans-serif;
    color: #fff;
    width: 262px;
    padding: 12px 30px;
}
.main-calc-info {
    margin-bottom: 32px;
}
.input-styled {
    background: #FFFFFF;
    border: 1px solid #D2CAB6;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 14px;
    padding-right: 14px;
}
.input-styled::placeholder {
    color: #8F8F8F;
    font-size: 16px;
}
.calc-input select,
.calc-input input {
    width: 165.1px;
    height: 46px;
    margin-right: 15px;
}
.calc-input label {
    font-size: 18px;
}
.calc-input {
    margin-bottom: 16px;
}
.online-calc-left {
    padding: 28px 30px;
    min-width: 553px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    /* max-height: 236px; */
}

.online-calc-right {
    padding: 41px 30px;
    border-top-left-radius: 0;
    /* max-height: 236px; */
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 10;
    box-shadow: -32px 0px 29px -12px rgba(0, 0, 0, 0.13);
}

.online-calc-content {
    display: flex;
}
.online-calc-right-title {
    font-size: 18px;
    color: #121212;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
}
.online-calc-numbers {
    font-size: 18px;
    color: var(--color-primary);
    line-height: 42px;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}
.total-number {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 42px;
    margin-right: 5px;
}
.online-calc-text {
    font-size: 16px;
    color: #686868;
    display: block;
}
.online-calc {
    margin-bottom: 60px;
    margin-top: 20px;
}
.calc-step-item {
    position: relative;
    padding-left: 45px;
}
.modes-action-number {
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 2;
}
.calc-step-item:first-of-type .modes-action-number::before {
    display: none;
}
/*.modes-action-number::before {
    content: '';
    width: 1px;
    height: 37.6px;
    position: absolute;
    top: 0;
    background: #DEDEDE;
    left: 14px;
    transform: translateY(-100%);
    z-index: 1;
}*/
.calc-step-item {
    position: relative;
}
.calc-step-item::before {
    content: '';
    width: 1px;
    height: calc(100% + 20px);
    position: absolute;
    top: 0;
    background: #DEDEDE;
    left: 14px;
    z-index: 1;
    margin-top: 10px;
}
.calc-step-item:last-of-type::before {
    display: none;
}
.calc-step-item {
    margin-bottom: 14px;
}
.calc-step-item:last-of-type {
    margin-bottom: 0;
}
.calc-howto-info {
    margin-bottom: 20px;
}
.calc-small-title {
    font-size: 22px;
    font-weight: 600;
    font-family: "Blogger Sans", sans-serif;
    line-height: 34px;
    color: #0B0B0B;
    display: block;
    margin-bottom: 18px;
}
.calc-step-list {
    margin-bottom: 40px;
}
.paragraph-to-top {
    margin-top: -6px;
}
.infobox-tip {
    padding: 15px 22px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 3px rgba(174, 174, 174, 0.22);
}
.infobox-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #121212;
}
.info-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18.7969' cy='18.2983' r='18' fill='%23FFA931'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.1626 7.10938C22.4657 7.10938 23.117 7.97587 23.117 8.96664C23.117 10.2041 21.9856 11.3487 20.5111 11.3487C19.2766 11.3487 18.5564 10.6368 18.5907 9.46145C18.5907 8.47088 19.4479 7.10938 21.1626 7.10938ZM17.1503 26.0823C16.1215 26.0823 15.367 25.4635 16.0872 22.7403L17.2684 17.9103C17.4741 17.1368 17.5078 16.8275 17.2684 16.8275C16.9594 16.8275 15.6239 17.3618 14.834 17.8881L14.3203 17.0524C16.8234 14.9794 19.7032 13.7636 20.9373 13.7636C21.9657 13.7636 22.1376 14.9704 21.6233 16.8273L20.271 21.9045C20.0309 22.8017 20.1342 23.111 20.3736 23.111C20.6822 23.111 21.6943 22.7386 22.6885 21.9648L23.2717 22.7387C20.8369 25.1527 18.1791 26.0823 17.1503 26.0823Z' fill='%23101010'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.4595' height='18.973' fill='white' transform='translate(9.06641 7.10938)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 37px;
    min-width: 37px;
    height: 37px;
    margin-right: 14px;
}
.infobox-tip {
    margin-bottom: 30px;
}
.calc-howto-img img {
    width: 345px;
}
.calc-howto-img {
    margin-top: 70px;
}
.calc-img-top {
    margin-top: -30px;
}
h2.calc-about-title,
h3.calc-about-title,
.calc-about-title {
    font-size: 28px;
    font-weight: 600;
    display: block;
    line-height: 34px;
    color: #0B0B0B;
    font-family: "Blogger Sans", sans-serif;
    margin-bottom: 20px;
}
h3.blacktitle-sm,
h2.blacktitle-sm,
.blacktitle-sm {
    font-size: 22px;
    line-height: 34px;
    font-family: "Blogger Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}
.calc-about {
    margin-bottom: 32px;
}

.redtitle-sm {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #C03A2B;
    margin-bottom: 13px;
    display: block;
}
.formula-box-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #121212;
}
.calc-main-title {
    display: flex;
    align-items: flex-end;
}
.formula-box {
    display: inline-flex;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 3px rgba(174, 174, 174, 0.22);
}
.formula-info-item {
    display: flex;
    align-items: center;
}
.formula-box {
    margin-right: 12px;
}
.formula-box-sm {
    display: inline-flex;
    height: 42px;
    width: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.formula-box-sm .formula-box-text {
    font-size: 24px;
}
.show-mb {
    display: none;
}
.online-calc-content .infobox {
    margin-bottom: 0;
}
.calc-top-title {
    margin-top: 60px;
}
.calc-top-title h1 {
    margin-bottom: 20px;
}
.row-calc-about {
    margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
    .menu-calc-link {
        /*min-height: inherit;
        max-height: inherit;*/
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
        margin-right: 0;
    }
    .menu-calc .menu-calc-link:nth-of-type(3n) {
        border-right: 1px solid #E8E8E8;
    }
    .menu-calc .menu-calc-link:nth-of-type(2n) {
        border-right: none;
    }
}
@media screen and (max-width: 767px) {
    .page-calc {
        margin: 0 -15px;
    }
    .page-calc > .card {
        border: 0;
    }
    .main-calc {
        margin-bottom: 0;
    }
    .menu-calc .menu-calc-link {
        border-left: none;
        border-right: none;
        margin-right: 0;
        width: 100%;
    }
    .main-calc-text {
        flex-direction: column-reverse;
    }
    .main-calc-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    h2.title-calc {
        font-size: 22px;
    }
    .menu-calc .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .menu-calc {
        margin-bottom: 50px;
    }
    .menu-calc-wrap {
        display: block;
    }
    .calc-wrap,
    .main-calc {
        padding-left: 15px;
        padding-right: 15px;
    }
    .calc-list li {
        padding-left: 15px;
    }
    .calc-list li::before {
        left: 0;
        width: 7px;
        height: 7px;
    }
    .calc-main-title {
        margin-bottom: 15px;
    }
    .online-calc {
        margin-left: var(--mobile-padding-invert);
        margin-right: var(--mobile-padding-invert);
        margin-bottom: 30px;
    }
    .infobox {
        border: 0;
        padding: 20px 20px;
    }
    .online-calc-left {
        border-bottom: 1px solid #F4E9CF;
    }
    .online-calc-right {

    }
    .online-calc-numbers {
        margin-bottom: 5px;
    }
    .menu-right-title,
    .menu-right-link {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1180px) {
    .calc-list {
        margin-right: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .online-calc-right,
    .online-calc-left {
        min-width: inherit;
        max-height: inherit;
    }
    .calc-input input {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 780px) {
    .calc-img-top {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .calc-page-title {
        margin-top: 0px;
    }

    .online-calc-text {
        font-size: 14px;
    }
    .hide-mb {
        display: none;
    }
    .menu-mob {
        margin-top: 30px;
    }
    .show-mb {
        display: block;
    }
    .calc-list {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .title-img {
        display: none;
    }
    .online-calc-content {
        display: block;
    }
    .online-calc-content .infobox {
        margin-bottom: 0;
    }
    .online-calc-right {
        box-shadow: none;
    }
    .calc-input {
        display: flex;
        flex-direction: column;
    }
    .calc-input select,
    .calc-input input {
        width: 100%;
        order: 2;
        margin-bottom: 0;
    }
    .calc-input label {
        order: 1;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .info-icon {
        display: none;
    }
    .infobox-text {
        font-size: 15px;
    }
    .calc-howto-img {
        margin-top: -10px;
        margin-bottom: 30px;
    }
    p.paragraph-calc.paragraph-to-top {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .formula-lg {
        margin-bottom: 20px;
    }
}
