html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
a {
	outline: none;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
select {
	cursor: pointer;
}

img {
	vertical-align: bottom;
}

* {
	padding: 0;
	margin: 0;
}

.cl:after {
	content: '';
	display: table;
	clear: both;
}

html {
	height: 100%;
}
* html body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-family: inherit;
	letter-spacing: -0.01em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	text-decoration-color: -moz-use-text-color;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	letter-spacing: -0.01em;
}

.line-through {
	text-decoration: line-through;
}

body,
html {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #222222;
	background: #f8f8f8;
}

body,
div,
td {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	vertical-align: top;
	font-family: inherit;
	line-height: 1.5em;
	vertical-align: top;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

	text-decoration: none;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-top: 50px;
	margin-bottom: 80px;
}
footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #e1e6e9;
}

.konstrykt h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 50px;
}

details {
	display: block;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 20px;
}
details:last-child {
	margin-bottom: 0;
}
details:hover {
	background: #ebebeb;
}
summary::-webkit-details-marker {
	display: none;
}
summary::-moz-list-bullet {
	list-style-type: none;
}
summary::marker {
	display: none;
}
summary {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 30px 70px 30px 30px;
	cursor: pointer;
	color: #222222;
	font-weight: 600;
	font-size: 20px;
}
summary b {
	color: #b2b3bc;
	font-weight: 600;
	margin-right: 20px;
}
summary:before {
	top: 50%;
	margin-top: -12px;
	right: 25px;
	color: #394794;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
		no-repeat 50% 50%/1em 1em;
	width: 1em;
	height: 1em;
	font-size: 25px;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
details[open] > summary:before {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}
details[open] > summary {
	background: #fff;
	border-radius: 15px 15px 0px 0px;
}
details[open] > summary:hover {
	background: #fff;
}
details[open] {
	background: #ffffff;
}
details > div {
	padding: 0 30px 30px 30px;
}
details > div span {
	display: block;
	padding: 20px 30px 20px 30px;
	background: #f2f8f6;
	color: #427a62;
	font-size: 16px;
	font-weight: 600;
	border-radius: 15px;
}

details[open] summary ~ * {
	-webkit-animation: sweep 0.5s ease-in-out;
	animation: sweep 0.5s ease-in-out;
}
@-webkit-keyframes sweep {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes sweep {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
summary:focus {
	outline: 0;
}

.product {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin-top: 30px;
}
.zelen,
.ypakov {
	margin-top: 0;
}
.product > div {
	border: 2px solid #ebebeb;
	border-radius: 15px;
	padding: 20px 0 40px 0;
	position: relative;
}
.product > div h2 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 20px;
}
.product > div img {
	width: 100%;
}
.product > div > div {
	padding: 0 20px 0 20px;
}
.product > div:hover,
.product-item.practive {
	cursor: pointer;
	border: 2px solid #db0063;
}
.product > div a {
	display: block;
	background: #ebebeb;
	border-radius: 13px;
	height: 40px;
	line-height: 40px;
	color: #868f9c;
	text-align: center;
	text-transform: uppercase;

	position: absolute;
	bottom: -1px; /* Настройте отступ от низа */
	left: 0;
	right: 0;
}
.product > div a:hover,
.product > div:hover a,
.select-btn.active {
	background: #db0063;
	color: #fff;
}
.cvetyOk,
.zelenOk,
.ypakovOk {
	padding: 20px;
	border: 2px solid #f8f8f8;
	border-radius: 15px;
	margin-bottom: 20px;
}
.cvetyOk:hover,
.zelenOk:hover,
.ypakovOk:hover {
	border: 2px solid #222222;
}
.cvetyOk:last-child,
.zelenOk:last-child,
.ypakovOk:last-child {
	margin-bottom: 0;
}
.cvetyOk img,
.zelenOk img,
.ypakovOk img {
	width: 80px;
}
.cvetyOk h2,
.zelenOk h2,
.ypakovOk h2 {
	margin-left: 20px;
	font-weight: 600;
	font-size: 16px;
}
.CvetyPrice,
.ZelenPrice,
.YpakovPrice {
	font-size: 18px;
	margin-left: auto;
	font-weight: 600;
}
.CvetyPrice b,
.ZelenPrice b,
.YpakovPrice b {
	margin-right: 10px;
}
.CvetyPrice a,
.ZelenPrice a,
.YpakovPrice a {
	display: block;
	background: #db0063;
	color: #fff;
	height: 35px;
	width: 35px;
	border-radius: 90px;
	font-size: 13px;
	margin-left: 30px;
	text-align: center;
}
.CvetyPrice a:hover,
.ZelenPrice a:hover,
.YpakovPrice a:hover {
	background: #222222;
}
.cvetyOk.highlight,
.ypakovOk.highlight,
.zelenOk.highlight {
	border: 2px solid #db0063;
}
.cvetyKolvo,
.zelenKolvo,
.ypakovKolvo {
	margin-left: 20px;
	border: 1px solid #e6e6e8;
	border-radius: 15px;
	padding: 5px;
	height: 25px;
	background: #f8f8f8;
}
.cvetyKolvo input,
.zelenKolvo input,
.ypakovKolvo input {
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 35px;
	font-size: 15px;
	border: 0;
	font-weight: 600;
	background: #f8f8f8;
}
.cvetyKolvo input:hover,
.cvetyKolvo input:focus,
.zelenKolvo input:hover,
.ypakovKolvo input:focus,
.ypakovKolvo input:focus {
	color: #db0063;
}
.plus,
.minus {
	font-size: 16px;
	color: #222222;
	cursor: pointer;
}
.plus {
	padding: 3px 8px 3px 15px;
}
.minus {
	padding: 3px 15px 3px 8px;
}
.plus i:hover,
.minus i:hover {
	color: #db0063;
}
.cvetyParam {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 30px;
	margin-top: 20px;
	border-top: 1px solid #f8f8f8;
}
.kolvoPrice {
	margin-left: 20px;
	font-size: 22px;
}
.kolvoPrice b {
	font-weight: 600;
	color: #db0063;
}

.summary {
	display: grid;
	grid-template-columns: 3fr 3fr 4fr; /* Соотношение 30:30:40 */
	gap: 30px;
	box-sizing: border-box;
}
.summary > div,
.basket-total > div {
	padding: 15px 20px 15px 20px;
	background: #db0063;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 15px;
	text-transform: uppercase;
}
.summary > div b,
.summary > div strong,
.basket-total > div b,
.basket-total > div strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.summary > div b,
.basket-total > div b {
	margin-left: auto;
}
.summary > div strong,
.basket-total > div strong {
	font-weight: 400;
	margin-left: 8px;
}
.basket-total {
	display: grid;
	grid-template-columns: 3fr 3fr 4fr; /* Соотношение 30:30:40 */
	gap: 30px;
}
.btnsform {
	display: block;
	background: #000;
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 28px 30px 28px 30px;
	width: 380px;
	border-radius: 15px;
	margin: 80px auto 0;
	font-weight: 600;
	border: 0;
}
.btnsform:hover {
	background: #424242;
}
.cvety-selected-items,
.zelen-selected-items,
.ypakov-selected-items {
	margin-bottom: 20px;
}

.buket {
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	margin-top: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.buket > div {
	position: relative;
}
.buket h2 {
	max-width: 500px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 50px;
}
.buket form {
	max-width: 400px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.buket label {
	display: block;
	color: #000;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
}
.buket label b {
	color: #db0063;
	font-weight: 400;
}
.buket input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 600;
	background: #f8f8f8;
	border: 1px solid #ececec;
	color: #000;
	border-radius: 15px;
	margin-bottom: 30px;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
}
.buket input:hover,
.buket input:focus {
	color: #db0063;
	border: 1px solid #db0063;
}
.buket button {
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	background: #000;
	color: #fff;
	border-radius: 15px;
	padding: 0 30px 0 30px;
	border: 0;
}
.buket button:hover {
	background: #424242;
}

.buket img {
	width: 100%;
	border-radius: 30px;
}
#image-container {
	position: relative;
}

.models-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.models-table th,
.models-table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}
.models-table th {
	background-color: #f2f2f2;
}
.models-table pre {
	white-space: pre-wrap;
	max-height: 200px;
	overflow-y: auto;
}

/* Стиль для отключенной кнопки */
button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
/* ---------------------------- */
.validdone,
.validerror,
.validban,
.valid,
.done {
	text-align: center;
	padding: 15px;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
}
.validerror,
.validban,
.valid {
	color: #ff2525;
	border: 1px solid #ff2525;
}
.validdone,
.done {
	color: #609100;
	border: 1px solid #609100;
}
.validban,
.valid,
.done {
	border: 2px solid #ff2525;
	width: 60%;
	padding: 20px 30px 20px 30px;
	font-size: 16px;
	line-height: 20px;
	margin: 25px auto 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.done {
	border: 2px solid #609100;
}
.valid::before {
	content: '';
	position: absolute;
	top: -15px; /* Позиция стрелки */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ff2525;
}
#ajax-loader,
#ajax-loader-buket {
	width: 100%;
	height: 100%;
	background-color: rgba(42, 42, 42, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none; /* По умолчанию скрыт */
	opacity: 1; /* Убедимся, что opacity не мешает */
}
#ajax-loader .load {
	width: 128px;
	height: 128px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); /* Лучше, чем margin, для центрирования */
	margin-left: 0; /* Удалите, если используете transform */
	margin-top: 0;
}
#ajax-loader-buket .loadd {
	display: flex;
	flex-direction: column; /* Добавляем это свойство для вертикального расположения */
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	border: 2px solid #db0063;
	border-radius: 30px;
	text-align: center;
	background-color: rgba(42, 42, 42, 0.3);
}
#ajax-loader-buket .loadd b {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px; /* Добавляем отступ между текстом и анимацией */
}
#ajax-loader-buket .loadd object,
#ajax-loader-buket .loadd img {
	width: 128px; /* Задаем размер для SVG */
	height: 128px;
}

.wr {
	flex-wrap: wrap;
}
.cvetyOk > div:first-child,
.zelenOk > div:first-child,
.ypakovOk > div:first-child,
.CvetyPrice,
.cvetyKolvo,
.YpakovPrice,
.ypakovKolvo,
.zelenKolvo,
.ZelenPrice,
.plus,
.minus,
.CvetyPrice a,
.ZelenPrice a,
.YpakovPrice a,
.summary > div,
.basket-total > div {
	display: flex;
}
.cvetyOk > div:first-child,
.zelenOk > div:first-child,
.ypakovOk > div:first-child,
.cvetyKolvo,
.CvetyPrice,
.zelenKolvo,
.ZelenPrice,
.YpakovPrice,
.ypakovKolvo,
.summary > div,
.basket-total > div {
	align-items: center;
}
.plus,
.minus,
.CvetyPrice a,
.ZelenPrice a,
.YpakovPrice a {
	justify-content: center;
	align-items: center;
}
.okpyt {
	justify-content: center;
}
.sb {
	justify-content: space-between;
}

.cnt {
	margin: 0 auto;
	max-width: 1300px;
	min-width: 280px;
	width: 90%;
}

a,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
i,
i:before,
div,
input,
textarea,
button,
select,
li,
label,
a::after,
details,
summary {
	text-decoration: none;
	-webkit-transition: color 200ms linear 0ms, background 200ms linear 0ms,
		border 200ms linear 0ms;
	transition: color 200ms linear 0ms, background 200ms linear 0ms,
		border 200ms linear 0ms;
}

a img {
	-webkit-transition: opacity 200ms linear 0ms;
	transition: opacity 200ms linear 0ms;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

a img:hover {
	-webkit-transition: opacity 200ms linear 0ms;
	transition: opacity 200ms linear 0ms;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.nfl img,
.nfl img:hover,
.jspPane img,
.jspPane img:hover {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.nfl img:hover,
.jspPane img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	cursor: zoom-in;
}
