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

body {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: #575757;
}

#c-calculate .c-calculate-wrapper {
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

.c-container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.c-form {
    max-width: 100%;
    margin: 0 auto !important;
}

.c-form-init {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
    margin-block-end: 1em;
}

.c-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.c-row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

h2 {
    font-weight: bold;
    color: #000;
    font-size: 47px;
    margin: 0px 0px 10px 0px;
}

/* @media (max-width: 991px) {
    h2, h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    p, li{
        font-size: 16px;
    }
} */

.c-form h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

h2 em {
    font-style: normal;
    color: #ec7633;
}

.d-none {
    display: none !important;
}

#c-calculate .c-form .c-col-md-7.c-col-xs-12 p {
    display: flex;
    align-items: center;
}

#c-calculate .c-form .c-col-md-7.c-col-xs-12 p label {
    width: fit-content;
}

.c-form-control-wrap {
    position: relative;
}

.c-form input[type=text] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.c-ed-izm {
    font-size: 27px;
    color: #7d7d7d;
}

#c-calculate .c-form .c-col-md-7.c-col-xs-12 .c-ed-izm {
    margin-left: 10px;
}

.c-form input.c-left-input {
    font-size: 27px;
    font-weight: bold;
    width: 120px;
    border: 1px solid #bababa;
    display: inline-block;
    height: 65px;
    background: #f7f4f5;
    text-align: right;
}

#c-calculate .c-form input.c-left-input {
    height: 35px;
    font-size: 20px;
    margin-left: 20px;
}

.c-prim-rashod {
    float: left;
    height: 60px;
    margin-right: 10px;
    padding-top: 10px;
}

.c-black-rashod {
    font-size: 27px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

.c-itogo-rashod {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.c-orange-rashod {
    font-size: 37px;
    font-weight: bold;
    color: #ec7a3c;
    margin-left: 10px;
}

.c-form .c-card-wrapper {
    border: none;
    background: #f4f0f1;
    padding: 0 10px 10px 10px;
    max-width: 520px;
    margin-right: 0;
    float: right;
}

.c-form .c-card-wrapper .c-card {
    margin-top: 0;
    padding: 40px 30px;
}

.c-card-wrapper .c-card {
    position: relative;
    margin-top: 150px;
    padding: 30px 30px 70px 30px;
}

.c-card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    align-items: center;
}

.c-form .c-card h3 {
    font-size: 35px;
    color: #ec7a3c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.c-form .c-card .c-under-h3 {
    font-size: 30px;
    color: #575757;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

#c-calculate .c-form .c-form-init p {
    margin-bottom: 1.5rem;
}

.c-form-control-wrap {
    position: relative;
}

.c-form .c-form-control-wrap input.c-client-name {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.c-form .c-form-control-wrap input.c-client-name {
    height: 65px;
    background: #f7f4f5;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-left: 30px;
}

.c-form .c-form-control-wrap input.c-client-phone {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.c-form .c-form-control-wrap input.c-client-phone {
    height: 65px;
    background: #f7f4f5;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-left: 30px;
}

.c-submit-form {
    position: relative;
    z-index: 1;
}

.c-submit-form:before {
    content: "";
    position: absolute;
    top: 35px;
    width: 100%;
    height: 100%;
    background: url(https://xn----8sbnaococtddbao7bm1q.xn--p1ai/wp-content/themes/understrap/images/button-shadow-raschet.png) bottom center no-repeat;
    background-size: 260px;
    opacity: 0.7;
    z-index: -1;
}

.c-submit-form input.c-submit, .c-submit-form input.c-submit:disabled {
    display: flex;
    width: 260px;
    height: 70px;
    align-items: center;
    justify-content: center;
    background: rgb(251, 153, 95);
    background: -moz-linear-gradient(top, rgba(251, 153, 95, 1) 0%, rgba(227, 90, 14, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 153, 95, 1) 0%, rgba(227, 90, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 153, 95, 1) 0%, rgba(227, 90, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb995f', endColorstr='#e35a0e', GradientType=0);
    border-bottom: 5px solid #e15d15;
    color: #fff4e6 !important;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    padding-top: 5px;
    box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease;
    border: none;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.c-ckbxs {
    padding-top: 30px;
}

.c-form-control-wrap {
    position: relative;
}

.c-form-control {
    position: relative;
}

span.c-list-item {
    position: relative;
}

.c-form-control.c-acceptance .c-list-item {
    margin: 0;
}

label {
    display: inline-block;
}

.c-ckbxs label {
    padding-left: 0;
}

span.c-list-item label {
    cursor: pointer;
}

#c-calculate .c-form .c-form-init label {
    /* width: 250px; */
    display: inline-block;
    color: #7d7d7d;
}

.c-ckbxs input.c-acceptance {
    visibility: hidden;
    position: absolute;
}

.c-list-item-label {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 100%;
    min-height: 70px;
}

.c-ckbxs .c-list-item-label {
    font-size: 16px;
    font-weight: normal;
    color: #7d7d7d;
    text-align: center;
}

.c-ckbxs .c-list-item-label {
    max-width: initial;
}

.c-list-item-label::before, .c-list-item-label::after {
    content: " ";
}

.c-ckbxs input+.c-list-item-label>i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid gray;
    background: #f7f4f5;
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
}

.c-ckbxs input+.c-list-item-label>i:after {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: inherit;
    transition: inherit;
    background: transparent;
    position: absolute;
    left: -1px;
    top: -1px;
}

.c-ckbxs input:checked+.c-list-item-label>i:after {
    background: url(https://xn----8sbnaococtddbao7bm1q.xn--p1ai/wp-content/themes/understrap/images/marker-green.png) center center no-repeat;
    background-size: 26px 26px;
}

.c-list-item-label a {
    color: #0376b2;
    text-decoration: none;
    position: relative;
    width: auto;
}

.c-list-item-label::before, .c-list-item-label::after {
    content: " ";
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (max-width: 767.98px) {    
    #c-calculate .c-calc-center {
        background: url('https://dev.xn--80apgkd3a1f.xn--p1ai/wp-content/themes/understrap/images/image_newman%20(1).png') center center no-repeat;
        background: image-set(url('https://dev.xn--80apgkd3a1f.xn--p1ai/wp-content/themes/understrap/images/image_newman%20(1).png') type("image/webp"), url('https://dev.xn--80apgkd3a1f.xn--p1ai/wp-content/themes/understrap/images/image_newman%20(1).png') type("image/jpg")) center center no-repeat;
        background-size: contain;
        display: block;
        min-height: 400px;
        width: 100%;
    }

    div#c-calculate .c-card-wrapper {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    div#с-calculate {
        background: transparent;
        min-height: 800px;
        content: "";
        clear: both;
        display: table;
    }
}

@media (min-width: 768px) {
    .c-container {
        max-width: 720px;
    }

    .c-col-md-7 {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .c-col-md-5 {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (min-width: 991px) {
    .c-form .c-card-wrapper {
        margin-top: -48px;
    }
}

@media (min-width: 992px) {
    #с-calculate, #c-сalculate .с-calculate-wrapper {
        min-height: 800px;
    }

    #c-calculate .c-calculate-wrapper {
        padding: 130px 0;
    }

    #c-calculate, #c-calculate .c-calculate-wrapper {
        min-height: 800px;
    }

    .c-container {
        max-width: 960px;
    }

    #c-calculate .c-form .c-form-init label {
        max-width: 250px;
    }
}

@media (max-width: 1199px) {
    .c-form .c-card-wrapper {
        border: none;
        background: none;
    }
}

@media (min-width: 1200px) {
    .c-container {
        max-width: 1140px;
    }

    #c-calculate {
        background: url(https://xn----8sbnaococtddbao7bm1q.xn--p1ai/wp-content/themes/understrap/images/calculate_fon.jpg) center center;
        background-size: cover;
    }

    #c-calculate .c-calculate-wrapper {
        background: url(../images/image_newman.png) 55% bottom no-repeat;
        background: image-set(url(https://xn----8sbnaococtddbao7bm1q.xn--p1ai/wp-content/themes/understrap/images/image_newman.webp) type("image/webp"), url(https://xn----8sbnaococtddbao7bm1q.xn--p1ai/wp-content/themes/understrap/images/image_newman.png) type("image/png")) 55% bottom no-repeat;
    }
}

@media (max-width: 1300px) {
    .c-container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .c-container {
        max-width: 1320px;
    }
}

@media (min-width: 1440px) {
    .c-container {
        max-width: 1440px;
    }
}

@media (max-width: 991px) {
    .c-prim-rashod {
        font-size: 16px;
    }

    .c-ed-izm {
        font-size: 22px;
    }

    .c-row .c-col-md-7.c-col-xs-12 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767.98px) {
    .c-black-rashod {
        font-size: 20px;
    }

    #c-calculate .c-form .c-col-md-7.c-col-xs-12 p label{
        font-size: 16px;
    }
    #stoimost h2{
        font-size: 30px;
    }
    #stoimost .subtitle{
        font-size: 24px;
    }
    #c-custom-form h2{
        font-size: 30px;
    }
     #manufacture h2{
        font-size: 24px;
        text-align: center;
    }    
    #reviews h2{
        font-size: 24px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #c-calculate {
        padding: 0!important;
        margin: 0!important;
    }

    .c-prim-rashod {
        width: 40%;
    }

    .c-orange-rashod {
        font-size: 30px;
    }

    .c-black-rashod {
        font-size: 20px;
    }

    #c-calculate h2 {
        font-size: 28px;
        text-align: center;
    }

    .c-form input.c-left-input {
        width: 80px;
        font-size: 14px !important;
    }

    .c-form input.c-client-name, input.c-client-phone {
        height: 45px!important;
        padding-left: 15px!important;
        font-size: 0.9rem!important;
        z-index: 39999999999!important;
        position: relative;
    }

    .c-card h3 {
        font-size: 30px!important;
    }

    .c-card .c-under-h3 {
        font-size: 20px!important;
    }

    .c-card-wrapper .c-card {
        padding: 40px 10px!important;
    }
}

@media screen and (max-width: 375px) {
    #c-calculate .c-form .c-form-init label {
        width: 220px;
    }
}

