.pagination_list{
	display: flex;
	align-items: center;
	justify-content:center;
	gap:5px;
}
.pagination_lnk{
	box-sizing: border-box;
	width: 32px;
	height: 31px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000000;
}
.current{border-color:#000;}
.pagination .more{margin-bottom:20px;}
.h1 {
	display: block;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-weight: bold;
	unicode-bidi: isolate;
}
.h2,
.description_block h2,
.h3,
.description_block h3,
.h4,
.description_block h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	margin-bottom:20px;
}
.description_block .h2,
.description_block h2{
	font-size: 16px;
	line-height: 20px;

}
.description_block .h3,
.description_block h3{
	font-size: 14px;
	line-height: 17px;
}
.description_block .h4,
.description_block h4{
	font-size: 12px;
	line-height: 15px;
}
.description_block p{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	margin-bottom:20px;
}
.description_block ol,
.description_block ul{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	margin-bottom:20px;
	padding-left:20px;
}
.description_block ul{list-style:none;}
.description_block ul li::before{
	--marker:2px;
	content:'';
	width: var(--marker);
	height:var(--marker);
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-left:-10px;
	background-color: #262626;
	border-radius:50%;

}
.container {padding: 0 100px;}
.description_block {
	max-width: 1020px;
	margin: 71px 0;

}
.table_block {
	overflow-x: scroll;
	scrollbar-width: thin;
	padding-bottom:5px;
	margin-bottom:20px;
}
.table_block::-webkit-scrollbar {
	height: 3px;
}
.table_block::-webkit-scrollbar-track {
	background: #f0f0f0;
}
.table_block::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	border-radius: 5px;
	border: 3px solid #cdcdcd;
}
.description_block table {
	--minw:188px;
	border: none;
	border-spacing: 0;
}
.description_block thead th {
	padding: 16px 20px;
	min-height: 49px;
	border: 1px solid #E3E3E3;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	background:#F5F1EC;
	min-width:var(--minw);
}
.description_block tbody td{
	padding: 16px 20px;
	min-height: 47px;
	border: 1px solid #E3E3E3;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	min-width:var(--minw);
}
.description_block thead th:first-child,
.description_block tbody td:first-child{border-left:none;}
.description_block thead th:last-child,
.description_block tbody td:last-child{border-right:none;}
.description_block tbody tr:nth-child(2n){background:#F5F1EC80;}
.descripton_more{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #262626;
	cursor:pointer;
}
.other_category{
	max-width:1020px;
	margin: 50px 0;
}
.other_category .h3 {margin-bottom: 10px;}
.other_category_lnk_list_block {line-height: 25px;}
.other_category_lnk_list{
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 42px);
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.other_category_lnk{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-right:15px;
	border-right:1px solid currentColor;
	white-space: nowrap;
	margin-right: 10px;
}
.other_category_lnk_list .other_category_lnk:last-child{
	border:none;
	margin: 0;
}
.other_category_lnk_more {
	border-right: none;
	padding: 0 6px 0 18px;
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
	border-left: 1px solid currentColor;
}
.open .other_category_lnk_list {
	white-space: normal;
	overflow: revert;
	display: inline;
}
.open .other_category_lnk_more {
	transform: scaleY(-1);
}
footer {margin-top: 20px;}
.itemObject .img {
	display: block;
	width: 100%;
	position: relative;
}
.itemObject .img::before {
	content: '';
	display: block;
	padding-top: 70%;
	background: #f9f9f9;
}
.itemObject .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.itemObject .img img:nth-child(1) {}
.itemObject .img img:nth-child(2) {opacity: 0;}
.itemObject .img:hover img:nth-child(2) {opacity: 1;}
.itemObject_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.itemObject .name {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	margin-bottom:6px;
}
.itemObject .price {
	font-weight: 500;
	color: #959595;
	font-size: 11px;
}
.itemObject .price .new {
	display: inline-block;
	margin-right: 25px;
	color: #DE5031;
}
.size_select {
	width: 66px;
	height: 47px;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 8px;
}
.size_select select {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background: transparent;
	width: 100%;
	padding-left: 8px;
	background:url('../img/arrow_down.svg') no-repeat right 6px center #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

}
.itemObject_bottom_btn {
	display: flex;
	align-items: stretch;
	gap: 6px;
}
.add2cart{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	background: #fff;
	border:1px solid currentColor;
	height: 47px;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 0 30px;
	cursor:pointer;
}
.add2cart_block .add2cart {
	border: none;
	padding: 0;
	height: revert;
	background: transparent;
}
.add2cart_block {
	position: absolute;
	top: 51px;
	right: 20px;
}
.quantity_in_cart{display:none;}

/* 12.02.2026*/
:root {
	--color-primary-100:#222;
	--color-primary-80:#464646;
	--color-white-100:#fff;

	--spacing-md:32px;
	--spacing-sm:24px;
	--spacing-xxxs:8px;
	--spacing-xs-16:16px;
}
.innermenu_block {
	display:grid;
	grid-template-columns:minmax(max-content,1fr) minmax(min-content,728px);
	grid-gap:24px;
	gap:24px;
	width:100%;
	max-width:1280px;
	padding: 0 20px;
}
header .innermenu .menu_section_list {
	display:flex;
	gap:var(--spacing-md);
	height:100%;
	background-color:var(--color-white-100);
	text-align:left;
	transition:color .3s ease-in-out;
	scroll-snap-align:start;
	flex-direction: row;
	min-width:0;
}
header .innermenu .category_menu_section { height:max-content}
header .innermenu .category_menu_section {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:var(--spacing-sm);
	gap:var(--spacing-sm);
}
.category_menu_item {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	padding:var(--spacing-xxxs) 0;
	text-decoration:none;
}
.category_menu_item.category_menu_item_active,
.category_menu_item:hover {
	color:var(--color-primary-100);
}
header .innermenu .category_menu_section ul {
	display:revert;
	min-width: 0;
}
header .innermenu .category_menu_section ul li a {
	font-weight: 500;
	font-size:12px;
	line-height:22px;
	display:block;
	width:max-content;
	padding:var(--spacing-xxxs) 0;
	text-decoration:none;
	transition:.3s ease;
	text-transform: uppercase;
}
.category_menu_item_chevron {
	display:none;
	flex-shrink:0;
	width:16px;
	height:16px;
	transform:rotate(180deg);
}
.category_menu_ttl {
	font-size:12px;
	line-height:26px;
	font-weight:600;
	font-family: "Montserrat", sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
}
.svg_icon {
	vertical-align:middle;
	height:auto;
	line-height:0;
	pointer-events:none;
}
header .innermenu .category_menu_banner {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:24px;
	gap:24px;
	width:100%;
}
.category_menu_banner a {text-decoration:none}
.category_menu_banner_container {
	display:flex;
	flex-direction:column;
	gap:10px;
	width:100%;
	height:100%;
}
.menu_banner_image {
	overflow:hidden;
	margin-left:auto;
}
.menu_banner_image:hover img {transform:scale(1.3)}
.menu_banner_image img {
	object-fit:cover;
	width:100%;
	max-width:352px;
	transition:all 8s cubic-bezier(.25,.46,.45,.94);
	aspect-ratio:382/540;
}

.category_menu_banner_ttl {
	display:flex;
	justify-content:center;
	align-items:center;
	height:50px;
	font-weight:400;
}
@keyframes main_banner_zoom-animation {
	0% {
		transform:scale(1.2)
	}
	to {
		transform:scale(1)
	}
}
.main_banner .swiper-slide.swiper-slide-active img {animation:main_banner_zoom-animation 1.3s;}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #b89c6d;
}
.banner_image{
	width:100%;
	height:100%;
}
.picture_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* end 12.02.2026*/

#subscription-result {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}





@media (max-width: 1440px) {
	.container { padding: 0 55px;}
}
@media(min-width:360px)and (max-width:1365px) {
	.category_menu_ttl {line-height:calc(.1990049751vw + 19.2835820896px);}
	header .innermenu ul li a {font-size:calc(.3980099502vw + 10.5671641791px);}
}
@media (max-width: 1200px){
	.container { padding: 0 15px;}
	.itemObject_bottom {
		flex-direction: column;
		margin-top: 14px;
		align-items: flex-start;
	}
	.itemObject_bottom > div:first-child {margin-bottom: 10px;}
	.size_select {height: 30px;}
	.size_select select {padding-left: 6px;}
	.add2cart {
		height: 30px;
		padding: 0 5px;
	}
	.itemObject_bottom_btn {
		align-items: center;
		gap: 11px;
	}
	.add2cart_block .add2cart {
		height: 18px;
		width: 24px;
		margin-right: 6px;
	}
	.quantity_in_cart{
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		color: #262626;
		display:inline-block;
		padding-bottom: 3px;
	}
	.add2cart_block {
		position: relative;
		top: revert;
		right: revert;
		display: flex;
		align-items: flex-end;
	}
	/* 12.02.2026*/
	:root {
		--spacing-md:24px;
		--spacing-sm:16px;
		--spacing-xxxs:4px;
		--spacing-xs-16:16px;
		--color-primary-5:#f4f4f4;
	}
	header .menu_section_list {
		flex:1 1;
		flex-direction:column;
		gap:0;
		width:100%;
		padding-top:0;
		padding-bottom:0;
		background:var(--color-white-100);
	}
	.category_menu_item {
		padding-top: 10px;
		padding-bottom: 10px;
		cursor: pointer;
	}
	.category_menu_item_chevron {
		display:block;
		transform: rotate(90deg);
		transition: transform .3s ease-in-out;
	}
	.open .category_menu_item_chevron {transform: rotate(-90deg);}
	.category_menu_ttl {letter-spacing:1.8px}
	header .innermenu .category_menu_banner {display: none;}
	.innermenu_block {display: block;padding: 0 15px;}

	header .innermenu .category_menu_section ul {
		max-height: 0;
		overflow: hidden;
	}
	header .innermenu .category_menu_section .open ul {max-height: 700px;}
	.category_menu_ttl {
		font-size: calc(.1990049751vw + 13.2835820896px);
		font-weight: 500;
		font-family: "Montserrat", sans-serif;
		letter-spacing: 2px;
		text-transform: none;
	}
	header .innermenu .category_menu_section {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	header .innermenu .category_menu_section > li:first-child {order:2;}
	header .innermenu .category_menu_section > li:last-child {order:1;}
	header .innermenu .category_menu_section > li:last-child,
	header .innermenu .category_menu_section > li > ul li:not(:last-child) {border-bottom: 1px solid var(--color-primary-5);}
	header .innermenu .category_menu_section > li > ul li:first-child {border-top: 1px solid var(--color-primary-5);}
	header .innermenu .category_menu_section ul li a {
		font-weight: 400;
		font-size: calc(.1990049751vw + 13.2835820896px);
		line-height: calc(.1990049751vw + 19.2835820896px);
		padding: var(--spacing-xs-16) 0;
	}
	/* 12.02.2026*/
}

@media (max-width: 760px){

	.pagination_lnk svg {
		height: 6px;
		width: auto;
	}
	.description_block {margin: 40px 0;}
	.other_category_lnk_list {
		overflow: hidden;
		display: -webkit-inline-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		position: relative;
		white-space: normal;
		vertical-align: bottom;
	}
	.other_category_lnk_list .other_category_lnk:last-child {
		border-right:1px solid currentColor;
		margin-right:10px;
	}
	.other_category_lnk_more {
		vertical-align: revert;
		border: none;
		padding-left: 6px;
		/* margin-right: 8px; */
	}
	.other_category {margin-bottom: 45px;}
}

@media (min-width: 921px) {
	.basketPage {
		align-items: flex-start;
	}

	.basketPage .left {
		position: sticky;
		top: 120px;
	}
}

/* MOBILE: все поля/кнопки на 100% */
@media (max-width: 767px) {

	/* Ряды с полями превращаем в колонку */
	.orderinfo .line,
	.orderinfo .lines {
		display: flex;
		flex-direction: column;
		gap: 12px; /* можно убрать/поменять */
	}

	/* Лейблы как блочные контейнеры на всю ширину */
	.orderinfo .line > label,
	.orderinfo .lines .line > label,
	.orderinfo label.selectric-items {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	/* Все инпуты/textarea на всю ширину */
	.orderinfo input[type="text"],
	.orderinfo input[type="email"],
	.orderinfo input[type="tel"],
	.orderinfo input[type="number"],
	.orderinfo input[type="password"],
	.orderinfo textarea,
	.orderinfo select {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	/* Если у вас где-то инпуты inline/с фикс-шириной */
	.orderinfo .selectric-input {
		width: 100% !important;
		max-width: 100% !important;
	}

	/* selectric-items: чтобы "Улица/Дом" не ломались и всё тянулось */
	.orderinfo label.selectric-items {
		position: relative;
	}

	/* Текст-замена (span.info) пусть переносится, а не режется */
	.orderinfo label.selectric-items .info {
		display: block;
		width: 100%;
		white-space: normal;
		word-break: break-word;
	}

	/* Кнопка расчёта доставки */
	.orderinfo .buttonCulcDeliveryApiShip {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	/* Блоки выбора оплаты/доставки — на всю ширину (если нужно) */
	.orderinfo .deliveries .radiobox,
	.orderinfo .purchasing .radiobox,
	.orderinfo .purchasing .checkbox {
		width: 100%;
	}

	.orderinfo .deliveries .radiobox label,
	.orderinfo .purchasing .radiobox label {
		display: flex; /* чтобы маркер + текст красиво */
		align-items: flex-start;
		width: 100%;
	}

	/* Кнопка сабмита */
	.orderinfo input[type="submit"] {
		width: 100%;
		box-sizing: border-box;
	}
	/* Карандаш внутри поля: прибиваем справа по центру */
	.orderinfo label.selectric-items {
		position: relative;
		padding-right: 34px; /* место под иконку */
	}

	.orderinfo label.selectric-items > i.fa.fa-pencil {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
		z-index: 2;
		/* на случай если где-то inline/line-height чудит */
		line-height: 1;
	}

	/* Текст в "поле" занимает ширину, но не выпихивает карандаш */
	.orderinfo label.selectric-items > .info {
		display: block;     /* можно оставить */
		width: 100%;
	}
}

/* Mobile layout for ApiShip widget */
@media (max-width: 768px) {

	#apiShipWidget .d_tp_wrapper {
		width: 100% !important;
		height: auto !important;
		position: static;
		display: flex;
		flex-direction: column;
	}

	#apiShipWidget .d_tp_wrapper .map {
		position: relative !important;
		width: 100% !important;
		height: 300px !important;
		left: auto !important;
		top: auto !important;
		order: 1;
	}

	#apiShipWidget .d_tp_wrapper .list {
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		left: auto !important;
		top: auto !important;
		border-left: 1px solid #ddd;
		order: 2;
	}

	#apiShipWidget .d_tp_wrapper .list {
		max-height: 300px;
		overflow-y: auto;
	}
}

@media (max-width: 760px){
	.pagination_lnk svg {
		height: 6px;
		width: auto;
	}
	.description_block {margin: 40px 0;}
	.other_category_lnk_list {
		overflow: hidden;
		display: -webkit-inline-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		position: relative;
		white-space: normal;
		vertical-align: bottom;
	}
	.other_category_lnk_list .other_category_lnk:last-child {
		border-right:1px solid currentColor;
		margin-right:10px;
	}
	.other_category_lnk_more {
		vertical-align: revert;
		border: none;
		padding-left: 6px;
		/* margin-right: 8px; */
	}
	.other_category {margin-bottom: 45px;}
}

@media(max-width:359px) {
	.category_menu_ttl {line-height:22px;}
	header .innermenu ul li a {	font-size:12px;}
}


.banner .link-wide,
.swiper-slide .link-wide {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 10;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	opacity: 0;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	opacity: 0;
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
	opacity: 0;
}

.basketPage textarea::-moz-placeholder,
.basketPage input::-moz-placeholder {
	opacity: 1;
}
.basketPage textarea:-ms-input-placeholder,
.basketPage input:-ms-input-placeholder {
	opacity: 1;
}
.basketPage textarea::-webkit-input-placeholder ,
.basketPage input::-webkit-input-placeholder {
	opacity: 1;
}
.button-content {
	display: flex;
	justify-content: center;
}
.btn {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #262626;
	background: #262626;
	color: #fff;
	border-radius: 12px;
	padding: 15px 22px;
	max-width: 300px;
}

.align-items-center {
	align-items: center;
}
.text-center {
	text-align: center;
}

/* compact dropdown menu */
@media (min-width: 1201px) {
	header .innermenu {
		padding: 16px 0;
	}

	header .innermenu_block {
		display: flex;
		align-items: flex-start;
		gap: 36px;
	}

	header .innermenu ul {
		gap: 10px;
	}

	/* список с баннерами не должен наследовать min-width колонок */
	header .category_menu_banner {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
		min-width: auto;
	}

	header .category_menu_banner_container {
		display: flex;
		flex-direction: column;
	}

	header picture.menu_banner_image {
		display: block;
		width: 350px;
		height: 350px;
		overflow: hidden;
	}

	header picture.menu_banner_image > img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	header .category_menu_banner_ttl {
		margin-top: 10px;
	}
}

.infoOrder_succesful {
	max-width: 750px;
	margin: 100px auto;
}

.section__succesful {
	display: grid;
	grid-template-columns: 240px 1fr;
	column-gap: 40px;
	align-items: start;
	margin-bottom: 32px;
}

.title__succesful h2 {
	margin: 0;
	text-align: left;
}

.content__succesful .date {
	white-space: pre-line;
}

@media (max-width: 768px) {
	.infoOrder_succesful {
		margin: 40px auto;
		padding: 0 16px;
	}

	.section__succesful {
		grid-template-columns: 1fr; /* одна колонка */
		row-gap: 12px;
		margin-bottom: 24px;
	}

	.title__succesful,
	.content__succesful {
		width: 100%;
	}

	.title__succesful h2 {
		font-size: 20px; /* опционально */
	}
}

.content__succesful .wrScrollItemsObjectrs {
	padding:0;
}
@media (max-width: 1200px) {
	.block_text .content__succesful img {
		max-width: 100%;
		height: auto;
	}
}