.calcRemont, .calcRemont *, .calcRemont :before, .calcRemont :after {
    box-sizing: border-box;
}

.calcRemont input,
.calcRemont textarea {
    outline: none;
}
.calcRemont input[type="number"]::-webkit-outer-spin-button,
.calcRemont input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.calcRemont .calcRemont-checkbox-style {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.calcRemont .calcRemont-checkbox-style+label {
    display: inline-flex;
    cursor: pointer;
    position: relative
}

.calcRemont .calcRemont-checkbox-style+label:before {
    content: "";
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-right: 12px;
    border-radius: 100%;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    background: #fff
}

.calcRemont .calcRemont-checkbox-style+label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 100%;
    background: #fff;
}

.calcRemont .calcRemont-checkbox-style:checked+label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.calcRemont {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.calcRemont .calcRemont-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calcRemont .calcRemont-form>.calcRemont-left {
    padding: 63px;
    width: 100%
}

.calcRemont .calcRemont-title {
    display: block;
    max-width: 335px;
    margin: 0 0 30px;
    padding: 0;
    font-family: "CeraPro",sans-serif;
    font-size: 30px;
    line-height: 1.2
}

.calcRemont .calcRemont-elements-single {
    display: none
}

.calcRemont .calcRemont-elements-single>.calcRemont-row {
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap
}

.calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item {
    width: 50%;
    padding-left: 20px
}

.calcRemont .calcRemont-elements-single>.calcRemont-row:last-child {
    margin-bottom: 0;
    flex-flow: unset;
    justify-content: space-between;
    border-top: 1px solid #eaebea
}

.calcRemont .calcRemont-elements-single.active {
    display: block
}

.calcRemont .calcRemont-elements-title {
    margin-bottom: 15px;
    font-size: 14px;
    opacity: .5
}

.calcRemont .calcRemont-input-area-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calcRemont .calcRemont-input-area-size input[type=text],
.calcRemont .calcRemont-input-area-size input[type=number] {
    width: calc(100% - 100px);
    height: 50px;
    padding: 10px;
    border: 1px solid #c6c6c6;
    border-left: none;
    border-right: none;
    border-radius: 0;
    text-align: center
}

.calcRemont .calcRemont-elements-includes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calcRemont .calcRemont-elements-includes>* {
    margin-bottom: 18px
}

.calcRemont .calcRemont-elements-includes .calcRemont-radio-btn {
    width: 65px;
    margin-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calcRemont .calcRemont-elements-includes .medium-radio-btn {
    width: 30%;
    margin-right: 3%
}

.calcRemont .calcRemont-elements-includes .half-radio-btn {
    width: 50%;
    margin-right: 0
}

.calcRemont .calcRemont-elements-includes .long-radio-btn {
    width: 100%;
    margin-right: 0
}

.calcRemont .calcRemont-elements-includes .calcRemont-radio-btn:last-child {
    margin-right: 0
}

.calcRemont .is-area-electricity {
    width: 100%;
    padding-top: 30px
}

.calcRemont .is-area-electricity label:before {
    border-radius: 2px
}

.calcRemont .calcRemont-totals>:last-child {
    margin-bottom: 0!important
}

.calcRemont .calcRemont-totals .calcRemont-general-totals {
    margin-bottom: 30px
}

.calcRemont .calcRemont-totals .calcRemont-general-totals .calcRemont-total {
    display: inline-block;
    margin-bottom: 5px;
    opacity: .5
}

.calcRemont .calcRemont-totals .calcRemont-general-totals .calcRemont-price {
    font-family: "CeraPro",sans-serif;
    font-size: 28px
}

.calcRemont .calcRemont-totals .particular-total {
    margin-bottom: 20px
}

.calcRemont .calcRemont-totals .particular-total .head {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    opacity: .5
}

.calcRemont .calcRemont-totals .particular-total .calcRemont-price {
    font-family: "CeraPro",sans-serif;
    font-size: 20px
}

.calcRemont .calcRemont-totals-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

.calcRemont .calcRemont-totals-list.with-border-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background-color: #eaebea
}

.calcRemont .calcRemont-totals-list li {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calcRemont .calcRemont-totals-list li:last-child {
    margin-bottom: 0
}

.calcRemont .calcRemont-totals-list li .calcRemont-value {
    width: 75px;
    font-family: "CeraPro",sans-serif;
    font-size: 14px
}

.calcRemont .calcRemont-discuss-details {
    max-width: 245px;
    width: 100%;
    height: 50px
}

.calcRemont .calcRemont-privacy-policy .calcRemont-checkbox-style + label:before {
    border: 2px solid #f7c51e;
    border-radius: 0;
}
.calcRemont .calcRemont-privacy-policy .calcRemont-checkbox-style:checked + label:before {
    background: #f7c51e;
}
.calcRemont .calcRemont-privacy-policy .calcRemont-checkbox-style:checked + label:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    background: #f7c51e;
    transform: rotate(45deg);
}

@media (max-width: 1100px) {
    .calcRemont .calcRemont-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .calcRemont .calcRemont-form>.calcRemont-left {
        width: 100%;
        margin-right: 0;
        padding: 30px
    }
}

@media (max-width: 700px) {
    .calcRemont .calcRemont-title {
        font-size: 20px;
        width: 70%
    }

    .calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item {
        width: 100%;
        padding-left: 0
    }

    .calcRemont .calcRemont-elements-single>.calcRemont-row:last-child {
        flex-flow: wrap
    }

    .calcRemont .calcRemont-row>* {
        width: 100%;
        margin-right: 0!important
    }
}

@media (max-width: 600px) {
    .calcRemont .calcRemont-totals-list.with-border-top:before {
        margin: 20px 0
    }

    .calcRemont .calcRemont-totals-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .calcRemont .calcRemont-totals-list li>* {
        width: 100%!important
    }

    .calcRemont .calcRemont-totals .calcRemont-general-totals {
        margin-bottom: 20px
    }

    .calcRemont .calcRemont-totals .calcRemont-general-totals:after {
        margin-top: 20px;
        height: 2px
    }

    .calcRemont .calcRemont-totals .calcRemont-general-totals .calcRemont-total {
        font-size: 14px
    }

    .calcRemont .calcRemont-totals .calcRemont-general-totals .calcRemont-price {
        font-size: 20px
    }

    .calcRemont .calcRemont-totals .particular-total .head {
        font-size: 13px
    }

    .calcRemont .calcRemont-totals .particular-total .calcRemont-price {
        font-size: 16px
    }
}

.calcRemont .calcRemont-checkbox-style:checked+label:before {
    background: #f7c51e;
}

.calcRemont .calcRemont-button-style.calcRemont-accent-button {
    padding: 0 20px;
    max-width: 170px;
    width: 100%;
    height: 50px;
    border: none;
    background: #f7c51e;
    color: #222;
}

.calcRemont .calcRemont-title {
    display: block;
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0
}

.calcRemont .small-text {
    font-size: 14px;
    opacity: .5;
    color: #1b1b1b;
    font-family: "CeraPro",sans-serif
}

.calcRemont .calcRemont-elements-single.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calcRemont .calcRemont-elements-single .info-block a {
    color: #db0112;
    text-decoration: underline
}

.calcRemont .calcRemont-elements-single .info-block .show-more {
    color: #939393;
    cursor: pointer;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.calcRemont .calcRemont-elements-single .info-block .show-more:hover {
    color: #1b1b1b
}

.calcRemont .calcRemont-elements-single .info-block .list {
    margin: 0;
    padding: 0;
    list-style: none
}

.calcRemont .calcRemont-elements-single .info-block .list li {
    margin-bottom: 12px
}

.calcRemont .calcRemont-elements-single .info-block .first-section {
    margin-bottom: 20px
}

.calcRemont .calcRemont-elements-single .info-block .first-section :last-child {
    margin-bottom: 0!important
}

.calcRemont .calcRemont-elements-single .info-block .first-section p {
    margin: 0 0 30px;
    left: 0
}

.calcRemont .calcRemont-elements-single .info-block .calcRemont-bottom-section {
    font-size: 14px;
    line-height: 20px
}
*
.calcRemont .calcRemont-elements-single2>div,
.calcRemont .calcRemont-elements-single2 input,
.calcRemont .calcRemont-elements-single2 textarea {
    width: 100%
}

.calcRemont .calcRemont-elements-single2 textarea {
    padding: 5px;
    max-height: 200px
}

.calcRemont .calcRemont-elements-single2 .calcRemont-input-field {
    margin-bottom: 15px
}

.calcRemont .calcRemont-elements-single2 button {
    display: block;
    text-align: center
}


.calcRemont .calcRemont-elements-single>:nth-child(2) {
    width: 100%
}

.calcRemont .calcRemont-elements-single>.calcRemont-row:last-child {
    margin-bottom: 0;
    border-top: none;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: baseline
}

.calcRemont .calcRemont-elements-single.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.calcRemont .calcRemont-elements-includes .calcRemont-radio-btn {
    width: 150px;
    margin-bottom: 15px
}

.calcRemont .calcRemont-elements-title {
    width: 100%
}

.calcRemont .calcRemont-elements-includes {
    width: 100%
}

.calcRemont .calcRemont-input-area-size .calcRemont-change-value {
    height: 50px;
    width: 50px;
    display: block;
    border: 1px solid #c6c6c6;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    line-height: 49px;
    background: #eee;
    color: #222;
    cursor: pointer;
    user-select: none;
}

.calcRemont .calcRemont-elements-includes>* {
    margin-bottom: 30px;
    width: 100%
}

.calcRemont .calcRemont-elements-includes .check-list>* {
    margin-bottom: 20px
}

.calcRemont .calcRemont-elements-includes .check-list>:last-child {
    margin-bottom: 0
}

.calcRemont .calcRemont-elements-includes .download-btn {
    max-width: 303px;
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 0
}

.calcRemont .calcRemont-totals .calcRemont-general-totals:after {
    content: none;
    width: 100%;
    height: 8px;
    display: block;
    margin-top: 29px;
    background-color: #db0112
}

.calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item.calcRemont-left-item {
    width: 40%
}

.calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item.calcRemont-right-item {
    width: 55%;
    align-items: baseline
}

.calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item.calcRemont-right-item .calcRemont-item.calcRemont-small-item {
    width: 50%
}

.calcRemont .calcRemont-item.work-type-item .calcRemont-elements-includes {
    justify-content: space-between
}

.calcRemont .calcRemont-item.work-type-item .calcRemont-elements-includes .calcRemont-radio-btn:last-child {
    margin-right: 15px
}

.calcRemont .calcRemont-totals {
    float: left
}

.calcRemont .calcRemont-btns {
    float: right
}

.calcRemont .calcRemont-privacy-policy {
    margin-bottom: 10px;
}

.calcRemont .calcRemont-success {
    margin-top: 10px;
}

@media (min-width: 900px) {
    .calcRemont .calcRemont-elements-includes-small .calcRemont-radio-btn {
        width:25%!important;
        margin-right: 0!important
    }
}

@media (max-width: 900px) {
    .calcRemont .calcRemont-elements-single.active {
        flex-direction: column
    }

    .calcRemont .calcRemont-elements-single>:first-child,
    .calcRemont .calcRemont-elements-single>:nth-child(2) {
        width: 100%
    }

    .calcRemont .calcRemont-input-area-size input[type=text] {
        min-width: calc(100% - 100px)
    }
}

@media (max-width: 768px) {
    .calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item.calcRemont-left-item,
    .calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item.calcRemont-right-item,
    .calcRemont .calcRemont-elements-single>.calcRemont-row>.calcRemont-item.calcRemont-right-item .calcRemont-item.calcRemont-small-item {
        width:100%
    }

    .calcRemont .calcRemont-totals,
    .calcRemont .calcRemont-btns {
        width: 100%;
        float: none;
        text-align: center
    }

    .calcRemont .calcRemont-totals {
        margin-bottom: 20px
    }

}

@media (max-width: 600px) {
    .calcRemont .calcRemont-form>.calcRemont-left {
        padding: 30px
    }
    .calcRemont .calcRemont-elements-title,
    .calcRemont .calcRemont-elements-includes {
        width: 100%
    }
}
