

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/sizes_list/style.css?15034097821869*/
.sizes-list__section {
    display: inline-block;
    width: 49%;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 30px;
    min-height: 158px;
}
.sizes-list__section__title {
    font-weight: bold;
    font-size: 18px !important;
}
.sizes-list__section__links .item {
    display: inline-block;
    margin-right: 15px;
}
.sizes-list__section__links .item .img-season {
    width: 20px;
    height: 15px;
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sizes-list__section__left-part, .sizes-list__section__right-part {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.sizes-list__section__left-part {
    width: 35%;
}
.sizes-list__section__right-part {
    width: 64%;
}
.sizes-list__section__elements .season-icon {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.sizes-list__section__elements .item {
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    height: 18px;
}
.sizes-list__section__elements {
    height: 116px;
    overflow: hidden;
    position: relative;
}
.sizes-list__section__elements.open {
    height: auto;
}
.sizes-list__section .expand {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #c7191b;
    cursor: pointer;
}
.sizes-list__section .expand:hover {
    text-decoration: underline;
}
@media(max-width: 1120px) {
    .sizes-list__section {
        width: 100%;
        display: block;
    }
}
@media(max-width: 380px) {
    .sizes-list__section__elements .item {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/sizes_list/style.css?15034097821869 */
