.articles {
    display: flex;
    background-color: #f7f7f7;
    min-height: 100%;
    width: 100%;
}
.articles .inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 50px;
}
.articles .inner .projects-row {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}
.articles .inner .projects-row > *:not(:last-child) {
    margin-bottom: 30px;
}
.articles .inner .sort-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.articles .inner .sort-row .pagination-container {
    margin-left: auto;
}
.articles .inner .sort-row .sort-by,
.articles .inner .sort-row .time-by {
    margin-right: 10px;
}
.articles .inner .sort-row .sort-by .super-select,
.articles .inner .sort-row .time-by .super-select {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    width: 210px;
}
.articles .inner .sort-row .sort-by .super-select .select-button,
.articles .inner .sort-row .time-by .super-select .select-button {
    border: none !important;
}
.articles .inner .sort-row .time-by .super-select {
    width: 140px;
}
.articles .inner .sort-row .found {
    margin: 5px 10px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38.38px;
    color: #000000;
    background-color: white;
    padding: 0 20px;
}
.articles .inner .sort-row .found .val {
    margin-left: 5px;
    font-weight: 800;
}
.articles .inner > .under-header-line {
    margin-bottom: 30px;
}
.articles .inner > h4 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 27px;
}
@media (max-width: 1087px) {
    .articles .inner {
        max-width: 100%;
        padding: 0 40px;
    }
    .articles .inner > h4 {
        text-align: center;
    }
    .articles .inner > .under-header-line {
        margin-top: 12px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .articles .inner {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .articles .inner .sort-row {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .articles .inner .sort-row .pagination-container {
        width: calc(100% - 205px);
        order: 1;
        margin-left: 0;
        min-width: 100px;
    }
    .articles .inner .sort-row .sort-by,
    .articles .inner .sort-row .time-by {
        order: 2;
    }
    .articles .inner .sort-row .sort-by .super-select,
    .articles .inner .sort-row .time-by .super-select {
        width: 140px;
    }
    .articles .inner .sort-row .time-by {
        margin-right: 0;
    }
    .articles .inner .sort-row .found {
        width: 130px;
        margin-right: 10px;
        height: 40px;
    }
    .articles .inner > h4 {
        font-size: 24px;
    }
}


.article-card-item {
    padding-left: 200px;
    display: flex;
    flex-direction: column;
    min-height: 215px;
    position: relative;
}

.article-card-item .price {
    margin-bottom: 8px;
    color: #c83636;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.article-card-item .about-text {
    color: #000000;
    line-height: 21px;
    margin-bottom: 12px;
}

.article-card-item .c-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.article-card-item .c-header .tags-container {
    display: flex;
    width: 100%;
}

.article-card-item .c-header .title-badge-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    position: relative;
    margin-bottom: 20px;
}

.article-card-item .c-header .title-badge-container .c-title {
    color: #1b65c0;
    font-size: 24px;
    vertical-align: top;
    margin-right: 20px;
    line-height: 30px;
}

.article-card-item .c-header .title-badge-container .badges {
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
}

.article-card-item .c-header .title-badge-container .badges .right {
    position: absolute;
    right: 0;
}

.article-card-item .c-header .title-badge-container .badges .left {
    margin-right: 150px;
}

.article-card-item .c-header .title-badge-container .badges > * {
    display: flex;
    align-items: center;
}

.article-card-item .c-header .title-badge-container .badges > * > *:not(:last-child) {
    margin-right: 12px;
}

.article-card-item > .img-container {
    width: 170px;
    height: 215px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-card-item > .img-container img {
    max-height: 100%;
}

@media (max-width: 1087px) {
    .article-card-item {
        padding-left: 0;
    }

    .article-card-item > .img-container {
        width: 90px;
        height: 115px;
    }

    .article-card-item .c-header {
        padding-left: 115px;
        min-height: 115px;
    }

    .article-card-item .c-header .title-badge-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .article-card-item .c-header .title-badge-container .badges {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .article-card-item .c-header .title-badge-container .badges .left {
        margin-right: auto;
    }

    .article-card-item .c-header .title-badge-container .badges .right {
        position: static;
    }

    .article-card-item .c-header .title-badge-container .c-title {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .article-card-item .c-header {
        padding-left: 0;
        min-height: 0;
    }
}

.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}

.tags .tag-item {
    border-radius: 9px;
    background-color: #ffffff;
    padding: 0 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.tags .tag-item.red {
    color: #c83636;
}

.articles-filter {
    margin-bottom: 30px;
}

.articles-filter .drop-trigger {
    border: none;
    border-radius: 0;
    width: 175px;
    height: 30px;
    text-align: center;
    background-color: #c83636;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    margin-top: -2px;
}

.articles-filter .drop-trigger:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.articles-filter .main-container {
    background-color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #c83636;
}

.articles-filter .main-container .f-container {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}

.articles-filter .main-container .f-container.overflow {
    overflow: auto;
}

.articles-filter .main-container .f-container.active {
    max-height: 1500px;
    transition: max-height .5s ease;
}

.articles-filter .main-container .filters {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.articles-filter .main-container .links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.articles-filter .main-container .links .l-item {
    color: #1b65c0;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
    width: calc(94% / 4);
    margin-right: calc(6% / 3);
}

.articles-filter .main-container .links .l-item:nth-of-type(4n) {
    margin-right: 0;
}

.articles-filter .main-container .filters .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    width: calc(94% / 4);
    margin-bottom: 20px;
}

.articles-filter .main-container .filters .actions .filter-btn {
    border: none;
    border-radius: 0;
    height: 45px;
    width: 130px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    background-color: #c83636;
    cursor: pointer;
}

.articles-filter .main-container .filters .actions .filter-btn:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.articles-filter .main-container .filters .actions .clear {
    color: #565656;
    font-size: 15px;
    text-decoration: underline;
    background: transparent;
}

/*.articles-filter .main-container .filters .actions:not() {
	margin-left: auto;
}*/
.articles-filter .main-container .filters .f-item {
    width: calc(94% / 4);
    margin-right: calc(6% / 3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.articles-filter .main-container .filters .f-item .label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.articles-filter .main-container .filters .f-item .super-select {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 31px;
}

.articles-filter .main-container .filters .f-item:nth-of-type(4n) {
    margin-right: 0;
}

.articles-filter .main-container .search-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.articles-filter .main-container .search-row .search-btn {
    min-width: 130px;
    border: none;
    border-radius: 0;
    background-color: #565656;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    height: 45px;
    cursor: pointer;
    display: block;
}

.articles-filter .main-container .search-row .search-btn:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.articles-filter .main-container .search-row .customize-input {
    flex-grow: 1;
    height: 45px;
    position: relative;
}

.articles-filter .main-container .search-row .customize-input::after {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABlUlEQVQ4T6XTT4iOURTH8c9YKKsRYZKaDYWoKbOQktI0MmVBSVEWNmRWljKJzGKyGpnBUsmKWUrCwp+UEgsLSokSsiAp01ig83bu233f9M47ufXUfe4953vP+Z1zerSuHuzFQWzFCnzDS9zAVfxq82n8hmNZa9I4AD/wAB+xDNuxCm9xAM/aYQUUkKcZwWlcwGxlvAiHMIklGMKTGhag+OJwC3bj/r9Cz7N1eIzfWI/vxTYg+zCDk5joAClXI7iFszhTg25iODWo0+nEDI16ERE2xf6AF9jTRTTFZBynsBxfS9XmsqxHFwAaxRQ24HUBfcYj7F8AaAznsBqfCuguNudhVKObdS99+vCngCKlKziMa11QBvAclxEpNsVejFdYmmPxpgMsKhU9149NeFeDYj+IhzkaR7JP2nkRyXVsxJ1s3kZaJbWy35aNGXlH6LdTyJi1HdiJn9nZu1KO47VG9csR+omcq7XVxZd85Dze4xKO1bB6+ttTiUhW5jxFizTTyPlsgXUCzVfA8C2w6f8BFY0vxqz+BQIEUILaotgbAAAAAElFTkSuQmCC");
    position: absolute;
    left: 15px;
    top: 13px;
}

.articles-filter .main-container .search-row .customize-input input {
    border: none;
    border-radius: 0;
    background-color: #f0f0f0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px 0 50px;
    height: 100%;
    width: 100%;
}

.articles-filter .main-container .search-row .customize-input input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 1078px) {
    .articles-filter .main-container .links {
        width: 80%;
        order: 1;
    }

    .articles-filter .main-container .links .l-item {
        width: calc(94% / 3);
        margin-right: calc(6% / 2);
    }

    .articles-filter .main-container .links .l-item:nth-of-type(4n) {
        margin-right: calc(6% / 2);
    }

    .articles-filter .main-container .links .l-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .articles-filter .main-container .filters .actions {
        order: 2;
        flex-direction: column;
        width: 20%;
        align-items: flex-end;
        align-self: flex-start;
    }

    .articles-filter .main-container .filters .actions .clear {
        margin-bottom: 20px;
    }

    .articles-filter .main-container .filters .f-item {
        width: calc(94% / 3);
        margin-right: calc(6% / 2);
    }

    .articles-filter .main-container .filters .f-item:nth-of-type(4n) {
        margin-right: calc(6% / 2);
    }

    .articles-filter .main-container .filters .f-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .articles-filter .main-container .links {
        width: 80%;
        order: 1;
    }

    .articles-filter .main-container .links .l-item {
        width: calc(94% / 2);
        margin-right: calc(6% / 1);
    }

    .articles-filter .main-container .links .l-item:nth-of-type(3n) {
        margin-right: calc(6% / 1);
    }

    .articles-filter .main-container .links .l-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .articles-filter .main-container .filters .f-item {
        width: calc(94% / 2);
        margin-right: calc(6% / 1);
    }

    .articles-filter .main-container .filters .f-item:nth-of-type(4n) {
        margin-right: calc(6% / 1);
    }

    .articles-filter .main-container .filters .f-item:nth-of-type(3n) {
        margin-right: calc(6% / 1);
    }

    .articles-filter .main-container .filters .f-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .articles-filter .main-container {
        padding: 10px;
    }

    .articles-filter .main-container .filters {
        flex-direction: column;
        margin-top: 10px;
    }

    .articles-filter .main-container .filters .actions {
        flex-direction: row;
        align-items: center;
        width: 100%;
        max-width: 300px;
        padding-left: 10px;
    }

    .articles-filter .main-container .filters .actions .clear {
        margin-bottom: 0;
    }

    .articles-filter .main-container .links {
        width: 100%;
        justify-content: space-between;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .articles-filter .main-container .links .l-item {
        width: 200px;
        margin-right: 0;
    }

    .articles-filter .main-container .links .l-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .articles-filter .main-container .filters .f-item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0;
    }

    .articles-filter .main-container .filters .f-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .articles-filter .main-container .search-row .customize-input input {
        padding: 0 15px;
    }

    .articles-filter .main-container .search-row .customize-input::after {
        content: "";
    }

    .articles-filter .main-container .search-row .search-btn {
        padding-top: 13px;
        padding-bottom: 14px;
        min-width: 46px;
        height: 45px;
    }

    .articles-filter .main-container .search-row .search-btn::after {
        content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABtUlEQVQ4T5XUPciOYRjG8d9hUCYiH0lZKEQpBikpiSgDJUUZLMRkFIkYZCKfo5IJoyQMPlJKDAZKiRJvBpIiBpeup+t5ul+9H95zurvu+/qfx3F+3NGJUkqwFTuxCjPxFS9xHVeS/O7e6T/Xi70opcxrH1fAdzzAR0zHGszGW+xI8uxfWA/UIE+bgqM4m+RnJ8kk7MIZTMH6JE+6sDQ79XAFNiW5P5L0lnAhHuMPFiX5NrBWStmGmziU5NRokI66zbiF40mOdUE3sKHWoGtnLGAppdZoapKqsBfV2ge8SLJlPDUdVSdxGDOSfOmDfrW27p0A6ADOY3GS133QEB4l2T4B0BGcwNwkn/qgu1jWDms3xo1Syr12Z06S0gdVS5exO8nV8SillOV4jktJqsVBsSfjFabVtUjyZow5moo6c/OxNMm7AagN2ko8bKuxJ0mdk2HRlFzDEtxpw9uz1bPWaenqNphzmvTbqIWsu7YW6/CjTfbGVo79gxp105ZSqvSDba8WdN59bklO4z0uYl8XNlA0gpWqZBbqPg31M7dS1HvDYeN1aYzCd2EXRlX0Pwnan+Nc3dW/yD6qeQFatikAAAAASUVORK5CYII=");
    }
}

.select-button select {
    background-color: #f0f0f0;
    padding: .45em 10px;
    border: 0px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.select-button select option {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.options-container {
    max-height: 300px;
}
.super-select {
    color: #383838;
    position: relative;
    padding: 5px 0;
}
.super-select .overlay {
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.super-select .overlay .inner {
    cursor: not-allowed;
    width: 100%;
    height: 100%;
    background-color: #d3d3d3;
    opacity: 0.5;
}
.super-select .select-body {
    position: absolute;
    top: 100%;
    background-color: white;
    z-index: 9;
    left: 0;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    border-top: none;
    width: min-content;
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
.super-select .select-body input {
    margin: .30em auto;
    width: 95%;
    padding: .45em;
    border: 1px solid #969696;
    background-color: #f4f4f4;
    border-radius: 0;
}
.super-select .select-body .options-container li {
    padding: .45em;
    cursor: pointer;
}
.super-select .select-body .options-container li:hover {
    background-color: #d2d2d2;
}
.super-select .select-button {
    background-color: white;
    padding: 0 20px 0 10px;
    border: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    height: inherit;
}
.super-select .select-button .right-side {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.super-select .select-button .b-arrow {
    transition: all .3s ease;
    transform: rotate(0deg);
}
.super-select .select-button .b-arrow.active {
    transition: all .3s ease;
    transform: rotate(180deg);
}
.super-select .select-button .cancel-icon {
    cursor: pointer;
    margin-right: 5px;
    font-size: 14px;
}
.super-select .select-button .placeholder {
    color: #757575;
}
.super-select .select-button .selected {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.super-select.light-gray .select-button,
.super-select.light-gray .select-body {
    background-color: #f0f0f0;
}
.super-select.dark .select-button,
.super-select.dark .select-body {
    color: white;
    background-color: #565656;
}
.super-select.border-none .select-body,
.super-select.border-none .select-button {
    border: none;
}
@media (min-width: 1088px) {
    .super-select.placeholder-desktop-hidden .select-button .right-side {
        margin-left: auto;
    }
    .super-select.placeholder-desktop-hidden .select-button .placeholder {
        display: none;
    }
}

.SECTION_ID select option[value='0'] {
    display: none;
}

.form-select {
    border: 0px solid #ced4da;
    border-radius: 0;
}

.d_pag {
    float: right;
    clear: both;
}

.selectlink {
    position: relative;
    display: inline-block;
    width: 210px;
    text-align: left;
    /*margin: 10px;*/
}
.selectlink-control {
    position: relative;
    padding: 8px 15px;
    border: 0px solid #dcdfe6;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.selectlink-control:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #999;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}
.selectlink ul {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    user-select: none;
}
.selectlink li {
    display: block;
    margin: 0;
    padding: 0;
}
.selectlink li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 6px 15px 15px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
.selectlink li a:hover {
    background: silver;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .body_pointer {
        cursor: pointer;
    }
}

.articles .tags-container a.atag {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.articles .tags-container a.atag:hover {
    color: #c83636;
}

.hide {
    display: none;
}

#filters-state {
    display: none;
    opacity: 0;
}

#filters-state.is-visible {
    display: block;
    animation: fadeInFromNone 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

#filters-state.is-hidden {
    animation: fadeOutFromBlock 0.5s ease-in-out;
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOutFromBlock {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.header__top_contacts {

}

@media (max-width: 650px) {
    .hidden-custom {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 43px !important;
        /*top: calc(var(--header_top_height) + var(--header_underline_height) - 11px) !important;*/
        height: var(--main_menu_item_height);
        width: 100%;
        left: 0;
    }
}

.tags-container a.atag {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.tags-container a.atag:hover {
    color: #c83636;
}