.photos-slider .photo-single {
	display: flex;
}

.photos-slider .photo-single:before {
	padding-top: 66.65%;
	float: left;
	content: '';
}

.photos-slider .photo-single img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 1024px) {
	.page__breadcrumbs > span {
		display: flex;
		gap: var(--size-4);
		list-style: none;
	}
	.page__breadcrumbs > span > span {
		color: hsla(var(--colorText), .5);
		display: flex;
		gap: var(--size-4);
	}
	.page__breadcrumbs > span > span:not(.breadcrumb_last):after {
		align-self: center;
		background-color: hsla(var(--colorText), .5);
		content: "";
		height: .8em;
		width: 1px;
	}
	.page__breadcrumbs > span > span a {
		color: hsla(var(--colorText), .5);
		text-decoration: none !important;
	}
	.page__breadcrumbs > span > span a:hover {
		color: hsla(var(--colorPrimary));
		text-decoration: underline !important;
	}
}

.filter-form__allreset {
	text-decoration: none;
}

.exibition__foot {
	display: flex;
	justify-content: center;
}

.callme__footer_button {
	display: flex;
	justify-content: center;
}

.callme__footer_button p {
	position: relative;
}

.callme__footer_button p span {
	position: absolute;
	top: 0;
	right: 0;
	margin: -12px 8px; 0 0;
	top: 50%;
	background-color: #9a9a9a;
}

.footer__subscribe {
	min-width: 300px;
}

.footer__subscribe form p {
	position: relative;
	display: grid;
    grid-template-columns: auto 86px;
    margin-top: var(--size-2);
    border: 1px solid;
}

.footer__subscribe .wpcf7-form-control-wrap {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}

.footer__subscribe .subscribe__input {
	width: 100%;
	height: 36px;
	border: none;
}

.footer__subscribe .subscribe__btn {
	background: none;
	border: none;
	color: transparent;
	cursor: pointer;
}
.footer__subscribe .wpcf7-spinner,
.footer__subscribe .wpcf7-not-valid-tip {
	display: none;
}

.footer__subscribe .the-arrow {
	position: absolute;
	top: 6px;
	right: 19px;
	pointer-events: none;
	transition: all 0.2s ease-in-out;
}
.footer__subscribe .subscribe__btn:hover + .wpcf7-spinner + .the-arrow {
	right: 14px;
	color: hsl(var(--colorPrimaryLight));
}