

/* Start:/local/templates/main/components/ds/item.list/check_list/style.css?17375967932608*/
.check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .check-list {
        max-height:100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.check-list__item {
    margin-bottom: 2.1875rem;
    width: calc(50% - 1.875rem);
    list-style: none;
}

@media screen and (max-width: 600px) {
    .check-list__item {
        width:100%
    }
}

.check-list__checkboxes {
    margin-top: 1.875rem
}

.check-list__checkboxes .checkbox-list__item {
    margin-top: .8125rem;
}

.check-list__checkboxes .checkbox-list__item:before {
    display: none;
}
.check-list__checkboxes .checkbox-list__item:first-child {
    margin-top: 0
}

.check-list__checkboxes .checkbox__icon {
    top: .6875em
}

.check-list__checkboxes .checkbox__label {
    margin-left: 1.25rem;
    line-height: 1.375;
    font-size: 1rem
}

.checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}

.checkbox__original {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.checkbox__original:checked+.checkbox__icon::before {
    width: 100%
}

.checkbox__original:focus+.checkbox__icon {
    outline-width: .125rem;
    outline-style: solid;
    outline-offset: .125rem;
    outline-color: #bfced4
}

.checkbox__icon {
    position: relative;
    top: .75em;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #e4ebed;
    border-radius: .125rem;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.checkbox__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: url(/local/templates/main/components/ds/item.list/check_list/./check.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.checkbox__label {
    margin-left: .625rem;
    font-size: .875rem
}

.checkbox-list__item {
    margin-top: .625rem
}

.checkbox-list__item:first-child {
    margin-top: 0
}
/* End */
/* /local/templates/main/components/ds/item.list/check_list/style.css?17375967932608 */
