

/* Start:/local/components/profitkit/static.reports/templates/purchases/style.css?17304742579482*/
.purchases {
    display: flex;
    flex-direction: column;
}

.purchase:not(:last-child) {
    margin-bottom: 20px;
}

.purchase {
    display: flex;
    flex-direction: column-reverse;
    padding: 12px;
    border: 1px solid #E9EBED;
    border-radius: 10px;
}

.purchase__side {
    position: relative;
    margin-bottom: 30px;
}

.purchase__side::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E9EBED;
}

.purchase__side-top {
    display: flex;
    margin-bottom: 10px;
}

.purchase__side-pair:not(:first-child) {
    margin-left: 20px;
}

.purchase__side-pair {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.purchase__side-pair-title {
    font-size: 12px;
    line-height: 22px;
    color: rgba(66,92,127,.6);
}

.purchase__side-pair-value {
    font-size: 13px;
    line-height: 20px;
    color: #2D3F57;
}

.purchase__main-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.purchase__main-head-link {
    position: relative;
    padding-right: 29px;
    color: #416FEF;
    font-size: 13px;
    line-height: 20px;
    transition: color .3s;
}

.purchase__main-head-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 19px;
    height: 18px;
    background-image: url("/local/templates/surgut/img/icon-flie-link.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity .3s;
    transform: translateY(-50%);
}

.purchase__main-head-link[href]:hover,
.purchase__main-head-link[href]:focus {
    color: #DB1E35;
    outline: none;
}

.purchase__main-head-link[href]:hover::after,
.purchase__main-head-link[href]:focus::after {
    opacity: 1;
}

.purchase__main-head-status {
    position: relative;
    padding-left: 16px;
    color: #2D3F57;
    font-size: 13px;
    line-height: 20px;
}

.purchase__main-head-status::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.purchase__main-head-status--active::before {
    background-color: #54BF59;
}

.purchase__main-head-status--canceled::before {
    background-color: #ff0a0a;
}

.purchase__main-head-status--done::before {
    background-color: #CACACA;
}

.purchase__main-head-status--delayed::before {
    background-color: #ff8125;
}

.purchase__main-head-status--changed::before {
    background-color: #54bfbf;
}

.purchase__main-object {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.purchase__main-object-name-title {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
    color: rgba(66,92,127,.6);
}

.purchase__main-object-name {
    margin: 0;
    color: #2D3F57;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Verdana", sans-serif;
}

.purchase__main-docs-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.purchase__main-docs-head-title {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: rgba(66,92,127,.6);
    transition: color .3s;
}

.purchase__main-docs-head-link {
    font-size: 13px;
    line-height: 20px;
    color: #416FEF;
}

.purchase__main-docs-head-link:hover,
.purchase__main-docs-head-link:focus {
    color: #DB1E35;
    outline: none;
}

.purchase__main-docs-body {
    display: flex;
    flex-direction: column;
}

.purchase-file {
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(37,59,71,0.05);
}

.purchase-file:not(:first-child) {
    margin-top: 10px;
}

.purchase-file__top {
    position: relative;
    margin-bottom: 10px;
    padding-left: 65px;
}

.purchase-file__top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/local/templates/surgut/img/icon-file-key.svg");
}

.purchase-file__top::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.purchase-file--default .purchase-file__top::after {
    background-image: url("/local/templates/surgut/img/icon-file-default.svg");
}

.purchase-file--doc .purchase-file__top::after {
    background-image: url("/local/templates/surgut/img/icon-file-doc.svg");
}

.purchase-file--pdf .purchase-file__top::after {
    background-image: url("/local/templates/surgut/img/icon-file-pdf.svg");
}

.purchase-file--rar .purchase-file__top::after {
    background-image: url("/local/templates/surgut/img/icon-file-rar.svg");
}

.purchase-file--xls .purchase-file__top::after {
    background-image: url("/local/templates/surgut/img/icon-file-xls.svg");
}

.purchase-file__name {
    display: block;
    color: #2D3F57;
    font-size: 13px;
    line-height: 20px;
}

.purchase-file__bottom {
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.purchase-file__size {
    display: block;
    margin-right: 15px;
    color: #8FAFC2;
    font-size: 13px;
    line-height: 20px;
}

.purchase-file__date {
    display: block;
    color: #2D3F57;
    font-size: 13px;
    line-height: 20px;
}

.purchase__main-docs-toggle {
    position: relative;
    margin-top: 10px;
    padding: 0 24px 0 0;
    border: none;
}

.purchase__main-docs-toggle::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/templates/surgut/img/icon-file-toggle.svg");
    transform: rotate(0);
}

.purchase__main-docs--open .purchase__main-docs-toggle::after {
    top: 6px;
    transform: rotate(180deg);
}

.purchase__main-docs-toggle-text {
    font-size: 13px;
    line-height: 20px;
    color: rgba(66,92,127,.6);
}

.purchase__main-docs:not(.purchase__main-docs--open) .purchase__main-docs-toggle-text--open {
    display: none;
}

.purchase__main-docs--open .purchase__main-docs-toggle-text--closed {
    display: none;
}

.purchase-file {
    display: none;
}

.purchase__main-docs .purchase-file--n-0,
.purchase__main-docs .purchase-file--n-1 {
    display: flex;
}

.purchase__main-docs--open .purchase-file {
    display: flex;
}

.purchases {
    padding-bottom: 60px;
}

@media (min-width: 1101px) {
    .purchase:not(:last-child) {
        margin-bottom: 40px;
    }

    .purchase__main-docs-toggle--mobile-only {
        display: none;
    }

    .purchase__main-docs .purchase-file--n-0,
    .purchase__main-docs .purchase-file--n-1,
    .purchase__main-docs .purchase-file--n-2,
    .purchase__main-docs .purchase-file--n-3,
    .purchase__main-docs .purchase-file--n-4 {
        display: flex;
    }

    .purchase {
        flex-direction: row;
        padding: 20px;
    }

    .purchase__side {
        flex-basis: 240px;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-left: 60px;
        padding: 0;
    }

    .purchase__side::before {
        top: 0;
        left: -30px;
        width: 1px;
        height: 100%;
    }

    .purchase__side-top {
        margin-bottom: 20px;
    }

    .purchase__side-pair:not(:first-child) {
        margin-left: 34px;
    }

    .purchase__side-pair-title {
        font-size: 14px;
        line-height: 22px;
    }

    .purchase__side-pair-value {
        font-size: 16px;
        line-height: 27px;
    }

    .purchase__main {
        flex-grow: 1;
    }

    .purchase__main-head {
        margin-bottom: 15px;
    }

    .purchase__main-head-link {
        font-size: 16px;
        line-height: 27px;
    }

    .purchase__main-head-status {
        padding-left: 22px;
        font-size: 16px;
        line-height: 27px;
    }

    .purchase__main-head-status::before {
        width: 12px;
        height: 12px;
    }

    .purchase__main-object {
        margin-bottom: 15px;
    }

    .purchase__main-object-name-title {
        font-size: 14px;
        line-height: 22px;
    }

    .purchase__main-object-name {
        font-size: 16px;
        line-height: 27px;
    }

    .purchase__main-docs-head-title {
        font-size: 14px;
        line-height: 22px;
    }

    .purchase__main-docs-head-link {
        font-size: 16px;
        line-height: 27px;
    }

    .purchase-file {
        flex-direction: row;
        align-items: center;
        padding: 15px 10px;
    }

    .purchase-file__top {
        margin-bottom: 0;
    }

    .purchase-file__name {
        font-size: 16px;
        line-height: 27px;
    }

    .purchase-file__bottom {
        margin-left: auto;
        padding-left: 40px;
    }

    .purchase-file__size {
        margin-right: 0;
        font-size: 16px;
        line-height: 22px;
        white-space: nowrap;
    }

    .purchase-file__date {
        margin-left: 55px;
        font-size: 16px;
        line-height: 22px;
    }

    .purchases {
        padding-bottom: 150px;
    }

    .purchases .container {
        max-width: 1220px;
    }
}
/* End */
/* /local/components/profitkit/static.reports/templates/purchases/style.css?17304742579482 */
