

/* Start:/local/templates/.default/components/bitrix/news/press-releases/bitrix/news.list/.default/style.css?171164917712373*/
.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;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 32px 16px 80px;
}

.pagination__icon {
    margin-left: 9px;
}

.pagination .paginator {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.pagination .paginator a {
    padding: 4px 12px;
    margin: 0 0 24px !important;
    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;
}
.pagination .paginator a._next, .pagination .paginator a._prev {
    display: flex;
    align-items: center;
    padding: 0;
    color: #48538b!important;
    font-size: 16px;
    line-height: 1.25;
    border: none;
    background-color: transparent;
}

.pagination .paginator a._prev::before {
    content: '';
    cursor: pointer;
    width: 14px;
    height: 10px;
    background-image: url('/local/templates/.default/components/bitrix/news/press-releases/bitrix/news.list/.default/images/arrow-right.svg');
    margin-right: 8px;
    transform: scale(-1, 1);
}

.pagination .paginator a._next::after {
    content: '';
    cursor: pointer;
    width: 14px;
    height: 10px;
    background-image: url('/local/templates/.default/components/bitrix/news/press-releases/bitrix/news.list/.default/images/arrow-right.svg');
    margin-left: 8px;
}

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

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

.subscription {
    font-family: 'Roboto', sans-serif;
    padding: 32px 28px;
    border: 1px solid #e4e6e7;
    box-shadow: 0 4px 16px 0 rgba(209, 209, 209, 0.25);
    background-color: #fff;
    margin: 80px auto 0;
}

.subscription-checkbox {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 12px 0 0;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 6px;
    transform: translateY(-0.075em);
}

.subscription-checkbox::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    top: 2px;
    left: 6px;
    opacity: 0;
    transform: rotate(-135deg);
    transition: 120ms opacity ease-in-out;
    box-shadow: inset 2px 2px #e4003c;
}

.subscription-checkbox:checked::before {
    opacity: 1;
}

.subscription-checkbox__wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.subscription-checkbox__label {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #2b2b2b;
}

a.subscription-checkbox__link.no-icon {
    color: #48538b;
    border-bottom: none;
    font-family: Roboto, -apple-system, -system-ui, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.subscription__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #2b2b2b;
}

.subscription__input {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
    padding: 20px 16px;
    border: 1px solid #e4e6e7;
    border-radius: 3px;
    outline: none;
}

.subscription__input::placeholder {
    font-family: inherit;
    font-size: inherit;
}

.subscription__btn {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #e4003c;
    border: none;
    border-radius: 3px;
}

.subscription__btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.news {
    position: relative;
}

.news__title {
    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 {
    max-width: 785px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.news-item__description {
    max-width: 785px;
    margin-bottom: 12px;
    font-size: 14px;
    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/press-releases/bitrix/news.list/.default/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__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__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 (min-width: 525px) {
    .pagination .paginator {
        justify-content: flex-start;
    }

    .pagination .paginator a {
        margin: 0 24px 0 0 !important;
    }

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

    .pagination .paginator a:last-of-type::after {
        top: 12px;
    }
}

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

    .page-news {
        background-color: transparent;
    }

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

    .filter {
        display: flex;
    }

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

    .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 {
        border: 1px solid #e4e6e7;
        border-radius: 3px;
        width: 100%;
    }

    .select__inner-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: 0;
        padding-right: 24px;
        color: #2b2b2b;
        font-size: 16px;
    }
}

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

    .page-news {
        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;
    }

    .select__inner-wrap {
        min-width: 195px;
        max-width: 320px;
    }

    .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 (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: 360px;
        position: absolute;
        margin: 0;
        right: 32px;
        top: 70px;
    }

    .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) {
    .select__inner-wrap {
        width: 320px;
    }

    .page-news {
        width: 1295px;
        padding: 40px 0 0 15px;
    }

    .subscription {
        right: 16px;
    }
}

.subscribe-modal {
    display: none;
    position: fixed;
    left: 40%;
    top: 20%;
    margin-left: -150px;
    margin-top: -75px;
    will-change: transform;
    width: 35%;
    height: 700px;
    z-index: 100;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.subscribe-modal.active {
    display: block;
}

#subscribe-button-submit, #subscribe-button-close {
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #e4003c;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
#subscribe-button-close {
    color: #e4003c;
    background-color: #fff;
    border: 1px solid #e4003c;
}

#subscribe-button-submit:disabled {
    background-color: #b28d96;
    cursor: default;
}

.subscribe-modal-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 20px;
    z-index: 101;

}
.subscribe-modal-close button {
    background: none;
    border: 0;
    cursor: pointer;
}

.subscribe-modal__buttons {
    position: absolute;
    bottom: 20px;
    padding-left: 40px;
}

/* End */
/* /local/templates/.default/components/bitrix/news/press-releases/bitrix/news.list/.default/style.css?171164917712373 */
