@font-face {
    font-family: 'Reaspekt Rubl Ligature';
    src: url('/local/build/fonts/reaspekt-rub-ligature.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.title-search-result th {
	display: none !important;
}

.header .header-mobile-search-panel:not(.open) {
	display: none !important;
}
.header .header-mobile-search-panel input[type="submit"] {
	display: none !important;
}

.menu__mobile-logo img {
	max-width: 300px;
	width: 150px;
	height: auto;
}

.top-note-1 {
	font-weight: bold;
	font-size: 14px;
}

.error {
	color: red;
}

.menu-bottom .menu__item-b span {
	color: #807f7e !important;
}
.menu-bottom ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: start;
}
.menu-bottom ul li {
	display: block;
	width: 25%;
	min-width: 300px;
}

.menu-bottom .menu__link {
	padding-top: 3px;
	padding-bottom: 3px;
}

.page-wrapper {
	padding-bottom: 15em;
}
@media screen and (max-width: 1274px) {
	.page-wrapper {
		padding-bottom: 25em;
	}
}
@media screen and (max-width: 574px) {
	.page-wrapper {
		padding-bottom: 45em;
	}
}
.c-telegram {
	margin-top: -3px;
}
.footer__ico1 a {
	display: block;
	margin-top: 7px;
	margin-left: 10px;
}
.footer__ico1 a.c-telegram {
	margin-top: 4px;
}

.title-search-result {
	width: 490px!important;
}

table.title-search-result td.title-search-item b {
    color: #0a5a3f;
    font-weight: normal;
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: underline;
    color: #0a5a3f;
 /*   margin-top: 10px;
    margin-bottom: 10px;*/
    display: block;
}

.title-search-selected {

} 

.title-search-result a  {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

#cantfind-form .error {
	margin-bottom: 8px;
	font-size: 13px;
}


.basket__order-list td[colspan="6"] {
    width: 100%!important;
    text-align: center;
}


.basket__order-list td[colspan="6"] a {
	color: #0a5a3f!important;
	border-bottom: 1px solid rgba(8, 72, 50, 0.2)!important;
}

.footer__ico1 {
	display: none;
}

.footer .menu-bottom {
	width: 91.5%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .menu-bottom .menu__link {
	padding-left: 0px;
}


.menu-bottom .menu__item-b span {
    cursor: pointer;
}

.menu-bottom .menu__item-b span:hover {
    color: #635f5f !important;
}


.top-note-1 {
    font-weight: bold;
    font-size: 14px;
    color: #23a613;
}

footer.footer {
	position: relative;
}
.page-wrapper {
	padding-bottom: 0 !important;
}

/* Переработка баннера/шапки/подвала */
.new_footer_menu {
	display: flex;
	justify-content: space-between;
	padding: 55px;
	padding-top: 16px;
	padding-bottom: 10px;
}

.new_footer_menu a {
	color: #676767;
	border-bottom: 1px solid rgb(100 100 100 / 18%);
	transition: opacity .25s ease;
}

.new_footer_menu a:hover {
	color: black;
	border-bottom: 1px solid rgb(100 100 100 / 99%);
}


.new_footer_menu {
	line-height: 24px;
	font-size: 14px;
}

.new_footer_menu .col_title {
	padding-bottom: 20px;
	font-size: 18px;
}

.new_footer_menu .one_contact svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: var(--brand-green) !important;
	color: var(--brand-green);
}

.new_footer_menu .one_contact svg path {
	fill: var(--brand-green) !important;
}

.new_footer_menu .one_contact {
	display: flex;
	height: 60px;
	align-items: center;
	gap: 10px;
}

.new_footer_menu .msg_contact {
	display: flex;
}


.new_footer_menu .msg_contact a {
	border: 0px;
}

.new_footer_menu #footer_col_2 {
	padding-top: 40px;
}

.new_footer_menu .zolotnuk_link {
	color: var(--brand-green);
	border-bottom: 1px solid rgba(8, 72, 50, .2);
}

.new_footer_menu .zolotnuk_link:hover {
	color: var(--brand-green);
	border-bottom: 1px solid rgba(8, 72, 50, .8);
}

.new_footer_menu span {
	font-size: 13px;
}

.one_contact  {
	font-size: 16px;
}

.header-wrapper {
	height: auto;
	min-height: 0;
}

.header__menu.header__sep:after {
	display: none !important;
}

.header__menu-cell {
	width: auto;
	vertical-align: middle;
}

.header__search-cell {
	width: 320px !important;
	vertical-align: middle;
	padding-left: 0;
}

.header__search-cell .header-search__input {
	font-size: 0.9em;
}

.header__contacts-cell {
	vertical-align: middle;
	width: auto;
	white-space: nowrap;
	padding: 0 0.6em 0 0;
	margin-left: 0;
	text-align: center;
}

.header-contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.05em;
	line-height: 1.1;
	width: 100%;
}

.header-contacts__phone {
	width: 100%;
	text-align: center;
	margin-top: 0.2em;
}

.header-contacts__phone-link {
	font-size: 1.05em;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.1;
}

.header-contacts__phone-link:hover {
	color: var(--brand-green);
}

.header-contacts__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	width: 100%;
	margin-top: -0.15em;
}

.header-contacts__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	opacity: 0.9;
	width: 24px;
	height: 24px;
}

.header-contacts__social-link svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.header-contacts__social-link--tg {
	width: 34px;
	height: 34px;
}

.header-contacts__social-link--tg svg {
	width: 34px;
	height: 34px;
}

.header__menu {
	height: auto !important;
}

.header__menu-rows {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.35em;
	padding: 0.45em 0;
	margin-left: 0;
}

.header__menu .header__menu-list--row {
	white-space: nowrap;
	height: auto !important;
	line-height: 1.35 !important;
	text-align: center !important;
	margin-right: 0 !important;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0 1.35em;
}

.header__menu-list {
	white-space: normal;
	height: auto !important;
	line-height: 1.35 !important;
	text-align: left !important;
	margin-right: 0 !important;
	padding-left: 0.5em;
	padding-right: 0.3em;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	gap: 0.35em 1.35em;
}

.header__menu-list:after,
.header__menu-list--row:after {
	display: none !important;
}

.header__menu-item {
	display: block !important;
	position: static !important;
	float: none !important;
	height: auto !important;
	line-height: 1.3 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header__menu-item-link {
	font-size: 0.875em !important;
	line-height: 1.35 !important;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.header__menu-item-link:hover,
.header__menu .header__menu-item-link.c-link-2:hover {
	color: var(--brand-green) !important;
	box-shadow: 0 1px 0 rgba(8, 72, 50, 0.25);
}

.header__menu-item-link.is-active,
.header__menu-item-link.is-active:hover {
	color: var(--brand-green) !important;
	font-weight: 600;
	box-shadow: 0 1px 0 rgba(8, 72, 50, 0.35);
}

.header-contacts__social-link:hover {
	opacity: 1;
}

.header-contacts__social-link svg path {
	fill: var(--brand-green) !important;
}

.header-contacts__social-link:hover svg path {
	fill: var(--brand-green-light) !important;
}

.header__menu-item-link.is-parent:after {
	display: none;
}

.header.header--fixed {
	position: fixed !important;
	top: 0;
	z-index: 2000;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Хедер ниже панели Bitrix — когда панель на странице */
body.is-admin-panel .page-wrapper > .header.js-header,
body.is-admin-panel .header.header--fixed,
body:has(#bx-panel) .page-wrapper > .header.js-header,
body:has(#bx-panel) .header.header--fixed {
	top: 39px !important;
}

.header.header--fixed .header__menu-rows {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	gap: 0.2em;
}

.header.header--fixed .header__menu-list {
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

@media screen and (min-width: 1275px) {
	.page-wrapper > .header.js-header {
		position: fixed !important;
		top: 0;
		right: 0;
		left: auto;
		width: calc(100% - 236px) !important;
		z-index: 2000;
		padding: 0 !important;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		transition: none;
	}

	body.is-admin-panel .page-wrapper > .header.js-header,
	body:has(#bx-panel) .page-wrapper > .header.js-header {
		top: 39px !important;
	}

	.page-wrapper > .header.js-header .header-wrapper {
		border-radius: 0 0 5px 5px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		padding: 0 1em !important;
		transition: none !important;
	}

	.page-wrapper > .header.js-header .header__menu-rows {
		padding-top: 0.25em;
		padding-bottom: 0.25em;
		gap: 0.2em;
	}

	.page-wrapper > .header.js-header .header__menu-list {
		padding-top: 0.15em;
		padding-bottom: 0.15em;
	}

	@media screen and (max-width: 1442px) {
		.page-wrapper > .header.js-header {
			width: calc(100% - 212px) !important;
		}
	}

	.header-wrapper .t-wr .d-tr {
		display: flex !important;
		align-items: center;
		width: 100%;
		max-width: 100%;
	}

	.header-wrapper .t-wr .d-tr > .d-td,
	.header-wrapper .t-wr .d-tr > .header__search-cell {
		display: block !important;
		float: none;
		box-sizing: border-box;
		min-width: 0;
		flex-shrink: 0;
	}

	.header__search-cell {
		flex: 0 0 20%;
		width: 20% !important;
		max-width: 20%;
		min-width: 0 !important;
		padding-right: 0.5em;
	}

	.header__search-cell .header-search,
	.header__search-cell .header-search__input {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.header__menu-cell {
		flex: 1 1 0;
		width: auto !important;
		max-width: none;
		min-width: 0;
	}

	.header__menu {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header__menu .header__menu-list--row {
		gap: 0 0.9em;
	}

	.header__menu-item-link {
		font-size: 0.8125em !important;
	}

	.header__contacts-cell {
		flex: 0 0 14%;
		width: 14% !important;
		max-width: 14%;
		min-width: 0 !important;
		padding-left: 0.35em;
		padding-right: 0.35em;
	}

	.header-favorite {
		flex: 0 0 auto;
		width: 7.5em !important;
		min-width: 7.5em !important;
		max-width: 7.5em;
	}

	.header-favorite__container {
		padding: 1em 0 1em 0.5em;
		height: 5em;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.header-favorite__block {
		height: 3em;
		line-height: 3em;
		width: 100%;
	}

	.header-favorite__wrapper {
		height: 3em;
		min-height: 3em;
		max-height: 3em;
		top: -1px;
	}

	.header__basket-cell {
		flex: 0 0 auto;
		width: auto !important;
		max-width: none;
		min-width: 0 !important;
		padding-right: 0;
		vertical-align: middle;
	}

	.header__basket-cell.empty-basket-container {
		min-width: 0 !important;
		width: auto !important;
		max-width: none;
	}

	.header__basket-cell .header__basket {
		min-width: 0 !important;
		width: auto !important;
		max-width: none;
		box-sizing: border-box;
		display: block;
	}

	.header__basket {
		padding: 1em 0 1em 0.35em;
		height: 5em;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}

	.header__basket-wrapper {
		position: relative;
		top: -1px;
		width: auto;
		height: 3em;
		min-height: 3em;
		max-height: 3em;
		line-height: 3em;
	}

	.header__basket-state.header__basket-state--empty {
		position: relative !important;
		width: auto !important;
		height: 3em !important;
		left: auto !important;
		top: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.header__basket-state.header__basket-state--empty .header__basket-state-empty-wrapper {
		height: 3em !important;
		min-height: 3em;
		max-height: 3em;
		padding: 0 0.55em;
		width: auto;
		max-width: none;
		float: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		white-space: nowrap;
		box-sizing: border-box;
	}

	.header__basket-state.header__basket-state--empty .header__basket-icon {
		font-size: 1.15em;
		line-height: 1;
		margin-right: 0.55em;
	}

	.header__basket-state.header__basket-state--empty .header__basket-icon:before {
		top: auto;
		position: relative;
	}

	.header__basket-state.header__basket-state--empty .header__basket-title {
		display: inline-block !important;
		overflow: visible !important;
		text-overflow: clip !important;
		max-width: none !important;
		white-space: nowrap !important;
		font-size: 0.875em !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

.header.header--fixed .header-wrapper {
	box-shadow: none;
}

@media screen and (min-width: 1275px) {
	.header.header--fixed .header-wrapper {
		padding: 0 1em !important;
		transition: none !important;
	}
}

.header-info-links {
	display: none;
}

@media screen and (min-width: 1275px) {
	.sidebar .menu__item--info,
	.sidebar .menu__item--section-divider {
		display: none;
	}

	.menu__mobile-controls,
	.menu__mobile-logo {
		display: none !important;
	}

	.menu__mobile-scroll {
		display: block;
		overflow: visible;
	}

	.sidebar .menu {
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
	}

	.sidebar .menu::-webkit-scrollbar {
		width: 5px;
	}

	.sidebar .menu::-webkit-scrollbar-track {
		background: transparent;
	}

	.sidebar .menu::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.35);
		border-radius: 4px;
	}

	.sidebar .menu::-webkit-scrollbar-thumb:hover {
		background: rgba(255, 255, 255, 0.55);
	}
}

@media screen and (max-width: 1274px) {
	.sidebar.is-opened {
		position: fixed !important;
		left: 0 !important;
		top: 0 !important;
		z-index: 9999999 !important;
		width: 100% !important;
		max-width: none;
		height: 100vh !important;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.sidebar.is-opened .menu {
		position: relative;
		display: flex;
		flex-direction: column;
		height: 100vh !important;
		min-height: 100vh;
		overflow: hidden;
		flex-grow: 1;
	}

	.sidebar .menu__link,
	.sidebar .menu__item:hover > .menu__link-wrapper > .menu__link {
		color: #fff;
	}

	.header .header-mobile .mobile-logo {
		display: none;
	}

	.sidebar.is-opened {
		background-color: var(--brand-green, #084832) !important;
	}

	.menu__mobile-controls {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 120;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 3.25em;
		padding: 0 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
		background-color: var(--brand-green, #084832);
		pointer-events: none;
	}

	.menu__mobile-controls > * {
		pointer-events: auto;
	}

	.menu__mobile-back {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		min-width: 44px;
		min-height: 44px;
		margin-left: -12px;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.menu__mobile-back.is-hidden {
		pointer-events: none;
	}

	.menu__child--first.is-show {
		top: 3.25em !important;
		height: calc(100% - 3.25em) !important;
		z-index: 111;
		background-color: var(--brand-green, #084832) !important;
	}

	.menu__child--second.is-show {
		top: 0 !important;
		height: 100% !important;
		z-index: 112;
		background-color: var(--brand-green, #084832) !important;
	}

	.menu__child--first.is-show .menu__child-wrapper,
	.menu__child--second.is-show .menu__child-wrapper {
		background-color: var(--brand-green, #084832) !important;
	}

	.menu__mobile-title {
		display: none;
		flex: 1;
		padding: 0 12px;
		font-size: 14px;
		line-height: 1.3;
		text-align: center;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menu:has(.menu__mobile-back:not(.is-hidden)) .menu__mobile-title {
		display: block;
	}

	.menu__mobile-back::before {
		color: #fff;
	}

	.menu__mobile-close::after,
	.menu__mobile-close::before {
		background-color: #fff;
	}

	.menu__mobile-scroll {
		flex: 1 1 auto;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.menu__mobile-logo {
		display: block;
		padding: 3.25em 18px 12px;
		text-align: center;
		line-height: 0;
	}

	.menu__mobile-logo img {
		width: 150px;
		max-width: 300px;
		height: auto;
	}

	.menu:has(.menu__mobile-back:not(.is-hidden)) .menu__mobile-logo {
		display: none;
	}

	.menu__list--first {
		height: auto !important;
		overflow: visible !important;
		padding-top: 0;
	}

	.menu__item--section-divider {
		padding: 0;
		margin: 0;
		pointer-events: none;
	}

	.menu__section-divider {
		display: block;
		height: 0;
		border-top: 2px solid #e0e0e0;
		margin: 0.35em 0;
	}

	.menu__link--info.is-active,
	.menu__link--info.is-active:hover {
		color: #0a5a3f;
	}

	body.scroll-locked #jivo-iframe-container,
	body.scroll-locked #jivo_container,
	body.scroll-locked jdiv {
		z-index: 100 !important;
		pointer-events: none !important;
	}

	.header.header--fixed {
		position: absolute !important;
		top: 0;
		width: 100% !important;
		background: transparent;
		box-shadow: none;
	}

	body.is-admin-panel .header.header--fixed,
	body:has(#bx-panel) .header.header--fixed {
		top: 39px !important;
	}

	.header.header--fixed .header-mobile {
		box-shadow: none;
	}

	.header__contacts-cell {
		display: none;
	}
}

.top-contacts {
	display: none !important;
}

.intro {
	padding-top: 50px;
}

.product_my_features .intro__features{
	border-top: 0px solid #fff;
	border-bottom: 0px solid #d7d7d7;
	padding: 1.8em 0;
	box-shadow: none;
}

.product_my_features .product__wrapper {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.product_my_features .section-1 {
	width: 100%;
}

.product_my_features_index .product__wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.product_my_features_index .intro__features-list.section-1 {
	width: 100%;
	max-width: none;
	margin: 0;
}

.intro_index .new_subsription_box {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.intro {
	background-color: none;
}

.main_slider {
	padding-top: 5px;
}

@media screen and (min-width: 768px) {
	.products {
		margin-top: 0;
	}
}

.promoblocks-wrap {
	display: none;
}

.product_my_features_index .intro__features {
	box-shadow: none;
	border: 0;
	padding-bottom: 20px;
}

body {
	background-color: #f6f6f6;
}

.index_silver {
	padding-bottom: 40px;
}

.intro_index {
	margin-top: 20px;
}

.intro_index h1 {
	font-size: 29px;
	padding-bottom: 15px;
}

.intro_index p {
	padding-bottom: 20px;
}

.main_slider .slider {
	max-width: 1400px;
    position: relative;
    /*max-width: 100%;*/
    margin: 50px auto;
    overflow: hidden;
    border: 0px solid #ccc;
    border-radius: 10px;
    border: 0px solid #ccc;
}

.main_slider .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.main_slider .slide {
    min-width: 100%;
    position: relative;
}

.main_slider .slide img {
    width: 100%;
    border-radius: 10px;
}

.main_slider .sl_texts {
    position: absolute;
    top: 20%;
    left: 75px;
    left: 75px;
 
 
    padding: 10px;
    border-radius: 5px;

    width: 50%;
}

.main_slider .sl_text1 {
	color: var(--brand-green);
	font-size: 18px;
	margin-bottom: 40px;
}
.main_slider .sl_text2 {
	color: black;
	font-size: 29px;

	margin-bottom: 30px;
}
.main_slider .sl_text3 {
	color: black;
	font-size: 16px;

	margin-bottom: 40px;
}

.main_slider img {
	/*box-shadow: rgb(0 0 0 / 20%) 1px -2px 8px 0px;*/
}

.main_slider .sl_btn {
	background: linear-gradient(to bottom, #0a5a3f 0, #084832 100%);
	border: 0px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;

	padding: 10px 40px;
	color: white;
	font-size: 18px;

	margin-top: 20px;

	cursor: pointer;
}

.main_slider button.prev, .main_slider button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    background-color: transparent;
}


.main_slider button.prev {
    left: 10px;
    opacity: 0.5;
}

.main_slider button.prev img {
    width: 35px;
}

.main_slider button.next {
    right: 10px;
    opacity: 0.5;
}

.main_slider button.next img {
    width: 35px;
}

.main_slider button.prev:hover {
	opacity: 1;
}


.main_slider button.next:hover {
	opacity: 1;
}

.info-popover.is-shown {
	z-index: 1999;
}

.header__menu-sub-list {
	z-index: 1999;
	display: none !important;
}
/* end Переработка баннера/шапки/подвала */

/* Модуль Отзывы New */
.revs_module {

	margin-top: 10px;
}
.revs_module .revs_tabs {
	display: flex;
    background: #ebebeb;
    border-radius: 5px;
    max-width: 435px;
    gap: 15px;
    padding: 5px;
    font-size: 16px;

}
.revs_module .revs_tabs .revs_tab {
	display: flex;
	border-radius: 5px;
	padding: 5px 15px;
	cursor: pointer;
	gap: 5px;
	align-items: center;
	font-size: 15px;
}
.revs_module .revs_tabs .revs_tab:hover {
	background: #ffffff57;
}
.revs_module .revs_tabs .revs_tab img {
	width: 30px;
	height: 30px;
}
.revs_module .revs_tabs .revs_tab.revs_active_tab {
	background: white;
	color: black;
}

.revs_module .revs_reviews {
	margin-top: 40px;
}
.revs_module .revs_reviews .revs_review {
	margin-bottom: 60px;
}
.revs_module .revs_reviews .revs_review .revs_review_header {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.revs_module .revs_reviews .revs_review .revs_info {
	display: flex;
}
.revs_module .revs_reviews .revs_review .revs_ava img {
	width: 45px;
    height: 45px;
    background: #ebebeb;
    border-radius: 50%;
    margin-right: 14px;
}

.revs_user {
	font-size: 16px;
}

.revs_site_name {
	font-weight: bold;
	margin-bottom: 6px;
}


.revs_site_name a {
	text-decoration: none;
	color: black;
}

.revs_date {
	color: #a6a1a1;
	font-weight: bold;
	font-size: 13px;
}

.revs_module .star-block {
	background: url("/about/reviews/star-filled-gray.svg") no-repeat;
	background-size: 21px;
	display: inline-block;
	height: 21px;
	margin-right: 5px;
	width: 21px;
	position: relative;
	
}

.revs_module .star-block.active {
	background: url(/about/reviews/star-filled-orange.svg) no-repeat;
	background-size: 21px;
}

.revs_module .revs_btn_all {
	background: linear-gradient(to bottom, #0a5a3f 0, #084832 100%);
	border-radius: 2px;
	border-top: 1px solid #0d6b4a;
	border-bottom: 1px solid #052a1e;

	color: white;
	padding: 14px 21px;
	margin-bottom: 30px;
	display: block;
	margin: 0 auto;
	width: 400px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 40px;

	font-size: 16px;
	text-decoration: none;
}

.revs_module .rev_link {
	width: 16px;
	height: 16px;
}

.revs_write_btn a {
	background: linear-gradient(to bottom, #0a5a3f 0, #084832 100%);
	border-radius: 2px;
	border-top: 1px solid #0d6b4a;
	border-bottom: 1px solid #052a1e;

	color: white;
	padding: 14px 21px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	text-decoration: none;

}

.revs_top {
	display: flex;
	    justify-content: space-between;
}

.revs_text {
	font-size: 16px;
}
/* end Модуль Отзывы New */

@media only screen and (max-width: 900px) {
	/* Модуль Отзывы New */
	.revs_stars {
		width: 50%;
		text-align: right;
	}
	.revs_top {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.revs_module .revs_tabs {
		gap: 5px;
		font-size: 13px;
	}

	.revs_module .revs_reviews .revs_review .revs_ava img {
		width: 38px;
		height: 38px;
	}

	.revs_module .star-block {
		margin-right: 0px;
	}

	.revs_module .revs_btn_all {
		width: 100%;

		box-sizing: border-box;
	}
	/* end Модуль Отзывы New */

	/* Переработка баннера/шапки/подвала */
	.main_slider button.prev {
	    left: -15px;
	}

	.main_slider button.next {
	    right: -15px;
	}

	.main_slider button.prev img {
	    width: 25px;
	}

	.main_slider button.next img {
	    width: 25px;
	}

	.main_slider {
		padding-top: 50px;
	}

	.main_slider .sl_text1 {

	    font-size: 14px;
	    margin-bottom: 15px;
	}

	.main_slider .sl_text2 {
	    font-size: 17px;
	    margin-bottom: 9px;
	}

	.main_slider .sl_text3 {
	    font-size: 14px;
	    margin-bottom: 15px;
	}

	.main_slider .sl_btn {
		padding: 6px 26px;
		font-size: 14px;
		margin-top: 10px;
	}

	.main_slider .sl_texts {
		top: 15px;
		left: 20px;
	}

	.main_slider .slider {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.main_slider .slides {
		height: 250px;
	}

	.main_slider .slide img {
	    height: 100%;
	    object-fit: cover;
	}

	.intro {
		padding-top: 75px;
	}

	.new_footer_menu {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.new_footer_menu #footer_col_2 {
		padding-bottom: 0px;
	}

	.new_footer_menu #footer_col_2, .new_footer_menu #footer_col_3 {
		margin-bottom: 20px;
	} 
	/* end Переработка баннера/шапки/подвала */

	.footer .menu__link {
		display: block;
		width: 100%;
	
		text-align: center;
	
	}

	.new_footer_menu #footer_col_2 {
		padding-top: 0px;
	}

	.menu-bottom ul li {
		width: 100%;
	
		text-align: center;
	}

	.new_footer_menu .one_contact {
		justify-content: center;
	}

	.new_footer_menu .msg_contact {
		display: flex;
		justify-content: center;
	}

	.intro__features-item-img {
		display: block;
	}

	.intro__features-item .intro__features-item-wrapper {
		margin-right: 0;
		display: block;
		text-align: center;
	}

	.intro__features-item-stars {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.icon-rub {
	font-family: 'Reaspekt Rubl Ligature' !important;
	font-size: 1em !important;
}

.icon-rub:before {
    content: none !important;
}


.basket__order-item-img-wrapper a {
	position: relative;
	z-index: 10;
}

.sort-select.sort-select--amount {
	display: none !important;
}
.sort-select--type {
	margin-right: 0 !important;
}

.footer__wrapper .footer__sitename {
	line-height: unset;
}


.btn_disabled {
	pointer-events: none;
	  opacity: 0.5; /* например, визуально сделать полупрозрачной */
	  cursor: default;

}

.btn_disabled:before {
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
	background: #767676!important;

}

.filter__submit-wrapper.ready:before {
	/*display: none!important;*/
}

.product__image-slider-container {
	position: relative;
}

.product__images-mobile-wrapper {
	position: relative;
}

.product__discount-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--brand-green, #084832);
	color: white;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 18px;
	z-index: 200;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.product__discount-badge:not(.product__discount-badge--mobile) {
		display: none;
	}

	.product__discount-badge--mobile {
		display: block;
		top: 25px;
		left: 10px;
		padding: 6px 12px;
		font-size: 16px;
		z-index: 200;
	}

	.product__trading-condition--promo {
		width: 100%!important;
	}

	.product__trading-condition span {
		width: 100%!important;
	}

	.product__trading-condition--promo {
		justify-content: center;
	}
}

@media screen and (min-width: 769px) {
	.product__discount-badge--mobile {
		display: none;
	}
}

.product__param-value {
	width: auto!important;
}

/* Переверстка v2026 */
.products__title-left-side {
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.products__title-left-side .products__new-goods {
	margin-left: auto;
}

.products__items-wrapper {
	max-width: 1300px;
    margin: 0 auto;
}

.products__item--vertical {
	width: 230px !important;
	padding: 10px;
	border-radius: 0;
	height: 395px;
	margin-bottom: 20px;
} 

.products__item-info-btn {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 36px;
}

.products__item-info-btn .item-info-btn-state {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.favorite-btn {
	border: 1px solid #0d6b4a;
	border-radius: 4px;
	padding: 0;
	-ms-flex-pack: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	margin-right: 10px;
}

.favorite-btn__icon_inactive {
	background: var(--brand-green) !important;
	-webkit-mask: url(/local/build/img/star.svg) center center / contain no-repeat;
	mask: url(/local/build/img/star.svg) center center / contain no-repeat;
}

.favorite-btn__icon_active {
	background: var(--brand-green) !important;
	-webkit-mask: url(/local/build/img/star2.svg) center center / contain no-repeat;
	mask: url(/local/build/img/star2.svg) center center / contain no-repeat;
}

.header-favorite:not(.header-favorite_inactive) .header-favorite__icon {
	background: var(--brand-green) !important;
	-webkit-mask: url(/local/build/img/star2.svg) center center / contain no-repeat;
	mask: url(/local/build/img/star2.svg) center center / contain no-repeat;
}

.products__item-wrapper--vertical .products__item-image-img {
	object-fit: contain;
	max-height: 100%;
}

.favorite-btn__text {
	display: none;
}

.products__item-info-description {
	display: none;
}

.products__item-info {
	margin-top: 20px;
}

.products__item-info-wrapper {
	position: relative;
}

.products__item-info-btns-container {
	margin-top: 0px;
}

.products__item-info-title {
    display: block;
    font-size: .9375em;
    line-height: 1.5;
    color: #444;
    outline: 0;
    height: 69px;
    overflow: hidden;
    margin-bottom: 20px;
}

.products__item--vertical {
    width: 245px !important;
    padding: 20px;
    border-radius: 0;
    height: 435px;
    margin-bottom: 20px;
}

.products__item-info-btn.added .item-info-btn-state {
    top: -2.5em;
}

.products__item-info-price-wrapper {
	margin-bottom: 10px;
}

.products__item--vertical .products__item-image {
    width: 100%;
    height: 180px;
    margin-top: 20px;
}

.product-labels__label {
	margin-left: 0;
	border-radius: 4px;
	padding: 6px 11px;
}

.product-labels__label:before {
	display: none;
}

.product-labels__label:after {
	display: none;
}

.products--catalog .catalog-footer {
	margin-left: 0px;
}

/* end Переверстка v2026 */

/* new_subsription_box */
.new_subsription_box {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 3px #dedede;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0;
	padding: 28px 40px 18px;
	gap: 32px;
}

.new_subsription_box__left {
	flex: 0 0 48%;
	max-width: 48%;
	min-width: 0;
}

.new_subsription_box__form-wrap,
.new_subsription_box__form-wrap form {
	max-width: 100%;
	min-width: 0;
}

.new_subsription_box__title {
	font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 6px;
    /* color: #222; */
}

.new_subsription_box__desc {
	font-size: 14px;
	color: #555;
	margin: 0 0 10px;
}

.new_subsription_box__label {
	display: block;
	font-size: 13px;
	color: #444;
	margin-bottom: 6px;
}

.new_subsription_box__row {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
	min-width: 0;
}

.new_subsription_box__input {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	height: 44px;
	min-height: 44px;
	flex-shrink: 0;
	padding: 0 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	line-height: normal;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.new_subsription_box__input:focus {
	border-color: var(--brand-green-light);
}

.new_subsription_box__btn {
	flex: 0 0 auto;
	height: 44px;
	padding: 0 20px;
	background: var(--brand-green-gradient);
	background-color: var(--brand-green);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
	white-space: nowrap;
}

.new_subsription_box__btn:hover {
	background: var(--brand-green-dark);
	background-color: var(--brand-green-dark);
}

.new_subsription_box__agree {
	font-size: 12px;
	color: #777;
	margin: 0;
}

.new_subsription_box__agree a {
	color: #555;
	text-decoration: underline;
}

.new_subsription_box__right {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_subsription_box__img {
	display: block;
	max-width: 460px;
	max-height: 250px;
	width: auto;
	height: auto;
	object-fit: contain;
}

@media (max-width: 768px) {
	.new_subsription_box {
		flex-direction: column;
		width: 100%;
		padding: 20px 20px 14px;
	}
	.new_subsription_box__left {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.new_subsription_box__img {
		max-width: 100%;
		max-height: 205px;
	}
	.new_subsription_box__row {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}
	.new_subsription_box__input {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		height: 48px;
		min-height: 48px;
		font-size: 16px;
	}
	.new_subsription_box__btn {
		width: 100%;
		box-sizing: border-box;
		flex-shrink: 0;
	}
}
.new-sub-input--error {
	border-color: #e53935 !important;
	animation: new-sub-shake 0.3s ease;
}

@keyframes new-sub-shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-6px); }
	75% { transform: translateX(6px); }
}
/* end new_subsription_box */

/* Списки на текстовых страницах (глобальный reset убирает list-style у ul/ol) */
.text-page__content .content-wrapper ul.p,
.text-page__content .content-wrapper ol.p {
	margin-bottom: 2em;
}

.text-page__content .content-wrapper ul.p li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.text-page__content .content-wrapper ol.p li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

/* CRM #11860 — бренд #084832 */
:root {
	--brand-green: #084832;
	--brand-green-light: #0a5a3f;
	--brand-green-dark: #063524;
	--brand-green-border-light: #0d6b4a;
	--brand-green-border-dark: #052a1e;
	--brand-green-gradient: linear-gradient(to bottom, #0a5a3f 0, #084832 100%);
}

.default-button,
.default-button:active,
.submit-form-class input[type=submit],
.basket__submit,
.basket__param-button:after,
.product__trading-buy,
.products__item-info-btn,
.filter__submit-wrapper:before,
.find-order__submit-input,
.header__basket-state.header__basket-state--full,
.header .header-mobile .mobile-basket .mobile-shopping-cart-count,
.lk-accordion__pay-btn,
.notify-btn,
.promoblock-form input[type=submit],
.subscribe-modal__button,
.main_slider .sl_btn,
.revs_module .revs_btn_all,
.revs_module .revs_write_btn a,
.new_subsription_box__btn,
.modal-btn.modal-btn--green,
.ui__button--green {
	background: var(--brand-green-gradient) !important;
	background-color: var(--brand-green) !important;
	border-top-color: var(--brand-green-border-light) !important;
	border-bottom-color: var(--brand-green-border-dark) !important;
}

.modal-btn.modal-btn--green {
	box-shadow: inset 0 1px 1px 0 var(--brand-green-border-light), inset 0 -1px 1px 0 var(--brand-green-border-dark), 0 1px 2px 1px rgba(0, 0, 0, 0.12) !important;
}

.modal-btn.modal-btn--green:active {
	box-shadow: inset 0 1px 1px 0 var(--brand-green-border-dark), inset 0 -1px 1px 0 var(--brand-green-border-light), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
	opacity: 1;
}

.default-button:active {
	border-bottom-color: var(--brand-green-border-light) !important;
	border-top-color: var(--brand-green-border-dark) !important;
}

.products__chips .filter__chip:hover,
.paginator__item:hover {
	background-color: var(--brand-green) !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 1px 1px var(--brand-green-border-light), inset 0 -1px 1px var(--brand-green-border-dark) !important;
}

.sidebar,
.sidebar-mobile,
.header .header-mobile {
	background-color: #084832;
}

.sidebar .logo {
	height: 212px;
	min-height: 212px;
	background: url(/local/build/img/logo-coinsbolhov-new.png) center no-repeat #084832;
	background-size: 88% auto;
}

.sidebar > .auth {
	background-color: #084832;
}

.sidebar .menu__item {
	border-top-color: #0a5a3f;
	border-bottom-color: #062f21;
}

.sidebar .menu__item:hover {
	border-top-color: rgba(8, 72, 50, 0.35);
	border-bottom-color: #073828;
}

/* Исправление Safari для левого меню — отключаем transition для hover */
@media screen and (min-width: 1275px) {
	@supports (-webkit-appearance: none) {
		.sidebar .menu__item:hover > .menu__child,
		.sidebar .menu__item--child.menu__item--root:hover > .menu__child {
			transition: none !important;
			-webkit-transition: none !important;
			visibility: visible !important;
			opacity: 1 !important;
		}

		.sidebar .menu__child {
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}

		.sidebar .menu__child:hover {
			visibility: visible !important;
			opacity: 1 !important;
		}
	}
}

@media screen and (max-height: 640px) {
	.sidebar .logo {
		height: 120px;
		min-height: 120px;
	}
}

.header .header-mobile .mobile-logo img {
	max-height: 55px;
	width: auto;
	height: auto;
}

.products__new-goods.products__new-goods--bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin: 24px auto 0;
}

.products--our-choice {
	margin-top: 35px;
}

.products--our-choice .products__items-wrapper {
	max-height: 910px;
	overflow: hidden;
}

.intro__features-item-icon {
	fill: var(--brand-green) !important;
}

.intro__features-item-title:hover a,
.intro__features-item-title a:hover {
	color: var(--brand-green) !important;
	box-shadow: 0 1px 0 rgba(8, 72, 50, 0.25) !important;
}

.product__feedback-link,
.product__feedback-link:hover {
	color: var(--brand-green) !important;
	box-shadow: 0 1px 0 rgba(8, 72, 50, 0.25) !important;
}

/* Акцентные зелёные ссылки/элементы → бренд #084832 */
.contacts-list__icon {
	fill: var(--brand-green) !important;
}

.default-link,
.accordion-block__simple-link,
.link-with-icon span,
.contacts-list__link,
.content-green-link,
.green-list__link,
.hide-map-link,
.modal-link,
.text-page__content a.link,
.basket__form-input-wrapper--checkbox a,
.basket-panel__checkout-link a,
.promocode__link,
.offer-ban__link:hover,
.clr-green,
.accordion-block__tabs-links li a,
.lk-accordion__link,
.checkbox-wrapper a,
.find-order a,
.footer_subscribe_form a,
.new_subsription_box__agree a {
	color: var(--brand-green);
	border-bottom-color: rgba(8, 72, 50, 0.2);
}

.find-order {
	background-color: #fff !important;
}

.default-link:hover,
.accordion-block__simple-link:hover,
.contacts-list__link:hover,
.content-green-link:hover,
.green-list__link:hover,
.hide-map-link:hover,
.basket__form-input-wrapper--checkbox a:hover,
.footer__braind-link:hover {
	color: var(--brand-green);
	border-bottom-color: rgba(8, 72, 50, 0.8);
}

.lk-tabs__link.active {
	border-bottom-color: var(--brand-green);
}

.auth__checkbox:after,
.user-profile__checkbox-wrapper .user-profile__checkbox:after {
	background-color: var(--brand-green);
}

.filter__btn-more {
	border-color: var(--brand-green);
	color: var(--brand-green);
}

.filter__btn-more:hover {
	background-color: var(--brand-green);
	color: #fff;
}

.checkbox-wrapper span:first-of-type:before {
	border-color: var(--brand-green);
}

.checkbox-wrapper span:first-of-type:after {
	background-color: var(--brand-green);
}

.new_footer_menu .msg_contact svg path {
	fill: var(--brand-green) !important;
}

.seo-text--coinsbolhov {
	padding: 40px 0 50px;
}

.seo-text--coinsbolhov .seo-text__body {
	max-width: 920px;
}

.seo-text--coinsbolhov .seo-text__body p {
	margin-bottom: 16px;
}

.seo-text__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.seo-text__btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 20px;
	border: 1px solid #084832;
	border-radius: 4px;
	color: #084832;
	font-weight: 400;
	text-decoration: none;
}

.seo-text__btn-link--primary {
	background: #084832;
	color: #fff !important;
}

.seo-text__btn-link--primary:hover {
	background: #063524;
	border-color: #063524;
	color: #fff !important;
}

.see-also-coins .products__title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25em;
}

.see-also-coins .products__title-left-side,
.see-also-coins .products__title-right-side {
	float: none;
	width: auto;
	margin: 0;
}

.see-also-coins .products__title-right-side {
	flex: 0 0 auto;
	text-align: right;
}

.see-also-coins .products__arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.4em;
	min-width: 0;
	height: auto;
	line-height: 0;
}

.see-also-coins .products__arrow {
	float: none;
	flex: 0 0 auto;
	margin: 0;
}

.see-also-coins .products__item,
.see-also-coins .products__item:hover,
.see-also-coins .products__item--see-also-coin,
.see-also-coins .products__item--see-also-coin:hover {
	box-shadow: none !important;
	transform: none !important;
}

.see-also-coins__card:hover,
.see-also-coins__card:focus {
	text-decoration: none;
	color: inherit;
}

.see-also-coins__card:hover .see-also-coins__img-wrap,
.see-also-coins__card:focus .see-also-coins__img-wrap {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.see-also-coins__card:hover .see-also-coins__title,
.see-also-coins__card:focus .see-also-coins__title {
	color: #084832;
	opacity: 1;
}

.see-also-coins .products__arrow:hover:not(.slick-disabled),
.see-also-coins .products__arrow:focus:not(.slick-disabled) {
	box-shadow: 0 2px 2px #d0c5c5 !important;
}

.see-also-coins .products__arrow:hover:not(.slick-disabled) .products__arrow--icon,
.see-also-coins .products__arrow:focus:not(.slick-disabled) .products__arrow--icon {
	fill: #303030;
}

.see-also-coins__items {
	margin: 0 -8px;
}

.products__item--see-also-coin {
	box-sizing: border-box;
	padding: 0 8px;
	margin: 0;
	background: transparent;
	box-shadow: none !important;
	border-radius: 0;
	height: auto;
}

.see-also-coins__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.see-also-coins__img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 16px;
	box-sizing: border-box;
}

.see-also-coins__img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.see-also-coins__img-wrap--banknote .see-also-coins__img {
	max-width: 72%;
	max-height: 92%;
}

.see-also-coins__img-wrap--coin .see-also-coins__img {
	max-width: 92%;
	max-height: 92%;
}

.see-also-coins__title {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.35;
	min-height: 2.7em;
	text-align: center;
	color: #084832;
}

.see-also-coins .slick-list {
	padding-bottom: 8px;
}

.footer_subscribe_form .find-order.subscribe-es {
	background-color: #fff;
	box-shadow: 0 2px 3px #dedede;
}

.footer {
	padding-top: 8px;
}

.footer_menu {
	padding: 0 0 8px;
}

.new_footer_menu {
	padding-bottom: 8px;
}

.footer__wrapper {
	padding: 12px 0 16px;
}

@media screen and (max-width: 768px) {
	.seo-text__actions {
		flex-direction: column;
	}

	.seo-text__btn-link {
		width: 100%;
	}

	.see-also-coins__img-wrap {
		padding: 12px;
	}
}

/* Выпадашки 2–3 уровня меню (с боевого, цвет #084832) */
.menu__child {
	background-color: var(--brand-green);
	border-left-color: rgba(255, 255, 255, 0.12);
}

.menu__child-wrapper {
	background: var(--brand-green);
}

.menu__child-wrapper .menu__link--child {
	color: #fff !important;
}

.menu__item--child.menu__item--root:hover > .menu__link-wrapper > .menu__link--child {
	color: rgba(0, 0, 0, 0.9) !important;
}

.menu__child .menu__item--child:not(.menu__item--root) .menu__link--child,
.menu__child .menu__item--child:not(.menu__item--root):hover .menu__link--child {
	color: #fff !important;
}

.menu__child .menu__item--child:not(.menu__item--root):hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.intro.intro--product {
	padding-top: 0px;
}

.about-video {
	margin: 8px 0 28px;
}

.about-video .video:not(.is-init) {
	height: 150px;
	overflow: hidden;
}

.about-video .video.is-init {
	height: auto;
	overflow: visible;
}

.about-video .video:not(.is-init) video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-video .video.is-init video {
	position: static;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.about-video__caption {
	margin: 12px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.45;
	color: #5c5c5c;
	text-align: center;
}

.auth__item-link {
	color: #e0bc65;
	box-shadow: 0 1px 0 rgba(224, 188, 101, .2);
}

.header-contacts__social-link--max img {
	width: 24px;
	height: 24px;
	display: block;
}

.new_footer_menu .msg_contact {
	align-items: center;
}

.new_footer_menu .msg_contact .c-max img,
.footer__ico1 .c-max img {
	display: block;
}

.new_footer_menu .msg_contact .c-max img {
	width: 27px;
	height: 27px;
}

.new_footer_menu .msg_contact .c-telegram {
	margin-top: 0;
}

.new_footer_menu .msg_contact .c-telegram svg {
	width: 45px;
	height: 45px;
}

/* /customer/guarantee/ — сертификат как на numizm.at */
.guarantee-sert {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	margin-top: 1.5em;
}
.guarantee-sert__img {
	flex: 0 0 320px;
	max-width: 42%;
}
.guarantee-sert__img img {
	width: 100%;
	height: auto;
	display: block;
}
.guarantee-sert__text {
	flex: 1 1 0;
	min-width: 0;
}
.guarantee-sert__text .title-2 {
	margin-top: 0;
}
.guarantee-page .title-2 {
	margin-bottom: 0.8em;
}
.guarantee-page .title-2:not(:first-child) {
	margin-top: 1.85em;
}
.guarantee-page p.p {
	margin: 0 0 1.15em;
}
.guarantee-page ul.p {
	margin-top: 0.55em;
	margin-bottom: 1.35em;
}
.guarantee-page p.p + ul.p {
	margin-top: 0.55em;
}
.guarantee-page p.p:has(> b) {
	margin-top: 1.25em;
	margin-bottom: 0.85em;
}
.guarantee-sert__text > p.p:first-child {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.guarantee-sert {
		flex-direction: column;
		gap: 20px;
	}
	.guarantee-sert__img {
		flex: none;
		max-width: 280px;
		margin: 0 auto;
	}
}

.text-page__content .return-text .title-2 {
	margin-top: 0;
	margin-bottom: 1.35em;
}
.text-page__content .return-text p.p {
	margin: 0 0 2em;
}
.text-page__content .return-text p.p.last-p {
	margin-bottom: 0;
}
.text-page__content .content-wrapper.return-text ul.p {
	margin-top: 0.35em;
	margin-bottom: 1.75em;
}
.text-page__content .content-wrapper.return-text ul.p li {
	margin-bottom: 1em;
}
.text-page__content .content-wrapper.return-text p.p + ul.p {
	margin-top: 0.2em;
}

/* /customer/discounts/ — карточка с HTML-стрелками */
.sales-page .text-page__content--gray-bg.bordered {
	background-color: #f6f6f6;
}
.sales-page .text-page__content .title-2:not(:first-child) {
	margin-top: 1.85em;
}
.sales-page .sales-promo p.p {
	margin: 0 0 1.35em;
}
.sales-page .sales-promo ul.p,
.sales-page .sales-promo ol.p {
	margin-top: 0.9em;
	margin-bottom: 1.6em;
}
.sales-page .sales-promo p.p + ul.p,
.sales-page .sales-promo p.p + ol.p {
	margin-top: 0.75em;
}
.sales-page .sales-promo ul.p + p.p,
.sales-page .sales-promo ol.p + p.p {
	margin-top: 0.4em;
}
.sales-page .sales-promo ul.p:last-child,
.sales-page .sales-promo ol.p:last-child {
	margin-bottom: 0;
}
.discount-card-demo {
	position: relative;
	padding-left: 168px;
	min-height: 365px;
}
.discount-card-demo__card {
	width: 190px;
	max-width: 100%;
}
.discount-card-demo__card img {
	width: 100%;
	height: auto;
	display: block;
}
.discount-card-demo__note {
	position: absolute;
	left: 0;
	width: 158px;
	font-size: 13px;
	line-height: 1.3;
	color: #333;
}
.discount-card-demo__note--top {
	top: 4px;
}
.discount-card-demo__note--price {
	top: 66%;
}
.discount-card-demo__arrow {
	position: absolute;
	width: 78px;
	height: 40px;
	pointer-events: none;
}
.discount-card-demo__note--top .discount-card-demo__arrow {
	left: 109px;
	top: 10px;
	width: 59px;
}
.discount-card-demo__note--price .discount-card-demo__arrow {
	left: 98px;
	top: -12px;
	height: 43px;
}
@media screen and (max-width: 768px) {
	.discount-card-demo {
		padding-left: 0;
		min-height: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.discount-card-demo__note {
		position: static;
		width: 190px;
		margin-top: 10px;
		order: 2;
	}
	.discount-card-demo__arrow {
		display: none;
	}
}
