/* style.css */
.q_item_card {
	display: flex;
	gap: 16px;
}
.q_item_imgeses, 
.q_item_imgeses img {
 	width: 284px;
	height: 284px;
 	min-width: 284px;
	min-height: 284px;
}
.q_item_content {
	height: 284px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.q_item_buuon {
	gap: 6px;
	display: flex;
	flex-wrap: wrap;
}
.q_list_order,
.q_list_ask {
	display: inline-block;
	font-size: 15px;
	text-align: center;
	text-shadow: none;
	border-radius: 6px; 
	padding: 10px 24px;
	box-shadow: 0 4px 15px 0 rgb(0 0 0 / 5%);
	border: 1px solid #00000000;
}
.q_list_order {
	color:#000;
	background: #efc93c;
	border-color:#ecbc0c;
	text-align: center;
}
.q_list_ask {
	white-space: nowrap;
	color: #fff;
	background: #2F4858;
	border-color:#2F4858;
}
.q_list_ask:hover ,
.q_list_order:hover {
	background: #fff;
	text-decoration: none;
	transition: 0.1s;
	border: 1px solid #efc93c;
}
@media (max-width: 767px){
	.q_item_card {
		flex-wrap: wrap;
		justify-content: center;
	}
	.q_item_content {
		height: auto;
	}
}
@media (max-width: 380px){
	.q_item_imgeses, 
	.q_item_imgeses img {
	 	width: auto;
		height: auto;
	 	min-width: auto;
		min-height: auto;
	}
	.q_list_order,
	.q_list_ask {
		width: 100%;
	}
}






.marks{
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.marks > div{
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	border: 1px solid #000106;
	border-radius: 5px;
	padding: 4px 20px;
	margin-right: 9px;
	margin-bottom: 9px;
	cursor: default;
	white-space: nowrap;
}
.marks .m1{background-color:#81d544}
.marks .m2{background-color:#ffa656}
.marks .m3{background-color:#f7b748}
.marks .m4{background-color:#ff8656}

div.page-title_inner{
	margin-bottom: 14px;
}

@media (max-width:650px){
	.marks > div{
		font-size: 13px;
		line-height: 20px;
	}
}


.q_wrap_another_poses {
	display: none;	
	position:absolute;
	max-height: 160px;
	width: 100%;
	overflow: auto;
	right: 0;
	top: 26px;
	border: 1px solid #000;
	background: #fff;
	z-index: 10;
	padding: 10px 20px;
}
.q_ul_line {
	flex-wrap: wrap;
	flex: 1;
	list-style-type: none;
	padding: 0px;
	color: #EB7508;
	display: flex;
	margin: 10px 0 2px 0;
}
.q_ul_line li:not(last-child) {
	padding-right: 14px;
}
div.q_txt_and_row {
	color: #33A868;
	font-size: 18px;
	padding: 0 0 8px 0;
}
.q_txt_and_row {
	display:flex;
	align-items: center;
	color: #000;
	font-size: 15px;
}
.q_txt_and_row > span {
	display: inline-block;
	padding: 2px 0 0 0;
}
.q_info_line {
	font-size: 15px;
	margin: 2px 0;
}
ul.q_single_pars {
	list-style-type: none;
	padding: 0;
	max-width: 600px;
}
ul.q_single_pars li {
	width: 100%;
	display: flex;
	white-space: nowrap;
	padding: 3px 0 0 0;
}
ul.q_single_pars li > div:first-child {
	color: #999D9C;
}
ul.q_single_pars li > div:last-child {
	color: #2F4858;
}
@media (max-width:992px){
	ul.q_single_pars {
		max-width: 100%;
	}
}
.q_between_words {
	border-bottom: 0.5px dashed #999D9C;
	width: 100%;
	top: -5px;
	position: relative;
	margin: 0 4px;
}
.q_item_img_pars {
	display: flex;
	position: relative;
}
.q_item_img_pars > .product-full__pic-wrap {
	min-width: 282px;
}
.q_action_inner_item {
	width: auto;
	text-shadow:none;
	margin: 0 4px 4px 0;
	padding: 12px 20px 10px 20px;
	padding: 8px 18px 6px 18px;
}
.q_action_ii_send {
	background: #efc93c;
	color:#000;
	border-color:#ecbc0c;
}
.q_action_ii_ask {
	background: #2F4858;
	color:#fff;
	border-color:#2F4858;
}
.q_action_inner_item:hover{
	background: #fff;
	transition: 0.1s;
}
.q_item_params_box > div {
	margin: 12px 0 6px 0;
}
.q_item_params_box a {
	display: inline-block;
	text-align: center;
	margin:  0 6px 6px 0;
	padding: 6px 14px 4px 14px;
	min-width: 50px;
	list-style-type: none;
	box-sizing: border-box;
	box-shadow: 0 0 0px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	border: 1px solid #FFF;
	color: #66a2c9;
	font-size: 15px;
}
.q_item_params_box a.active {
	border: 1px solid #20a8ff4f;
	background: #66a2c9;
	color: #ffffff;
	pointer-events: none;
	cursor: default;
}
.q_item_params_box a:not(.active):hover {
	box-shadow: 0 0 1px 2px rgba(0,123,255,.4);
	color: #007bff;
	text-decoration: none;
}
.q_price_wrap {
	font-size:20px;
	margin: 0 0 8px 0;
}

