html, body {
    height: 100%;
}

*{margin:0;padding:0;}
a{text-decoration:none;color:#777;}
a:hover{text-decoration:none;color:#555555;}
a img{border:0;}
body{background:#ffffff;color:#222222;font-family:arial;font-size:12px;display: flex;flex-direction: column;min-height: 100vh;}
p,h1,h2,h3,h4,h5,h6{margin-bottom:18px;}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{	font-size:24px;float: left;width: 100%;}
h2{font-size:18px;}
h3{font-size:14px;}
h4,h5,h6{font-size:12px;}
h1,h1 a,h1 a:hover,h2,h2 a,h2 a:hover,h3,h3 a,h3 a:hover,h4,h4 a,h4 a:hover,h5,h5 a,h5 a:hover,h6,h6 a,h6 a:hover{text-decoration:none;}

/* container */
#container{background: #f8f8f8;}

/* Header */
#header {
	background: #212121;
	color: #fff;
}


/* standart style */

#fix_wrap {	
    margin:0 auto;
	max-width:1260px;
	box-sizing:border-box;
	}

.w100 {
	float:left;
	width:100%;
	box-sizing:border-box;
}

.w100 h1 {
	font-size:21px;
		float:left;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

.w100 h2 {
	font-size:17px;
		float:left;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

.w100 h3 {
	font-size:15px;
		float:left;
	width:100%;
	box-sizing:border-box;
	margin:0;
}

.w20 {
		float:left;
	width:20%;
	box-sizing:border-box;
}

.w30 {	float:left;
	width:30%;
	box-sizing:border-box;}

.w40 {	float:left;
	width:40%;
	box-sizing:border-box;}

.w50 {	float:left;
	width:50%;
	box-sizing:border-box;}

.w60 {	float:left;
	width:60%;
	box-sizing:border-box;}

.w70 {	float:left;
	width:70%;
	box-sizing:border-box;}

.w80 {	float:left;
	width:80%;
	box-sizing:border-box;}

.w90 {	float:left;
	width:90%;
	box-sizing:border-box;}


.w3 {	float:left;
	width:33.3%;
	box-sizing:border-box;}

.w4 {	float:left;
	width:25%;
	box-sizing:border-box;}

.w5 {	float:left;
	width:20%;
	box-sizing:border-box;}

.w6 {	float:left;
	width:16.6%;
	box-sizing:border-box;}

.w7 {	float:left;
	width:14.2%;
	box-sizing:border-box;}



.desc_cat_table,
#desc_cat_table {
	width: 100%;
}

.desc_cat_table_title {
	width: 100%;
	margin-bottom: 10px;
}

.desc_cat_table_row.flex_contain > .desc_cat_table_td {
	flex: 0 0 calc(var(--wf, 100) * 1% - var(--gap, 0px) * var(--wf, 100) / 100 * var(--gap-slots, max(0, var(--row-count, 1) - 1)));
	box-sizing: border-box;
	vertical-align: middle;
	min-width: 0;
	position: relative;
	background: #f9f9f9;
	font-size: 17px;
	line-height: 24px;
}

.desc_cat_table_row.flex_contain > .desc_cat_table_td--fixed-spacing {
	padding: 20px;
	border: 10px solid rgba(255, 255, 255, 0);
}

.desc_cat_table_row.flex_contain > .desc_cat_table_td--custom-spacing {
	box-sizing: border-box;
}

@media screen and (max-width: 550px) {
	.desc_cat_table_row.flex_contain > .desc_cat_table_td {
		flex: 0 0 calc(var(--mf, var(--wf, 100)) * 1% - var(--gap, 0px) * var(--mf, var(--wf, 100)) / 100 * var(--mgap-slots, var(--gap-slots, max(0, var(--row-count, 1) - 1))));
	}

	.desc_cat_table_td.desc_cat_table_td--mobile-hide {
		display: none;
	}
}

.desc_cat_table_row img,
#desc_cat_table_cell img {
	max-width: 100%;
	height: auto;
}

.desc_cat_table_td ul,
.desc_cat_table_td ol,
#desc_cat_table_td ul,
#desc_cat_table_td ol {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
}

.desc_cat_table_td ul li,
.desc_cat_table_td ol li,
#desc_cat_table_td ul li,
#desc_cat_table_td ol li {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}

.desc_cat_table_row > .desc_cat_table_td--fixed-spacing:first-child,
.desc_cat_table_row > .desc_cat_table_td--custom-spacing:first-child,
#desc_cat_table #desc_cat_table_td:first-child {
	border-left: 0;
}

.desc_cat_table_row > .desc_cat_table_td--fixed-spacing:last-child,
.desc_cat_table_row > .desc_cat_table_td--custom-spacing:last-child,
#desc_cat_table #desc_cat_table_td:last-child {
	border-right: 0;
}

.desc_cat_table_td a,
#desc_cat_table_td a,
.postcontent a {
	color: #2B319E;
}

.desc_cat_table_td table td,
#desc_cat_table_td table td {
	padding: 10px 15px;
}

/* Выравнивание медиа из редактора (aligncenter / alignleft / alignright) */
.desc_cat_table_td img.aligncenter,
.postcontent img.aligncenter,
.desc_cat_table_td .aligncenter > img,
.postcontent .aligncenter > img {
	display: block;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.desc_cat_table_td img.alignleft,
.postcontent img.alignleft,
.desc_cat_table_td .alignleft > img,
.postcontent .alignleft > img {
	float: left;
	margin: 0.35em 1em 0.75em 0;
}

.desc_cat_table_td img.alignright,
.postcontent img.alignright,
.desc_cat_table_td .alignright > img,
.postcontent .alignright > img {
	float: right;
	margin: 0.35em 0 0.75em 1em;
}

.desc_cat_table_td p.aligncenter,
.desc_cat_table_td div.aligncenter,
.postcontent p.aligncenter,
.postcontent div.aligncenter,
.desc_cat_table_td figure.aligncenter,
.postcontent figure.aligncenter,
.desc_cat_table_td .wp-caption.aligncenter,
.postcontent .wp-caption.aligncenter {
	text-align: center;
}

.desc_cat_table_td figure.aligncenter,
.postcontent figure.aligncenter,
.desc_cat_table_td .wp-caption.aligncenter,
.postcontent .wp-caption.aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.desc_cat_table_td figure.alignleft,
.postcontent figure.alignleft,
.desc_cat_table_td .wp-caption.alignleft,
.postcontent .wp-caption.alignleft {
	float: left;
	margin: 0.35em 1em 0.75em 0;
	max-width: 100%;
}

.desc_cat_table_td figure.alignright,
.postcontent figure.alignright,
.desc_cat_table_td .wp-caption.alignright,
.postcontent .wp-caption.alignright {
	float: right;
	margin: 0.35em 0 0.75em 1em;
	max-width: 100%;
}


.wpcf7 {min-width:320px;}

.wpcf7 input {
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #999;
	font-size: 15px;
	float: left;
	margin-right: 10px;
}

.wpcf7-acceptance input {
	width: auto;
	margin-bottom: 20px;
}

.wpcf7-acceptance {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.wpcf7-list-item {
	margin-left: 0 !important;
	margin-bottom: 20px;
}

.wpcf7 textarea {
	font-size: 15px;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #999;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: arial;
}

.wpcf7 .wpcf7-submit {
	width: 320px;
	box-sizing: border-box;
	font-size: 15px;
	padding: 13px;
	background: #dd3b3b;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}


.table_nogr table td {border:0;}

.table_nobg table td {background:none;}

.table_allgr table td {border:1px solid #ddd;}

.table_trbg table tr:nth-child(2n+1) {
    background-color: #F2F2F2;
}

.table_btmgr table td {border-bottom:1px solid #ddd;}

.table_trtdbg table tr:nth-child(2n+1) {
    background-color: #F2F2F2;
}

.table_trtdbg table td:nth-child(1) {
	background: #fff;
}

.postcontent table.azbuka-brands-table,
.dop_description table.azbuka-brands-table {
	width: 100%;
	max-width: 760px;
	margin: 0 auto 24px;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.postcontent table.azbuka-brands-table td,
.dop_description table.azbuka-brands-table td {
	border: 0;
	padding: 14px 10px;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

.postcontent table.azbuka-brands-table a,
.dop_description table.azbuka-brands-table a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	width: 100%;
	text-decoration: none;
}

.postcontent table.azbuka-brands-table img,
.dop_description table.azbuka-brands-table img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 64px;
	margin: 0 auto;
}

/* standart style */




#header_menus{padding-top: 30px;}


#header_menus ul{
display: inline-table;
text-align: justify;
width: auto;
}

#header_menus ul li{
display: table-cell;
list-style: none outside none;
position: relative;
border-right: 30px solid #fff;
box-sizing: border-box;
}


.page-id-628 #desc_cat_table:last-child, .page-id-626 #desc_cat_table:last-child {
	border: 0;
}

.page-id-628 .desc_cat_table_td td, .page-id-626 .desc_cat_table_td td {
	padding: 5px 5px;
  }
.page-id-628 #desc_cat_table, .page-id-626 #desc_cat_table {
	border-bottom: 1px solid #ddd;
  }

#header_menus ul li a{
color: #000;
display: list-item;
font-size: 15px;
overflow: hidden;
padding: 0px 0px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
border-bottom: 1px solid rgba(0, 0, 0, .3);
font-weight: normal;
font-family: GillSans;
}


/* wrapper */
#wrapper{}

#content .bsfttune-breadcrumbs-wrap,
.display-info .bsfttune-breadcrumbs-wrap,
.video_tax_archive .bsfttune-breadcrumbs-wrap,
.single_video .bsfttune-breadcrumbs-wrap,
.single_review .bsfttune-breadcrumbs-wrap {
	width: 100%;
	margin-bottom: 12px;
}

/* content */
#content {
	order: 2;
	box-sizing: border-box;
	min-width: 0;
	font-size: 15px;
	line-height: 23px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}

.postcontent {
	width: 100%;
	box-sizing: border-box;
}

.post{position:relative;}

.post .postinfo{margin:0;}
.display-info{/*! margin-top:10px; */text-align:left;font-size:18px;color:#222;margin-bottom: 0px;float: left;width: 100%;}
.display-info a{color:#ddd;}
.display-info a:hover{color:#555555;}

.post .postcontent{line-height:20px;/*! overflow:hidden; */font-size: 15px;line-height: 21px;float: left;width: 100%;}
.post ul,.post ol{margin:15px 30px;}
.post ul li{margin-bottom:4px;}



.post .postcontent blockquote{color:#777;background:#222;border:1px solid #333;padding:15px;margin:10px 0 20px;}
.post .postcontent .postcontent code{background:#222;}
.post .postcontent pre{color:#ddd;background:#444;border:1px solid #333;overflow:auto;padding:15px;margin:10px 0 20px;}




/* Footer */
#footer {
	background: #424846;
	padding: 40px 20px;
	margin-top: auto;
	color: #fff;
	padding-top: 30px;
}

#footer_top {
	margin-bottom: 30px;
	gap: 16px;
}

#footer_top_left {
	flex: 1 1 auto;
	min-width: 0;
	text-align: center;
}

#footer_top_right {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	text-align: center;
}

#footer_top_right .bsftgdata-block {
	width: auto;
}

.site-logo-link {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.site-logo-link img {
	max-height: 30px;
	width: auto;
}

.site-footer-logo-link {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.site-footer-logo-link img {
	max-height: 48px;
	width: auto;
}

#content_header h1 {
	margin-top: 20px;
}

.about_dop_menu {
	margin: 16px 0 24px;
}

.about_dop_menu__item {
	align-items: center;
	background: #555;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	justify-content: center;
	min-height: 190px;
	padding: 18px 14px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about_dop_menu__item::after {
	background: linear-gradient(90deg, #e42247, #ff8ba0, #9f112c, #e42247) 0 0 / 200% 100%;
	border-radius: inherit;
	box-sizing: border-box;
	content: '';
	inset: 0;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.25s ease;
	z-index: 2;
}

.about_dop_menu__item > * {
	position: relative;
	z-index: 1;
}

.about_dop_menu__item:hover,
.about_dop_menu__item:focus-visible {
	background: #666;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	color: #fff;
	outline: none;
	transform: translateY(-2px);
}

.about_dop_menu__item:hover::after,
.about_dop_menu__item:focus-visible::after {
	animation: main-info-card-border-flow 6s linear infinite;
	opacity: 1;
}

.about_dop_menu__item.is-active {
	background: #333;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	color: #fff;
	cursor: default;
	transform: none;
}

.about_dop_menu__item.is-active::after {
	animation: main-info-card-border-flow 6s linear infinite;
	opacity: 1;
}

.about_dop_menu__item.is-active .about_dop_menu__icon {
	box-shadow: 0 0 0 3px #e42247;
}

.about_dop_menu__icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex: 0 0 auto;
	height: 96px;
	justify-content: center;
	margin-bottom: 14px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	width: 96px;
}

.about_dop_menu__icon img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about_dop_menu__item:hover .about_dop_menu__icon,
.about_dop_menu__item:focus-visible .about_dop_menu__icon {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
	transform: scale(1.04);
}

.about_why_section {
	margin-top: 24px;
	box-sizing: border-box;
	width: 100%;
}

.about_why_section__title {
	margin: 0 0 14px;
	padding: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3;
	color: #cd1313;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.about_why_section__slogan {
	margin: 24px 0 0;
	padding: 0;
	font-size: 24pt;
	line-height: 1.25;
	color: #e42247;
	text-align: center;
}

.about_why_section__slogan strong {
	font-weight: 700;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.rekv_link {
	float: left;
	margin-top: -10px;
	font-weight: bold;
	color: #2B319E !important;
}

.postcontent h2, .dop_description h2 {
	text-transform: uppercase;
	color: #777777;
	font-weight: bold;
}
}

.about_why_section {
	padding: 0 20px;
}

#about_why_blocks {
	--gap: 10px;
}

#about_why_blocks .about_why_block--1 {
	flex: 0 0 calc(50% - var(--gap) * 2 / 3);
}

#about_why_blocks .about_why_block--2 {
	flex: 0 0 calc(30% - var(--gap) * 2 / 3);
}

#about_why_blocks .about_why_block--3 {
	flex: 0 0 calc(20% - var(--gap) * 2 / 3);
}

.about_why_block {
	box-sizing: border-box;
	min-width: 0;
}

.about_why_block__inner {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	min-height: 200px;
	padding: 22px 20px 20px;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	background-color: #555;
	transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.about_why_block__inner::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--about-why-image, none);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: transform 0.45s ease;
}

.about_why_block__inner::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(45, 45, 45, 0.72);
	transition: background-color 0.35s ease;
}

.about_why_block__number,
.about_why_block__text {
	position: relative;
	z-index: 2;
}

.about_why_block__number {
	position: absolute;
	top: 4px;
	right: 10px;
	font-weight: 700;
	line-height: 1;
	color: rgba(255, 255, 255, 0.32);
	pointer-events: none;
	user-select: none;
}

.about_why_block--1 .about_why_block__number {
	font-size: clamp(72px, 8vw, 118px);
}

.about_why_block--2 .about_why_block__number {
	font-size: clamp(54px, 6vw, 88px);
}

.about_why_block--3 .about_why_block__number {
	font-size: clamp(42px, 4.5vw, 68px);
}

.about_why_block__text {
	margin: 0;
	padding-top: 48px;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 400;
	color: #f9f9f9;
}

.about_why_block__inner:hover,
.about_why_block__inner:focus-within {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transform: translateY(-2px);
}

.about_why_block__inner:hover::before,
.about_why_block__inner:focus-within::before {
	transform: scale(1.06);
}

.about_why_block__inner:hover::after,
.about_why_block__inner:focus-within::after {
	background: rgba(45, 45, 45, 0.52);
}

.about_dop_menu__title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
}


#footer_contacts .footer_contacts_img {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 2px;
}

#footer_contacts .footer_contacts_img svg {
	display: block;
	width: 14px;
	height: auto;
}

#footer_contacts .footer_contacts_data {
	line-height: 1.5;
}

#footer .left{color:#555;width:680px;margin:0;padding:0 10px;line-height:30px;float:left;text-align:left;}

#footer .left a:hover,#footer .right a:hover{color:#555555;}
#footer .right{color:#555;width:190px;line-height:30px;float:right;text-align:right;}


#footer_bottom {background: #f4f4f4;padding: 10px 20px;}

#footer_mini h2 {}

#footer_mini {font-size: 15px;line-height: 25px;}

#footer_mini ul {}

#footer_mini ul li {}

#footer_mini ul li a {}


#img_wrap {

}

#img_wrap img {
	/*! max-height: 200px; */
	width: auto;
}

#content #dop_description,
#content .dop_description {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#primary {
	box-sizing: border-box;
	min-width: 0;
	flex: 0 0 calc(80% - var(--gap) / 1.25);
	order: 2;
	margin-top: 20px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

#sidebar {
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
}

.sidebar-viewbox-posts {
	margin-top: 12px;
	width: 100%;
}

#content_header {

  }
  #content_header {
  }
  
  
#top_header {
	background-color: #DD1A3F;
	background-image: linear-gradient(
		90deg,
		rgba(221, 26, 63, 1) 0%,
		rgba(242, 53, 91, 1) 25%,
		rgba(221, 26, 63, 1) 50%,
		rgba(242, 53, 91, 1) 75%,
		rgba(221, 26, 63, 1) 100%
	);
	background-size: 200% 100%;
	background-position: 0% 50%;
	animation: top-header-gradient-flow 12s ease-in-out infinite;
	padding: 7px 20px;
}

@keyframes top-header-gradient-flow {
	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}


#top_header img {
  /*! max-height: 30px; */
}

@media (min-width: 1001px) {
	#top_header .flex_limit {
		position: relative;
	}

	#top_header_left {
		pointer-events: none;
		flex: 1 1 0;
		width: auto;
		max-width: none;
		min-width: 0;
	}

	/* Центр логотипа по всей ширине flex_limit (80% + 20%), не по wf80 */
	#top_header_left .site-logo-link {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
		display: inline-block;
		line-height: 0;
		pointer-events: auto;
	}

	#top_header_left .site-logo-link img {
		max-height: 30px;
		width: auto;
	}

	#top_header_right {
		flex: 0 0 160px;
		width: 160px;
		max-width: 160px;
		min-width: 160px;
		flex-shrink: 0;
		position: relative;
		z-index: 1;
	}
}

#middle_header {
	background: #212121;
	padding: 10px 20px;
	color: #fff;
}

#middle_header .middle-header__row {
	flex-wrap: nowrap;
}

#middle_header .middle-header__menu {
	flex: 0 0 200px;
	width: 200px;
	max-width: 200px;
}

#middle_header .middle-header__cart {
	flex: 0 0 160px;
	width: 160px;
	max-width: 160px;
}

#middle_header .middle-header__center {
	flex: 1 1 auto;
	min-width: 0;
}

@media screen and (max-width: 1000px) {
	#middle_header .middle-header__row {
		flex-wrap: wrap;
	}

	#middle_header .middle-header__menu,
	#middle_header .middle-header__cart {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}

.catalog_btn {
	float: left;
	background: #e42146;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
}

#top_header_menu .bsftmenu_wrap {
	display: block;
	width: 100%;
}

#top_header_menu .catalog_btn {
	float: none;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	color: #fff;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

#top_header_menu .catalog_btn:hover {
	background: #c91c3c;
	color: #fff;
}

#top_header_menu .catalog_icon,
#top_header_menu .catalog_text {
	float: none;
	color: inherit;
}

#top_header_menu .catalog_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#top_header_menu .catalog_icon svg {
	display: block;
	transition: transform 0.25s ease;
	transform: rotate(0deg);
}

#top_header_menu .bsftmenu_trigger.catalog_btn[aria-expanded="true"] .catalog_icon svg {
	transform: rotate(45deg);
}

/* У кастомного триггера плагин добавляет стрелку через ::after — для кнопки каталога не нужна */
#top_header_menu .bsftmenu_trigger.catalog_btn::after {
	display: none;
}

.catalog_icon {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.catalog_icon img,
.catalog_icon svg {
  display: block;
  flex-shrink: 0;
}
.catalog_text {
  padding-left: 10px;
  font-size: 16px;
}

.dgwt-wcas-sf-wrapp {
	background: none !important;
}

.dgwt-wcas-sf-wrapp {
	background: none !important;
	padding: 0 !important;
}

#dgwt-wcas-search-input-1 {
	padding: 8px 40px !important;
}

.dgwt-wcas-search-submit {
	top: 5px !important;
	left: 7px !important;
}

#top_header_search {
	padding: 0 20px;
}



#top_header_phones_wrap {
	padding: 0 20px;
	flex-wrap: nowrap;
	align-items: flex-end;
}

#top_header_phones_icon {
	flex: 0 0 auto;
	padding-right: 10px;
	line-height: 0;
}

.top_header_phones_list {
	flex: 1 1 auto;
	flex-wrap: nowrap;
	align-items: flex-end;
	min-width: 0;
}

.top_header_phones_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	text-align: center;
}

.top_header_phones_label {
	display: block;
	color: #ccc;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 8px;
}

.top_header_phones_number {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.bsfttune_card_item_custom_text_block_2 table {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bsfttune_card_item_custom_text_block_2 td {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 10px;
}

.top_header_phones_number a {
	color: #ddd;
}

@media screen and (max-width: 1000px) {
	#top_header_phones_wrap {
		flex-wrap: wrap;
	}

	.top_header_phones_list {
		flex-wrap: wrap;
	}
}


#top_header_cart a {
  color: #fff;
  padding: 11px 15px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #343434;
}
#top_header_cart_icon {
  padding-right: 20px;
}
#top_header_cart_text {
  font-size: 15px;
}

#main_slider {
	background: #333333;
	padding: 20px;
}

#main_slider .bsftslide,
#main_slider .bsft-slide-content-wrapper {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

#main_slider .bsft-slide-image-wrapper,
#main_slider .main-slider__overlay {
	border-radius: inherit;
}

#main_slider .bsft-slide-image-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#main_slider .bsft-slide-image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
}

#main_slider .main-slider__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 40%, rgba(0, 0, 0, 0.28) 75%, rgba(0, 0, 0, 0.08) 90%, rgba(0, 0, 0, 0) 100% );
}

#main_slider .bsft-slide-content.main-slider__content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: min(560px, 55%);
	padding: 32px 40px;
	color: #fff;
	pointer-events: auto;
}

#main_slider .main-slider__title {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.2;
}

#main_slider .main-slider__text {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}

#main_slider .main-slider__text p:last-child {
	margin-bottom: 0;
}

.term-description {
	font-size: 15px;
	line-height: 23px;
}

#main_slider .main-slider__text-extra {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.5;
	opacity: 0.92;
	color: #e42146;
}

#main_slider .main-slider__text-extra p:last-child {
	margin-bottom: 0;
}

#main_slider .main-slider__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 14px 28px;
	border: 1px solid #fff;
	border-radius: 8px;
	background: transparent;
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

#main_slider .main-slider__link:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	color: #fff !important;
}

#main_slider .main-slider__link-text {
	display: inline-block;
}

#main_slider .main-slider__link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	transform: translateY(-1px);
}

#main_slider .main-slider__link--cta {
	border: none;
	border-radius: 10px;
	background: #dc2643;
	padding: 14px 24px;
	gap: 12px;
	font-weight: 500;
}

#main_slider .main-slider__link--cta:hover {
	background: #c41f38;
	border: none;
	color: #fff !important;
}

#main_slider .main-slider__link-icon--checklist {
	transform: none;
	flex-shrink: 0;
}

#main_slider .main-slider__link-icon--checklist svg {
	display: block;
	width: 24px;
	height: 24px;
}

@media (max-width: 768px) {
	#main_slider .main-slider__overlay {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.15) 0%,
			rgba(0, 0, 0, 0.55) 45%,
			rgba(0, 0, 0, 0.82) 100%
		);
	}

	#main_slider .bsft-slide-content.main-slider__content {
		top: auto;
		max-width: 100%;
		justify-content: flex-end;
		padding: 24px 20px 28px;
	}

	#main_slider .main-slider__title {
		font-size: 24px;
	}

	#main_slider .main-slider__text {
		font-size: 14px;
	}
}

.bsftslide-image {
	background-size: cover;
	background-position: top center;
}

#main_cats {
	background: #f9f9f9;
}

#main_cats .main_cats_mini_img {
	overflow: hidden;
}

#main_cats .main_cats_mini_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	height: auto;
}

.main_cats_col {
	box-sizing: border-box;
	min-width: 0;
}

.main_cats_mini {
	background: #f2f2f2;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
}

#main_cats .main_cats_mini_cover {
	display: none;
}

#main_cats .main_cats_mini_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_cats .main_cats_mini_content li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

#main_cats .main_cats_mini_content .main_cats_child_icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	line-height: 0;
	margin-top: 3px;
}

#main_cats .main_cats_mini_content li + li {
	margin-top: 6px;
}

#main_cats .main_cats_view_all {
	margin: 10px 0 0;
	padding: 0;
}

#main_cats .main_cats_view_all a {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	color: #E42247;
	text-decoration: none;
}

#main_cats .main_cats_view_all a:hover {
	text-decoration: underline;
}

#main_cats_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

#main_cats_btn .catalog_btn {
	float: none;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	padding: 13px 50px;
}

#main_cats_btn .catalog_btn:hover {
	background: #c91c3c;
	color: #fff;
}

#main_cats_btn .catalog_icon,
#main_cats_btn .catalog_text {
	float: none;
}

#main_cats_btn .catalog_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

#main_cats_btn .catalog_text {
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.2;
}

#banner_block {
	background: #f9f9f9;
	padding: 30px 10px;
}

.banner_block_mini {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	border: 2px solid #d0d0d0;
	background: #f3f3f3;
}

.banner_block_mini_img {
	display: block;
	flex: 0 0 160px;
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bsfttune_card_block_after {
	border-top: 1px solid #ddd;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.bsfttune_card_item_documents {
	padding-left: 30px;
}

.banner_block_mini_title {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 100%;
	min-height: 60px;
	padding: 10px 12px;
	background: #F3F3F3;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
	color: #424846;
	text-transform: uppercase;
}

.banner_block_mini:hover .banner_block_mini_title {
	background: rgba(255, 255, 255, 0.9);
}

#banner_block_slider_wrap {
	min-height: 180px;
	box-sizing: border-box;
	border-radius: 5px;
}

.banner_block_slider_mini_text {
	background: #eee;
}




#banner_block_slider_wrap .bsftslide_wrap {
	width: 100%;
}

.banner_block_slider_mini_link,
.banner_block_slider_mini_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	min-height: 180px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}

.banner_block_slider_mini_text {
	box-sizing: border-box;
	padding: 16px 18px;
}

.banner_block_slider_mini_text h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.25;
	color: #000;
}

.banner_block_slider_mini_text_content {
	font-size: 15px;
	line-height: 1.45;
	color: #333;
}

.banner_block_slider_mini_text_content p {
	margin: 0 0 8px;
}

.banner_block_slider_mini_text_content p:last-child {
	margin-bottom: 0;
}

.banner_block_slider_mini_img {
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 196px;
	overflow: hidden;
}

.banner_block_slider_mini_link:hover .banner_block_slider_mini_text h3 {
	color: #E42247;
}

#main_recom {
	background: #f9f9f9;
	padding: 30px 10px;
}

#main_comment {
	padding: 30px 10px;
}

.azbuka-theme-reviews-empty {
	padding: 20px;
	border: 1px dashed #ccc;
	background: #fafafa;
	color: #666;
	text-align: center;
}

.main_page_link_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.main_page_link_btn .catalog_btn--section {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-decoration: none;
	border-radius: 8px;
	padding: 10px 24px;
	min-height: 53px;
	box-sizing: border-box;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.main_page_link_btn .catalog_btn--section-light {
	background: #fff;
	color: #333;
	border: 1px solid #bdbdbd;
}

.main_page_link_btn .catalog_btn--section-light:hover {
	background: #f5f5f5;
	border-color: #999;
	color: #333;
}

.main_page_link_btn .catalog_btn--section-dark {
	background: #262626;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.main_page_link_btn .catalog_btn--section-dark:hover {
	background: #333;
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

.main_page_link_btn .catalog_icon,
.main_page_link_btn .catalog_text {
	float: none;
}

.main_page_link_btn .catalog_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	flex: 0 0 33px;
	line-height: 0;
}

.main_page_link_btn .catalog_icon svg,
.main_page_link_btn .catalog_icon img {
	display: block;
	width: 33px;
	height: 33px;
	flex-shrink: 0;
}

.main_page_link_btn .catalog_text {
	padding-left: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.main_comment_card {
	box-sizing: border-box;
	min-width: 0;
}

.main_comment_card__link {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.main_comment_card__inner {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	height: 100%;
	min-height: 140px;
	padding: 16px 14px;
	box-sizing: border-box;
	background: #fbfbfb;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	transition: border-color 0.2s ease;
}

.main_comment_card__link:hover .main_comment_card__inner,
.main_comment_card__link:focus-visible .main_comment_card__inner {
	border-color: #E42247;
}

.main_comment_card__author {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 72px;
	width: 72px;
}

.main_comment_card__avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: #ececec;
	flex-shrink: 0;
}

.main_comment_card__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_comment_card__name {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #222;
}

.main_comment_card__text {
	flex: 1;
	min-width: 0;
}

.main_comment_card__text p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #555;
}

.single_review {
	padding: 20px 0 40px;
}

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

.single_review__avatar {
	flex: 0 0 96px;
	width: 96px;
}

.single_review__avatar img {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	background: #ececec;
}

.single_review__text {
	flex: 1;
	min-width: 0;
}

.single_review__text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

#main_info {
	background: #ededed;
	padding: 30px 10px;
}

.main_info_card {
	box-sizing: border-box;
	min-width: 0;
}

.main_info_card__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	isolation: isolate;
	height: 100%;
	min-height: 220px;
	padding: 24px 22px;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
	background-color: #3f3f3f;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.main_info_card__inner::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--main-info-card-texture, none);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.05;
	border-radius: inherit;
	pointer-events: none;
}

.main_info_card__inner::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	box-sizing: border-box;
	border-radius: inherit;
	padding: 3px;
	background: linear-gradient(90deg, #e42247, #ff8ba0, #9f112c, #e42247) 0 0 / 200% 100%;
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.main_info_card__inner > * {
	position: relative;
	z-index: 1;
}

.main_info_card__icon {
	display: block;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	margin-bottom: 18px;
	line-height: 0;
}

.main_info_card__icon img {
	display: block;
	width: 52px;
	height: 52px;
}

.main_info_card__icon-graphic,
.main_info_card__icon-graphic svg {
	display: block;
	width: 52px;
	height: 52px;
}

.main_info_card__icon-graphic svg > rect {
	transition: filter 0.25s ease;
}

.main_info_card__inner:hover,
.main_info_card__inner:focus-visible {
	background-color: #333333;
}

.main_info_card__inner:hover::before,
.main_info_card__inner:focus-visible::before {
	opacity: 0;
}

.main_info_card__inner:hover::after,
.main_info_card__inner:focus-visible::after {
	opacity: 1;
	animation: main-info-card-border-flow 6s linear infinite;
}

.main_info_card__inner:hover .main_info_card__icon,
.main_info_card__inner:focus-visible .main_info_card__icon {
	box-shadow: 0 0 14px rgba(228, 34, 71, 0.3);
}

.main_info_card__inner:hover .main_info_card__icon-graphic svg > rect,
.main_info_card__inner:focus-visible .main_info_card__icon-graphic svg > rect {
	filter: brightness(0) invert(20%);
}

@keyframes main-info-card-border-flow {
	to {
		background-position: 200% 0;
	}
}

.main_info_card__title {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
}

.main_info_card__divider {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 14px;
	background: rgba(255, 255, 255, 0.35);
}

.main_info_card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #ccc;
}

#main_video {
	background: #111111;
	color: #fff;
	padding: 30px 10px;
}

#main_video .flex_header {
	color: #DDD;
	text-transform: uppercase;
	font-weight: 600;
}

#main_video .main_video_head {
	flex: 0 0 100%;
	width: 100%;
	gap: 16px;
	margin-bottom: 20px;
}

#main_video .main_video_head__title {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
}

#main_video .main_video_social {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	gap: 12px;
}

#main_video .main_video_social__label {
	font-size: 14px;
	line-height: 1.2;
	color: #ddd;
	white-space: nowrap;
}

#main_video .main_video_social .bsftgdata-block {
	width: auto;
}

#main_video .azbuka-main-video-slider.bsftslide_wrap {
	width: 100%;
}

#main_video .main_video_slide .main_video_card {
	width: 100%;
	height: 100%;
	border: 1px solid #5b5b5b;
	border-radius: 5px;
}

.azbuka-theme-videos-empty {
	padding: 20px;
	border: 1px dashed rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
}

.main_video_card {
	box-sizing: border-box;
	min-width: 0;
}

.main_video_card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	background: #000;
	position: relative;
}

.main_video_card__media {
	position: relative;
	flex: 1 1 auto;
	aspect-ratio: 16 / 10;
	background: #1a1a1a;
	overflow: hidden;
}

.main_video_card__image,
.main_video_card__video,
.main_video_card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_video_card__placeholder {
	background: linear-gradient(135deg, #333, #111);
}

.main_video_card__title {
	flex: 0 0 auto;
	min-height: 60px;
	padding: 12px 14px;
	background: #000;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.main_video_card__title span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
}

.video_tax_archive {
	padding: 20px 0 40px;
}

.video_tax_archive__description {
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

.video_tax_archive__extra-description {
	margin-top: 28px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

.video_tax_archive__empty {
	margin: 0;
	color: #666;
}

.post_archive {
	width: 100%;
}

.post_archive .bsftviewbox-posts-insert--preset-3 {
	width: 100%;
	margin-bottom: 24px;
	box-sizing: border-box;
}

.post_archive__grid.flex_contain {
	align-items: stretch;
	align-content: flex-start;
	width: 100%;
	box-sizing: border-box;
}

.post_archive__grid > .post_archive_card {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 0;
	float: none;
}

.post_archive_card__inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
}

.post_archive_card__thumb {
	display: block;
	flex: 0 0 auto;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
}

.post_archive_card__image,
.post_archive_card__placeholder {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.post_archive_card__placeholder {
	background: linear-gradient(135deg, #ececec 0%, #d8d8d8 100%);
}

.post_archive_card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px 16px 16px;
	box-sizing: border-box;
	background: #f3f3f3;
}

.post_archive_card__date {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.3;
	color: #999;
}

.post_archive_card__title {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
}

.post_archive_card__title a {
	color: #333;
	text-decoration: none;
}

.post_archive_card__title a:hover,
.post_archive_card__title a:focus-visible {
	color: #e42247;
}

.post_archive_card__excerpt {
	flex: 1 1 auto;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.45;
	color: #666;
}

.post_archive_card__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
}

.post_archive_card__more:hover,
.post_archive_card__more:focus-visible {
	color: #e42247;
	text-decoration: none;
}

.post_archive_card__more:hover .post_archive_card__more-icon path,
.post_archive_card__more:focus-visible .post_archive_card__more-icon path {
	fill: #e42247;
}

.post_archive_card__more-icon {
	display: block;
	flex: 0 0 auto;
	width: 11px;
	height: 20px;
}

.post_archive__pagination,
.post_archive__empty {
	width: 100%;
	margin-top: 24px;
}

.post_archive__pagination {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.post_archive__pagination a {
	color: #2b319e;
	text-decoration: none;
}

.post_archive__pagination a:hover,
.post_archive__pagination a:focus-visible {
	color: #e42247;
}

.video_tax_card {
	box-sizing: border-box;
	min-width: 0;
}

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

.video_tax_card__thumb {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #222;
	aspect-ratio: 16 / 9;
}

.video_tax_card__thumb img,
.video_tax_card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_tax_card__placeholder {
	background: linear-gradient(135deg, #444, #222);
}

.video_tax_card__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(228, 34, 71, 0.92);
}

.video_tax_card__play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
}

.video_tax_card__title {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.video_tax_card__link:hover .video_tax_card__title {
	color: #E42247;
}

.azbuka-video-embed {
	position: relative;
	width: 100%;
	max-width: 960px;
	aspect-ratio: 16 / 9;
}

.azbuka-video-embed iframe,
.single_video__file {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
	background: #000;
}

.single_video {
	padding: 20px 0 40px;
}

.single_video__player {
	max-width: 960px;
}

.single_video__description {
	margin-top: 24px;
	max-width: 960px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

.single_video__description p:first-child {
	margin-top: 0;
}

.single_video__description p:last-child {
	margin-bottom: 0;
}

.single_video__section-title {
	margin: 28px 0 20px;
}

.single_video__products {
	margin-top: 0;
}

#footer_pays_wrap {
	width: 100%;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #FDF4F6;
}

#footer_pays {
	flex: 0 1 auto;
	width: min(100%, 600px);
	max-width: 600px;
	padding: 16px;
	border-radius: 5px;
	border: 1px solid #575757;
	box-sizing: border-box;
	background: #fff;
}

#footer_pays_icon {
	width: 100%;
	min-width: 0;
}

#product-shortcode-blocks {
	background: #f8f8f8;
}

.woocommerce-product-details__short-description table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.woocommerce-product-details__short-description table[border] {
	border: 0;
}

.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th {
	border: 0;
	border-bottom: 1px solid #c7c7c7;
	padding: 4px 0;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
}

.woocommerce-product-details__short-description table[border] td,
.woocommerce-product-details__short-description table[border] th {
	border: 0;
	border-bottom: 1px solid #c7c7c7;
}

.woocommerce-product-details__short-description table tr:last-child td,
.woocommerce-product-details__short-description table tr:last-child th {
	border-bottom: 0;
}

.woocommerce-product-details__short-description td:nth-child(1),
.woocommerce-product-details__short-description th:nth-child(1) {
	font-weight: bold;
}

.azbuka-product-linked-videos {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 40px;
}

.azbuka-product-linked-videos__title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

#main_info_links {
	background: #e8e8e8;
	padding: 30px 10px;
}

.main_info_links_mini {
	box-sizing: border-box;
}

.main_info_links_mini__link {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 13.5vw;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	overflow: hidden;
}

.main_info_links_mini__link:hover {
	color: #fff;
}

.main_info_links_mini__link--has-image {
	color: #fff;
}

.main_info_links_mini__link--has-image:hover {
	color: #fff;
}

.main_info_links_mini__link--has-image::before {
	content: "";
	display: block;
	flex: 1 1 auto;
	min-height: 8vw;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), var(--main-info-link-image);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: filter 0.2s ease;
}

.main_info_links_mini__link--has-image:hover::before {
	filter: brightness(0.82);
}

.main_info_links_mini__title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 28px;
	padding: 15px 15px;
	box-sizing: border-box;
	background: #333;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.main_info_links_mini--category-232 .main_info_links_mini__title {
	background: #E42247;
}

#footer_btm_links {
	background: #212121;
	color: #fff;
	padding: 28px 0;
}

.woocommerce-tabs ul {
	padding-left: 20px;
}

.postcontent ul {
	padding-left: 20px;
	padding-bottom: 20px;
}


.footer_product_cat_columns {
	box-sizing: border-box;
	column-count: 4;
	column-fill: balance;
	column-gap: 0;
}

.footer_product_cat_group {
	margin-bottom: 18px;
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	padding: 0 10px;
}

.footer_product_cat_group:last-child {
	margin-bottom: 0;
}

.footer_product_cat_letter {
	margin-bottom: 8px;
	color: #E42247;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.footer_product_cat_list {
	margin: 0;
	padding: 0;
	list-style: none;
	break-inside: auto;
}

.footer_product_cat_list li {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.3;
}

.footer_product_cat_list a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	text-decoration: none;
}

.footer_product_cat_list a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.footer_product_cat_columns {
		column-count: 2;
	}
}

@media (max-width: 640px) {
	.footer_product_cat_columns {
		column-count: 1;
	}
}

#footer_copyrights {
	background: #000;
}

.main_cats_mini_content {
	padding-left: 10px;
}

.main_cats_mini_content ul li a {
	font-size: 15px;
	color: #000;
}

.main_cats_mini_content h2 a {
	color: #000;
}

#main_cats h1 {
	text-align: center;
	padding-top: 20px;
	color: #000;
}

.main_cats_mini_content ul li a:hover {
	text-decoration: underline;
}

#main_logos {
	padding: 20px 10px;
}

#product-shortcode-blocks {
	padding: 30px 0;
	background: #f9f9f9;
}

#product-shortcode-blocks .azbuka-product-shortcode-block,
#product-shortcode-blocks section.bsfttune-product-block {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

#product-shortcode-blocks .bsftslide_wrap {
	width: 100%;
	max-width: 100%;
}

#product-shortcode-blocks section.bsfttune-product-block > h2 {
	width: 100%;
	margin-bottom: 20px;
}

.bottom_slogan {
	color: #E42247;
	font-size: 32px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

#footer_top_left a {float: left;}

#footer_pays_icon .footer-pay-icon {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0;
}

#footer_pays_icon .footer-pay-icon img {
	display: block;
	max-height: 120px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.footer_col {
	font-size: 17px;
	padding: 0 10px;
	text-align: j;
}

.footer_col--contacts {
	padding-left: 0;
}

.footer_col--about {
	padding-right: 0;
}

.footer_col a {
	color: #fff;
}

.footer_contacts_row p {
	margin: 0;
	font-size: 14px;
}
.footer_contacts_row {
	margin-bottom: 20px;
}
.footer_contacts_data a {
	font-weight: bold;
	font-size: 14px;
}

.footer_col--contacts {
	font-size: 14px;
	line-height: 20px;
}

.footer_contacts_row--phone .footer_contacts_data {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 12px;
	font-size: 14px;
}

.footer_contacts_phone_item {
	display: inline;
	font-size: 14px;
	white-space: nowrap;
}

.footer_contacts_row--phone .footer_contacts_data [class*="bsftgdata-scope"],
.footer_contacts_row--phone .footer_contacts_data .bsftgdata-block {
	display: inline;
}

.footer_contacts_row--phone .footer_contacts_data a {
	display: inline;
	margin-right: 4px;
}
.bsftgdata-scope-5 {
	color: #b1b1b1;
	font-size: 15px;
}
.footer_contacts_data {
	color: #cdcdcd;
}

.footer_col ul li {
	list-style: none;
}

.footer_col ul li a {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
}

.footer_col--customers a, .footer_col--about a {
	color: #cdcdcd;
}

.footer_col--customers a:hover, .footer_col--about a:hover {
	text-decoration: underline;
}
.bsfttune_card_item_short_description {
	font-size: 15px;
	line-height: 23px;
}

.bsfttune_card_item_custom_text_block_1 {
	font-size: 15px;
	line-height: 23px;
}

.azbuka-product-category-filter-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px 24px;
	width: 100%;
	clear: both;
	margin: 0 0 20px;
	overflow: visible;
}

.azbuka-product-category-filter-bar__quick {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px 24px;
	flex: 1 1 auto;
	min-width: 0;
	overflow: visible;
}

.azbuka-quick-filter-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 0 1 220px;
	min-width: 160px;
	max-width: 280px;
	overflow: visible;
}

.azbuka-quick-filter-item--no-label {
	gap: 0;
}

.azbuka-quick-filter-item--no-label .azbuka-quick-filter-item__label {
	display: none;
}

.azbuka-quick-filter-item__control {
	width: 100%;
	min-width: 0;
	overflow: visible;
}

.azbuka-product-category-filter-bar__field {
	flex: 0 1 auto;
	min-width: 0;
	max-width: none;
	overflow: visible;
}

.azbuka-product-category-filter-bar__trigger {
	flex: 0 0 auto;
}



#main_cats h1 {
	text-transform: uppercase;
	color: #424846;
	font-size: 20px;
}

#main_recom h2.flex_header {
	text-transform: uppercase;
	color: #777777;
	/* font-weight: normal; */
	font-size: 20px;
}

.footer_col h2 {
	text-transform: uppercase;
	font-size: 16px;
}

.bsftgdata-scope-7 {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 21px;
}


.single_video__products.azbuka-video-linked-products {
	margin-top: 40px;
}

.single_video__section-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.azbuka-product-category-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.azbuka-product-category-filter-bar__quick {
		flex-direction: column;
		align-items: stretch;
	}

	.azbuka-quick-filter-item {
		flex: 1 1 auto;
		max-width: none;
	}

	.azbuka-product-category-filter-bar__trigger {
		margin-left: 0;
	}
}

.azbuka-product-extra-table {
	width: 100%;
	border-collapse: collapse;
}

.azbuka-product-extra-table td {
	padding: 8px 12px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

.azbuka-product-extra-table__label {
	width: 35%;
	font-weight: 600;
}

.azbuka-product-characteristics-section {
	width: 100%;
	margin-top: 32px;
}

.azbuka-product-characteristics-section__title {
	margin: 0 0 16px;
}

.azbuka-product-characteristics-section__content {
	width: 100%;
}

.azbuka-product-extra-section {
	width: 100%;
	border-top: 2px solid #eaeaea;
	padding-top: 10px;
	margin-top: 20px;
	float: left;
}

/* Пресет 1 — таблица (как BulbaSoft Custom Attributes) */
.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs--table,
.azbuka-product-characteristics-section .azbuka-characteristics-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
	font-size: 15px;
}

.footer-pay-icon img {
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row {
	display: grid;
	grid-template-columns: minmax(180px, 38%) 1fr;
	gap: 16px;
	margin: 0;
	padding: 12px 16px;
	border-top: 1px solid #ececec;
}

.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row:first-child,
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody tr:first-child td {
	border-top: 0;
}

.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row:nth-child(even),
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody tr:nth-child(even) {
	background: #f8f9fb;
}

.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__label,
.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__value {
	margin: 0;
}

.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__label,
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td:first-child,
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody th:first-child {
	font-weight: 600;
	color: #1d2327;
}

.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__value,
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td:last-child {
	color: #2c3338;
	word-break: break-word;
}

.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td,
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody th {
	padding: 12px 16px;
	border: 0;
	border-top: 1px solid #ececec;
	vertical-align: top;
}

.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td:first-child,
.azbuka-product-characteristics-section .azbuka-characteristics-table tbody th:first-child {
	width: 38%;
}

@media (max-width: 640px) {
	.azbuka-product-characteristics-section .bsftcatrr-product-characteristics--preset_1 .bsftcatrr-specs__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.azbuka-product-characteristics-section .azbuka-characteristics-table tbody tr {
		display: block;
	}

	.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td,
	.azbuka-product-characteristics-section .azbuka-characteristics-table tbody th {
		display: block;
		width: 100%;
	}

	.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td:first-child,
	.azbuka-product-characteristics-section .azbuka-characteristics-table tbody th:first-child {
		padding-bottom: 4px;
		border-top: 0;
	}

	.azbuka-product-characteristics-section .azbuka-characteristics-table tbody td:last-child {
		padding-top: 0;
	}
}

.azbuka-certificates-gallery {
	margin: 24px 0;
	width: 100%;
}

/* Мозаичная галерея: ряды по 3, [gallery layout="mosaic"] */
.azbuka-mosaic-gallery {
	display: flex;
	flex-direction: column;
	gap: var(--azbuka-mosaic-gap, 10px);
	margin: 0;
	width: 100%;
}

.azbuka-mosaic-gallery > p:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.desc_cat_table_td .azbuka-mosaic-gallery,
.dop_description .azbuka-mosaic-gallery,
.postcontent .azbuka-mosaic-gallery {
	margin-top: 0;
}

.azbuka-mosaic-gallery__row {
	align-items: stretch;
	display: grid;
	gap: var(--azbuka-mosaic-gap, 10px);
	grid-template-columns: var(--mosaic-row-cols, 1fr 1fr 1fr);
	height: var(--mosaic-row-height, 260px);
	width: 100%;
}

.dop_description .azbuka-mosaic-gallery__item,
.postcontent .azbuka-mosaic-gallery__item,
.azbuka-mosaic-gallery__item {
	background-color: #e8e8e8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.azbuka-mosaic-gallery__item::after {
	background: rgba(0, 0, 0, 0);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: background-color 0.25s ease;
	z-index: 1;
}

.azbuka-mosaic-gallery__item:hover::after,
.azbuka-mosaic-gallery__item:focus-visible::after {
	background: rgba(0, 0, 0, 0.22);
}

.azbuka-mosaic-gallery__item:focus-visible {
	outline: 2px solid #e42247;
	outline-offset: -2px;
}

@media screen and (max-width: 768px) {
	.azbuka-mosaic-gallery__row,
	.azbuka-mosaic-gallery__row--count-3 {
		grid-template-columns: 1fr 1fr;
		height: auto;
	}

	.azbuka-mosaic-gallery__row--count-3 .azbuka-mosaic-gallery__item:nth-child(3) {
		grid-column: 1 / -1;
		height: 220px;
	}

	.azbuka-mosaic-gallery__row--count-3 .azbuka-mosaic-gallery__item:nth-child(1),
	.azbuka-mosaic-gallery__row--count-3 .azbuka-mosaic-gallery__item:nth-child(2) {
		height: 200px;
	}

	.azbuka-mosaic-gallery__row--count-2 .azbuka-mosaic-gallery__item {
		height: 200px;
	}

	.azbuka-mosaic-gallery__row--count-1 .azbuka-mosaic-gallery__item {
		height: 220px;
	}
}

@media screen and (max-width: 480px) {
	.azbuka-mosaic-gallery__row,
	.azbuka-mosaic-gallery__row--count-3,
	.azbuka-mosaic-gallery__row--count-2 {
		grid-template-columns: 1fr;
	}

	.azbuka-mosaic-gallery__row .azbuka-mosaic-gallery__item {
		height: 220px;
	}
}

.azbuka-certificates-gallery__item {
	min-width: 0;
}

.azbuka-certificates-gallery__item.is-hidden {
	display: none;
}

.azbuka-certificates-gallery.is-expanded .azbuka-certificates-gallery__item.is-hidden {
	display: block;
}

.azbuka-certificates-gallery__link {
	display: block;
	line-height: 0;
	text-align: center;
}

.azbuka-certificates-gallery__image {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 320px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.azbuka-certificates-gallery__actions {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.azbuka-certificates-gallery__toggle,
.azbuka-expand-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid #555;
	border-radius: 8px;
	box-sizing: border-box;
	color: #444;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 16px;
	gap: 10px;
	line-height: 1.2;
	margin: 0;
	min-height: 48px;
	padding: 10px 18px;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.azbuka-certificates-gallery__toggle:hover,
.azbuka-certificates-gallery__toggle:focus-visible,
.azbuka-expand-toggle:hover,
.azbuka-expand-toggle:focus-visible {
	border-color: #e42247;
	color: #222;
	outline: none;
}

.azbuka-certificates-gallery__toggle-icon,
.azbuka-expand-toggle__icon {
	color: #e42247;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.azbuka-readmore {
	margin: 20px 0;
	width: 100%;
}

.azbuka-readmore__content {
	margin-bottom: 16px;
}

.azbuka-readmore__content[hidden] {
	display: none;
}

.azbuka-readmore__actions {
	text-align: center;
	width: 100%;
}

.postcontent .azbuka-readmore__toggle,
.dop_description .azbuka-readmore__toggle {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: none;
	height: auto;
	background: #fff;
	border: 1px solid #555;
	border-radius: 8px;
	box-shadow: none;
	text-shadow: none;
	vertical-align: middle;
	white-space: nowrap;
}

.postcontent .azbuka-readmore__toggle .azbuka-certificates-gallery__toggle-label,
.dop_description .azbuka-readmore__toggle .azbuka-certificates-gallery__toggle-label,
.postcontent .azbuka-readmore__toggle .azbuka-certificates-gallery__toggle-icon,
.dop_description .azbuka-readmore__toggle .azbuka-certificates-gallery__toggle-icon {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.azbuka-installment-cards {
	margin: 20px 0 30px;
	align-items: flex-start;
}

.azbuka-installment-card {
	box-sizing: border-box;
	min-width: 0;
}

.table_proe td:nth-child(1) img {
	margin: 0 !important;
	min-width: 40px;
}

.table_proe td:nth-child(1) {
	padding: 0;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.azbuka-installment-card__inner {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 12px 14px 12px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	color: #333;
	text-decoration: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

a.azbuka-installment-card__inner:hover,
a.azbuka-installment-card__inner:focus-visible {
	border-color: #cfcfcf;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	color: #333;
	outline: none;
	transform: translateY(-3px);
}

.azbuka-installment-card__media {
	display: block;
	margin-bottom: 10px;
}

.azbuka-installment-card__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.azbuka-installment-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.azbuka-installment-card__title {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	color: #333;
}

.azbuka-installment-card__arrow {
	flex: 0 0 auto;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #e42247;
	transition: transform 0.25s ease;
}

a.azbuka-installment-card__inner:hover .azbuka-installment-card__arrow,
a.azbuka-installment-card__inner:focus-visible .azbuka-installment-card__arrow {
	transform: translateX(4px);
}

.cooperation-benefits {
	position: relative;
	margin: 24px 0 40px;
	width: 100%;
	box-sizing: border-box;
}

.cooperation-benefits__stage {
	position: relative;
	padding-bottom: 410px;
}

.cooperation-benefits__cards {
	position: relative;
	z-index: 2;
	align-items: stretch;
}

.cooperation-benefits__card {
	box-sizing: border-box;
	min-width: 0;
}

.cooperation-benefits__card-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	height: 100%;
	min-height: 150px;
	padding: 22px 24px 24px;
	border: 1px solid #e4e4e4;
	border-radius: 18px;
	overflow: hidden;
	background-color: rgba(248, 248, 248, 0.85);
	background-image: linear-gradient(rgba(248, 248, 248, 0.95), rgba(248, 248, 248, 0.95)), var(--cooperation-benefits-bg, none);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cooperation-benefits__card-inner:hover,
.cooperation-benefits__card-inner:focus-within {
	border-color: #d6d6d6;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.cooperation-benefits__card-inner > p:empty {
	display: none;
	margin: 0;
	padding: 0;
}

.cooperation-benefits__icon {
	display: block;
	flex: 0 0 auto;
	width: var(--cooperation-icon-size, 24px);
	height: calc(var(--cooperation-icon-size, 24px) * 55 / 48);
	margin-bottom: 14px;
	line-height: 0;
}

.cooperation-benefits__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.cooperation-benefits__icon--large {
	margin-bottom: 14px;
}

.cooperation-benefits__text {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
	color: #333;
}

.cooperation-benefits__highlight {
	color: #e42247;
	font-weight: 700;
}

.cooperation-benefits__footer {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 100%;
	transform: translate(-50%, -130px);
	pointer-events: none;
}

.cooperation-benefits__circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 340px;
}

.cooperation-benefits__wave {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 320px;
	margin: -160px 0 0 -160px;
	border: 1px solid rgba(180, 180, 180, 0.55);
	border-radius: 50%;
	pointer-events: none;
	animation: cooperation-benefits-wave 5s ease-out infinite;
}

.cooperation-benefits__wave--2 {
	animation-delay: 1.6s;
}

.cooperation-benefits__wave--3 {
	animation-delay: 3.2s;
}

.cooperation-benefits__circle-core {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 320px;
	height: 320px;
	padding: 36px 28px 28px;
	border: 1px solid #ddd;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background: #fff;
	text-align: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.cooperation-benefits__circle-text {
	margin: 0;
	max-width: 230px;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	color: #333;
}

@keyframes cooperation-benefits-wave {
	0% {
		transform: scale(1);
		opacity: 0.65;
	}

	70% {
		opacity: 0.15;
	}

	100% {
		transform: scale(1.55);
		opacity: 0;
	}
}

@media screen and (max-width: 550px) {
	.cooperation-benefits__stage {
		padding-bottom: 150px;
	}

	.cooperation-benefits__footer {
		transform: translate(-50%, -96px);
	}

	.cooperation-benefits__circle {
		width: 260px;
		height: 260px;
	}

	.cooperation-benefits__circle-core {
		width: 250px;
		height: 250px;
		padding: 28px 20px 22px;
	}

	.cooperation-benefits__wave {
		width: 250px;
		height: 250px;
		margin: -125px 0 0 -125px;
	}

	.cooperation-benefits__text {
		font-size: 16px;
	}
}

/* Форма пароля защищённой страницы — [azbuka_post_password] */
.azbuka-post-password-form {
	width: 100%;
	max-width: 720px;
	margin: 0;
}

.azbuka-post-password-form__error {
	margin: 0 0 12px;
	color: #e42247;
	font-size: 14px;
	line-height: 1.4;
}

.azbuka-post-password-form__error p {
	margin: 0;
}

.azbuka-post-password-form--invalid .azbuka-post-password-form__field {
	box-shadow: 0 0 0 2px #e42247;
}

.azbuka-post-password-form__control {
	display: flex;
	align-items: stretch;
	gap: 12px;
	width: 100%;
}

.azbuka-post-password-form__field {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 56px;
	padding: 0 18px;
	background: #424846;
	border-radius: 10px;
}

.azbuka-post-password-form__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.azbuka-post-password-form__icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.azbuka-post-password-form__input {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.2;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.azbuka-post-password-form__input::placeholder {
	color: rgba(255, 255, 255, 0.55);
	opacity: 1;
}

.azbuka-post-password-form__toggle {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.azbuka-post-password-form__toggle:hover,
.azbuka-post-password-form__toggle:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	outline: none;
}

.azbuka-post-password-form__toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.azbuka-post-password-form__toggle-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.azbuka-post-password-form__toggle-icon--show {
	display: none;
}

.azbuka-post-password-form__toggle.is-visible .azbuka-post-password-form__toggle-icon--hide {
	display: none;
}

.azbuka-post-password-form__toggle.is-visible .azbuka-post-password-form__toggle-icon--show {
	display: inline-flex;
}

.azbuka-post-password-form__submit {
	flex: 0 0 auto;
	min-height: 56px;
	padding: 0 34px;
	border: 1px solid #212121;
	border-radius: 10px;
	background: #fff;
	color: #212121;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.azbuka-post-password-form__submit:hover,
.azbuka-post-password-form__submit:focus-visible {
	background: #f5f5f5;
	border-color: #000;
	color: #000;
}

@media screen and (max-width: 550px) {
	.azbuka-post-password-form__control {
		flex-direction: column;
	}

	.azbuka-post-password-form__submit {
		width: 100%;
	}
}

/* --- Mobile / tablet site header (compact 2-row layout) --- */
@media screen and (max-width: 1000px) {
	.desktop-only {
		display: none !important;
	}

	#site_header {
		position: relative;
	}

	#top_header .site-header__row--top {
		display: grid;
		grid-template-columns: 40px 1fr 40px;
		gap: 8px;
		align-items: center;
		width: 100%;
		position: relative;
	}

	#middle_header .site-header__row--middle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		flex-wrap: nowrap;
	}

	#top_header_contacts {
		grid-column: 1;
		grid-row: 1;
		position: relative;
		z-index: 2;
		justify-self: start;
	}

	#top_header_left {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-self: center;
		align-self: center;
		width: auto;
		max-width: calc(100% - 96px);
		min-width: 0;
		pointer-events: none;
		display: flex;
		justify-content: center;
		flex: none;
		z-index: 1;
	}

	.site-header__nav-slot {
		grid-column: 3;
		grid-row: 1;
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		position: relative;
		z-index: 2;
		justify-self: end;
	}

	#top_header {
		padding: 8px 15px;
	}

	#top_header .flex_limit {
		position: static;
	}

	#top_header_left .site-logo-link {
		position: static;
		left: auto;
		top: auto;
		transform: none;
		display: inline-block;
		line-height: 0;
		pointer-events: auto;
	}

	#top_header_left .site-logo-link img,
	#top_header_left .site-logo-link svg {
		display: block;
		max-height: 28px;
		width: auto;
		max-width: min(175px, calc(100vw - 110px));
		height: auto;
	}

	.site-header__icon-btn,
	.site-header__icon-link {
		box-sizing: border-box;
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		line-height: 0;
		border: 1px solid #dddddd;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
		-webkit-tap-highlight-color: transparent;
	}

	.site-header__icon-btn svg,
	.site-header__icon-link svg {
		display: block;
		width: 40px;
		height: 40px;
	}

	.site-header__icon-btn svg > path:nth-child(-n+2),
	#top_header_menu .bsftmenu_trigger:not(.bsftmenu_trigger--preset) svg > path:nth-child(-n+2),
	#header_nav .bsftmenu_trigger:not(.bsftmenu_trigger--preset) svg > path:nth-child(-n+2),
	#top_header_cart .top_header_cart__icon--mobile svg > path:nth-child(-n+2) {
		display: none;
	}

	#header {
		position: absolute;
		top: 8px;
		right: 15px;
		left: auto;
		width: 40px;
		height: 40px;
		padding: 0;
		background: transparent;
		z-index: 3;
		pointer-events: none;
	}

	#header .flex_limit {
		width: 100%;
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	#header_nav {
		width: 40px;
		height: 40px;
		pointer-events: auto;
	}

	#header_nav .bsftmenu_wrap:has(.bsftmenu_trigger--preset) {
		width: auto;
		height: auto;
	}

	#header_nav .bsftmenu_wrap:not(:has(.bsftmenu_trigger--preset)) {
		width: 40px;
		height: 40px;
	}

	#header_nav .bsftmenu_trigger:not(.bsftmenu_trigger--preset) {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
		line-height: 0;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid #dddddd;
		border-radius: 8px;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	#header_nav .bsftmenu_trigger::after {
		display: none !important;
	}

	#header_nav .bsftmenu_trigger:not(.bsftmenu_trigger--preset) svg {
		display: block;
		width: 40px;
		height: 40px;
	}

	#header_nav .bsftmenu_trigger--preset {
		float: none;
		margin: 0;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	#header_nav .bsftmenu_trigger--preset svg {
		width: auto;
		height: auto;
	}

	#middle_header {
		padding: 10px 15px;
	}

	#middle_header .middle-header__row {
		flex-wrap: nowrap;
	}

	#middle_header .middle-header__menu,
	#middle_header .middle-header__cart {
		flex: 0 0 40px;
		width: 40px;
		max-width: 40px;
	}

	.site-header__center {
		flex: 1 1 auto;
		min-width: 0;
		width: auto;
	}

	#top_header_search {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		padding: 0;
	}

	#top_header_search .dgwt-wcas-search-wrapp,
	#top_header_search .dgwt-wcas-sf-wrapp,
	#top_header_search form {
		width: 100%;
	}

	#top_header_search .dgwt-wcas-sf-wrapp input[type="search"],
	#top_header_search .dgwt-wcas-search-input {
		width: 100% !important;
		min-height: 40px;
		border-radius: 999px !important;
		background: #f3f3f3 !important;
		border: 0 !important;
		color: #212121 !important;
		font-size: 14px !important;
	}

	#top_header_menu .bsftmenu_wrap:has(.bsftmenu_trigger--preset) {
		width: auto;
		height: auto;
	}

	#top_header_menu .bsftmenu_wrap:not(:has(.bsftmenu_trigger--preset)) {
		width: 40px;
		height: 40px;
	}

	#top_header_menu .bsftmenu_trigger:not(.bsftmenu_trigger--preset),
	#top_header_menu .catalog_btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		min-height: 40px;
		padding: 0;
		margin: 0;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid #dddddd;
		border-radius: 8px;
		box-shadow: none;
		float: none;
		-webkit-tap-highlight-color: transparent;
	}

	#top_header_menu .bsftmenu_trigger::after,
	#top_header_menu .catalog_btn::after {
		display: none !important;
	}

	#top_header_menu .catalog_text {
		display: none;
	}

	#top_header_menu .catalog_icon svg,
	#top_header_menu .bsftmenu_trigger:not(.bsftmenu_trigger--preset) svg {
		display: block;
		width: 40px;
		height: 40px;
	}

	#top_header_menu .bsftmenu_trigger--preset {
		float: none;
		margin: 0;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	#top_header_menu .bsftmenu_trigger--preset svg {
		width: auto;
		height: auto;
	}

	#top_header_cart .top_header_cart__link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid #dddddd;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
		-webkit-tap-highlight-color: transparent;
	}

	#top_header_cart .top_header_cart__icon svg {
		display: block;
		width: 40px;
		height: 40px;
	}
}

@media screen and (min-width: 1001px) {
	.mobile-only {
		display: none !important;
	}
}
