/**
* Place for webforms styles here.

MAIN
ABOUT

*/

/* MAIN */
.page-vebforma-get-quotation__block,
#block-vebforma-get-quotation {
    display: none;
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.webform-submission-get-quotation-form {
    background-color: #fff;
    border-radius: 15px;
    max-width: 50vw;
    min-width: 800px;
}

.webform-submission-get-quotation-form .modal-header {
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.webform-submission-get-quotation-form .modal-title {
    font-size: 35px;
    color: #212529;
    font-weight: 600;
    padding: 25px 35px;
}

.webform-submission-get-quotation-form .thanks .modal-title {
    text-align: center;
}

.webform-submission-get-quotation-form .modal-header-close {
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.webform-submission-get-quotation-form .modal-body {
    padding: 25px 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.webform-calculate-price__step-2_time {
    grid-column: 1/3;
    grid-row: 3;
}

.webform-calculate-price__step-2_title {
    grid-column: 1/3;
    grid-row: 2;
}

.webform-calculate-price__step-2_steps {
    grid-column: 1/3;
    grid-row: 1;
}

.webform-submission-get-quotation-form .modal-body .webform-actions {
    display: flex;
    justify-content: space-between;
}

.webform-calculate-price__step-1_steps .steps,
.webform-calculate-price__step-2_steps .steps {
    display: flex;
    column-gap: 5px;
    font-weight: 500;
    color: #111;
}

.webform-calculate-price__step-1_steps,
.webform-calculate-price__step-2_steps {
    margin-bottom: 25px;
}

.webform-calculate-price__step-1_steps {
    grid-row: 1;
    grid-column: 1/3;
}

.webform-calculate-price__step-1_title,
.webform-calculate-price__step-2_title {
    font-size: 25px;
    color: #111;
    margin-top: 19px;
    margin-bottom: 17px;
    font-weight: 500;
}

.webform-calculate-price__step-1_title {
    grid-row: 2;
    grid-column: 1/3;
}

.webform-calculate-price__step-1_text {
    width: 100%;
    grid-row: 3;
    grid-column: 1/3;
}

.webform-calculate-price__step-1_text textarea {
    width: 95%;
    height: 140px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    resize: none;
    padding: 20px;
    font-size: 16px;
    font-family: 'Gilroy';
}

.webform-submission-get-quotation-form .webform-button--next,
.webform-submission-get-quotation-form .webform-button--submit {
    border: 0;
    background: #950A21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    /* border-radius: 6px; */
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    font-family: 'Gilroy';
    -webkit-appearance: none;
}

.webform-submission-get-quotation-form .webform-button--next:hover,
.webform-submission-get-quotation-form .webform-button--submit:hover {
    text-decoration: none;
    color: #fff;
    background: #950a21;
    -webkit-box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
}

.webform-submission-get-quotation-form .webform-button--next:focus,
.webform-submission-get-quotation-form .webform-button--submit:focus {
    background: #950A21;
    -webkit-box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
}

.webform-submission-get-quotation-form .webform-button--previous {
    border: 0;
    background: #950A21!important;
    display: inline-block;
    height: 46px;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    color: #fff!important;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Gilroy';
}

.webform-submission-get-quotation-form .webform-button--previous:hover {
    text-decoration: none;
    background: #9DD3F1;
    color: #000;
}

.webform-submission-get-quotation-form .webform-button--previous:focus {
    background: #74BDE6;
    color: #000;
}

.webform-calculate-price__step-2_time {
    margin-bottom: 30px;
}

.webform-calculate-price__step-2_time .webform-options-display-one-column {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    font-weight: 500;
    color: #111;
}

.webform-calculate-price__send_desc {
    font-size: 20px;
    line-height: 28px;
    color: #111;
    font-weight: 500;
    grid-row: 1;
    grid-column: 1/3;
}

.webform-calculate-price__send_phone,
.webform-calculate-price__send_name {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.webform-calculate-price__send_phone label,
.webform-calculate-price__send_name label {
    display: block;
    font-size: 16px;
    color: #656565;
}

.webform-calculate-price__send_phone input,
.webform-calculate-price__send_name input {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    height: 46px;
    width: 270px!important;
    padding: 0;
    padding-left: 18px;
    font-size: 16px;
    font-family: 'Gilroy';
}

.webform-calculate-price__policy {
    font-size: 14px;
    margin-top: 17px;
    color: #656565;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 25px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row: 3;
    grid-column: 1/3;
}

.webform-calculate-price__policy input {
    grid-row: 1;
    grid-column: 1;
    margin-top: 2px;
}

.webform-calculate-price__policy label {
    grid-row: 1;
    grid-column: 2;
}

.webform-calculate-price__policy a {
    color: #0A253E;
}

.form-item--error-message {
    font-weight: 400;
    font-size: 14px;
}

.webform-submission-get-quotation-form .modal-header-btn-1 {
    border: 0;
    background: #C9E4FF;
    border-radius: 6px;
    display: inline-block;
    height: 46px;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    color: #111111;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
    font-family: 'Open Sans';
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    -webkit-appearance: none;
}

.thanks .webform-progress,
.webform-confirmation__back {
    display: none;
}

.webform-confirmation__message {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}









/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1199px) {
    
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .webform-submission-get-quotation-form {
        background-color: #fff;
        border-radius: 15px;
        max-width: 80vw;
        min-width: 70vw;
    }
    .webform-submission-get-quotation-form .modal-title {
        font-size: 30px;
        padding: 20px 30px;
    }
    .webform-submission-get-quotation-form .modal-body {
        padding: 20px 30px;
    }
    .webform-calculate-price__step-1_title, .webform-calculate-price__step-2_title {
        font-size: 20px;
        line-height: normal;
    }
    .webform-calculate-price__step-2_time .webform-options-display-one-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .webform-get-quotation__send_container {
        column-gap: 1em;
    }
}

@media (max-width: 834px) {

}

@media (max-width: 767px) {
    .webform-submission-get-quotation-form .modal-title {
        font-size: 24px;
        line-height: normal;
    }
    .webform-calculate-price__step-1_title,
    .webform-calculate-price__step-2_title {
        font-size: 18px;
    }
    .webform-calculate-price__step-1_text textarea {
        width: 90%;
        height: 100px;
    }
    .webform-get-quotation__send_container {
        display: flex;
        flex-direction: column;
        row-gap: 1em;
    }
    .webform-calculate-price__send_name input {
        width: 250px!important;
    }
    .webform-calculate-price__send_phone, .webform-calculate-price__send_name {
        row-gap: 5px;
    }
    .webform-submission-get-quotation-form .webform-button--submit,
    .webform-submission-get-quotation-form .webform-button--next,
    .webform-submission-get-quotation-form .webform-button--previous {
        height: 40px;
        width: 160px;
        font-size: 14px;
    }
    .webform-calculate-price__step-2_time .webform-options-display-one-column {
        font-size: 16px;
    }
    .webform-calculate-price__send_desc {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 650px) {
    .paragraph-buttons {
        font-size: 16px;
    }
    .webform-submission-get-quotation-form .modal-title {
        font-size: 24px;
        line-height: normal;
    }
    .webform-calculate-price__policy label {
        margin-left: 5px;
        line-height: normal;
    }
    .webform-submission-get-quotation-form .modal-body {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .webform-submission-get-quotation-form .modal-body {
        display: flex;
        flex-direction: column;
    }
    .webform-calculate-price__step-2_time .webform-options-display-one-column {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        row-gap: 7px;
    }
    .webform-calculate-price__step-2_time  .form-item-time {
        display: flex;
        align-items: center;
        column-gap: 4px;
    }
    .webform-calculate-price__step-2_time  .form-item-time input {
        margin-top: 0;
    }
    .webform-calculate-price__policy {
        max-width: 250px;
    }
    .webform-calculate-price__step-1_text textarea {
        width: 80%;
    }
}

@media (max-width: 479px) {
    .webform-submission-get-quotation-form {
        max-width: 90vw;
    }
    .webform-submission-get-quotation-form .modal-title {
        font-size: 24px;
        padding: 15px 45px 15px 20px;
    }
    .webform-submission-get-quotation-form .modal-body {
        padding: 10px 20px 20px;
    }
    .webform-submission-get-quotation-form .modal-body .webform-actions {
        flex-direction: column;
    }
    .webform-submission-get-quotation-form .modal-body .webform-actions input {
        margin-top: 15px;
    }
    .webform-calculate-price__policy {
        margin-bottom: 1em;
    }
    .webform-calculate-price__send_desc {
        font-size: 14px;
    }
}

@media (max-width: 410px) {
    .webform-submission-get-quotation-form .modal-body {
        grid-template-columns: 1fr;
    }
    .webform-submission-get-quotation-form .modal-body > div:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
    }
    .webform-submission-get-quotation-form .modal-body > div:nth-child(2) {
        grid-row: 2;
        grid-column: 1;
    }
    .webform-submission-get-quotation-form .modal-body > div:nth-child(3) {
        grid-row: 3;
        grid-column: 1;
    }
    .webform-submission-get-quotation-form .modal-body > div:nth-child(4) {
        grid-row: 4;
        grid-column: 1;
    }
    .webform-submission-get-quotation-form .modal-body .webform-button--next {
        grid-row: 5;
    }
}

@media (max-width: 400px) {
    .webform-submission-get-quotation-form .modal-title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .webform-submission-get-quotation-form {
        max-width: 95vw;
    }
}