/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
h1 {
    font-size: 1.8em;
}

.sections-list__item--compact .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS) .sections-list__item-link {
    width: 80px;
    height: 80px;
}

.history-list-inner__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 19px 28px 19px 28px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
}

.history-list-inner__year-wrapper {
    margin-right: 15px;
    min-width: 87px;
    position: relative;
}

.history-list-inner__year-wrapper::before {
    content: " ";
    display: block;
    height: 21px;
    width: 4px;
    position: absolute;
    left: -29px;
    top: 7px;
    border-radius: 0 4px 4px 0;
    background: #9e9e9e;
    background-color: var(--theme-base-color);
}
.history-list-inner__year {
    font-size: 1em;
}

.accordion-type-1 .accordion-head {
    padding: 14px 21px 14px 22px;
}

.grid-list--items-6 {
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
}
.grid-list--items-6 .news-list__item-title {
    font-size: .8rem;
}
@media (min-width: 992px) {
    .grid-list--items-6:not(.grid-list--no-gap) {
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    }
}
table.table.table-striped {
    font-family: 'Montserrat' !important;
}