

/* Start:/local/components/simpleit/requisites/templates/classic/style.css?1707159218612*/
.particulars {
    display: flex;
    padding: 10px;
}

.particulars-content {
    flex: 1
}

.particulars-content table {
    width: 100%;
}
.particulars-content table tr {
    transition-duration: 200ms;
}
.particulars-content table tr:nth-child(2n) {
    background: #f4f4f4;
}
.particulars-content table tr:hover {
    background: #fff3ea;
}

.particulars-content table tr td {
    padding: 12px 16px;
}

@media (max-width: 640px) {
    .particulars .accordion-big__body {
        padding: 0 10px 35px;
    }

    .particulars-content table tr td {
        padding: 6px 8px;
        font-size: 0.8em;
    }
}
/* End */


/* Start:/local/templates/simpleIT/css/widgets/accordion.css?17071596713920*/
.accordion {
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-bottom: 40px;
}

.accordion-opener {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.accordion-opener:before {
    content: " ";
    display: flex;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    transition: all 0.1s linear;
}

.accordion-opener:hover:before {
    height: 30px;
}

.accordion-opener__icon {
    min-width: 26px;
    min-height: 26px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-opener__icon svg {
    flex-basis: 50%;
}

.accordion.opened .accordion-opener__icon {
    transform: rotate(0deg);
}

.accordion-opener:hover .accordion-opener__icon {
    background: var(--main-color);
}

.accordion-opener:hover .accordion-opener__icon svg {
    fill: #fff;
}

.accordion-opener__icon em {
    width: 15px;
    height: 19px;
}

.accordion-opener__label {
    display: none;
    position: relative;
    color: white;
    margin-top: -4px;
}

@media (max-width: 768px) {
    .accordion-opener:before {
        height: 30px;
    }

    .accordion-opener .accordion-opener__icon {
        background: var(--main-color);
        color: #fff;
    }
}

@media (max-width: 600px) {
    .accordion-opener .accordion-opener__icon {
        /* display: none; */
    }
    .accordion .accordion-opener__open {
        display: block;
    }
    .accordion .accordion-opener__close {
        display: none;
    }
    .accordion.opened .accordion-opener__open {
        display: none;
    }
    .accordion.opened .accordion-opener__close {
        display: block;
    }
}

/* Accordion-big */

.accordion-big {
    border: 1px solid #ececec;
    overflow: hidden;
    transition: all .3s;
    font-size: 16px;
}

.accordion-big:hover {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
    border: 1px solid transparent;
}

.accordion-big__open-button {
    width: 32px;
    height: 32px;
    border: 1px solid #cecece;
    border-radius: 3px;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-big:hover .accordion-big__open-button {
    background: var(--main-color);
    border-color: var(--main-color);
}

.accordion-big__open-button svg {
    fill: #cecece;
    transition: all .3s;
    flex-basis: 50%;
}

.accordion-big:hover .accordion-big__open-button svg {
    fill: #fff;
}

.accordion-big.opened .accordion-big__open-button svg {
    transform: rotateZ(180deg);
}

.accordion-big__heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px 25px;
    cursor: pointer;
}

.accordion-big__heading-status {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: -5px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: all .3s;
}

.accordion-big.opened .accordion-big__heading-status {
    background-color: var(--main-color);
}

.accordion-big__body {
    padding: 0 30px 35px;
}

@media (max-width: 600px) {
    .accordion-big__heading-text {
        max-width: 230px;
    }

    .accordion-big__heading {
        padding: 10px 15px 10px;
    }
}

/* End */


/* Start:/local/components/simpleit/menu.left/templates/classic/style.css?1707159239606*/
.left-menu {
    position: relative;
    height: 100%;
}

.left-menu-list {
    position: sticky;
    top: 70px;
}

.left-menu-list__item {
    display: flex;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-menu-list__item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-menu-list__link {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.left-menu-list__link:hover {
    background: #fafafa;
}

.left-menu-list__link--active {
    font-weight: 700;
}
/* End */
/* /local/components/simpleit/requisites/templates/classic/style.css?1707159218612 */
/* /local/templates/simpleIT/css/widgets/accordion.css?17071596713920 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
