* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Comfortaa Light';
	font-size: 14px;
    line-height: 1.71429;
    color: #000;
	background: #fff;
	height: 100%;
}

.page {
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
	padding: 0 20px;
}
.lb-outerContainer, .lightbox .lb-container {
min-width: 320px !important;
min-height: 500px !important;
}
.lightbox .lb-outerContainer video {
	height: 100% !important;
}
.container:after, .page:after {
	display: block;
	content: '';
	clear: both;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: 300;
	color: #000;
}

h1, .h1 {
	font-size: 24px;
    margin-bottom: 32px;
    text-transform: uppercase;
}

h2, .h2 {
	line-height: 1.2222;
    font-size: 36px;
}

h3, .h3 {
	line-height: 1;
    font-size: 30px;
}

h4, .h4 {
    line-height: 1.16667;
    font-size: 24px;
}

h5, .h5 {
    line-height: 1.66667;
    font-size: 18px;
}

h6, .h6 {
    line-height: 1.42857;
    font-size: 14px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #000;
}

.small-extra {
	font-size: 10px;
	line-height: 18px;
}

.small, small {
	font-size: 12px;
	line-height: 21px;
}

ul {
	list-style: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #111;
}

input:focus, textarea:focus {
	outline: none;
}

.content {
	min-height: 400px;
	padding-top: 100px;
	padding-bottom: 100px;
	flex: 1 1 auto;
}

/**
 * Header styles
 */
.header {
	display: block;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

.header__logo {
	width: 160px;
	height: 83px;
	background-image: url('../img/contur_logo.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	max-width: 100%;
	background-color: transparent;
	display: inline-block;
	vertical-align: top;
}

.header__nav {
	display: inline-block;
	vertical-align: top;
}

.header__cart {
	display: inline-block;
	vertical-align: middle;
}

.menu__toggle {
	display: none;
}

.mobile__show {
	display: none;
}

.nav {
	position: relative;
	padding: 4px 0;
}

.nav__ul {
	padding: 0;
	list-style: none;
}

.nav__li {
	display: inline-block;
	vertical-align: middle;
}

.nav__li_nested {
	opacity: 0;
	position: relative;
	left: -20px;
	display: block;
}

.nav__link {
	display: block;
	padding: 16px;
	cursor: pointer;
	text-align: center;
	color: #111;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: all 100ms ease-out;
}

.nav__link_nested_parent {
	position: relative;
	padding-right: 32px;
}

.nav__link_nested_parent:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\f107';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.nav__link_nested {
	padding: 4px;
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    background-color: #fff;
}

.nav__link:hover, .nav__link_active {
	color: #bd9724;
}

.nav__link_accent {
	font-weight: 700;
}

.nav__ul_nested, .nav__li_nested_hidden {
	display: none;
}

.nav__ul_nested_open {
	display: block;
	z-index: 3;
	position: absolute;
}

.header__cart {
	display: inline-block;
	vertical-align: top;
	float: right;
	padding: 26px 4px;
}

.cart-head {
	cursor: pointer;
}

.cart-head__icon {
	background-image: url('../img/icon__cart.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
}

.cart-head__info {
	display: inline-block;
	vertical-align: middle;
}

.cart-body {
	display: none;
}

.cart:hover .cart-head__icon {
	background-image: url('../img/icon__cart_hover.png');
}
/**
 * End header styles
 */

/**
 * General styles
 */
.screen {
	min-height: 400px;
}

.screen_inactive {
	display: none;
}

.slider {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

.swiper__navigation {
	position: relative;
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
    margin-top: -55px;
    padding-left: 68px;
	z-index: 1;
}

.swiper__navigation > div.swiper-button-next,
.swiper__navigation > div.swiper-button-prev {
	width: 64px;
	height: 64px;
	display: inline-block;
	vertical-align: top;
	float: left;
	top: auto;
	position: inherit;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.swiper-button-next {
	background-image: url('../img/icon__arrow-right.png') !important;
	right: auto !important;
}

.swiper-button-prev {
	background-image: url('../img/icon__arrow-left.png') !important;
	left: auto !important;
}

.sswiper-button-next {
	right: -40px !important;
	outline: 0;
}

.sswiper-button-prev {
	left: -40px !important;
	outline: 0;
}



.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide_bg_1 {
	background: url('../img/bg__home_1.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_2 {
	background: url('../img/bg__home_3.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_3 {
	background: url('../img/bg__home_4.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_4 {
	background: url('../img/bg__home_5.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_5 {
	background: url('../img/bg__home_6.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_7 {
	background: url('../img/bg-home-n.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_8 {
	background: url('../img/bg__home_8.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.swiper-slide_bg_9 {
	background: url('../img/bg_8.jpg') 50% 50% no-repeat;
	background-size: contain;
}

.slider__video {
	display: none;
}


img {
	max-width: 100%;
	max-height: 100%;
}

.slider__text {
	font-size: 18px;
	line-height: 24px;
    margin-top: 75px;
    margin-bottom: 0;
}

.slider__href{
	display: flex;
    flex-direction: column;
    width: max-content;
}

.swiper-slide__h1 {
	font-size: 36px;
	margin-bottom: 20px;
	font-family: 'Arial';
	font-weight: 300;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 8px 25px;
	cursor: pointer;
	border: 1px solid transparent;
	font-family: 'Playfair';
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	transition: all 100ms ease-in;
}

.btn-primary {
	color: #000;
	border-color: #000;
}

.btn-primary:hover {
	color: #bd9724;
	border-color: #bd9724;
}

.product__amount {
	margin: 32px 0;
	font-size: 48px;
}

.product__amount-label {
	font-size: 14px;
}

.product__amount i {
	font-size: 32px;
}

.product__amount-old {
	display: inline;
    font-size: 32px;
    color: #000;
    text-decoration: line-through;
}

.product__amount-old + #price {
	color: #e31010;
}

/**
 * End general styles
 */

/**
 * Product styles
 */
#price {
	display: inline-block;
}

.product {
	position: relative;
}

.product__info {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding: 15px 0px;
	margin-bottom: 40px;
}

.product__title {
	font-size: 24px;
	margin-bottom: 32px;
	text-transform: uppercase;
        font-weight: 300;
}

.options__item {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 8px 0;
}
.options__item--cart {
	display: flex; 
	gap: 10px;
	align-items: center;
}
.options__item--cart .options__item-title {
margin: 0;
}
.options__value_type_color {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.options__value_type_size {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 58px;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.options__value_type_complect {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 90px;
	height: 50px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

.options__value_type_color:after {
	content: '';
    top: -4px;
    left: -4px;
    width: 55px;
    height: 55px;
	min-width: 55px;
	min-height: 55px;
    border-radius: 4px;
    position: absolute;
    border: 2px solid #111;
    opacity: 0;
    transition: all 100ms ease-in;
}

.options__value_type_size:after {
	content: '';
    top: -4px;
    left: -4px;
    width: 64px;
    height: 54px;
    border-radius: 4px;
    position: absolute;
    border: 2px solid #111;
    opacity: 0;
    transition: all 100ms ease-in;
}

.options__value_type_complect:after {
	content: '';
    top: -4px;
    left: -4px;
    width: 94px;
    height: 54px;
    border-radius: 4px;
    position: absolute;
    border: 2px solid #111;
    opacity: 0;
    transition: all 100ms ease-in;
}

.options__value_type_color.options__value_active:after, .options__value_type_color:hover:after {
	opacity: 1;
}

.options__value_type_size.options__value_active:after, .options__value_type_size:hover:after {
	opacity: 1;
}

.options__value_type_complect.options__value_active:after, .options__value_type_complect:hover:after {
	opacity: 1;
}

.options__value_type_color + .options__value_type_color {
	margin-left: 16px;
}

.options__value_type_size + .options__value_type_size {
	margin-left: 16px;
}

.options__value_type_complect + .options__value_type_complect {
	margin-left: 16px;
}

.options__item-title {
	font-weight: bold;
}

.option-size{
	
}

.product__value{
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    color: #111;
    left: 2px;
    top: 13px;
}

.product__description {
	margin-bottom: 20px;
}

.product__option-description ul, .product__description ul {
	padding: 0;
}

.product__option-description-title {
	font-size: 20px;
	color: #aaa;
}

.product__option-description-title span {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
}

.product__option-description-title:after {
	width: 60px;
	height: 1px;
	background: #aaa;
	content: '';
	display: block;
}

.product__option-description-item li, .product__description li {
	position: relative;
	padding-left: 14px;
}

.product__option-description-item li:before, .product__description li:before {
	position: absolute;
	content: '-';
	display: block;
	font-size: 16px;
	left: 0;
    top: -3px;
}

.product__option-description-item,
.product__option-description-title {
	display: none;
}

.product__option-description-item_active,
.product__option-description-title_active {
	display: block;
}

.quantity {
	display: inline-block;
	vertical-align: top;
}

.quantity__arrow {
	cursor: pointer;
	padding: 8px;
}

.quantity__arrow, .quantity__input {
	display: inline-block;
	vertical-align: middle;
}

.quantity__input input {
	width: 60px;
	padding: 11px 4px;
	border: 1px solid #aaa;
	outline: 0;
	text-align: center;
}

.quantity__input input:focus {
	border-color: #111;
}

.product__cart-btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
}

.btn-primary_fill {
	text-align: center;
	background-color: #c09c36 !important;
	border-color: #c09c36;
	color: #fff;
}
.center__buttons {
display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.btn-primary_fill:hover {
	background-color: #ad8925;
	border-color: #ad8925;
}

.product__pdf-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	color: #c09c36;
	text-decoration: underline;
	font-size: 15px;
}

.product__pdf-link i {
	font-size: 18px;
}

.product__pdf-link:hover {
	color: #ad8925;
}

.btn-primary_outline {
	text-align: center;
	background-color: #c09c36;
	border-color: #c09c36;
	color: #fff;
}

.btn-primary_outline:hover {
	background-color: #ad8925;
	border-color: #ad8925;
}

.cart-btn {
    font-family: inherit;
    font-size: 16px;
    padding: 6px 31px;
}

.cart-btn-empty {
	cursor: default;
	background-color: #ddd;
	color: #555;
	border: none;
}

.cart-btn-empty:hover {
	background-color: #ddd;
	color: #555;
}

.product__image {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	position: relative;
	margin-top: 100px;
}

.priceCurrency{
	font-weight: 600;
    font-size: 50px !important;
}

.images__main {
	width: 100%;
	max-width: 420px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}

.image {
	width: 100%;
	position: relative;
}

.image__thumb {
	width: auto;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0 auto;
}

.thumb__link {
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.option-image {
	display: none;
}

.option-image_active {
	display: block;
}

.images__thumbs {
	width: 300px;
	height: 100px;
	margin: 16px auto;
}

.product_id_54 .images__thumbs {
	width: 100%;
}

.images__thumb {
	height: 90px;
	width: 90px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}

.images__main a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.images__main a:after {
	display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 70% 46%;
    box-sizing: border-box;
    opacity: 0;
    transition: all 100ms ease-in;
}

/**
 * End product styles
 */

/**
 * Checkout
 */
.dialog_title {
	font-size: 24px;
	text-transform: uppercase;
}

/* ===== Попап "Оформление заказа" — полностью самостоятельные стили.
   Базовый .dialog_modal (jquery.azsh_dialog.js) больше не используется для
   размера/позиции этого попапа: он двигает элемент через transform и
   инлайновый top (.animate()), а transform на предке создаёт новый
   containing block для position:fixed потомков — из-за этого модалки
   СДЭК (ПВЗ/курьер) внутри попапа съезжали и криво считали позицию.
   Здесь всё задано явно, с !important там, где это перебивает
   .dialog_modal_big / инлайн-стили из azsh_dialog.js. */
.dialog_modal.dialog_cart {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100%;
	height: 100dvh;
	padding: 24px;
	box-sizing: border-box;
	background: transparent;
	pointer-events: none; /* клики мимо карточки проваливаются на .overlay под ней — закрытие по клику вне попапа продолжает работать */
	display: flex !important; /* jquery.azsh_dialog.js при открытии делает $(modal).css({display:'block'}) — инлайн-стиль без !important бы всё перебил и сломал центрирование */
	align-items: center;
	justify-content: center;
	z-index: 1001;
}

.dialog_cart .dialog_content {
	/* .co2 внутри — двухколоночный layout (форма 420px + корзина рядом,
	   main.css:3385 .co2{display:flex;gap:48px}), поэтому попапу нужна
	   ширина под dialog_modal_big (1140px), а не старые 570px под
	   одноколоночный дизайн. */
	position: relative;
	pointer-events: auto;
	width: 1140px;
	max-width: calc(100% - 48px);
	max-height: 100%;
	background: #fff;
	border-radius: 14px;
	padding: 32px;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.dialog_cart .dialog_close {
	position: fixed;
	pointer-events: auto;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #221D1E;
	font-size: 18px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	z-index: 1002;
}

.dialog_cart .dialog_close:hover {
	background: #f5f5f2;
}

.checkout {
	width: 380px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
}

.form__label {
	display: block;
	font-size: 14px;
	padding: 4px 12px;
}

.form__input {
	display: block;
	padding: 18px 12px;
	width: 100%;
	border: 1px solid #aaa;
	transition: all 100ms ease-in;
}

.form__input:focus {
	border: 1px solid #111;
}

.form__row {
	margin-top: 16px;
}

.dialog_modal_big {
	width: 1140px !important;
	max-width: 96vw !important;
}

.hidden {
	display: none;
}

.text-style_align_right {
	text-align: right;
}

.link-style_inline {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}

.checkout__chechbox {
	padding: 16px;
	cursor: pointer;
}

.checkout__chechbox span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #b7b7b7;
	position: relative;
}

.checkout__chechbox span:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	opacity: 0;
	background-color: #b7b7b7;
}

.checkout__chechbox_active span:after {
	opacity: 1;
}

.checout-btn {
    padding: 12px 29px;
    font-family: inherit;
    font-size: 16px;
}

.cart-table__col {
	display: inline-block;
	vertical-align: top;
}

.no_select, .no_select * {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.cart-table {
	display: inline-block;
	vertical-align: top;
}

.cart-table__image {
    width: 88px;
	height: auto;
	text-align: center;
}

.cart-table__col img {
	height: auto;
	width: 88px;
	max-width: none;
}

.cart-table__name {
	font-size: 20px;
	padding-top: 32px;
	width: 192px;
	max-width: 100%;
}

.cart-table__name small {
	display: block;
	font-size: 14px;
}

.cart-table__quantitiy {
	font-size: 14px;
	padding: 0 32px;
	padding-top: 32px;
}

.cart-table__amount {
	font-size: 20px;
	padding-top: 32px;
}

.cart-table__remove {
    padding-top: 36px;
    float: right;
    cursor: pointer;
    margin-left: 24px;
}

.cart-table__summ {
	float: right;
    font-size: 20px;
    margin-top: 32px;
}

.phone-and-icon{
	display: flex;
}

.contacts {
	margin-bottom: 160px;
}

.contacts_bg {
	background: url('../img/bg_contacts.jpg') 50% 50% no-repeat;
	background-size: cover;
	min-height: 900px;
}

.contacts li i {
	margin-right: 16px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.contacts li span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
}

.contacts .select,
.contacts p {
	display: inline-block;
	vertical-align: top
}

.contacts__title {
	font-size: 24px;
	margin-top: 32px;
	margin-bottom: 32px;
	font-weight: 300;
    text-transform: none;
}

.select-block {
}

.gallery__title {
	font-size: 24px;
	margin: 20px 0;
	font-weight: 300;
    text-transform: none;
}

.gallery__content {
	min-height: 700px;
	margin-bottom: 160px;
}
/**
 * End checkout
 */

/**
 * Footer styles
 */
.cart-animation-icon {
	position: fixed;
	font-size: 16px;
	color: #111;
	display: block;
	z-index: 1111;
}

.footer {
	width: 100%;
	padding: 16px;
	background: #111;
	color: #fff;
	z-index: 900;
	position: relative;
}

.footer__copyright {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1em;
}

.footer__text {
	margin: 6px 0;
}

.footer__contacts {
	display: inline-block;
	vertical-align: top;
	margin-left: 32px;
}

.footer__contacts-item {

	margin: 0 32px;
}

.footer__copyright-link {
	color: #bd9724;
	font-size: 14px;
	text-decoration: underline;
}

.footer__created {
	display: inline-block;
	vertical-align: top;
	float: right;
	text-align: right;
	line-height: 1em;
	font-size: 14px;
}

.footer__created-link {
	color: #ff7200;
	text-decoration: underline;
}

/**
 * End footer styles
 */


.galereya.ex1 {
    max-width: 1400px;
    margin: auto;
}

    .galereya.ex1 .galereya-top { display: block; padding: 0 35px; }

    .galereya.ex1 .galereya-grid { top: 60px; }

    .galereya.ex1 .galereya-cats {width: 180px; color: #111; background: #fff; background-image: none; border-radius: 4px; float: right;}

    .galereya.ex1 .galereya-cats-item {border-top: 1px solid #d5d5d5;}

    .galereya.ex1 .galereya-cell {
        width: 80px;
        padding: 0;

        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    .galereya.ex1 .galereya-cell:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-box-shadow: 0 0 2em #000;
        box-shadow: 0 0 2em #000;
    }

        .galereya.ex1 .galereya-cell-img { width: 80px; }

        .galereya.ex1 .galereya-cell-desc { display: none; }

        .galereya.ex1 .galereya-cell-overlay {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.galereya-slider.ex1 {
    opacity: 0;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translate(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    -o-transition: none;
}
.galereya-slider.ex1.opened { opacity: 100; }

    .galereya-slider.ex1 .galereya-slider-desc {
        font-size: 12pt;

        top: 0;
        bottom: auto;
        left: 0;

        width: 200px;
    }

    .galereya-slider.ex1 .galereya-slider-play,
    .galereya-slider.ex1 .galereya-slider-close {
        top: auto;
        bottom: 0;
    }

    .galereya-slider.ex1 .galereya-slider-slide {
        opacity: 100;
        background: #000 url(img/wild_oliva.png);
        -webkit-transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        -o-transition: none;
    }
    .galereya-slider.ex1 .galereya-slider-slide.next {
        opacity: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translate(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .galereya-slider.ex1 .galereya-slider-slide.current {}
    .galereya-slider.ex1 .galereya-slider-slide.prev {}


        .galereya-slider.ex1 .galereya-slide-img {
            -webkit-box-shadow: 0 0 1em #000;
            box-shadow: 0 0 2em #000;
        }


@media only screen and (min-width: 601px) {
    .galereya.ex1 .galereya-cell { width: 150px; }
        .galereya.ex1 .galereya-cell-img { width: 150px; }
}

@media(max-width: 400px) {
    .products__item {
		width: 120px !important;
	}
}

@media (max-width: 320px) {
    .products__item {
		width: 100px;
	}
}

@media (max-width: 280px) {
    .products__item {
		width: 100px;
	}
}

.input__notification {
	font-size: 14px;
	position: relative;
	padding: 4px;
}

.input__notification:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
	top: -20px;
    right: 6px;
}

.input__notification_fail {
	color: #e40101;
	text-align: left;
}

.input__fail {
	border-color: #e40101;
}

.input__notification_fail:after {
	content: '\f00d';
}

.input__notification_success:after {
	content: '\f00c';
}

.input__notification_success {
	color: #01881e;
}

.input__success {
	border-color: #01881e;
}

.contacts .select {
	position: absolute;
	margin-left: 10px;
	background-color: #fff;
}

.select {
	position: relative;
	width: 200px;
	cursor: pointer;
}

.select_open {
	border: 1px solid #f0f0f0;
    box-shadow: 0 0 17px #dedede;
}

.select__selected-block {
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px;
	padding-right: 28px;
	border-radius: 4px;
	border: 1px solid #a5a5a5;
	transition: all 100ms ease-in;
}

.select_open .select__selected-block {
	width: 100%;
	border: 1px solid transparent;
}

.select__selected-block:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107';
    position: absolute;
    right: 14px;
    top: 18px;
    transition: all 100ms ease-in;
}


.select__item {
	position: relative;
	opacity: 0;
	left: -20px;
	transition: all 100ms ease-out;
}

.select__item_selected {
	display: none;
}

.select__ul {
	display: none;
	background: #fff;
    margin-top: 50px;
    padding-left: 0;
    max-height: 300px;
    overflow: auto;
}

.select__ul_open {
	display: block;
}

.select__item {
	padding: 4px 14px;
}

.select__item:hover {
	text-decoration: underline;
}

.select-content__tab {
	display: none;
}

.select-content__tab_selected {
	display: block;
}

.local-contacts {
	padding-left: 0;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
    margin-right: 30px;
    width: 500px;
    max-width: 100%;
}

.local-contacts li {
	padding: 4px 0;
}

.local-image {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	max-width: 100%;
	margin-bottom: 20px;
	height: 300px;
}

.local-contacts__title {
	font-weight: bold;
	margin-top: 16px;
	font-size: 18px;
}

.footer__contacts a {
	color: #fff;
}

.loading {
	position: relative;
	transition: all 200ms ease-in;
}

.loading:before {
	content: "\f110";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    margin-right: 16px;
}

.swiper-button-next, .swiper-button-prev {
	z-index: 51;
}

.relative-wrapper {
	position: relative;
	width: 300px;
	height: 100px;
	margin: 16px auto;
}

.product_id_54 .relative-wrapper {
	width: 100%;
}

.page_id_4 a {
	display: inline-block;
	font-size: 18px;
	border-bottom: 1px dashed #111;
}

.page_id_4 a:before {
	        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f1c1";
        margin-right: 8px;
}

.related-products__image {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
}

.related-products__image img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.related-products__header {
	font-size: 18px;
	margin-bottom: 16px;
}

.related-products__item {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	padding: 16px;
	text-align: center;
	position: relative;
}

.related-products__title {
	font-size: 14px;
	padding: 16px 0;
}

.related-products__amount {
	font-size: 16px;
    margin-bottom: 32px;
}

.related-cart {
	font-size: 12px;
}

.mobile_count {
	display: none;
    position: absolute;
    top: 0px;
    right: -8px;
    background: #fff;
    border-radius: 50px;
    padding: 0 5px;
    border: 1px solid #111;
    height: 20px;
    line-height: 21px;
    text-align: center;
}

.galereya-slider-play {
	display: none !important;
}

.galereya-slider.ex1 .galereya-slider-play, .galereya-slider.ex1 .galereya-slider-close {
	top: 0;
	bottom: auto;
}

.galereya-slider-close {
	left: auto;
	right: 0;
	opacity: 1;
}

.galereya-cell-overlay {
	display: none !important;
}

.gallery {
	position: relative;
}

.gallery__sort {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 150px;
	height: 32px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 4px;
}

.gallery__sort_open {
	height: auto;
}

.gallery__sort:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f107';
	position: absolute;
	right: 7px;
	top: 10px;
	transition: all 100ms ease-in;
}

.gallery__sort-item {
	display: block;
	padding: 4px;
	cursor: pointer;
	border-bottom: 1px solid #111;
}

.gallery__content a {
	display: inline-block;
	vertical-align: top;
	margin: 2px 1px;
	opacity: 0;
}

.gallery__content a img {
	transition: all 100ms ease-in;
}

.gallery__content a:hover img {
	transform: scale(1.2);
}

.galereya-top {
	z-index: 10;
}

.success__message .dialog_close {
	display: none;
	position: relative;
    margin-top: 16px;
    width: 100%;
    margin-right: 0;
    right: auto;
    text-align: center;
    padding: 4px;
    margin-bottom: 20px;
}

.main-page-text p span {
	display: inline-block;
}

.sl-wrapper .sl-image .sl-caption {
	color: #000;
    background: rgba(255, 255, 255, 0.8);
}

.narg-p {
	padding-left: 14px;
	margin-top: 24px;
	margin-bottom: -10px;
	position: relative;
}

.narg-p:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #111;
    border-radius: 2px;
    left: 1px;
    top: 7px;
}

.product_id_13 .options__value_type_color, .product_id_68 .options__value_type_color {
	width: 50px;
	height: 50px;
	margin-bottom: 16px;
}

.product_id_13 .options__value_type_color:after, .product_id_68 .options__value_type_color:after {
	width: 55px;
	height: 55px;
}

.product_id_13 .options__value_type_color, .product_id_68 .options__value_type_color {
	margin-right: 8px;
	margin-left: 0 !important;
}

/* .product_id_13 .options__value_type_color:nth-child(10){
	margin-left: 0px;
} */

.whatssap-link {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 901;
}

.whatssap-link a {
	display: block;
}

.whatssap-link svg {
	width: 72px;
	height: 72px;
}
@media(max-width: 1024px) {
.whatssap-link {
right: unset;
left: 16px;
}
}

.breadcrumbs{
   
	display: flex;
   flex-wrap: wrap;
	margin-top: 20px;
}

.breadcrumbs__list-items{
	display: flex;
   flex-wrap: wrap;
}

.breadcrumbs__item br {
	display: none;
}

.breadcrumbs__item::after {
	content: "/";
	margin-right: 3px;
  }
.breadcrumbs__item:last-child::after {
	content: "";
}

.breadcrumbs__item a:hover{
   color: #bd9724;
}

.products__item {
	width: 160px;
	margin-right: 20px;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product__item-name {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
	height: 50px;
}
.products__list--sale .product__item-name {
	margin-bottom: 0;
}
.product__list{
	display: flex;
	flex-flow: wrap;
}
.products__item > .product__item-image > .option-image > .images__main {
	width: auto;
	height: 240px;
}

.button__product{
	padding: 5px 10px;
	border: 1px solid #b2942e;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
}

/* Единый размер кнопки Купить в карточках товара (перебивает .cart-btn/.related-cart) */
.products__item .button__product {
	box-sizing: border-box;
	min-width: 100px;
	padding: 6px 16px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.product__item-price{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.product__item-price > .fa-rub {
	margin-left: 4px;
	margin-top: -4px;
}

.product__item-price-old {
	color: #000;
    text-decoration: line-through;
    font-size: 14px;
}

.product__item-price-old + .product__item-price {
	color: #eb0000;
}

.product__item-expiry {
	color: #eb0000;
	font-size: 13px;
}

.product__expiry {
	color: #eb0000;
	margin: 10px 0;
}

.product__video {
	width: 100%;
}

.product__video video {
height: 450px;
	width: 100%;
}

.article__table {
	display: flex;
	flex-flow: column;
}

.article__table-item {
	padding: 15px;
	border-bottom: solid 1px;
	max-width: 730px;
}

.article-title {
	font-size: 20px;
}

.article-next {
	font-size: 16px;
}

.contacts__tg {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	justify-content: center;
	margin-bottom: 32px;
}
.contacts__tg i {
	margin-right: 8px;
font-size: 24px;
}
.contacts__tg a {
font-size: 18px;
text-decoration: underline;
font-weight: bold;
}

.related-wrapper {
	overflow: hidden;
}

.related-wrapper.swiper-container .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.related-wrapper.swiper-container .swiper-slide.related-products__item {
	width: 190px;
	height: auto;
}

.related-products__btn {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.form__row--payment-type label {
	display: flex;
    align-items: center;
    height: 21px;
}
.form__row--payment-type label:first-child {
	margin-bottom: 8px;
}
.form__row--payment-type input[type="radio"] {
	
    width: unset;
    margin-right: 15px;
}

#wb {
	display: none !important;
	font-size: 16px;
	padding: 8px 70px;
	background: #eee;
	border-radius: 25px;
	width: fit-content;
	position: relative;
	font-weight: bold;
}

#wb::before {
	content: 'WB';
	position: absolute;
    font-size: 15px;
	background: #8D0EE8;
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 43px;
	height: 43px;
	border-radius: 43px;
}

.form__input-group-radio {
	display: block;
	padding: 5px 10px;
}

.form__input-group {
	position: relative;
}

.form__input-dropdown {
	position: absolute;
	z-index: 1000;
	width: 100%;
	background: white;
	border: 1px solid #eee;
}
.form__input-dropdown-item {
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.form__input-dropdown-item:last-child {
border: none;
}

.select2-container--default .select2-selection--single {
}
.select2-container--default .select2-selection--single {

}
.select2-container {
width: 100% !important;
}

.alert.alert-info {

    padding: 12px;
    background: rgb(33 150 243 / 50%);
    margin-top: 15px;
}

.related-products__image a {
height: 240px;
display: flex;
align-items: center;
}
@media(max-width: 400px) {
.product__item-name {
height: 100px;
}
}


.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__buttons {
	display: flex;
	align-items: center;
}

.a2-lk-button {
	border: none;
	background: none;
}

/* Блоки */
/* Исправленные стили для анимаций */
.a2-lk-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.a2-lk-modal--active {
	pointer-events: all;
	opacity: 1;
}

.a2-lk-modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.a2-lk-modal__content {
	position: fixed;
	top: 0;
	right: -520px;
	width: 519px;
	height: 100%;
	background: white;
	box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
	transition: right 0.3s ease 0.1s;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.a2-lk-modal--active .a2-lk-modal__overlay {
	opacity: 1;
}

.a2-lk-modal--active .a2-lk-modal__content {
	right: 0;
}

.a2-lk-modal__header {
	padding: 31px 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.a2-lk-modal__title {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	flex-grow: 1;
}

.a2-lk-modal__close {
	width: 24px;
	height: 24px;
	position: relative;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

.a2-lk-modal__close-icon {
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
}

.a2-lk-modal__close-icon::before,
.a2-lk-modal__close-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #191919;
}

.a2-lk-modal__close-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.a2-lk-modal__close-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.a2-lk-modal__body {
	padding: 20px 12px;
	flex-grow: 1;
}

.a2-lk-modal__footer {
	padding: 0 24px 20px;
}

.a2-lk-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.a2-lk-form__error {
	padding: 16px;
	background: #FFD5D5;
	color: #890000;
	font-size: 14px;
	border-radius: 4px;
	display: none;
}

.a2-lk-form__error--active {
	display: block;
}

.a2-lk-form__group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}
.a2-address-fields__row {
width: 100%;
display: flex;
gap: 8px;
}
.a2-lk-form__group--small {
width: calc(50% - 4px);
}
.a2-lk-form__label {
	font-size: 14px;
	color: #000;
}

.a2-lk-form__input {
	width: 100%;
	height: 54px;
	border: 1px solid #AAAAAA;
	padding: 0 16px;
	font-size: 16px;
	font-family: 'Comfortaa Light', sans-serif;
	transition: border-color 0.3s;
}
textarea.a2-lk-form__input {
padding-top: 16px;
}

.a2-lk-form__input:focus {
	outline: none;
	border-color: #C09C36;
}

.a2-lk-form__input--error {
	border-color: #FF0000;
}

.a2-lk-form__submit {
	padding: 16px 24px;
	background: #C09C36;
	color: white;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.a2-lk-form__submit:hover {
	background: #a8872e;
}

.a2-lk-form__submit:disabled {
	background: #cccccc;
	cursor: not-allowed;
}

.a2-lk-form__spinner {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: white;
	animation: a2-lk-spin 1s ease-in-out infinite;
	display: none;
}

.a2-lk-form__submit--loading .a2-lk-form__spinner {
	display: block;
}

.a2-lk-form__submit--loading .a2-lk-form__submit-text {
	display: none;
}

.a2-lk-form__links {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.a2-lk-form__link {
	white-space: nowrap;
	color: #1B1B1B;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
	font-family: 'Comfortaa Light', sans-serif;
}

.a2-lk-form__link--secondary {
	color: #979797;
}

.a2-lk-form__agreement {
	color: #979797;
	font-size: 14px;
	line-height: 1.45;
	margin-top: 20px;
}

/* Кнопка открытия модалки */
.a2-lk-button {
	color: white;
	border: none;
	cursor: pointer;
}

/* Уведомление */
.a2-lk-notification {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 16px 24px;
	background: #4CAF50;
	color: white;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 1100;
	display: flex;
	align-items: center;
	gap: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.a2-lk-notification--active {
	opacity: 1;
	visibility: visible;
}

.a2-lk-notification--error {
	background: #f44336;
}

.a2-lk-notification__close {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	padding: 0 0 0 10px;
}

/* Анимации */
@keyframes a2-lk-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Адаптив */
@media (max-width: 600px) {
	.a2-lk-modal__content {
		width: 100%;
		right: -100%;
	}

	.a2-lk-form__links {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
	}

}


.a2-address-fields {
gap: 8px;
display: flex;
flex-wrap: wrap;
}
.favorite-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #ccc;
    transition: color 0.3s;
}

.favorite-btn--active, .favorite-btn:hover {
    color: #ff4757;
}

.favorite-btn i {
    transition: all 0.3s;
}

.remove-favorite {
    margin-top: 10px;
    background-color: #f8f9fa;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.remove-favorite:hover {
    background-color: #dc3545;
    color: white;
}
/* Блоки по БЭМ */
.profile {
	display: flex;
	width: 1170px;
	min-height: 694px;
	margin: 0 auto;
}
.a2-lk-button--secondary {
color: #C09C36;
}
.a2-lk__alert--success {
color: #4caf50;
}

.a2-lk__alert--error {
color: red;
}
.a2-lk-modal__footer {
margin-top: 15px;
}
.a2-lk-modal__footer button {
width: calc(50% - 4px);
}
.a2-lk-button--danger {
	color: red;
}
.profile__sidebar {
	width: 300px;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	border-right: 2px solid #E2E2E2;
	flex-shrink: 0;
	margin-bottom: 300px;
}

.profile__user {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	padding-left: 20px;
}

.profile__avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #E9E9E9;
	margin-right: 15px;
}

.profile__name {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}

.profile__stats {
	display: flex;
	gap: 58px;
	margin-bottom: 84px;
	padding-left: 20px;
}

.profile__stat {
	display: flex;
	flex-direction: column;
}

.profile__stat-label {
	font-size: 10px;
	line-height: 14.5px;
}

.profile__stat-value {
	font-size: 18px;
	line-height: 26px;
}

.profile__menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 20px;
}

.profile__menu-item {
	font-size: 24px;
	line-height: 34.8px;
	text-decoration: none;
	color: black;
	font-weight: 300;
}

.profile__menu-item--active {
	color: #C09C36;
	font-weight: 500;
}

.profile__submenu {
	margin-top: 76px;
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding-left: 20px;
}

.profile__submenu-item {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: black;
	font-weight: 300;
}

.profile__content {
	flex: 1;
	padding: 30px 0 30px 52px;
	display: flex;
	flex-direction: column;
}

.orders-header {
	display: flex;
	margin-bottom: 42px;
}

.orders-header__item {
	font-size: 12px;
	font-weight: 300;
	line-height: 17.4px;
	flex-shrink: 0;
}

.orders-header__item--order {
	width: 352px;
}

.orders-header__item--composition {
	width: 229px;
	margin-left: 229px;
}

.orders-header__item--amount {
	margin-left: auto;
	padding-right: 42px;
}

.orders-list {
	display: flex;
	flex-direction: column;
	gap: 47px;
}

.order {
	display: flex;
	flex-direction: column;
}

.order__header {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin-bottom: 5px;
}

.order__number {
	font-size: 18px;
	font-weight: 500;
	line-height: 26.1px;
}

.order__date {
	font-size: 14px;
	font-weight: 300;
	line-height: 20.3px;
	color: #5E5E5E;
}

.order__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order__products {
	display: flex;
	flex-direction: row;
	gap: 11px;
}

.order__product {
	display: flex;
	align-items: center;
	gap: 5px;
}

.order__product-image {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.order__product-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.order__product-name {
	font-size: 16px;
	font-weight: 300;
	line-height: 23.2px;
}

.order__product-details {
	font-size: 12px;
	font-weight: 300;
	line-height: 17.4px;
}

.order__amount {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-right: 11px;
}

.order__amount-value {
	font-size: 18px;
	font-weight: 500;
	line-height: 26.1px;
}

.order__amount-icon {
	width: 11px;
	height: 14px;
	background: black;
}

.order__show-all {
	font-size: 12px;
	font-weight: 300;
	line-height: 17.4px;
	text-decoration: underline;
	margin-top: 22px;
	margin-left: 328px;
}

.main-page {
	padding-top: 120px;
}


.a2-lk {
	font-family: 'Comfortaa Light', sans-serif;
	display: flex;
	max-width: 1170px;
	margin: 0 auto;
	padding: 30px;
	color: black;
}

.a2-lk__sidebar {
	flex-shrink: 0;
	padding-right: 100px;
	margin-right: 52px;
	border-right: 1px solid #E2E2E2;
}

.a2-lk__profile {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.a2-lk__avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #E9E9E9;
	margin-right: 15px;
    object-fit: contain;
}

.a2-lk__name {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.45;
}

.a2-lk__stats {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.a2-lk__stat {
	display: flex;
	flex-direction: column;
}

.a2-lk__stat-label {
	font-size: 10px;
	line-height: 1.45;
}

.a2-lk__stat-value {
	font-size: 18px;
	line-height: 1.45;
}

.a2-lk__nav {
	display: flex;
	gap: 9px;
	flex-direction: column;
}

.a2-lk__nav-item {
	font-size: 24px;
	line-height: 1.45;
	color: black;
	text-decoration: none;
	font-weight: 300;
}

.a2-lk__nav-item--active {
	color: #C09C36;
	font-weight: 500;
}

.a2-lk__nav-item:last-child {
	margin-bottom: 0;
}

.a2-lk__content {
	flex-grow: 1;
}

.a2-lk__orders-header {
	display: flex;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.45;
	padding-bottom: 10px;
}

.a2-lk__header-col {
	padding: 0 15px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 145%;
	/* or 17px */

	font-family: 'Comfortaa Light', sans-serif;
	color: #000000;
}

.a2-lk__header-col--order {
	flex: 0 0 150px;
}

.a2-lk__header-col--items {
	flex: 1;
}

.a2-lk__header-col--sum {
	flex: 0 0 100px;
	text-align: right;
}

.a2-lk__order {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
}

.a2-lk__order-col {
	padding: 0 15px;
}

.a2-lk__order-col--info {
	flex: 0 0 150px;
}

.a2-lk__order-col--items {
	flex: 1;
}

.a2-lk__order-col--sum {
	flex: 0 0 100px;
	text-align: right;
}

.a2-lk__order-number {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 5px;
	font-family: 'Comfortaa Light';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	/* or 26px */

	color: #000000;
}

.a2-lk__order-date {
	color: #5E5E5E;
	font-size: 14px;
	line-height: 1.45;
	font-family: 'Comfortaa Light';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 145%;
	/* or 20px */

	color: #5E5E5E;
}

.a2-lk__item-title {
	font-family: 'Comfortaa Light';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 145%;
	/* or 23px */

	color: #000000;
	margin-bottom: 5px;
}

.a2-lk__item-details {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	line-height: 1.45;
	color: #5E5E5E;
}

.a2-lk__item-color,
.a2-lk__item-quantity {
	font-family: 'Comfortaa Light';
	display: inline-block;
	margin-right: 10px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 145%;
	/* or 17px */

	color: #000000;

}
.a2-lk__order-col--items {
gap: 12px;
display: flex;
flex-direction: column;
}
.a2-lk__show-all {
	background: none;
	border: none;
	font-family: 'Comfortaa Light';
	font-size: 12px;
	line-height: 1.45;
	text-decoration: underline;
	color: black;
	cursor: pointer;
	padding: 0;
	margin-top: 10px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 145%;
	/* or 17px */
	text-decoration-line: underline;

	color: #000000;
	padding-left: 64px;
}

.a2-lk__order-sum {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.45;
}

.a2-lk-nav2 {
	display: flex;
	flex-direction: column;
margin-top: 70px;
}

.a2-lk-nav2__item {
	font-family: 'Comfortaa Light';

font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 145%;
/* or 20px */

color: #000000;
}
.a2-lk__item {
	display: flex;
}

.a2-lk__order-col--items .a2-lk__item:not(:first-child) {
	display: none;
}

.a2-lk__order-col--items--active .a2-lk__item {
	display: flex !important;
}

.a2-lk__item-image {
	width: 64px;
	height: 64px;
	border-radius: 64px !important;
}

/* Основные стили для страницы сертификатов */
.a2-lk__header {
	max-width: 700px;
    display: flex;
	gap: 49px;
    align-items: center;
    margin-bottom: 30px;
}

.a2-lk__title {
    font-size: 24px;
    font-weight: 500;
    color: #101010;
	white-space: nowrap;
    margin: 0;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 145%;

}
.a2-lk__title--noactive {
color: #A2A2A2;
}
button, a {
cursor: pointer;
}
.a2-lk__create-cert {
	white-space: nowrap;
    font-size: 24px;
    color: #A2A2A2;
    text-decoration: none;
    transition: color 0.3s;
	border: none;
	background: none;font-family: 'Comfortaa Light', sans-serif;
	
}
.a2-lk__create-cert--active {
color: #101010;
}
.a2-lk__create-cert:hover {
    color: #101010;
}

/* Стили для списка сертификатов */
.a2-lk__certificates-header {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 500;
}

.a2-lk__certificate {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #EAEAEA;
    align-items: center;
    width: fit-content;
}

.a2-lk__cert-col {
    flex: 1;
    padding: 0 10px;
	min-width: 120px;
}
.a2-lk__cert-col--phone {
width: 150px;
}
.a2-lk__cert-col--sum {
width: 90px;
}
.a2-lk__cert-actions {
    display: flex;
    gap: 15px;
}

.a2-lk__cert-action {
    color: #A2A2A2;
	border: none;
	background: none;
    font-size: 16px;
    transition: color 0.3s;
	display: flex;
	align-items: center;
}

.a2-lk__cert-action:hover {
    color: #BD9724;
}

.a2-lk__cert-status {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
	white-space: nowrap;
}

.a2-lk__cert-status--active {
    background: #CEFFC8;
    color: #000;
}

.a2-lk__cert-status--used {
    background: #EAEAEA;
    color: #5B5B5B;
}

.a2-lk__cert-status--expired, .a2-lk__cert-status--nopaid {
    background: #FFD8D8;
    color: #000;
}


.a2-lk__cert-content {
	display: flex;
	min-height: 500px;
}
/* Стили для вертикальных шагов создания */
.a2-lk__cert-steps {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
	justify-content: space-between;
    gap: 20px;
}
.a2-lk-cert-steps-grouped {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
}
.a2-lk__cert-steps-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.a2-lk__cert-steps::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 16px;
    left: 16px;
    width: 1px;
    background: #C2C2C2;
    z-index: 1;
}

.a2-lk__cert-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    gap: 12px;
}

.a2-lk__cert-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #C2C2C2;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    flex-shrink: 0;
}

.a2-lk__cert-step--active .a2-lk__cert-step-number {
    background: #BD9724;
}

.a2-lk__cert-step--completed .a2-lk__cert-step-number {
 
}

.a2-lk__cert-area {
    position: relative;
    left: -182px;
	padding: 0 !important;
}
.a2-lk__cert-step-title {
white-space: nowrap;
}
.a2-lk__cert-step--active .a2-lk__cert-step-title {

	font-family: 'Comfortaa Light';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 145%;
/* or 23px */
text-align: center;

color: #000000;
}

/* Основные стили карусели */
.design-carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}


/* Стили для радио кнопок */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.design-label {
  cursor: pointer;
  display: block;
}

/* Стили для навигации */
.carousel-nav {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
    margin-left: 33px;
	position: relative;
	top: -20px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.carousel-btn:hover {
  background: #f5f5f5;
}

.carousel-btn:hover path {
  stroke: #BD9724;
}

/* Стили для кнопки "Далее" */
.a2-lk__form-footer {
  text-align: center;
  margin-top: 30px;
}

.button--gold {
  background: #BD9724;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button--gold:hover {
  background: #a5821f;
}




.a2-lk__cert-amount {
	
    position: relative;
    top: 116px;
    left: -171px;
}

  .amount-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-family: 'Comfortaa Light', sans-serif;
    flex-wrap: nowrap;
  }
  
  .amount-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .amount-option {
    padding: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .amount-option:hover {
    border-color: #BD9724;
  }
  
  .amount-radio:checked + .amount-value {
    color: #BD9724;
  }
  
  .amount-radio:focus-visible + .amount-value {
    outline: 2px solid #BD9724;
    outline-offset: 2px;
  }
  
  .amount-radio:checked ~ .amount-value {
    color: #BD9724;
  }
  
  .amount-value {
	white-space: nowrap;
	font-family: 'Comfortaa Light';
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 27px;
/* identical to box height */
text-align: center;
text-transform: uppercase;

color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .amount-radio:checked ~ .amount-value {
    color: #BD9724;
  }

  .button--secondary {
background: #EEEEEE;
font-family: 'Comfortaa Light';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
/* identical to box height */
text-align: center;
text-transform: uppercase;
	padding: 16px 24px;
min-width: 164px;

color: #222222;
}
.a2-lk__form-footer {
	display: flex;
	gap: 30px;
}
.button--gold {
	padding: 16px 24px;
background: #C09C36;
font-family: 'Comfortaa Light';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
/* identical to box height */
text-align: center;
text-transform: uppercase;
min-width: 275px;
color: #FFFFFF;

}

.edit-address-btn {
	padding: 8px 12px;
	border: 1px solid transparent;
background: #C09C36;
font-family: 'Comfortaa Light';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
/* identical to box height */
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
width: 100%;
}
.address-buttons {
	display: flex;
	gap: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
[data-address-id] td {
padding: 8px 0;
}
.a2-lk__addresses {
	margin-top: 50px;
}
.delete-address-btn {
	padding: 8px 12px;
background: transparent;
border: 1px solid #C09C36;
font-family: 'Comfortaa Light';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
/* identical to box height */
text-align: center;
text-transform: uppercase;
color: #C09C36;
width: 100%;
}

@media(max-width: 768px) {
	.a2-lk {
	padding: 10px;
	}
.a2-lk, .a2-lk__header {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.a2-lk__sidebar {
border-right: none;
padding-right: 0;
width: 100%;
}

.a2-lk__title {
font-size: 18px;
}
.amount-selector {
flex-direction: column;
}
.amount-option {
width: 100px;
padding: 0 10px;
}
.amount-value {
font-size: 15px;
}
.a2-lk__form-footer {
flex-direction: column;
}
.a2-lk__cert-content {
min-height: 650px;
}
.a2-lk__form-footer {
max-width: calc(100vw - 60px);
}
.a2-lk__cert-recipient {
    width: calc(100vw - 21px);
}
.a2-lk__certificates, .a2-lk__addresses, .a2-lk__content {
width: 100%;
overflow-x: auto;
}
.a2-lk__cert-col {
white-space: nowrap;
}
.a2-lk__order, .a2-lk__orders-header  {
width: 500px;
}
}
.a2-lk__back {
display: none;
}
@media(min-width: 1024px) {

	.header__container > .header__nav  > .nav__ul > .nav__li:last-child {
	display: none;
	}
}
@media(max-width: 768px) {
.a2-lk__back {
	display: flex;
}
.a2-lk--sidebar-mobile-hidden .a2-lk__sidebar {
display: none;
}
}
.a2-lk__back-button {
border: none;
background: none;
display: flex;
align-items: center;
margin-bottom: 15px;
gap: 6px; font-family: 'Comfortaa Light', sans-serif;
}

.password-wrapper {
  position: relative;
}

.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.eye-icon {
  fill: #666;
  transition: fill 0.2s;
}

.toggle-password:hover .eye-icon {
  fill: #333;
}

.a2-lk-form__input {
  padding-right: 35px !important; /* Оставляем место для иконки */
}

/* ===== Checkout v2 (dev mode) ===== */
/*
 * Brand palette:
 *   Gold primary:  #c09c36 / hover #ad8925
 *   Dark:          #221D1E / #111
 *   Neutral bg:    #f5f5f2
 *   Border:        #e8e0d0 / #ddd / #aaa
 *   Text muted:    #888 / #aaa
 */

/* Layout */
.co2 {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  width: 100%;
  padding: 4px 0;
}

.co2__form {
  flex: 0 0 420px;
  max-width: 420px;
  width: 100%;
}

.co2__cart {
  flex: 1 1 0;
  min-width: 0;
  display: block;
}

/* Section titles */
.co2__section-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ece8e0;
}

.co2__section-title--mt {
  margin-top: 28px;
}

/* Floating label fields */
.co2__field {
  position: relative;
  margin-bottom: 10px;
}

.co2__input {
  display: block;
  width: 100%;
  padding: 22px 14px 8px;
  background: #f5f5f2;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  color: #221D1E;
  outline: none;
  transition: border-color 0.18s, background 0.18s;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.co2__input:focus {
  background: #f0ede5;
  border-color: #c09c36;
}

.co2__input.input__fail {
  border-color: #c07070 !important;
  background: #fdf5f5;
}

.co2__input.input__success {
  border-color: #90b890;
}

.co2__label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
  pointer-events: none;
  transition: top 0.15s, font-size 0.15s, color 0.15s;
  line-height: 1;
}

.co2__input:focus ~ .co2__label,
.co2__input:not(:placeholder-shown) ~ .co2__label,
.co2__label--select {
  top: 10px;
  transform: none;
  font-size: 10px;
  color: #999;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Select */
.co2__select {
  padding-top: 22px;
  padding-bottom: 8px;
  cursor: pointer;
}

/* Error message */
.input__notification_fail {
  font-size: 12px;
  color: #c07070;
  margin-top: 4px;
  padding-left: 4px;
}

/* Promo field */
.co2__field--promo .co2__input {
  padding-right: 90px;
}

.co2__promo-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  border: none;
  border-left: 1px solid #e8e0d0;
  padding: 0 14px;
  font-size: 13px;
  color: #c09c36;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  transition: background 0.15s;
  white-space: nowrap;
}

.co2__promo-btn:hover {
  background: #f0ede5;
}

/* Points hint */
.co2__points-hint {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
  background: #f5f5f2;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
}

/* Toggle row (Представитель / Доставка) */
.co2__toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #f5f5f2;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background 0.15s;
  user-select: none;
}

.co2__toggle-row:hover {
  background: #f0ede5;
}

/* Override old .checkout__chechbox span styles inside v2 */
.co2__toggle-row .co2__toggle-track,
.co2__toggle-row .co2__toggle-track:after {
  all: unset;
}

.co2__toggle-text {
  font-size: 14px;
  color: #444;
  flex: 1;
}

/* Toggle track (switch visual) */
.co2__toggle-track {
  display: block !important;
  width: 40px !important;
  height: 22px !important;
  min-width: 40px;
  border-radius: 11px !important;
  background: #ddd !important;
  flex-shrink: 0;
  position: relative !important;
  transition: background 0.2s;
  margin-right: 0 !important;
  vertical-align: unset !important;
}

.co2__toggle-track:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border-radius: 50% !important;
  top: 3px !important;
  left: 3px !important;
  transition: transform 0.2s !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
  opacity: 1 !important;
  border: none !important;
}

.checkout__chechbox_active .co2__toggle-track {
  background: #c09c36 !important;
}

.checkout__chechbox_active .co2__toggle-track:after {
  transform: translateX(18px) !important;
}

/* Delivery type card buttons */
.co2__delivery-block {
  margin-top: 4px;
}

.co2__delivery-type {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.co2__delivery-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f5f5f2;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  box-sizing: border-box;
}

.co2__delivery-card input[type="radio"] {
  display: none;
}

.co2__delivery-card:has(input:checked) {
  border-color: #c09c36;
  background: #faf6ec;
}

.co2__delivery-card-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Address grid (2-col) */
.co2__address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.co2__field--full {
  grid-column: span 2;
}

/* CDEK delivery method buttons (ПВЗ / Курьер) */
.co2__method-group {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
}

.co2__method {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 12px;
  background: #f5f5f2;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  text-align: center;
}

.co2__method--active {
  border-color: #c09c36;
  background: #faf6ec;
}

.co2__method-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.co2__method-link {
  font-size: 12px;
  color: #c09c36;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
}

.co2__method-summary {
  font-size: 13px;
  color: #555;
  background: #f5f5f2;
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 10px;
  display: none;
}

.co2__method-summary--visible {
  display: block;
}

/* CDEK popup (centered, fits one screen) */
.cdek-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 1100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cdek-modal--active {
  pointer-events: all;
  opacity: 1;
}

.cdek-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
}

.cdek-modal__content {
  position: relative;
  width: 920px;
  max-width: calc(100% - 24px);
  max-height: 90vh;
  max-height: 90dvh;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cdek-modal__header {
  padding: 18px 20px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  border-bottom: 1px solid #ece8e0;
}

.cdek-modal__title {
  font-size: 16px;
  font-weight: 700;
  color: #221D1E;
}

.cdek-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #aaa;
  line-height: 1;
  padding: 4px;
}

.cdek-modal__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 14px 20px;
  overflow-y: auto;
}

.cdek-modal__city-field {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 12px;
}

.cdek-modal__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #ece8e0;
  border-radius: 10px;
  margin-top: 4px;
  max-height: 180px;
  overflow-y: auto;
  z-index: 5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: none;
}

.cdek-modal__dropdown-item {
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}

.cdek-modal__dropdown-item:hover {
  background: #f5f5f2;
}

.cdek-modal__pvz-area {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.cdek-modal__map {
  flex: 0 0 220px;
  height: 220px;
  border-radius: 10px;
  background: #f5f5f2;
  margin-bottom: 10px;
  overflow: hidden;
}

.cdek-modal__search {
  flex: 0 0 auto;
  margin-bottom: 8px;
  padding: 10px 14px;
}

.cdek-modal__list {
  flex: 1 1 auto;
  min-height: 110px;
  overflow-y: auto;
  border-top: 1px solid #ece8e0;
  padding-top: 8px;
}

.cdek-modal__pvz-item {
  padding: 10px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #444;
  border: 2px solid transparent;
}

.cdek-modal__pvz-item:hover {
  background: #f5f5f2;
}

.cdek-modal__pvz-item--active {
  border-color: #c09c36;
  background: #faf6ec;
}

.cdek-modal__pvz-item-address {
  font-weight: 600;
  color: #221D1E;
}

.cdek-modal__pvz-item-time {
  color: #999;
  font-size: 12px;
}

.cdek-modal__cost {
  flex: 0 0 auto;
  font-size: 13px;
  color: #555;
  padding: 10px 0 0;
}

.cdek-modal__error {
  flex: 0 0 auto;
  font-size: 13px;
  color: #c07070;
  display: none;
}

.cdek-modal__footer {
  flex: 0 0 auto;
  padding: 14px 20px 18px;
  border-top: 1px solid #ece8e0;
}

.cdek-modal__submit {
  width: 100%;
  padding: 14px;
  background: #c09c36;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}

.cdek-modal__submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cdek-modal__submit:not(:disabled):hover {
  background: #ad8a2e;
}

@media (max-width: 480px) {
  .cdek-modal__content {
    max-width: calc(100% - 16px);
    max-height: 94vh;
  }
  .cdek-modal__map {
    flex-basis: 160px;
    height: 160px;
  }
}

/* Gift packaging block */
.co2__packaging {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fdf9f5;
  border: 1px solid #e8e0d0;
  border-radius: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}

.co2__packaging .co2__toggle {
  cursor: pointer;
}

.co2__packaging-img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0ede5;
}

.co2__packaging-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.co2__packaging-info {
  flex: 1 1 auto;
}

.co2__packaging-title {
  font-size: 14px;
  font-weight: 600;
  color: #221D1E;
}

.co2__packaging-desc {
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

.co2__packaging-price {
  font-size: 13px;
  font-weight: 700;
  color: #c09c36;
  margin-top: 4px;
}

.co2__packaging-details-link {
  display: inline-block;
  margin-left: 6px;
  color: #aaa;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
}
.co2__packaging-details-link:hover {
  color: #c09c36;
}

/* Packaging details popup */
#pkg-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s ease;
}
#pkg-popup.pkg-popup--visible {
  opacity: 1;
}
.pkg-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  cursor: pointer;
}
.pkg-popup__box {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px 24px;
  max-width: 480px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(12px);
  transition: transform .2s ease;
}
#pkg-popup.pkg-popup--visible .pkg-popup__box {
  transform: translateY(0);
}
.pkg-popup__close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.pkg-popup__close:hover { color: #333; }
.pkg-popup__slider {
  position: relative;
  margin-bottom: 16px;
}
.pkg-popup__img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  display: block;
}
.pkg-popup__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  color: #221D1E;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pkg-popup__nav:hover { background: #fff; }
.pkg-popup__nav--prev { left: 8px; }
.pkg-popup__nav--next { right: 8px; }
.pkg-popup__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.pkg-popup__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  cursor: pointer;
}
.pkg-popup__dot--active { background: #fff; }
.pkg-popup__title {
  font-size: 17px;
  font-weight: 700;
  color: #221D1E;
  margin-bottom: 10px;
}
.pkg-popup__body {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}
.pkg-popup__body ul {
  padding-left: 18px;
  margin: 8px 0;
}
.pkg-popup__body li { margin-bottom: 4px; }
.pkg-popup__price {
  margin-top: 14px;
  font-size: 15px;
  color: #221D1E;
}

/* Toggle switch (packaging checkbox) */
.co2__toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  cursor: pointer;
}

.co2__toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.co2__toggle-slider {
  position: absolute;
  inset: 0;
  background-color: #ddd;
  border-radius: 24px;
  transition: background-color 0.2s;
}

.co2__toggle-slider:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.co2__toggle input:checked + .co2__toggle-slider {
  background-color: #c09c36;
}

.co2__toggle input:checked + .co2__toggle-slider:before {
  transform: translateX(20px);
}

/* Submit button — brand gold */
.co2__submit-btn {
  display: block;
  width: 100%;
  padding: 17px 24px;
  background-color: #c09c36;
  border-color: #c09c36;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.co2__submit-btn:hover {
  background-color: #ad8925;
  border-color: #ad8925;
}

/* Legal text */
.co2__legal {
  font-size: 11px;
  color: #aaa;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

/* Cart summary */
.co2__total-line {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.co2__vat {
  font-size: 11px;
  color: #aaa;
  margin-top: 4px;
}

.co2__free-delivery {
  font-size: 13px;
  font-weight: 600;
  color: #3a9e3a;
  margin-top: 4px;
}

.co2__free-delivery-left {
  font-size: 13px;
  font-weight: 600;
  color: #8a6d3b;
  margin-top: 4px;
}

.co2__delivery-disclaimer {
  font-size: 13px;
  color: #777;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 8px 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}

/* Suggested products — horizontal scroll everywhere */
.co2__suggested {
  display: block;
  margin-top: 8px;
  overflow: hidden;
}

.co2__suggested-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.co2__suggested-list::-webkit-scrollbar {
  display: none;
}

.co2__suggested-item {
  flex: 0 0 130px;
  max-width: 150px;
}

.co2__suggested-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.co2__suggested-img {
  width: 130px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 6px;
}

.co2__suggested-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}

.co2__suggested-link:hover .co2__suggested-img img {
  transform: scale(1.04);
}

.co2__suggested-name {
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.co2__suggested-price {
  font-size: 13px;
  font-weight: 600;
  color: #c09c36;
}

/* Cart items v2 — scoped to .co2__cart, doesn't affect production */
.co2__cart .cart-table__row {
  border-bottom: 1px solid #f0ece5;
  padding: 12px 0;
}

.co2__cart .cart-table__row:last-child {
  border-bottom: none;
}

.co2__cart .cart-table__image {
  width: 70px;
}

.co2__cart .cart-table__col img {
  width: 70px;
  border-radius: 6px;
}

.co2__cart .cart-table__name {
  font-size: 14px;
  padding-top: 4px;
  line-height: 1.4;
  color: #221D1E;
}

.co2__cart .cart-table__name small {
  font-size: 12px;
  color: #c09c36;
  margin-top: 2px;
}

.co2__cart .cart-table__quantitiy {
  padding: 4px 12px 0;
  font-size: 13px;
}

.co2__cart .quantity__arrow {
  color: #ccc;
  transition: color 0.15s;
}

.co2__cart .quantity__arrow:hover {
  color: #c09c36;
}

.co2__cart .quantity__input input {
  width: 36px;
  padding: 5px 2px;
  text-align: center;
  border: 1px solid #e8e0d0;
  border-radius: 6px;
  background: #f5f5f2;
  font-size: 14px;
  font-family: inherit;
}

.co2__cart .cart-table__amount {
  font-size: 15px;
  font-weight: 600;
  padding-top: 4px;
  color: #221D1E;
}

.co2__cart .cart-table__remove {
  color: #ddd;
  padding-top: 4px;
  margin-left: 12px;
  transition: color 0.15s;
}

.co2__cart .cart-table__remove:hover {
  color: #c09c36;
}

.co2__cart .cart-table__summ {
  float: none;
  font-size: 15px;
  margin-top: 16px;
  text-align: right;
  line-height: 1.8;
}

.bonus-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.bonus-popup-overlay.active {
	display: flex;
}
.bonus-popup {
	position: relative;
	background: #fff;
	width: 380px;
	max-width: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.bonus-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bonus-popup__image img {
	display: block;
	width: 100%;
	height: auto;
}
.bonus-popup__content {
	padding: 24px;
	text-align: center;
}
.bonus-popup__title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 150%;
}
.bonus-popup__text {
	font-size: 14px;
	color: #555;
	margin: 0 0 20px;
	line-height: 1.4;
}
.bonus-popup__btn {
	width: 100%;
	background-color: #fff;
}

/* ===== END Checkout v2 ===== */
/* ===== Поиск по товарам ===== */
.a2-search-button {
	border: none;
	background: none;
	padding: 0;
	margin-right: 4px;
	cursor: pointer;
	line-height: 0;
}

.header__buttons .a2-lk-button {
	border: none;
	background: none;
	padding: 0;
	margin-right: 4px;
	cursor: pointer;
	line-height: 0;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2100;
	display: none;
}

.search-popup.is-open {
	display: block;
}

.search-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .45);
}

.search-popup__box {
	position: relative;
	max-width: 720px;
	margin: 12vh auto 0;
	background: #fff;
	border-radius: 6px;
	padding: 28px 28px 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.search-popup__close {
	position: absolute;
	top: 6px;
	right: 12px;
	border: none;
	background: none;
	font-size: 30px;
	line-height: 1;
	color: #888;
	cursor: pointer;
}

.search-popup__close:hover {
	color: #222;
}

.search-popup__form {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #C09C36;
}

.search-popup__input {
	flex: 1 1 auto;
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	padding: 10px 4px;
	background: none;
}

.search-popup__submit {
	flex: 0 0 auto;
	border: none;
	background: none;
	color: #C09C36;
	cursor: pointer;
	padding: 6px;
	line-height: 0;
}

.search-popup__results {
	max-height: 58vh;
	overflow-y: auto;
	margin-top: 8px;
}

.search-suggest__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 6px;
	border-bottom: 1px solid #f0f0f0;
	color: #222;
	text-decoration: none;
}

.search-suggest__item:hover,
.search-suggest__item.is-active {
	background: #faf6ec;
}

.search-suggest__image {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	object-fit: contain;
	background: #f7f7f7;
	border-radius: 4px;
}

.search-suggest__body {
	flex: 1 1 auto;
	min-width: 0;
}

.search-suggest__title {
	font-size: 15px;
	line-height: 1.3;
}

.search-suggest__title b {
	color: #C09C36;
}

.search-suggest__match {
	font-size: 12px;
	color: #888;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-suggest__price {
	flex: 0 0 auto;
	font-size: 15px;
	white-space: nowrap;
}

.search-suggest__all,
.search-suggest__empty,
.search-suggest__hint {
	display: block;
	padding: 12px 6px;
	font-size: 14px;
	color: #888;
	text-align: center;
}

.search-suggest__all {
	color: #C09C36;
	text-decoration: none;
}

.search-page__form {
	display: flex;
	gap: 10px;
	margin: 0 0 24px;
	max-width: 560px;
}

.search-page__input {
	flex: 1 1 auto;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 14px;
	font-size: 16px;
}

.search-page__empty {
	margin-bottom: 24px;
	font-size: 16px;
}

.product__item-match {
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

@media (max-width: 768px) {
	.search-popup__box {
		margin: 0;
		max-width: none;
		min-height: 100%;
		border-radius: 0;
		padding: 84px 16px 12px;
	}

	.search-popup__close {
		top: 18px;
		right: 12px;
		width: 44px;
		height: 44px;
		font-size: 34px;
	}

	.search-popup__input {
		font-size: 17px;
		padding: 12px 4px;
	}

	.search-popup__results {
		max-height: calc(100vh - 190px);
	}
}

.products__item {
    position: relative;
}

.favorite-btn--card,
.cart-btn--card {
    position: absolute;
    top: 8px;
    z-index: 3;
    padding: 4px;
    line-height: 1;
    font-size: 1.2rem;
}

.favorite-btn--card {
    right: 8px;
}

.cart-btn--card {
    left: 8px;
    background: none;
    border: none;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
}

.cart-btn--card:hover {
    color: #c09c36;
}

.cart-btn--card i {
    transition: all 0.3s;
}

/* На десктопе иконки показываем только по наведению на карточку */
@media (hover: hover) and (min-width: 769px) {
    .products__item .favorite-btn--card,
    .products__item .cart-btn--card {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s, color 0.3s;
    }

    .products__item:hover .favorite-btn--card,
    .products__item:hover .cart-btn--card,
    .products__item .favorite-btn--card:focus-visible,
    .products__item .cart-btn--card:focus-visible {
        opacity: 1;
        visibility: visible;
    }
}

/* ---- Попап выбора опций товара из каталога ---- */
.opt-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2100;
}

.opt-popup.opt-popup--active {
	display: block;
}

.opt-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}

.opt-popup__window {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 720px;
	max-width: calc(100% - 32px);
	max-height: calc(100% - 32px);
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	padding: 32px;
}

.opt-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: none;
	background: #f2f2f2;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #111;
	z-index: 1;
}

.opt-popup__close:hover {
	background: #e4e4e4;
}

.opt-popup__body {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.opt-popup--loading .opt-popup__body {
	display: none;
}

.opt-popup__loader {
	display: none;
	padding: 40px 0;
	text-align: center;
	color: #777;
}

.opt-popup--loading .opt-popup__loader {
	display: block;
}

.opt-popup__image {
	width: 260px;
	min-width: 260px;
	text-align: center;
}

.opt-popup__image img {
	max-width: 100%;
	height: auto;
}

.opt-popup__info {
	flex: 1 1 auto;
	min-width: 0;
}

.opt-popup__title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #111;
	text-decoration: none;
	margin-bottom: 16px;
}

.opt-popup__title:hover {
	color: #c09c36;
}

.opt-popup__option {
	margin-bottom: 16px;
}

.opt-popup__option-title {
	font-weight: bold;
	margin-bottom: 8px;
}

.opt-popup__values {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.opt-popup__value {
	position: relative;
	min-width: 50px;
	height: 50px;
	padding: 0 12px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	background: #fff;
	transition: border-color 100ms ease-in;
}

.opt-popup__value:hover,
.opt-popup__value.opt-popup__value--active {
	border-color: #111;
}

.opt-popup__value--color {
	width: 50px;
	min-width: 50px;
	padding: 0;
	border-color: transparent;
}

.opt-popup__value--color:hover,
.opt-popup__value--color.opt-popup__value--active {
	box-shadow: 0 0 0 2px #111;
	border-color: transparent;
}

.opt-popup__amount {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	color: #111;
}

.opt-popup__amount-old {
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
	color: #999;
	margin-right: 8px;
}

.opt-popup__cart {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.opt-popup__submit {
	cursor: pointer;
}

.opt-popup__submit.cart-btn-empty {
	background-color: #bbb !important;
	border-color: #bbb;
	cursor: default;
}

@media (max-width: 640px) {
	.opt-popup__window {
		padding: 24px 16px;
	}

	.opt-popup__body {
		flex-direction: column;
		align-items: center;
	}

	.opt-popup__image {
		width: 180px;
		min-width: 180px;
	}

	.opt-popup__info {
		width: 100%;
	}
}
