/**
* 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;
}

.page-vebforma-get-quotation__block a,
#block-vebforma-get-quotation a,
.webform-modal-thanks a {
    color: #fff!important;
    text-decoration: none;
    margin: 0;
    font-family: 'Gilroy Semibold';
    width: 165px;
    padding: 10px 20px;
    max-width: fit-content;
}

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

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

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

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

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

.webform-submission-get-quotation-buy-form .modal-body,
.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-buy-form .modal-body .webform-actions,
.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-buy-form .webform-button--next,
.webform-submission-get-quotation-buy-form .webform-button--submit,
.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;
    border-radius: 10px;
}

.webform-submission-get-quotation-buy-form .webform-button--next:hover,
.webform-submission-get-quotation-buy-form .webform-button--submit:hover,
.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-buy-form .webform-button--next:focus,
.webform-submission-get-quotation-buy-form .webform-button--submit:focus,
.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-buy-form .webform-button--submit,
.webform-submission-get-quotation-form .webform-button--submit {
    border: 1px solid #10204B!important;
    background: #10204B!important;
    box-shadow: 10px 10px 23px -4px rgba(221, 14, 26, 0.83) inset!important;
}

.webform-submission-get-quotation-buy-form .webform-button--previous,
.webform-submission-get-quotation-form .webform-button--previous {
    border: 0;
    background: #950A21;
    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';
    border-radius: 10px;
}

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

.webform-submission-get-quotation-buy-form .webform-button--previous:focus,
.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!important;
    font-family: 'Gilroy';
    text-decoration: underline;
}

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

.webform-submission-get-quotation-buy-form .modal-header-btn-1,
.webform-submission-get-quotation-form .modal-header-btn-1,
.webform-modal-thanks .modal-header-btn-1 {
    border: 0;
    background: #C9E4FF;
    border-radius: 6px;
    display: inline-block;
    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;
    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;
    font-size: 18px!important;
}

.webform-submission-get-quotation-buy-form .webform-progress,
.webform-submission-get-quotation-form .webform-progress {
    display: none;
}

.webform-submission-get-quotation-buy-form .modal-body > div:nth-child(1),
.webform-submission-get-quotation-form .modal-body > div:nth-child(1) {
    grid-column: 2;
    color: #950a21;
    grid-row: 3;
    margin-top: 5px;
    line-height: normal;
    font-size: 15px;
}

.webform-submission-get-quotation-buy-form .webform-flex--container,
.webform-submission-get-quotation-form .webform-flex--container {
    margin: 0;
}

.ui-dialog.webform-confirmation-modal {
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
    /* left: 5%!important; */
    z-index: 999!important;
}

.webform-submission-consultation-add-form input {
    border: 1px solid #ccc!important;
    border-radius: 10px;
}

.webform-submission-consultation-add-form input:focus {
    border-bottom: 2px solid #950a21!important;
}

.webform-modal-thanks {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.webform-modal-thanks .thanks {
    background-color: #fff;
    width: fit-content;
    height: fit-content;
    padding: 25px 35px;
    border-radius: 15px;
    position: relative;
}

.webform-modal-thanks .modal-title {
    font-size: 35px;
    color: #212529;
    font-weight: 600;
    padding: 25px 35px;
    line-height: normal;
    text-align: center;
}

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

.webform-modal-thanks .modal-header-close {
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}







/* 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;
    }
    .webform-submission-get-quotation-buy-form,
    .webform-submission-get-quotation-form {
        max-width: 80vw;
        min-width: 100%;
    }
    .webform-calculate-price__send_phone input,
    .webform-calculate-price__send_name input {
        height: 40px;
        width: 200px!important;
    }
    .webform-calculate-price__send_desc {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 834px) {
    .webform-submission-get-quotation-buy-form .modal-body,
    .webform-submission-get-quotation-form .modal-body {
        grid-template-columns: 1fr;
    }
    .webform-submission-get-quotation-buy-form .modal-body,
    .webform-submission-get-quotation-form .webform-flex {
        grid-column: 1;
    }
    .webform-submission-get-quotation-buy-form .modal-body > div:nth-child(1),
    .webform-submission-get-quotation-form .modal-body > div:nth-child(1) {
        grid-column: 1;
        grid-row: 4;
        margin-top: 5px;
    }
    
}

@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-buy-form .form-submit {
        grid-column: 1;
    }
    .webform-submission-get-quotation-buy-form .form-submit,
    .webform-submission-get-quotation-form .form-submit {
        grid-column: 2;
        grid-row: 4;
    }
    .webform-submission-get-quotation-buy-form .webform-button--previous,
    .webform-submission-get-quotation-form .webform-button--previous {
        grid-column: 1;
        grid-row: 4;
    }
    .webform-submission-get-quotation-buy-form,
    .webform-submission-get-quotation-form {
        max-width: 90vw;
    }
    .webform-submission-get-quotation-buy-form .modal-title,
    .webform-submission-get-quotation-form .modal-title {
        font-size: 28px;
    }
    .webform-submission-get-quotation-buy-form .modal-title,
    .webform-submission-get-quotation-form .modal-title,
    .webform-submission-get-quotation-buy-form .modal-body,
    .webform-submission-get-quotation-form .modal-body {
        padding: 15px 25px;
    }
    .webform-submission-get-quotation-buy-form .modal-title,
    .webform-submission-get-quotation-form .modal-title {
        padding-right: 50px;
    }
    .webform-submission-get-quotation-buy-form .modal-body,
    .webform-submission-get-quotation-form .modal-body {
        /* padding-top: 0; */
    }
    .webform-submission-get-quotation-buy-form .webform-button--previous,
    .webform-submission-get-quotation-form .webform-button--previous,
    .webform-submission-get-quotation-buy-form .webform-button--next,
    .webform-submission-get-quotation-buy-form .webform-button--submit,
    .webform-submission-get-quotation-form .webform-button--next,
    .webform-submission-get-quotation-form .webform-button--submit {
        height: 40px;
        width: 186px;
    }
    
}

@media (max-width: 600px) {
    .webform-calculate-price__send_phone input,
    .webform-calculate-price__send_name input {
        width: 160px!important;
    }
    .webform-submission-get-quotation-buy-form .webform-button--previous {
        order: 2;
    }
    .webform-submission-get-quotation-buy-form .webform-button--next {
        order: 2;
    }
    .webform-submission-get-quotation-buy-form .webform-button--submit {
        order: 1;
    }
}

@media (max-width: 500px) {
    .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%;
    }
    .webform-submission-get-quotation-buy-form .modal-body, .webform-submission-get-quotation-form .modal-body {
        display: flex;
        flex-direction: column;
    }
    .webform-submission-get-quotation-buy-form .modal-title,
    .webform-submission-get-quotation-form .modal-title {
        font-size: 22px;
    }
    .webform-calculate-price__send_phone {
        margin-top: 15px;
    }
}

@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-modal-thanks .modal-title {
        font-size: 24px;
    }
    .webform-submission-get-quotation-form .modal-body {
        padding: 10px 20px 20px;
    }
    .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;
    }
    .webform-calculate-price__send_phone input, 
    .webform-calculate-price__send_name input {
        width: 220px !important;
    }
}