/**
* 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-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-submission-get-quotation-buy-form .modal-body a,
.webform-submission-get-quotation-form .modal-body a {
    color: #950a21;
}

.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-calculate-price__step-2_budget {
    grid-column: 1/3;
    grid-row: 4;
    color: #272727;
    display: flex;
    flex-direction: column;
}

.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-calculate-price__step-1_address {
    /* width: 100%; */
    grid-row: 4;
    grid-column: 1/3;
}

.webform-calculate-price__step-1_address input {
    width: 95%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    resize: none;
    padding: 10px 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;
    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: #000;
    /* 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--submit,
.webform-submission-get-quotation-form .webform-button--submit {
    box-shadow: 10px 10px 23px -4px rgba(221, 14, 26, 0.83) inset;
}

.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;
    -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 {
    -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;
    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;
    -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: 5px;
}

.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: #272727!important;
}

.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 {
    border: 0;
    background: #FEDA16;
    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;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    -webkit-appearance: none;
    text-decoration: none;
    color: #000 !important;
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    font-family: 'Gilroy';
}

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

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

.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: 1/3;
    color: #950a21;
    grid-row: 3;
    margin-top: 10px;
    line-height: normal;
    font-size: 15px;
}

.webform-submission-get-quotation-buy-form .modal-body > [data-drupal-messages],
.webform-submission-get-quotation-form .modal-body > [data-drupal-messages] {
	grid-column: 2!important;
	font-size: 14px!important;
}

.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: 5px;
}

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

.webform-calculate-price__step-1_title .step-subtitle {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 20px;
}

.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;
}
.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;
}

.webform-modal-thanks .btn-wrapper {
    display: flex;
    justify-content: center;
}

.webform-modal-thanks .modal-header-btn-1 {
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
    font-family: 'Gilroy Medium';
}




/* PRODUCT LIST */
.page-product-description__form {
    
}




/* WEBFORM ORDER REMONT */
.page-product-description__form {
    position: fixed;
    background-color: rgb(0 0 0 / 60%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.page-product-description__form form {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	width: fit-content;
	position: relative;
}

.page-product-description__form-close {
	width: fit-content;
	height: auto;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.form-zakaz-tovara__title {
	font-size: 24px;
	font-family: 'Gilroy Semibold';
	text-transform: uppercase;
	color: #000;
	grid-column: 1/5;
	width: 270px;
	line-height: normal;
}

.form-zakaz-tovara__title p {
	margin: 0;
}

.form-zakaz-tovara__name {
	width: 100%;
}

.form-zakaz-tovara__name input,
.form-zakaz-tovara__phone input {
	padding: 0 5px;
	background: none;
	font-size: 16px;
	font-family: 'Gilroy';
	border: none;
	border-bottom: 2px solid rgb(0 0 0 / 50%);
	outline: none;
	width: 285px;
	display: block;
	color: #000;
	height: 32px;
}

.form-zakaz-tovara__bottom-text {
	font-size: 14px;
	color: #888;
	grid-column: 1/5;
	width: 270px;
	line-height: normal;
}

.form-zakaz-tovara__bottom-text p {
	margin: 0;
}

.webform-submission-zakaz-tovara-add-form .form-submit {
	background-color: #950A20;
	border: none;
	padding: 10px;
	color: #000;
	font-family: 'Gilroy Semibold';
	cursor: pointer;
	font-size: 16px;
	width: 245px;
	border-radius: 4px;
	box-shadow: 0px 13px 23px -8px rgba(15, 29, 43, 0.25);
	margin-bottom: 5px;
	margin-top: 5px;
}

.page-product-description__form > .webform-confirmation {
    display: none;
}

/* .page-product-description__form [data-drupal-messages] {
    max-width: 90%;
    font-size: 14px;
    color: red;
    line-height: 20px;
} */









/* 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: 1200px) {
    .webform-submission-zakaz-zapchasti-add-form {
		grid-template-columns: 205px 205px 260px 155px;
		column-gap: 20px;
	}
	.form-zakaz-zapchasti__name input,
	.form-zakaz-zapchasti__phone input {
	    width: 190px!important;
	}
}


@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;
    }
    .webform-submission-zakaz-zapchasti-add-form {
		grid-template-columns: 300px 300px;
		row-gap: 20px;
	}
	.form-zakaz-zapchasti__name input,
	.form-zakaz-zapchasti__phone input {
	    width: 285px!important;
	}
	.form-zakaz-zapchasti__terms {
		grid-column: 1;
		grid-row: 2;
	}
	.webform-submission-zakaz-zapchasti-add-form .form-submit {
		grid-column: 2;
		grid-row: 2;
	}
}

@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;
    }
    .webform-submission-get-quotation-buy-form .modal-body > [data-drupal-messages],
	.webform-submission-get-quotation-form .modal-body > [data-drupal-messages] {
		grid-column: 1/3!important;
	}
	.webform-calculate-price__send_phone {
		padding-top: 1em;
	}
	.webform-calculate-price__send_phone,
	.webform-calculate-price__send_name {
	    row-gap: 0;
	}
	.webform-calculate-price__send_desc p {
		margin: 0;
	}
}

@media (max-width: 768px) {
    .webform-submission-zakaz-zapchasti-add-form {
		display: flex;
		flex-direction: column;
		align-items: baseline;
	}
	.form-zakaz-zapchasti__name input {
	    width: 285px!important;
	}
	.webform-webform-telephone-international.form-tel {
		width: 295px!important;
	}
	.form-zakaz-zapchasti__terms {
		grid-column: 1;
		grid-row: 3;
	}
	.webform-submission-zakaz-zapchasti-add-form .form-submit {
		grid-column: 2;
		grid-row: 3;
	}
	.form-zakaz-zapchasti__title {
	    font-size: 16px;
	}
}

@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-calculate-price__step-1_address input {
        width: 90%;
    }
    .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-form .form-submit {
        grid-column: 2;
        grid-row: 5;
    }
    .webform-submission-get-quotation-buy-form .webform-button--previous,
    .webform-submission-get-quotation-form .webform-button--previous {
        grid-column: 1;
        grid-row: 5;
    }
    .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_address input,
    .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: 10px;
    }
	.webform-submission-get-quotation-form .webform-button--submit {
		margin-top: 15px;
	}
	.webform-submission-get-quotation-buy-form .modal-body > [data-drupal-messages],
	.webform-submission-get-quotation-form .modal-body > [data-drupal-messages] {
		order: 1;
	}
	.webform-calculate-price__policy {
		order: 2;
	}
	.webform-submission-get-quotation-form .webform-button--submit,
	.page-vebforma-get-quotation__block .webform-button--previous {
		order: 3;
	}
	
}

@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 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;
    }
    .form-zakaz-zapchasti__name input {
	    width: 260px!important;
	}
	.webform-webform-telephone-international.form-tel {
		width: 270px!important;
	}
}

@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;
    }
}