.distribution-conditions > .wr {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
}

.distribution-conditions {
    margin-bottom: 81px;
}

.accordion {
    border-bottom: 2px solid #d0d0d0;
}

.accordion:first-child {
    border-top: 2px solid #d0d0d0;
}

.accordion__header {
    position: relative;
    padding: 39px 100px 42px 0;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    color: #426da9;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer;
}

.accordion__header svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    stroke: #458ed3;
    -webkit-transition: stroke .2s ease, -webkit-transform .5s ease;
    transition: stroke .2s ease, -webkit-transform .5s ease;
    -o-transition: stroke .2s ease, transform .5s ease;
    transition: stroke .2s ease, transform .5s ease;
    transition: stroke .2s ease, transform .5s ease, -webkit-transform .5s ease;
    cursor: pointer;
}

.accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease, opacity .5s ease;
    -o-transition: max-height .5s ease, opacity .5s ease;
    transition: max-height .5s ease, opacity .5s ease;
    font-family: Roboto Mono, monospace;
    color: #000;
}

.list {
    margin: 0;
    list-style: none;
}

.list li {
    position: relative;
    margin-left: 0;
    margin-bottom: 33px;
    padding-left: 39px;
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.list li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #426da9;
}

/* region media */
@media (max-width: 800px){
    .distribution-conditions {
        margin-bottom: 40px;
    }

    .accordion__header {
        padding: 15px 40px 20px 0;
        font-size: .888em;
        line-height: 1.5em;
    }

    .accordion__header svg {
        top: 13px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 32px;
        height: 32px;
    }

    .list li {
        margin-bottom: 19px;
        padding-left: 32px;
        font-size: .666em;
        line-height: 1.33em;
    }

    .list li:before {
        top: 3px;
        width: 8px;
        height: 8px;
    }
}
/* endregion media */
