.breadcrumbs__list li:not(:last-child)::after {
    content: "/";
    margin: 0 8px
}

.breadcrumbs__list a {
    color: #80848e
}

.breadcrumbs__list span.current-item {
    color: var(--color-dark-blue);
    pointer-events: none;
    font-weight: 500
}

.breadcrumbs__list a:focus-visible,
.breadcrumbs__list a:hover {
    color: var(--color-primary)
}

.page--ajax .page__footer {
    display: none;
}

.page__not-found {
    text-align: center;
    background-color: var(--color-light-bg);
    border-color: #e2e9ff;
    padding: 20px;
    width: 100%;
    grid-column: 1 / -1;
    border-radius: 8px;
}

.form .wpcf7-form {
    position: relative;
}

.feedback__form form {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    background-color: rgba(224, 27, 27, 0.2);
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.form__checkbox span.wpcf7-list-item-label {
    cursor: pointer;
}

.form__checkbox span.wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1px solid #80848e;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: -2px;
}

.form__checkbox input[type=checkbox]:checked~span::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjcgMzkzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.form__radios {
    height: 100%;
}


.form__radios .wpcf7-form-control-wrap {
    width: 100%;
    height: 100%;
}

.form__radios .form__radio {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.form__radio .wpcf7-list-item {
    margin: 0;
    flex-grow: 1;
}

.form__radio .wpcf7-list-item-label {
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-lightest-bg);
    color: var(--color-primary);
    border-radius: 8px;
    margin: 0;
    cursor: pointer;
    transition: .3s;
}

.form__radio input[type=radio]:checked ~ .wpcf7-list-item-label {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.lc-like-button--liked {
    color: var(--color-primary);
}

.lc-like-button--liked svg {
    fill: var(--color-primary);
}

.comment-respond .form-submit {
    display: none;
}

.comment__form-message {
    order: 1;
}

.comment-item__author-thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment__form-group--2 {
    grid-template-columns: repeat(2, 1fr);
}

.comment-reply-title {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 600;
}

.comment-reply-title small {
    font-weight: 500;
}

.comment-reply-title small:hover {
    text-decoration: underline;
}

.comment__items .comment-reply-title {
    display: flex;
}

.no-comments {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}

.fancybox__slide.has-iframe .fancybox__content {
    padding: 0;
}

@media (max-width: 767px) {
    .comment__form-group--2 {
        grid-template-columns: 1fr;
    }
}

.page__select--category {
	min-width: 300px;
	max-width: 300px;
}
.page__select--post-count {
	max-width: 280px;
}

.page__select--post-count .select__current span {
	margin-right: 24px
}

.select.form__select:has(select.wpcf7-not-valid) .select__current {
	background-color: rgba(224, 27, 27, 0.2);
}

.iti {
	width: 100%;
}

@media (max-width: 1200px) {
	.header__nav {
		width: 100%;
	}
	
    .header__nav-list {
		width: 100%;
        flex-direction: column;
        row-gap: 8px;
        font-size: 16px;
    }
	
	.header__nav-item {
		width: 100%;
	}
	
	.header__nav-item a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0;
	}
}

.page__search-icon-close {
    fill: transparent;
    stroke: #727272;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 24px;
    height: 24px;
	opacity: 0;
}

.page__search.with-value .page__search-icon-close {
	opacity: 1;
}

.press-item__play {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #2972FFCC;
	width: 68px;
	height: 68px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	stroke: #fff;
}

.press-item__play svg {
	width: 21px;
	height: 24px;
}

.press-item__img--full {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.sitemap__items {
	gap: 80px;
}

.press__slide:nth-child(1) {
	padding-right: 60px;
}

.press__slide:nth-child(2) {
	padding-right: 60px;
}

.press__slide:nth-child(3) {
	padding-left: 60px;
}

.press__slide:nth-child(4) {
	padding-left: 60px;
}

.press__slider-inner {
	column-gap: 12px;
	row-gap: 16px;
}

.press__slider .press-item__excerpt {
	margin-bottom: 0;
}

@media (max-width: 992px) {
    .press__slide {
        padding-left: 0;
		padding-right: 0;
    }
}

.feedback__button {
	max-width: 290px;
}