/******************************************************************
Theme Name: flowair
Author: artsel
Description: Custom theme for flowair
Version: 1.1
License: Copyright by flowair, all rights reserved.
Text Domain: flowair
******************************************************************/
.hero .hero_slider .item .text .slide_img {
	right: 50px;
}

.catalog_item .image img {
	width: auto;
}

/* FORM ZAKAZ --- BEGIN */
.product_params a.btn {
	margin-top: 20px;
}

.custom_modal#modal_form_zakaz {
	max-width: 450px;
	padding: 30px 20px;
}
.custom_modal#modal_form_zakaz .wpcf7-form-control-wrap,
.custom_modal#modal_form_zakaz .file_upload_wrapper {
	margin: auto;
}

.custom_modal form .input_row.fz textarea,
.custom_modal form .input_row textarea {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 5px;
    border: 1px solid #b2b2b2;
    margin-bottom: 12px;
    width: 100%;
    max-width: 280px;
}

.custom_modal form .input_row.fz input {
/* 	max-width: unset; */
}

.fz-label {
/* 	width: 35%; */
    text-align: right;
}

.custom_modal#modal_form_zakaz form .captcha_row .file_upload_wrapper {
	width: 310px;
}

.custom_modal#modal_form_zakaz .policy_row {
	width: 310px;
	margin: auto;
}
/* FORM ZAKAZ --- END */

/* FORM QUESTION, PRICE --- BEGIN */
.custom_modal.modal_mini {
	max-width: 450px;
}
.custom_modal.modal_mini .wpcf7-form-control-wrap {
	margin: auto;
}
.custom_modal.modal_mini form .input_row input {
	max-width: 300px;
}
.custom_modal.modal_mini form .input_row textarea {
    max-width: 300px;
}
.custom_modal.modal_mini form .captcha_row .file_upload_wrapper {
	width: 310px;
}
.custom_modal.modal_mini .policy_row {
	width: 310px;
	margin: auto;
}
/* FORM QUESTION, PRICE --- END */

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #b01f24!important;
}

/* Выделение пункта меню "Акции" 11.08.2021 Зайцева Ю.К. */
#menu-item-1220 a {
	color: red;
	font-weight: 900;
}

/* Затемнение фона в слайдере на главной 02.02.2022 Зайцева Ю.К. */
.hero .image_background img {
	filter: brightness(60%)
}

.custom_modal form .input_row {
    margin: 10px 0;
}