/* Custom CSS */

body .form form.wpforms-form  input[type=text],
body .form form.wpforms-form input[type=email],
body .form form.wpforms-form input[type=tel],
body .form form.wpforms-form textarea {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 0 15px;
    width: 100%;
    outline: none;
}


body .form form.wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    background: #000;
    transition: background .15s ease-in-out;
}

body .form form.wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    background: #000;
    transition: background .15s ease-in-out;
}

body .form form.wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    background: #000;
    transition: background .15s ease-in-out;
}

body .form form.wpforms-form .wpforms-field-number-slider input[type=range] {
    border-color: #eaeaea;
    height: 1px;
    border-radius: 0;
}

body .form form.wpforms-form .wpforms-field-number-slider-hint {
    padding-top: 10px;
    font-weight: 300;
}

body .form.wpforms-container-full {
    margin: 0;
}

body .form form.wpforms-form .wpforms-field-label {
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 10px;
}

body .form.calculate-form .wpforms-form .wpforms-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 30px;
}

body .form form.wpforms-form button[type=submit] {
    width: 100%;
    font-size: 18px;
    height: 70px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    color: var(--black);
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
}

body .form form.wpforms-form button[type=submit]:hover {
    background-color: var(--green-accent);
}

/* Feedback form [contacts page] */

body .form.feedback-form form button[type=submit] {
    height: 50px;
}

body .form.feedback-form .wpforms-form .wpforms-title {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
}

body .form.feedback-form form.wpforms-form textarea {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 0 15px;
    width: 100%;
    outline: none;
}

body .form.feedback-form form.wpforms-form textarea {
    padding: 15px;
    min-height: 150px;
}

.parameters__inner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 40px 45px;
}

div#order.parameters .wpforms-title {
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
}

div#order.parameters .wpforms-field-label {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

/* Progress form */

body .form form.wpforms-form ul.wpforms-image-choices {
    display: flex;
    flex-wrap: wrap;
}

body .form form.wpforms-form ul.wpforms-image-choices .wpforms-image-choices-item {
    width: calc(25% - 10px);
}

.cost-calculation__inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.cost-calculation__inner .form {
    background: #fff;
    padding-top: 35px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 55px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    position: relative;
}

.cost-calculation__inner .form .wpforms-page-indicator-steps,
.cost-calculation__inner .form .wpforms-page-indicator-page-title-sep {
    display: none !important;
}

body .cost-calculation__inner div.form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    height: 5px;
    border-radius: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

.cost-calculation__inner .form form.wpforms-form .wpforms-page-indicator.progress {
    margin: 0;
}


.cost-calculation__inner .form form.wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
    height: 5px;
    border-radius: 0;
}

.cost-calculation__inner .form form.wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    display: block !important;
}


.cost-calculation__inner .form  .wpforms-image-choices-image {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.cost-calculation__inner .form  .wpforms-image-choices-image img {
    width: 210px;
    height: 157px;
    object-fit: contain;
}

body main#content .cost-calculation__inner .form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
    background: #000;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

body main#content .cost-calculation__inner .form form .wpforms-field-label {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

body main#content .cost-calculation__inner .form .wpforms-image-choices-label {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.1;
}

body main#content .cost-calculation__inner .form ul.wpforms-image-choices-modern li.wpforms-selected label {
    box-shadow: none;
    border: none;
}

body main#content .cost-calculation__inner .form ul.wpforms-image-choices-modern li label:not(.wpforms-error) {
    border: none;
}

body main#content .cost-calculation__inner .form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus,
body main#content .cost-calculation__inner .form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover {
    border: none;
}

body main#content .cost-calculation__inner .wpforms-field-pagebreak .wpforms-pagebreak-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body main#content .cost-calculation__inner .wpforms-field-pagebreak .wpforms-pagebreak-left::before,
body main#content .cost-calculation__inner .wpforms-field-pagebreak .wpforms-pagebreak-left::after {
    content: none;
}

body main#content .cost-calculation__inner .wpforms-field-pagebreak .wpforms-page-button {
    margin: 0;
    border-radius: 30px;
    border: none;
    background-color: rgb(0, 255, 95);
    font-weight: 700;
    height: 45px;
    font-size: 14px;
}

body main#content .cost-calculation__inner .form button[type=submit] {
    height: 40px;
    font-size: 16px;
}


@media (max-width: 992px) {
    .calculate__form-wrap .form.calculate-form .wpforms-form .wpforms-title {
        font-size: 30px;
    }
    body .form form.wpforms-form input[type=text],
    body .form form.wpforms-form input[type=email],
    body .form form.wpforms-form input[type=tel] {
        height: 40px;
    }
    .calculate__form-wrap .form.calculate-form button[type=submit] {
        height: 50px;
        font-size: 16px;
    }
    body .form.feedback-form .wpforms-form .wpforms-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .parameters__inner {
        padding: 30px;
    }
    div#order.parameters .wpforms-title {
        font-size: 26px;
    }
    div#order.parameters .wpforms-field-label {
        font-size: 16px;
    }
    div#order.parameters button[type=submit] {
        height: 40px;
    }
    body .form form.wpforms-form ul.wpforms-image-choices .wpforms-image-choices-item {
        width: calc(50% - 10px);
    }
    .cost-calculation__inner .form {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    body .form form.wpforms-form ul.wpforms-image-choices .wpforms-image-choices-item {
        width: 100%;
    }
    body main#content .cost-calculation__inner .form form .wpforms-field-label {
        font-size: 16px;
    }
    .cost-calculation__inner .form form.wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}