

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.list/reviews_all/style.css?168382815611362*/
.alert-success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert-danger {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

.hidden {
    display: none !important;
}

.alert-error {
    background-color: #fce3e9;
    border-color: #fad1db;
    color: #8a454b
}

.form-field[data-error] input {
    border-color: #E4003C;
}

#datePick {
    display: none;
}

.form-field_checkbox {
    width: 20px !important;
    white-space: nowrap;
    margin-right: 12px;
}

.form-field_input {
    width: 100% !important;
    margin-bottom: 24px;
}

.form-field_checkbox input {
    margin-bottom: 20px;
}

.form-field_input input {
    margin-bottom: 0;
}

.pagination {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.page-news {
    font-family: 'Roboto', sans-serif;
    position: relative;
    background-color: #FFFFFF;
    padding-bottom: 1px;
}

.page-news:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 242px;
    background: #FAFAFA;
    top: 0;
    z-index: 0;
}

.page-news__container {
    padding: 32px 16px 80px;
    margin: 0 auto;
}

.pagination__icon {
    margin-left: 9px;
}

.pagination .paginator {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.pagination .paginator a {
    padding: 4px 12px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    color: #2b2b2b;
    background-color: #fff;
    border: 1px solid #e4e6e7;
    border-radius: 3px;
    margin: 0 24px 0 0 !important;
}

.pagination .paginator a:last-of-type {
    margin-right: 0 !important;
}

.pagination .paginator a:last-of-type,
.pagination .paginator a._prev
{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px 0 0;
    color: #48538b !important;
    font-size: 16px;
    line-height: 1.25;
    border: none;
    background-color: transparent;
}

.pagination .paginator a:last-of-type::after,
.pagination .paginator a._prev::before
{
    position: absolute;
    content: '';
    cursor: pointer;
    right: 0;
    width: 14px;
    height: 9px;
    background-image: url(/local/templates/.default/components/bitrix/news/news/bitrix/news.list/reviews_all/images/arrow-right.svg);
    background-size: cover;
}

.pagination .paginator a._prev {
    padding: 0 0 0 25px;
}

.pagination .paginator a._prev::before {
    left: 0;
    transform: rotate(180deg);
}

.pagination .paginator a:last-of-type:visited {
    color: #48538b;
}

.pagination .paginator a.active {
    color: #fff !important;
    background-color: #252069;
    border-color: #252069;
}

.news {
    position: relative;
    z-index: 1;
}

.news__title {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #2b2b2b;
}

.news-item {
    padding: 32px 0;
    border-bottom: 1px dashed #e4e6e7;
}

.news-item:last-of-type {
    border-bottom: none;
}

.news-item__date {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #aaa;
}

.news-item__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

.news-item__description {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.news-item__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #252069;
    text-decoration: none;
}

.news-item__link:visited {
    color: #252069;
}

.news-item__icon {
    margin-left: 9px;
}

.filter {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
}

.filter__datepicker-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.filter__input {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 11px 40px 11px 16px;
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #e4e6e7;
    border-radius: 3px;
    color: #2b2b2b;
    box-sizing: border-box;
    outline: none;
}

.filter__input-wrap {
    width: calc(50% - 10px);
    position: relative;
}

.filter__input-wrap::after {
    position: absolute;
    content: '';
    cursor: pointer;
    top: 11px;
    right: 16px;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/.default/components/bitrix/news/news/bitrix/news.list/reviews_all/images/calendar.svg);
    background-size: cover;
}

.select {
    font-family: 'Roboto', sans-serif;
    appearance: none;
    background-color: transparent;
    position: relative;
    border: none;
    padding: 4px 16px 8px 16px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.25;
    outline: none;
    z-index: 1;
}

.select__option {
    padding: 5px 16px;
}

.select__dropdown {
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    padding: 12px;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    background: #FFFFFF;
    border: 1px solid #E4E6E7;
    box-shadow: 0 4px 16px rgba(209, 209, 209, 0.25);
    border-radius: 3px;
    z-index: -1;
}

.select__dropdown-item {
    padding: 0 16px;
    line-height: 36px;
    min-height: 36px;
    font-size: 14px;
    color: #2B2B2B;
    transition: .3s ease-out;
}

.select__dropdown-item.selected,
.select__dropdown-item:hover {
    background: #F7F9FB;
    color: #48538B;
}

.select__wrap {
    position: relative;
    width: 100%;
    border: 1px solid #e4e6e7;
    border-radius: 3px;
    padding-top: 4px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
}

.select__inner-wrap {
    position: relative;
    z-index: 1;
}

.select__inner-wrap[data-state='active'] [data-dropdown] {
    opacity: 1;
    z-index: 1000;
    transform: scaleY(1);
}

.select__wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 6px);
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    z-index: 0;
}

.select__label {
    padding-left: 16px;
    font-size: 11px;
    line-height: 1.27;
    color: #aaa;
    font-weight: 400;
}

@media screen and (max-width: 599px) {
    .container {
        background-color: #FFFFFF;
    }
}

@media screen and (min-width: 360px) {
    .pagination__wrap {
        justify-content: flex-start;
    }

    .pagination__item {
        margin-right: 24px;
    }

    .pagination__item:last-of-type {
        margin-right: 0;
    }
}

@media screen and (min-width: 480px) {
    .news__title {
        margin-bottom: 28px;
        font-size: 26px;
        line-height: 1.4;
        font-weight: 600;
    }

    .pagination__item_tablet {
        display: inline-block;
    }
}

@media screen and (max-width: 536px) {
    .pagination .paginator a._control._next {
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 525px) {
    .pagination .paginator {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .pagination .paginator a._control._prev {
        width: 100%;
        margin: 10px 0 !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .page-news .news .filter {
        align-items: flex-end;
    }

    .page-news .news .select__wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-news .news .select__wrap .select__label {
        margin-bottom: 10px;
    }

    .page-news .news .select__inner-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .page-news:after {
        display: none;
        background-color: #fff;
    }
}

@media screen and (min-width: 600px) {
    body {
        background-color: #fafafa;
    }

    .news {
        padding: 40px;
        background-color: #fff;
        border: 1px solid #e4e6e7;
        border-radius: 6px;
    }

    .filter {
        display: flex;
    }

    .filter__input-wrap {
        width: calc(50% - 12px);
        min-width: 140px;
    }

    .filter__datepicker-wrap {
        margin-top: 0;
        flex: 0 0 55%;
    }

    .select {
        padding: 11px 16px;
    }

    .select__wrap {
        display: flex;
        align-items: center;
        flex: 0 0 calc(45% - 24px);
        margin-right: 24px;
        padding-top: 0;
        border: none;
    }

    .select__wrap::after {
        display: none;
    }

    .select__inner-wrap {
        min-width: 180px;
        border: 1px solid #e4e6e7;
        border-radius: 3px;
        width: 320px;
        max-width: 320px;
    }

    .select__inner-wrap[data-state='active']:after {
        transform: rotate(225deg);
        top: 45%;
    }

    .select__inner-wrap::after {
        content: "";
        position: absolute;
        transition: all .3s ease-in-out;
        right: 16px;
        top: calc(50% - 6px);
        width: 9px;
        height: 9px;
        transform: rotate(45deg);
        border-right: 1px solid #2b2b2b;
        border-bottom: 1px solid #2b2b2b;
        z-index: 0;
    }

    .select__label {
        padding-left: 0;
        padding-right: 24px;
        color: #2b2b2b;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .filter {
        justify-content: flex-start;
    }

    .page-news__container {
        padding-top: 40px;
    }

    .filter__datepicker-wrap {
        flex: 0 0 auto;
        max-width: 52%;
    }

    .filter__input-wrap {
        width: calc(50% - 12px);
        max-width: 180px;
    }

    .select__wrap {
        flex: 0;
    }


    .pagination {
        margin-top: 48px;
        flex-direction: row;
        align-items: center;
    }

    .pagination__wrap {
        margin-bottom: 0;
    }

    .pagination__item:last-of-type {
        margin-right: 23px;
    }

    .news {
        padding-bottom: 28px;
    }

    .news__title {
        margin-bottom: 40px;
        font-size: 36px;
    }
}

@media screen and (max-width: 920px) {
    .select__inner-wrap {
        width: auto;
    }
}

@media screen and (min-width: 920px) {
    .subscription__column-wrap {
        display: flex;
        justify-content: space-between;
    }

    .subscription-checkbox__wrap {
        margin-bottom: 0;
    }

    .subscription__column {
        width: calc(50% - 12px);
    }

    .filter__datepicker-wrap {
        max-width: unset;
    }
}

@media screen and (min-width: 1280px) {
    body {
        background-color: #fafafa !important;
    }

    .subscription {
        width: 300px;
        position: absolute;
        margin: 0;
        right: 22px;
        top: 70px;
    }

    .news-item:first-of-type .news-item__description,
    .news-item:first-of-type .news-item__title {
        padding-right: 400px;
    }

    .subscription__column-wrap {
        display: block;
    }

    .subscription-checkbox__wrap {
        margin-bottom: 24px;
    }

    .subscription__column {
        width: 100%;
    }

    .pagination {
        margin-bottom: 120px;
    }

    .filter {
        padding-right: 400px;
    }

    .filter__input-wrap {
        width: 180px;
    }

    .filter__input-wrap:first-of-type {
        margin-right: 24px;
    }
}

@media screen and (min-width: 1475px) {
    .page-news__container {
        width: 1295px;
        padding: 40px 0 0 15px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/reviews_all/style.css?168382815611362 */
