

/* 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/sections.tile/templates/.default/style.css?17519297551172*/
.section-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blockwidthx
{
    display: block;
    width: 100%;
    height: 100%;
}

.section-tile img {
    max-width: 100%;
}
.section-tile {
    position: relative;
    flex: 0 1 calc(33.333% - 10px);

    display: flex;
    justify-content: center;
}

.section-name {
    font-size: 16px;
    text-align: left;
    padding: 10px;
    color: #000;
}

.top-align {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px;
    /* right: 20px; */
    background-color: rgba(255, 255, 255, 0.44);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 1);
}

.bottom-align {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px;
    /* right: 20px; */
    background-color: rgba(255, 255, 255, 0.44);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 1);
}

@media (max-width: 1000px) {
    .section-tile {
        flex: 0 1 calc(50% - 10px);
    }
    .top-align,
    .bottom-align{
        top: 5px;
        left: 5px;
    }

    .section-name {
        font-size: 12px;
        text-align: left;
        padding: 5px;
        color: #000;
    }
}



/* 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/sections.tile/templates/.default/style.css?17519297551172 */
