

/* Start:/bitrix/components/bitrix/advertising.banner/templates/akcii/style.css?17519296721886*/
.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/templates/hunny/components/bitrix/menu/left_catalog/style.css?17519297551189*/
.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;
    padding-left: 5px;
}
.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;
    padding-left: 10px;
}
.leftmenu-cat li
{
    display: block;
    padding: 5px 0;
    border-left: 1px #d7d4d4 solid;
}
li.topitemx
{
    padding-top: 10px;
}
/* End */


/* Start:/local/components/festgroup/catalog.list/templates/.default/style.css?17519297552224*/
.discount-badge svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.discount-badge {
    width: 43px;
    height: 15px;
    position: relative;
    line-height: 20px;
    color: #d35578;
    font-size: 12px;
    text-align: center;
    padding-left: 5px;
    margin-left: 10px;
    margin-top: -5px;
}
.pricetype
{
    position: absolute;
    bottom: -10px;
    font-size: 10px;
    color: #7e939b;
}
.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: 30px;
}
.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 */
/* /bitrix/components/bitrix/advertising.banner/templates/akcii/style.css?17519296721886 */
/* /local/templates/hunny/components/bitrix/menu/left_catalog/style.css?17519297551189 */
/* /local/components/festgroup/catalog.list/templates/.default/style.css?17519297552224 */
