

/* Start:/local/templates/ekt/components/webdebug.seo/links/tags/style.css?17240845923464*/
.wd_seo_links_wrapper  {
  margin-bottom:8px;
}
.wd_seo_links {
	margin:0 0 8px;
}
.wd_seo_links_title {
	font-weight:bold;
	margin-bottom:10px;
}
.wd_seo_links ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.wd_seo_links ul.collapsed {
	overflow:hidden;
}
.wd_seo_links li  {
	display:block;
	float:left;
	list-style:none;
	margin:0 4px 4px 0;
	padding:0;
}
.wd_seo_links li:before,
.wd_seo_links li:after  {
	content:none!important;
}
.wd_seo_links li a,
.wd_seo_links li > span {
	background:#ffffff;
	border-radius:4px;
	color:#333;
	display:block;
	margin:0;
	padding-left: calc(1rem - 1px);
	padding-right: calc(1rem - 1px);
	padding-top: calc(0.344rem - 1px);
	padding-bottom: calc(0.344rem - 1px);
	font-size: 0.875rem;
	text-decoration:none;
	transition:0.075s;
}
.wd_seo_links li[data-selected="Y"] a,
.wd_seo_links li[data-selected="Y"] > span {
	background:#4bb2b9;
	color:#fff;
}
.wd_seo_links li a:hover,
.wd_seo_links li > span:hover {
	background:#4bb2b9;
	color:#fff;
}
.wd_seo_links li[data-selected="Y"] a:hover,
.wd_seo_links li[data-selected="Y"] > span:hover {
	background:#4bb2b9;
	color:#fff;
}
.wd_seo_links ul:after {
	clear:both;
	content:'';
	display:block;
}
.wd_seo_links-name {
	display:inline-block;
	line-height:100%;
	padding:4px 0;
	vertical-align:middle;
}
.wd_seo_links-count {
	display:inline-block;
	font-size:80%;
	margin-left:10px;
	vertical-align:middle;
}
.wd_seo_links-toggle {
	display:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.wd_seo_links-toggle span {
	color:#337ab7;
	cursor:pointer;
	font-style:italic;
}
.wd_seo_links-toggle span:hover {
	border-bottom:1px dashed #337ab7;
}
.wd_seo_links ul + .wd_seo_links-toggle .wd_seo_links-collapse {
	display:inline;
}
.wd_seo_links ul + .wd_seo_links-toggle .wd_seo_links-expand {
	display:none;
}
.wd_seo_links ul.collapsed + .wd_seo_links-toggle .wd_seo_links-collapse {
	display:none;
}
.wd_seo_links ul.collapsed + .wd_seo_links-toggle .wd_seo_links-expand {
	display:inline;
}
.wd_seo_links-toggle span.wd_seo_links-toggle_count {
	color:gray;
	font-size:90%;
}
.wd_seo_links-toggle span.wd_seo_links-toggle_count:before {
	content:'(';
}
.wd_seo_links-toggle span.wd_seo_links-toggle_count:after {
	content:')';
}

/* Collapse groups */
.wd_seo_links-toggle_groups {
	display:none;
	margin-top:-8px;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.wd_seo_links-toggle_groups span {
	color:#337ab7;
	cursor:pointer;
	display:none;
	font-style:italic;
}
.wd_seo_links-toggle_groups span:hover {
	border-bottom:1px dashed #337ab7;
}

.wd_seo_links_grouped[data-expanded] .wd_seo_links-toggle_groups {
	display:block;
}
.wd_seo_links_grouped[data-expanded="N"] > .wd_seo_links:not(:first-child) {
	display:none;
}
.wd_seo_links_grouped[data-expanded="N"] .wd_seo_links-expand_groups {
	display:inline;
}
.wd_seo_links_grouped[data-expanded="Y"] .wd_seo_links-collapse_groups {
	display:inline;
}


/* Adaptive */
@media (max-width:575px) {
	.wd_seo_links ul {
		overflow:auto;
		padding-bottom:5px;
		white-space:nowrap;
	}
	.wd_seo_links ul li {
		display:inline-block;
		float:none;
	}
}
/* End */


/* Start:/local/templates/ekt/components/bitrix/catalog.product.subscribe/subscribe/style.css?17620776813394*/
/* Button */
.bx-catalog-subscribe-button
{
    /*margin-bottom: 6px;
    display: inline-block;*/
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

/* Оболочка popup */

.popup-window{
    border-radius: 8px!important; font-size: 16px;
}
.subs-popup-wrap .popup-window { border-radius: 16px!important; overflow: hidden; }
.subs-popup { padding: 18px 20px; background: #fff; min-width: 320px; max-width: 420px; }

.subs-popup__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.subs-popup__icon { width: 28px; height: 28px; border-radius: 50%; background: #eee; }
.subs-popup__icon.is-ok { background: #e6f7ee; box-shadow: inset 0 0 0 2px #19a659; }
.subs-popup__title { font-size: 18px; font-weight: 700; }

.subs-popup__body { display: grid; gap: 10px; margin: 10px 0 6px; }
.subs-popup__product { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center; }
.subs-popup__product-img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; background: #f4f4f4; }
.subs-popup__product-name { font-weight: 600; }
.subs-popup__text { font-size: 16px; color: #333; text-align: center }

.subs-popup__actions { display: flex; gap: 8px; margin-top: 16px; }
.subs-popup__actions  .btn { width: 100% }

/* Тост-окно */
.subs-toast-wrap .popup-window { background: transparent; box-shadow: none; }
.subs-toast { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: #111; color: #fff; }
.subs-toast_ok { background: #0b9a42; }
.subs-toast_err { background: #d64545; }
.subs-toast__icon { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.7); }
.subs-toast__text { font-size: 14px; }
/* End */


/* Start:/local/templates/ekt/components/bitrix/catalog.products.viewed/.default/style.css?17430149073828*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/ekt/components/bitrix/catalog.products.viewed/.default/themes/blue/style.css?1743014907833*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */
/* /local/templates/ekt/components/webdebug.seo/links/tags/style.css?17240845923464 */
/* /local/templates/ekt/components/bitrix/catalog.product.subscribe/subscribe/style.css?17620776813394 */
/* /local/templates/ekt/components/bitrix/catalog.products.viewed/.default/style.css?17430149073828 */
/* /local/templates/ekt/components/bitrix/catalog.products.viewed/.default/themes/blue/style.css?1743014907833 */
