

/* Start:/bitrix/templates/organsa/css/ripple.min.css?1739180538700*/
/*! Ripple.js v1.2.1
 * The MIT License (MIT)
 * Copyright (c) 2014 Jacob Kelley */
.has-ripple{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ripple{display:block;position:absolute;pointer-events:none;border-radius:50%;-webkit-transform:scale(0);-o-transform:scale(0);transform:scale(0);background:#fff;opacity:1}.ripple-animate{-webkit-animation:ripple;-o-animation:ripple;animation:ripple}@-webkit-keyframes ripple{100%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@-o-keyframes ripple{100%{opacity:0;-o-transform:scale(2);transform:scale(2)}}@keyframes ripple{100%{opacity:0;transform:scale(2)}}
/* End */


/* Start:/bitrix/templates/organsa/components/bitrix/sale.basket.basket.line/remer/style.css?17103275019402*/
.bx-basket {    position: relative; }

.bx-basket-block {
	position: relative;
	height: 40px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #919191;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

.bx-opener.remer-h-basket-link .js-basket-block{
	display: flex;
	align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;}
.bx-opener.remer-h-basket-link br {display:none;}
	.bx-opener.remer-h-basket-link .svg-inline-basket{margin-right: 5px;}
	
	.bx-opener.remer-h-basket-link .bx-basket-item-list-container{width: 459px;
background: rgba(251, 238, 218, 85%);}
.bx-opener.remer-h-basket-link .bx-basket-item-list-item-status{display:none;}
.bx-opener.remer-h-basket-link .bx-basket-item-list-item{    display: grid;
     grid-template-columns: 26% 74%;
    grid-template-rows: 50% 50%;border-bottom: 1px solid #111111;padding-right: 34px;
    padding-left: 34px;}
.bx-opener.remer-h-basket-link .bx-basket-item-list-item-img{grid-row: 1/3;grid-column: 1/2;text-align: left;}
.bx-opener.remer-h-basket-link .bx-basket-item-list-item-name{grid-row: 1/2;
    grid-column: 2/2;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;}
	.bx-opener.remer-h-basket-link .bx-basket-item-list-item-name a{font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #b52b0b;}
.bx-opener.remer-h-basket-link .bx-basket-item-list-item-price-block{grid-row: 2/2;
    grid-column: 2/2;}
.bx-opener.remer-h-basket-link .bx-basket-item-list-item-price-block .bx-basket-item-list-item-price-summ{font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #686868;}
.bx-opener.remer-h-basket-link  .bx-basket-item-list-item-price{display:none;}
	.bx-opener.remer-h-basket-link  .bx-basket-item-list-button-container{width: 459px;
    background: rgba(251, 238, 218, 85%);    border-top: 1px solid #111111;position: initial;}

.bx-opener.remer-h-basket-link .bx-basket-item-list-button-container  a.pay{
	    border: 2px solid #282828;
    box-sizing: border-box;
   background: #339933;
    padding: 0px 0 0px 0;
    margin: auto;
    width: 250px;
	line-height: 40px;
	text-decoration: none;
}

	.bx-opener.remer-h-basket-link .bx-basket-item-list-button-container a.order{
    border-color: #2E2E2E;
    border: 2px solid #282828;
    box-sizing: border-box;
    background: #339933;
    padding: 0px 0 0px 0;
    margin: auto;
    width: 250px;
    margin-top: 20px;
	line-height: 40px;
	text-decoration: none;
	}
	.bx-opener.remer-h-basket-link .bx-basket-item-list-button-container  a.pay:hover,
	.bx-opener.remer-h-basket-link .bx-basket-item-list-button-container a.order:hover{
		background: #336600;
	}
	.bx-opener.remer-h-basket-link  .blocks-btn{display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 7px 34px 34px 34px;
}
	.blocks-btn .summ-order{display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;    margin-bottom: 20px;}
	.blocks-btn .summ-order span.s {font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #000000;}
	.blocks-btn .summ-order span.r{font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 32px;
color: #000000;}
.bx-opener.remer-h-basket-link  .bx-basket-item-list-item-remove {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
    margin: auto;
    right: 32px;
}

.bx-basket-item-list{ /* Скрываем сразу контент */
  display: none;
}
.bx-basket-item-list:hover{display: block;    z-index: 9;
    position: absolute;    right: 0;
}
.bx-opener.remer-h-basket-link .bx-hdr-profile:hover ~ .bx-basket-item-list{ /* При наведении на ссылку в раппере, откроется контент */
  display: block;
      z-index: 9;
    position: absolute;
    right: 0;
}

@media (min-width: 480px) and (max-width: 767px) {
.bx-opener.remer-h-basket-link .bx-hdr-profile:hover ~ .bx-basket-item-list{ /* При наведении на ссылку в раппере, откроется контент */
  display: none;
}
}


@media (min-width: 320px) and (max-width: 479px) {
.bx-opener.remer-h-basket-link .bx-hdr-profile:hover ~ .bx-basket-item-list{ /* При наведении на ссылку в раппере, откроется контент */
  display: none;
}
}

@media (max-width: 320px) {
.bx-opener.remer-h-basket-link .bx-hdr-profile:hover ~ .bx-basket-item-list{ /* При наведении на ссылку в раппере, откроется контент */
  display: none;
}
}

.bx-basket-block a.basket-link.has_prices.bandag-basket:before {
    content: attr(data-basket-link);
    position: absolute;
    top: 3px;
    right: 3px;
    display: flex;
    text-indent: initial;
    width: 18px;
    height: 18px;
    background-color: rgb(251, 140, 22);
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0.9;
    color: white;
}
/* End */


/* Start:/bitrix/templates/organsa/components/bitrix/menu/bottom/style.css?1691146708583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/organsa/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/organsa/components/bitrix/menu/catalog_bottom/style.css?1691146708583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/organsa/components/bitrix/menu/catalog_bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/components/development/organza.app.acceptCookie/templates/.default/style.css?17467963961769*/
.accept-cookie-window{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 20px 40px 20px 72px;
    align-items: center;
    gap: 40px;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.06);
    z-index: 99;
    max-width: 80%;
    opacity: 0.9;
}
.accept-cookie-frame{
    display: flex;
    align-items: center;
    gap: 40px;
	position: relative;
}
.accept-cookie-frame::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/local/components/development/organza.app.acceptCookie/templates/.default/./images/ww.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: 15px;
}
.accept-text{
    font-size: var(--font-size-20-14);
    font-weight: 400;
    line-height: 140%;
}
.accept-cookie{
    padding: 18px 32px;
    font-weight: 500;
    max-width: 114px;
	background: #fbeeda80;
    border: none;
    border-radius: 5px;
    color: #b52b0b;
    display: inline-block;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    text-decoration: none;
    transition: none;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
}
.accept-cookie:hover {
    background: #fb8c16;
    color: #fff;
}
@media (max-width: 1000px) {
    /*cookie*/
    .accept-cookie-frame{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .accept-cookie-window{
        padding: 20px 16px;
        max-width: 100%;
        border-radius: 0;
    }
    .accept-cookie{
        padding: 4px 20px;
        max-width: 100%;
    }
    /*End cookie*/
}
/* End */


/* Start:/bitrix/templates/organsa/styles.css?170425770671*/
.bx-composite-btn.bx-btn-white.bx-composite-btn-fixed{
	opacity: 0;
}
/* End */


/* Start:/bitrix/templates/organsa/template_styles.css?176460478421070*/
*{
	/* outline: dashed red; */
}
body{
	padding: 0;
    margin: 0;
	font: 15px/1.231 "Trebuchet MS";
    color: #686868;
	overflow-x: hidden;
}
hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

/* =============================================================================
   Header
   ========================================================================== */
     body.menu-close{}
  .blur-container-menu{}
  .blur-container-menu.active{
	width: 100%;
    height: 1000vmax;
    position: absolute;
    backdrop-filter: blur(4px);
    top: 0;
	z-index: 99;
  }
#header-bg {
    background: #404040;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 13 !important;
}
#header-bg .container{
	    max-width: 1920px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
}
#header-bg .container .header_row-organza.header{
	display:block;
	weight: 100%;
}
#header-bg .blocks-organza-logo {
    display: block;
    position: relative;
    margin-bottom: 0px;
}
#header-bg .logo {
    margin: 0px 0 0 0;
    position: absolute;
    top: 0;
    left: 50px;
}
#header-bg .logo a {
    background: url(/bitrix/templates/organsa/./images/header_new_2.png) no-repeat;
    width: 120px;
    height: 40px;
    background-size: cover;
    background-position: center;
}
#header-bg  .ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    height: 40px;
}
@media (min-width: 320px) and (max-width: 480px){
#header-bg .container {
	    margin: 0;
}
}
/* =============================================================================
   burger
   ========================================================================== */
.bur-menu{position: relative;}
.burger{
position: relative;
    left: 0px;
    top: 0px;
    background: linear-gradient( 180deg, rgba(255,178,16,1) 0%, rgba(254,114,0,1) 100%);
    height: 40px;
    width: 40px;
    cursor: pointer;
	margin-right: 10px;
}
#organza-headerd .wishlist a:hover,.basket a:hover, .cabinet a:hover,.search-button a:hover{background: linear-gradient( 
180deg, rgba(255,178,16,1) 0%, rgba(254,114,0,1) 100%);}
.basket a:hover:after{ 
content: '';
   background: url(/bitrix/templates/organsa/images/icons/basket_hover.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	display: block;}
	.cabinet a:hover:after{ 
content: '';
   background: url(/bitrix/templates/organsa/images/icons/cabinet.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	display: block;}
	.search-button a:hover:after{ 
content: '';
   background: url(/bitrix/templates/organsa/images/icons/search-button.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	display: block;}
.burger span {
    top: 19px;
    width: 26px;
    margin: auto 7px;
}
.burger span:before, .burger span:after{
	    width: 26px;
}
.burger span, .burger span:before, .burger span:after{
    position: absolute;
    height: 1px;
    background: #FFE5BE;
    display: block;
}
.burger span:before{
  content: "";
  top: -9px;
  transition: 0.05s;
}
.burger span{
  top: 19px;
}
.burger span:after{
  content: "";
  bottom: -9px;
 transition: 0.05s;
}
/* step burger start*/
.burger span.active:before{
  content: "";
  top: 0px;
  transform: rotate(45deg);
  transition: 0.05s;
}
.burger span.active:after{
  content: "";
  bottom: 0;
  transform: rotate(-45deg);
  transition: 0.05s;
}
.burger span.active{
  background: rgba(255, 255, 255, 0); 
}
/* step burger end*/
.menu{
width: 300px;
    height: auto;
    background: #333;
    color: #ccc;
    padding: 10px;
    display: none;
}
.menu.animate{
position: fixed;
    display: block;
    transition: 0.05s;
    top: auto;
	overflow-y: visible;
    max-height: 100vh;
	z-index: 100;
}
.menu li {
    float: right;
    list-style: none;
    margin-left: 10px;
    color: #fff;
}


.basket a {
    background: url(/bitrix/templates/organsa/images/icons/basket.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	margin-left: auto;
}
.cabinet a {
    background: url(/bitrix/templates/organsa/images/icons/cabinet.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	margin-left: auto;
}
.search-button a {
    background: url(/bitrix/templates/organsa/images/icons/search-button.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
	margin-left: auto;
}
.organza-blocks-btn-menu{
	display: flex;
	width: 100%;
    justify-content: flex-end;
}
#organza-headerd .wishlist,#organza-headerd .basket,#organza-headerd .cabinet,#organza-headerd .search-button{width: 40px;}
#organza-headerd .wishlist a{    position: relative;}
#organza-headerd .wishbtn{    position: absolute;
    width: 100%;
    right: 0;
    top: 12px;}

.organza-headerd{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    max-width: 100%;
    flex-wrap: nowrap;
	}
	#header-bg{
	z-index: 101 !important;
}
.digi-mob-org{display:none;}

@media (max-width: 480px){
	.burger{
		left: 0px;
	}
	.container {
		padding: 0px;
	}
div.header_row-organza > div {

}

.menu.animate {
	width: 100%;
}

.digi-search-form__submit,.digi-search-form__icon_decorative
{
	display:none;
}
#digi-organza .digi-search-form__actions {
	right: 52px!important;
}
.digi-mob-org,.digi-search-form__icon_decorative-o
{
	display:block;
	position: absolute;
    top: 52%!important;
    transform: translateY(-50%);
    left: 11px!important;
}
#digi-organza.digi_desktop .digi-search-form__submit.digi-mob-org {
	    width: 40px!important;
		height: 40px;
}

#header-bg .logo {
    display: block;
	margin: 0px auto 0 0px;
}
#digi-organza .digi-search-form {
  
}
}
#organza-headerd.organza-headerd-none{display:none;}
#digi-organza.digi_close{display:none;}
#digi-organza.digi_desktop .digi-search {
    position: relative;
    z-index: var(--purgatory);
}
#digi-organza .digi-search {
    background-color: #404040;
}
#digi-organza :not(rect) {
    box-sizing: border-box;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    line-height: 1.15;
    letter-spacing: normal;
    font-family: Trebuchet MS;
    font-weight: var(--font-weight-main);
    text-shadow: none;
    text-align: start;
    text-transform: none;
    transition: none;
}
#digi-organza {
    --color-font-main: #686868;
    --color-font-hover: #ff6000;
    --color-font-second: #767676;
    --color-font-bg: #fff;
    --color-brand: #ff6000;
    --color-brand-hover: #ff6000;
    --color-brand-second: #767676;
    --color-brand-third: #ff6000;
    --color-brand-submit: #ff9c58;
    --color-border: #ccc;
    --color-border-second: #f2f2f2;
    --color-scroll: #f0f0f0;
    --color-tap-bg: #fdf6ec;
    --border-radius: 4px;
    --border-color: #d5d5d5;
    --height-input-mobile: 40px;
    --height-input-desktop: 35px;
    --height-search-block-mobile: 70px;
    --height-search-block-mobile-full: 125px;
    --wrapper-width: 1280px;
    --wrapper-padding: 0 20px;
    --indent-main-mobile: 20px;
    --indent-vertical-inner-mobile: 10px;
    --indent-vertical-between-mobile: 4px;
    --indent-vertical-search-mobile: 15px;
    --padding-product: 20px;
    --indent-main-desktop: 22px;
    --indent-search-desktop: 20px;
    --indent-vertical-inner-desktop: 8px;
    --indent-vertical-between-desktop: 10px;
    --padding-tips-cloud: 11px;
    --font-size-main-mobile: 16px;
    --line-height-main-mobile: 18px;
    --font-size-second-mobile: 14px;
    --line-heigt-second-mobile: 16px;
    --font-size-sub-mobile: 14px;
    --line-heigt-sub-mobile: 20px;
    --font-size-links-mobile: 14px;
    --line-height-links-mobile: 16px;
    --text-decoration-links-mobile: underline;
    --font-size-show-all: 14px;
    --line-height-show-all: 18px;
    --text-decoration-show-all: underline;
    --text-decoration-show-all-hover: none;
    --font-size-sub-desktop: 12px;
    --line-heigt-sub-desktop: 14px;
    --font-size-clear-facet: 12px;
    --line-height-clear-facet: 13px;
    --font-size-main: 14px;
    --line-height-main: 16px;
    --font-size-header: 24px;
    --line-height-header: 28px;
    --font-size-facet-header: 16px;
    --line-height-facet-header: 18px;
    --font-size-product-card: 14px;
    --line-height-product-card: 18px;
    --font-size-paragraph: 16px;
    --line-height-paragraph: 24px;
    --font-weight-main: 400;
    --font-weight-thick: 500;
    --font-weight-thickest: 700;
    --dot-size-mobile: 24px;
    --rail-height-mobile: 4px;
    --dot-size-desktop: 16px;
    --rail-height-desktop: 4px;
    --screen-count-size: 16px;
    --screen-height: 45px;
    --indent-facet-bottom-desktop: 30px;
    --hell: 1;
    --purgatory: 2;
    --earth: 3;
    --heaven: 4;
    --damnhigh: 9999999999;
}
#digi-organza .digi-wrapper {
    max-width: var(--wrapper-width);
    margin: 0 auto;
}
#digi-organza.digi_desktop .digi-search-form {
    height: 40px;
}
#digi-organza .digi-search-form {
    position: relative;
    display: flex;
}
#digi-organza .digi-search-form__input-block {
    position: relative;
    flex-grow: 1;
}
#digi-organza.digi_desktop .digi-search-form-active .digi-search-form__icon_decorative {
    stroke: var(--color-font-main);
}
#digi-organza.digi_desktop .digi-search-form__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
#digi-organza.digi_desktop .digi-search-form__input {
    font-size: var(--font-size-main);
    padding: 8px 140px 8px 45px;
    background: #fff5dc;
    border-color: var(--color-border);
    font-weight: 600;
}
#digi-organza .digi-search-form__input {
    min-width: 0;
    flex: 1;
    height: 100%;
    width: 100%;
    border: 1px solid var(--color-border);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
#digi-organza button, #digi-organza input {
    font-size: var(--font-size-main-mobile);
    font-weight: var(--font-weight-main);
    -webkit-appearance: none;
}
#digi-organza .digi-search-form__actions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
#digi-organza.digi_desktop .digi-search-form__submit {
    width: 90px;
    color: #fff;
    font-size: 16px!important;
    background: #fe7200;
}
#digi-organza .digi-search-form__submit {
    border: 1px solid transparent;
}
#digi-organza button {
    text-align: center;
    cursor: pointer;
}
#digi-organza.digi_desktop .digi-search-form__close {
    border: 1px solid hsla(0,0%,67.5%,.2);
    background: #fff;
    font-size: 16px!important;
}
#digi-organza .digi-search-form__close {
    width: 100px;
    font-size: var(--font-size-second-mobile)!important;
    color: var(--color-font-second);
}
#digi-organza.digi_open{display:block;}
@media (min-width: 768px) and (max-width: 979px)
{
	#header-bg .container{
    width: auto;
	    padding: 0px;
}
}
	@media (max-width: 979px){
.organza-headerd {

	}
	.logo {
    margin: 0px 0 0 0px;
}
	}
	@media (max-width: 767px){
	.container	{
	padding-right: 0px;
    padding-left: 0px;
		}
.organza-headerd {
	}
	}
	@media (min-width: 481px) and (max-width: 766px){
		.burger {
			    left: 0px;
		}
	#header-bg .logo {
    display: block;
}
	}

/* =============================================================================
   footer
   ========================================================================== */
   
   .footer {
    margin-top: -18px;
    background-color: #404040;
}
.footer .container {
    	max-width: 1920px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 20px;
		display: block;
		padding-top: 24px;
}
.logo-footer {
    background: url(/bitrix/templates/organsa/images/footer_new_2.png) no-repeat;
    width: 130px;
    height: 40px;
    background-size: cover;
    background-position: center;
}

.footer .ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    height: 40px;
}
.footer ul.footer-links{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
	margin: 0;
    padding: 0;
}
.footer ul.footer-links .footer-links_item{
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.footer-links li h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.footer-links ul{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}
.footer-links ul li{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-links li a {
    color: #fff;
}
.footer-links li a:hover {
    color: #ea5400;
}
	@media (min-width: 481px) and (max-width: 766px){
		.footer{
			padding: 10px 15px;
		}

}
	@media (min-width: 320px) and (max-width: 480px){
		.footer{
			padding: 10px 15px;
		}

}
	
/* =============================================================================
   content
   ========================================================================== */
.top_bg{
	display: block;
	margin: 40px auto auto auto;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.organze-paiges- .top_bg{
	max-width: auto;
}

.container.container_top{
    width: 100%;
    margin: 0 auto;
	padding: 0;
}

.section-no-catalog.content{
	    max-width: 1920px;
		width: 100%;
		margin: 60px auto  60px auto;
}
.section-no-catalog.content img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
	border-radius: 13px;
}
#newsection{
	list-style: none;
    margin: 0;
    padding: 0;
}
.nav-pages.row-fluid {
    vertical-align: top;
    display: flex;
}
.paging {
    clear: both;
    height: 90px;
    text-align: center;
}
	@media (min-width: 481px) and (max-width: 766px){
		.section-no-catalog.content{
			padding: 0;
		}
		.section-no-catalog.content .content-row{
			padding: 10px 15px;
		}

}
	@media (min-width: 320px) and (max-width: 480px){
		.section-no-catalog.content{
			padding: 0;
		}
		.section-no-catalog.content .content-row{
			padding: 10px 0px;
		}
		.section-no-catalog.content .content-row h1 {
		padding: 0px 15px;
		}
		.section-no-catalog.content .content-row a {
		/*padding: 0px 15px; */
		}
		.container{
		max-width: 480px;
		width: 100%;
		}
}
/* =============================================================================
   item content
   ========================================================================== */

h3{
	font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.orange, h3{
	color: #EA5400;
}
h2 {
line-height: 40px;
}
.caption h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 14px;
}
h1 {
    color: #ea5400;
}
a {
    color: #607E30;
}
a:link {
    -webkit-tap-highlight-color: #ff6614;
}
a:hover {
    color: #ec5800;
}
a:hover, a:active {
    outline: none;
}
.tagCloud a,.organza-collection-menu a {
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(251, 238, 218, 0.5);
    text-decoration: none!important;
    border: none!important;
    position: relative;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    padding: 3px 11px;
    margin-bottom: 6px;
    margin-right: 6px;
    z-index: 5;
    color: #b52b0b!important;
}
.tagCloud a:hover,.organza-collection-menu a:hover {
    background: #fb8c16;
    color: #fff!important;
}
.catalog-list#newsection .label.label-success {
	    align-items: baseline;
}
/* =============================================================================
   item content image-gallery
   ========================================================================== */

.image-gallery-slide-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}  
.image-gallery-slide-wrapper {
    position: relative;
	overflow: hidden;
    border-radius: 14px;
}
  .image-gallery-content {
    position: relative;
    line-height: 0;
    top: 0;
    overflow: hidden;
    border-radius: 14px;
    display: block;
}
.image-gallery-slide .image-gallery-image {
    border-radius: 14px;
}
.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
    border: 4px solid #fb8c16;
}
@media (hover: hover) and (pointer: fine){
.image-gallery-icon:hover {
    color: #fb8c16;
}
}
@media (hover: hover) and (pointer: fine){
.image-gallery-thumbnail:hover {
    border: 4px solid #fb8c16;
    outline: none;
}
}

.searsh-index-organza{
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0/8%);
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    transition: border .2s linear,box-shadow .2s linear;
    vertical-align: middle;
    width: 100%;
}
/* =============================================================================
   digi
   ========================================================================== */
#digi-shield img {
    border-radius: 13px!important;
}

/* =============================================================================
   404 
   ========================================================================== */
    .section-no-catalog.content.error{
		   margin: 0px auto 60px auto;
   }
   .section-no-catalog.content .marg-search{
	       display: flex;
		   padding: 0 10px;
		   margin: 0px auto 60px auto;
   }
   
/* =============================================================================
   basket
   ========================================================================== */
.section-no-catalog.content img.basket-item-image{
	width: auto\9;
    height: 90px;
    width: 120px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    border-radius: 9px;
    object-fit: cover;
}
@media (min-width: 320px) and (max-width: 480px){
.section-no-catalog.content img.basket-item-image{
	width: auto\9;
    height: 75px;
    width: 75px;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    border-radius: 9px;
    object-fit: cover;
}
.organze-paiges-basket .section-no-catalog.content {
    padding: 0;
    margin: 20px 0;
}
}

/* =============================================================================
   auth
   ========================================================================== */
   .organze-paiges-auth .content-row{
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   td.authorize-submit-cell .btn.btn-primary {
	   display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 120px;
    padding: 6px 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(251, 140, 22);
    color: rgb(255, 255, 255);
    border-radius: 14px;
    text-transform: initial;
   }
   table.bx-auth-table td {
    padding: 14px;
}
   div.bx-auth input.bx-auth-input {
    vertical-align: middle;
    padding-block: 8px;
    padding-inline: 8px;
}
.bur-menu div a {
	width: 100%;
    height: 100%;
    display: block;
}
.bur-menu div	img {
    width: auto;
}


@media (min-width: 1170px) {
    #digi-shield.digi_desktop .digi-products-grid.digi-products-grid_horde .digi-product:not(:nth-child(4n))
 {
        margin-right: 40px;
    }
@media (min-width: 1170px) {
    #digi-shield.digi_desktop .digi-products-grid.digi-products-grid_horde .digi-product
 {
        -webkit-flex-basis: calc(33% - 24px);
        flex-basis: calc(23% - 24px);
    }
}


@media (min-width: 1920px){
	.section-no-catalog.content  .content-row{
		    padding-left: 15px;
			padding-right: 15px;
	}
}


/* End */
/* /bitrix/templates/organsa/css/ripple.min.css?1739180538700 */
/* /bitrix/templates/organsa/components/bitrix/sale.basket.basket.line/remer/style.css?17103275019402 */
/* /bitrix/templates/organsa/components/bitrix/menu/bottom/style.css?1691146708583 */
/* /bitrix/templates/organsa/components/bitrix/menu/catalog_bottom/style.css?1691146708583 */
/* /local/components/development/organza.app.acceptCookie/templates/.default/style.css?17467963961769 */
/* /bitrix/templates/organsa/styles.css?170425770671 */
/* /bitrix/templates/organsa/template_styles.css?176460478421070 */
