.news__header {
    margin-bottom: clamp(38px, 3.35vw, 64px);
}

.news__filter {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: clamp(52px, 3.2vw, 64px);
}
.news__search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 260px;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.news__search input {
    width: 100%;
    height: 70px;
    padding: 0 38px;
    border: 2px solid #000;
    border-radius: 20px;
    background: transparent;
    color: #35363A;
    font-size: 20px;
    outline: none;
}
.news__period {
    position: relative;
    min-width: 350px;
}
.news__period-toggle {
    width: 100%;
    height: 70px;
    padding: 0 28px 0 32px;
    border: 2px solid #000;
    border-radius: 20px;
    background: transparent;
    color: #050505;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px;
}
.news__period-toggle span {
    width: auto;
    height: auto;
    white-space: nowrap;
}
.news__period-toggle svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--btn-bg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.news__calendar {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 352px;
    max-width: calc(100vw - 40px);
    padding: 18px 18px 24px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 34px 42px rgb(0 0 0 / 16%);
    box-shadow: 0 34px 42px rgb(0 0 0 / 16%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate(-50%, 2px);
    transform: translate(-50%, 2px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.news .vc, .news .vanilla-calendar {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-family: "Unbounded", sans-serif;
}
.news .vc-header, .news .vanilla-calendar-header {
    margin-bottom: 0;
}
[data-vc=header] {
    align-items: center;
    display: flex;
    margin-bottom: 0.75rem;
    position: relative;
}
.news .vc-wrapper {
    gap: 22px;
}
[data-vc=content], [data-vc=wrapper] {
    display: flex;
    flex-grow: 1;
}
.news .vc button, .news .vanilla-calendar button {
    font-family: "Unbounded", sans-serif;
    text-transform: none;
}

.news .vc-arrow, .news .vanilla-calendar-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #B8C0C8;
}
[data-vc-theme=light] .vc-arrow {
    background-color: transparent;
}	
.news .vc-arrow::before, .news .vanilla-calendar-arrow::before {
    background-image: none !important;
    background: none !important;
}
[data-vc-theme=light] .vc-arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzBmMTcyYSIgZD0iTTEyIDE2Yy0uMyAwLS41LS4xLS43LS4zbC02LTZjLS40LS40LS40LTEgMC0xLjRzMS0uNCAxLjQgMGw1LjMgNS4zIDUuMy01LjNjLjQtLjQgMS0uNCAxLjQgMHMuNCAxIDAgMS40bC02IDZjLS4yLjItLjQuMy0uNy4zIi8+PC9zdmc+);
    content: var(--tw-content);
}
[data-vc-arrow=prev]:before {
    transform: rotate(90deg);
}
[data-vc-arrow]:before {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    --tw-content: "";
    content: var(--tw-content);
}
.news .vc-arrow_prev::after {
    -webkit-transform: translate(-35%, -50%) rotate(-135deg);
    transform: translate(-35%, -50%) rotate(-135deg);
}

.news .vc-arrow::after, .news .vanilla-calendar-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
}
.news .vc-header__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
}
[data-vc-theme=light] .vc-header__content, [data-vc-theme=light] .vc-month, [data-vc-theme=light] .vc-year {
    color: #0f172a;
}
[data-vc-header=content] {
    align-items: center;
    display: grid;
    flex-grow: 1;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: pre-wrap;
}
.news .vc button, .news .vanilla-calendar button {
    font-family: "Unbounded", sans-serif;
    text-transform: none;
}

.news .vc-month, .news .vc-year, .news .vanilla-calendar-month, .news .vanilla-calendar-year {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}
[data-vc-theme=light] .vc-header__content, [data-vc-theme=light] .vc-month, [data-vc-theme=light] .vc-year {
    color: #0f172a;
}
.news .vc button, .news .vanilla-calendar button {
    font-family: "Unbounded", sans-serif;
    text-transform: none;
}

.news .vc-month, .news .vc-year, .news .vanilla-calendar-month, .news .vanilla-calendar-year {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}
[data-vc-theme=light] .vc-header__content, [data-vc-theme=light] .vc-month, [data-vc-theme=light] .vc-year {
    color: #0f172a;
}

[data-vc=content] {
    flex-direction: column;
}
[data-vc=content], [data-vc=wrapper] {
    display: flex;
    flex-grow: 1;
}
news .vc-week, .news .vc-dates__row {
    grid-template-columns: repeat(7, minmax(32px, 1fr));
    gap: 6px 8px;
}

[data-vc=week] {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    justify-items: center;
    margin-bottom: 0.5rem;
}
.news .vc-week__day, .news .vanilla-calendar-week__day {
    color: #A8B0C0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

[data-vc-theme=light] .vc-week__day {
    color: #64748b;
}
[data-vc-week-day] {
    align-items: center;
    background-color: transparent;
    border-style: none;
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1rem;
    margin: 0;
    min-width: 1.875rem;
    padding: 0;
    width: 100%;
}
.news .vc-dates {
    gap: 6px;
}

[data-vc=dates] {
    align-items: center;
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-template-rows: auto;
    justify-items: center;
    pointer-events: none;
}
.news .vc-week, .news .vc-dates__row {
    grid-template-columns: repeat(7, minmax(32px, 1fr));
    gap: 6px 8px;
}

[data-vc-dates=row] {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    justify-items: center;
    width: 100%;
}
.news .vc-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-vc-date] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 0.125rem;
    padding-top: 0.125rem;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.news .vc-date[data-vc-date-month=prev] .vc-date__btn, .news .vc-date[data-vc-date-month=next] .vc-date__btn {
    color: #333333;
}

[data-vc-theme=light] .vc-date[data-vc-date-month=next] .vc-date__btn, [data-vc-theme=light] .vc-date[data-vc-date-month=prev] .vc-date__btn {
    color: #94a3b8;
	min-width:38px;
	text-align:center;
	justify-content:center;
}
[data-vc-theme=light] .vc-date__btn{
	min-width:38px;
	text-align:center;
	justify-content:center;
}
.news .vc button, .news .vanilla-calendar button {
    font-family: "Unbounded", sans-serif;
    text-transform: none;
}
.news .vc-date__btn, .news .vanilla-calendar-day__btn {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}
[data-vc-theme=light] .vc-date__btn {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    color: #0f172a;
}
.news__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    width: 216px;
    height: 70px;
    border: 2px solid #000;
    border-radius: 20px;
	text-align:Center;
	justify-content:center;
	display:flex;
	align-items:center;
    background: var(--btn-bg);
    /*color: #fff;*/
    font-size: 18px;
}
.news__reset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--btn-bg);
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news__period.is-open .news__calendar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 14px);
    transform: translate(-50%, 14px);
}

.vc-arrow, .vanilla-calendar-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
	position:relative;
    color: #B8C0C8;
}
[data-vc-arrow=next]:before {
    transform: rotate(-90deg);
}
.block-filter{
	position:relative!important;
	z-index:1000!important;
}
.block-filter__field.is-open{
	z-index:1000!important;
	position:relative;	
}
.block-filter__field.is-open .block-filter__dropdown{
	z-index:1000!important;
	position:absolute;
	background-color:#fff!important;
}
.bs-docs-section{
	position:relative;
	z-index:1!important;
	
}
.block-filter__submit{
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	border:2px solid #000!important;
}
.block-filter__submit:hover{
	color:#fff;
}
.block-filter__field input{
	border:2px solid #000!important;
}

.is-open .color-1#content div:not(.photo-item-cover, [class^="vjs-"]){
	background-color:#fff!important;
}