

/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1747486509620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/bitrix/components/bitrix/advertising.banner/templates/akcii/style.css?17475015281886*/
.banner-container.myself {
    margin: 50px 0;
    position: relative;
    max-width: 100%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.banner-container.myself .foraho {
    display: block;
    width: 100%;
    height: 100%;
}
.banner-container.myself .banner-images {
    position: relative;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
}

.banner-container.myself .banner-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.banner-container.myself .small-text {
    -webkit-user-select: text; /* Safari */
    -moz-user-select: text;    /* Firefox */
    -ms-user-select: text;     /* Internet Explorer/Edge */
    user-select: text;         /* Standard syntax */
    font-size: 12px;

}

.banner-container.myself .large-text {
    -webkit-user-select: text; /* Safari */
    -moz-user-select: text;    /* Firefox */
    -ms-user-select: text;     /* Internet Explorer/Edge */
    user-select: text;         /* Standard syntax */
    font-size: 16px;
    padding-top: 10px;
}

@media screen and (max-width: 1200px) {
    .banner-container.myself .banner-images {
        min-height: 200px;
    }
}
@media screen and (max-width: 900px) {
    .banner-container.myself .banner-images {
        min-height: 150px;
    }
}
@media screen and (max-width: 750px) {
    .banner-container.myself
    {
        flex-wrap: wrap;
    }
    .banner-container.myself .banner-images:first-child {
        margin-bottom: 30px;
    }
    .banner-container.myself .banner-images {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .banner-container.myself .banner-images {
        min-height: 200px;
    }
}
@media screen and (max-width: 400px) {
    .banner-container.myself .banner-images {
        min-height: 180px;
    }
}
/* End */


/* Start:/local/components/festgroup/filter.panel/templates/.default/style.css?17475004644809*/
.filter-section .options {
    display: block; /* По умолчанию секции раскрыты */
    padding-left: 10px;

}

.filter-section .plus2 {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
.filter-section .plus2:before {
    content: ' ';
    border-right: 1px #969696 solid;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    display: none;
}
.filter-section .plus2:after {
    content: ' ';
    border-bottom: 1px #969696 solid;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}
.filter-section h3 {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    display: flex;
    justify-content: space-between;
}



.filter-section h3.collapsedx .plus2::before {
    display: block;
}

.price-slider input[type="range"] {
    width: 100%;
    margin: 10px 0;
}

#open-filter {
    /*margin: 20px;
    padding: 10px 20px;
    background-color: #d94670;
    color: white;
    border: none;*/
    cursor: pointer;
    border-radius: 5px;
}

#filter-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 1000;
}

#filter-panel.active {
    left: 0;
}

#filter-content {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
}

#filter-panel h2 {
    margin-top: 0;
    font-size: 24px;
}

.reset-filters {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #d94670;
    font-size: 14px;
}

.filter-section {
    margin-bottom: 20px;
}

.filter-section h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
}

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.option {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.option span {
    display: block;
    font-size: 12px;
    color: #666;
}

.price-slider {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apply-filters {
    display: block;
    width: 100%;
    background-color: #d94670;
    color: #fff;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

#close-filter:hover {
    color: #7c7c7c;
}
#close-filter {
    z-index: 1;
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    border: none;
    background: none;
    line-height: 30px;
    font-size: 54px;
    cursor: pointer;
    background-color: #fff;
}
.filter-section {
    margin-bottom: 20px;
}

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.options.colors {
    display: flex;
    flex-wrap: wrap; /* Позволяет переносить элементы, если они не помещаются */
    gap: 10px; /* Задает расстояние между кружками */
    justify-content: flex-start; /* Выравнивание по левому краю */
    margin-top: 10px;
}
.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #eee;
    transition: transform 0.2s, border-color 0.2s;
}

.color-circle:hover {
    transform: scale(1.1);
    border-color: #333;
}

.color-circle.selected {
    border-color: #d94670;
    box-shadow: 0px 0px 10px #d94670;
}

.sizes {
    display: flex;
    gap: 5px;
}

.size-option:hover {
    cursor: pointer;
    background: rgb(246, 246, 246);
}
.size-option {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
}
.reset-property
{
    display: none!important;
}

.selectedcnt,
.selected-count
{
    display: none;
    position: absolute;
    right: -27px;
    top: 0;
    font-size: 11px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #d94670;
    border-color: #d94670;
    box-shadow: 0px 0px 10px #d94670;
}
.selectedcnt{
    right: -18px;
    top: -2px;
}
.type-checkbox,
.firma-checkbox,
.brand-checkbox,
.size-checkbox {
    appearance: auto; /* Явно включаем стандартный вид чекбоксов */
    width: 20px;
    height: 20px;
    padding-right: 10px;
    margin: 0;
    accent-color: #d94670; /* Цвет галочки внутри чекбокса */
    vertical-align: middle; /* Выравнивание по вертикали */
}
@media (max-width: 550px) {
    .brander .size-option {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/hunny/components/bitrix/menu/left_catalog/style.css?17475004221106*/
.foropen span:after{
    content: ' ';
    border-bottom: 1px #969696 solid;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}.foropen span:before{
     content: ' ';
     border-right: 1px #969696 solid;
     width: 1px;
     height: 100%;
     position: absolute;
     top: 0;
     left: 10px;
}
.foropen span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
.uprseled
{
    text-transform: uppercase;
}
.foropaclisel
{
    color: #bbbbbb;
}
li.selected ul.root-item{
    padding-left: 15px;
    opacity: 1;
    height: auto!important;
    overflow: auto;
}
li ul.root-item
{
    transition: all 1s;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
li.selected .foropen span:before{
    display: none;
}
.foropen
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.leftmenu-cat{
    list-style: none;
    padding: 0;
    margin: 0;
}
.leftmenu-cat li
{
    display: block;
    padding: 5px 0;
}
li.topitemx
{
    padding-top: 10px;
}
/* End */


/* Start:/local/components/festgroup/catalog.list/templates/.default/style.css?17510239792125*/
.discount-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.discount-badge {
    width: 53px;
    height: 42px;
    position: relative;
    line-height: 34px;
    color: #d35578;
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    margin-left: 10px;
    margin-top: -5px;
}
.skidkfr
{
    color: #d35578!important;
    font-size: 13px!important;
    padding-left: 10px;
}

.label{
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    padding: 0 3px;
    font-size: 12px;
    color: #fff;
}
.label-botom{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 3px;
    font-size: 10px;
    color: #fff;
}
.pictr-item
{
    padding-top: 140%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product video{
    max-height: 365px;
}
.product-list .product .product-price{
    font-size: 13px;
}
.product-list .product .product-price,
.product-list .product .old-price
{
    padding: 3px 0;
}
.product-list .product .price{
    display: flex;
    align-items: center;
}
.product-list .product .old-price
{
    color: #7e939b;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-list .product
{
   flex:0 1 calc(24.8% - 10px);
    margin-bottom: 20px;
}
.product-list
{
    gap:15px;
    display: flex;
    flex-wrap: wrap;
}
.product-price
{
    font-size: 13px;
    padding-top: 3px;
}
.product-name
{
    font-size: 12px;
    color: #3f3f3f;
    margin-top:10px;
    max-height: 35px;
    overflow: hidden;
}
.obertka-new-sale
{
    position: relative;
}

.button-href
{
    position: absolute;
    right: 100px;
    top: -36px;
    cursor: pointer;
}
.button-href:hover
{
    color: #444444;
}
@media (max-width: 1200px) {
    .product-list .product {
        flex: 0 1 calc(33.333% - 10px);
    }
    .left-catalog
    {
           font-size: 13px;
    }

}
@media (max-width: 750px) {
    .product-list .product {
        flex: 0 1 calc(50% - 10px);
    }
    .left-catalog
    {
           font-size: 13px;
    }

}
/* End */


/* Start:/bitrix/components/bitrix/menu/templates/tree/style.min.css?1747486509747*/
div.menu-sitemap-tree{font-size:100%}div.menu-sitemap-tree ul{list-style-type:none;margin:0;padding:0 1em 0 0}div.menu-sitemap-tree ul ul{width:auto;margin:-0.75em 0 0 0;padding:0 0 0 .75em}div.menu-sitemap-tree li{margin:0 0 -0.85em 0;padding:0}div.menu-sitemap-tree li li{margin:0 0 -0.85em .5em;padding:0}div.menu-sitemap-tree li.menu-close ul{display:none}div.menu-sitemap-tree div.item-text{position:relative;top:-19px;left:19px}div.folder,div.page{background-repeat:no-repeat;width:17px;height:17px;vertical-align:top}div.folder{cursor:pointer;cursor:hand;background-image:url(/bitrix/components/bitrix/menu/templates/tree/images/folder_open.gif)}div.menu-sitemap-tree li.menu-close div.folder{background-image:url(/bitrix/components/bitrix/menu/templates/tree/images/folder_close.gif)}div.page{background-image:url(/bitrix/components/bitrix/menu/templates/tree/images/page.gif)}
/* End */


/* Start:/local/templates/hunny/components/bitrix/sender.subscribe/.default/style.css?17475004292709*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	border:none;
	border-bottom: 1px solid #ccc;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	width: 100%;
	cursor: pointer;
	text-align: center;
	background: #d35578;
	border: none;
	color: #fff;
	font-size: 12px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 10px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #e87296;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	outline: none;
	color: #fff;
}

@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1747486509620 */
/* /bitrix/components/bitrix/advertising.banner/templates/akcii/style.css?17475015281886 */
/* /local/components/festgroup/filter.panel/templates/.default/style.css?17475004644809 */
/* /local/templates/hunny/components/bitrix/menu/left_catalog/style.css?17475004221106 */
/* /local/components/festgroup/catalog.list/templates/.default/style.css?17510239792125 */
/* /bitrix/components/bitrix/menu/templates/tree/style.min.css?1747486509747 */
/* /local/templates/hunny/components/bitrix/sender.subscribe/.default/style.css?17475004292709 */
