:root {
	color-scheme: light;
	--telezka-yellow: #ffed00;
	--telezka-black: #000000;
	--bs-primary: var(--telezka-yellow);
	--bs-primary-rgb: 255, 237, 0;
	--telezka-radius: 10px;
	--telezka-menu-size: 18px;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	line-height: 1.5;
	color: #111;
	background: #fff;
}

body.woocommerce-cart .woocommerce .quantity,
body.page-template-template-order .woocommerce .quantity {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

body.woocommerce-cart .woocommerce .quantity .qty,
body.page-template-template-order .woocommerce .quantity .qty {
	width: 64px;
	min-height: 36px;
	text-align: center;
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: none;
}

body.woocommerce-cart .woocommerce .telezka-qty-btn,
body.page-template-template-order .woocommerce .telezka-qty-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: var(--telezka-radius);
	font-weight: 900;
	line-height: 1;
}

/* Корзина: bootstrap-карточки (шаблон woocommerce/cart/cart.php) */
body.woocommerce-cart .woocommerce .telezka-cart-item,
body.page-template-template-order .woocommerce .telezka-cart-item {
	border-radius: var(--telezka-radius);
}

body.woocommerce-cart .woocommerce .telezka-cart-remove,
body.page-template-template-order .woocommerce .telezka-cart-remove {
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: var(--telezka-radius);
	font-weight: 900;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce-cart .woocommerce .telezka-cart-qty,
body.page-template-template-order .woocommerce .telezka-cart-qty {
	display: flex;
	align-items: center;
}

.telezka-order-items-hidden {
	display: none !important;
}

.telezka-topbar-text {
	color: var(--telezka-black);
}

.telezka-topbar {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.telezka-city-trigger {
	border-radius: var(--telezka-radius);
	font-weight: 800;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}

.telezka-city-trigger:focus {
	box-shadow: none;
}

.telezka-city-option {
	border-radius: var(--telezka-radius);
	font-weight: 800;
}

.telezka-modal .modal-content {
	border: 0;
	border-radius: var(--telezka-radius);
	overflow: hidden;
}

.telezka-modal .modal-header {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.telezka-modal .modal-title {
	font-weight: 900;
}

.telezka-modal .modal-body {
	padding: 18px;
}

.telezka-modal .telezka-city-option {
	text-align: left;
	padding: 12px 14px;
}

.telezka-modal .telezka-city-option.btn-outline-dark {
	border-color: rgba(0, 0, 0, 0.25);
}

.telezka-modal .wpcf7 form {
	margin: 0;
}

.telezka-modal .wpcf7 form p {
	margin-bottom: 12px;
}

.telezka-modal .wpcf7 form label {
	font-weight: 800;
	margin-bottom: 6px;
}

.telezka-modal .wpcf7 input[type="text"],
.telezka-modal .wpcf7 input[type="tel"],
.telezka-modal .wpcf7 input[type="email"],
.telezka-modal .wpcf7 select,
.telezka-modal .wpcf7 textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: var(--telezka-radius);
	padding: 10px 12px;
	outline: none;
	box-shadow: none;
}

.telezka-modal .wpcf7 textarea {
	min-height: 110px;
}

.telezka-modal .wpcf7 input[type="submit"] {
	width: 100%;
	min-height: 44px;
	border-radius: var(--telezka-radius);
	border: 1px solid var(--telezka-black);
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	font-weight: 900;
}

.telezka-modal .wpcf7 input[type="submit"]:hover,
.telezka-modal .wpcf7 input[type="submit"]:focus {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border: 1px solid var(--telezka-black);
}

.telezka-city-hidden {
	display: none !important;
}

.telezka-modal .telezka-cf7-city-select label {
	display: block;
	font-weight: 800;
	margin-bottom: 6px;
}

.telezka-modal .telezka-cf7-city-select .telezka-city-select {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: var(--telezka-radius);
	padding: 10px 12px;
	box-shadow: none;
}

.telezka-cats-title {
	font-weight: 900;
	color: var(--telezka-black);
	margin: 0;
}

.telezka-cat-card {
	display: block;
	text-decoration: none;
	border-radius: var(--telezka-radius);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	transition: transform 180ms ease, border-color 180ms ease;
}

.telezka-cat-card-bg {
	position: relative;
	aspect-ratio: 1 / 1;
	background-color: rgba(0, 0, 0, 0.06);
}

.telezka-cat-card-media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: transform 220ms ease;
}

.telezka-cat-card-bg::after {
	/* content: ""; */
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.25) 100%);
	opacity: 0.85;
	transition: opacity 220ms ease;
}

.telezka-cat-card-bg::before {
	content: "";
	position: absolute;
	left: -30%;
	right: -30%;
	top: -40%;
	height: 38%;
	background: repeating-linear-gradient(
		135deg,
		var(--telezka-yellow) 0,
		var(--telezka-yellow) 12px,
		var(--telezka-black) 12px,
		var(--telezka-black) 24px
	);
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 220ms ease, transform 220ms ease;
	pointer-events: none;
}

.telezka-cat-card-title {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	max-width: calc(100% - 24px);
	padding: 10px 14px;
	border-radius: var(--telezka-radius);
	font-weight: 900;
	letter-spacing: 0.2px;
	line-height: 1.15;
	text-align: center;
	color: var(--telezka-black);
	background: var(--telezka-yellow);
	border: 1px solid rgba(0, 0, 0, 0.12);
	transition: transform 220ms ease, background 220ms ease, color 220ms ease;
	width: 100%;
	font-size: 14px;
}

.telezka-cat-card:hover,
.telezka-cat-card:focus {
	transform: translateY(-2px);
	border-color: rgba(0, 0, 0, 0.25);
}

.telezka-cat-card:hover .telezka-cat-card-bg::after,
.telezka-cat-card:focus .telezka-cat-card-bg::after {
	opacity: 1;
}

.telezka-cat-card:hover .telezka-cat-card-bg::before,
.telezka-cat-card:focus .telezka-cat-card-bg::before {
	opacity: 0.9;
	transform: translateY(0);
}


.telezka-cat-card:hover .telezka-cat-card-media,
.telezka-cat-card:focus .telezka-cat-card-media {
	transform: scale(1.05);
}

.telezka-cat-card:hover .telezka-cat-card-title,
.telezka-cat-card:focus .telezka-cat-card-title {
	transform: translateX(-50%) translateY(-2px);
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border-color: rgba(255, 237, 0, 0.55);
}

.telezka-topbar-menu .navbar-nav .menu-item a,
.telezka-topbar-menu .navbar-nav .nav-link {
	color: var(--telezka-black);
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

.telezka-topbar-menu .navbar-nav .menu-item a:hover {
	text-decoration: underline;
}

.telezka-topbar-phone {
	color: var(--telezka-black);
	text-decoration: none;
}

.telezka-worktime svg,
.telezka-topbar-phone svg {
	width: 14px;
	height: 14px;
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 4px;
	vertical-align: -2px;
}

.telezka-topbar-phone:hover {
	text-decoration: underline;
}

.telezka-btn-callback {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border: 1px solid var(--telezka-yellow);
	font-weight: 800;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: var(--telezka-radius);
	border-top-left-radius: var(--telezka-radius);
	border: 1px solid var(--telezka-black);
}

.telezka-btn-callback:hover,
.telezka-btn-callback:focus {
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border: 1px solid var(--telezka-yellow);
}

.telezka-search-group {
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: var(--telezka-radius);
	overflow: hidden;
	background: #fff;
	/* -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); */
	/* -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); */
	/* box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); */
}

.telezka-search-group .form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 42px;
	border-bottom-left-radius: 0;
}

.telezka-search-group .btn {
	border: 0;
	border-radius: 0;
	min-height: 42px;
	font-weight: 800;
	background: var(--telezka-black);
	color: var(--telezka-yellow);
}

.telezka-search-group .btn:hover,
.telezka-search-group .btn:focus {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
}

.telezka-search-group:focus-within {
	border-color: rgba(0, 0, 0, 0.55);
}

.telezka-btn-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border-radius: var(--telezka-radius);
	font-weight: 800;
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border: 1px solid var(--telezka-black);
	text-decoration: none;
	position: relative;
}

.telezka-btn-cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border: 1px solid var(--telezka-black);
	font-size: 12px;
	line-height: 20px;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.telezka-btn-cart:hover,
.telezka-btn-cart:focus {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border-color: var(--telezka-black);
}

.telezka-btn-cart:hover .telezka-btn-cart-count,
.telezka-btn-cart:focus .telezka-btn-cart-count {
	background: var(--telezka-black);
	color: var(--telezka-yellow);
}

.telezka-btn-cart-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	flex: 0 0 auto;
}

.telezka-logo {
	max-height: 56px;
	width: auto;
}

.telezka-btn-contacts {
	white-space: nowrap;
	background: red;
    color: #fff;
    border-color: red;
    font-weight: bold;
}

.telezka-btn-phone {
	background: var(--telezka-yellow);
	border: none;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: var(--telezka-radius);
	border-top-left-radius: var(--telezka-radius);
	border: 1px solid var(--telezka-yellow);
	color: var(--telezka-black);
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}

.telezka-btn-phone:hover {
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border: 1px solid var(--telezka-yellow);
}

.navbar-nav li a {
	font-size: var(--telezka-menu-size);
	color: var(--telezka-black);
	text-decoration: none;
	font-weight: bold;
}

.navbar-nav li:hover a {
	color: var(--telezka-black);
	text-decoration: underline;
}

.telezka-btn-phone {
	--bs-btn-color: var(--telezka-black);
	--bs-btn-border-color: var(--telezka-black);
	--bs-btn-hover-color: var(--telezka-black);
	--bs-btn-hover-border-color: var(--telezka-black);
	--bs-btn-active-color: var(--telezka-black);
	--bs-btn-active-border-color: var(--telezka-black);
}

.telezka-navbar {
	background: var(--telezka-yellow);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	--bs-navbar-color: var(--telezka-black);
	--bs-navbar-hover-color: var(--telezka-black);
	--bs-navbar-active-color: var(--telezka-black);
	--bs-navbar-disabled-color: rgba(0, 0, 0, 0.35);
	--bs-navbar-toggler-border-color: var(--telezka-black);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280%2c0%2c0%2c0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
	.telezka-header-tools {
		width: 100%;
	}

	.telezka-header-tools .telezka-product-search {
		flex: 1 0 100%;
	}

	.telezka-header-tools .telezka-catalog,
	.telezka-header-tools .telezka-header-actions {
		flex: 1 0 calc(50% - 0.5rem);
	}

	.telezka-header-tools .telezka-btn-cart {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 992px) {
	.telezka-header-tools {
		flex-wrap: nowrap;
	}
}

.telezka-mobile-menu .offcanvas-header {
	background: var(--telezka-yellow);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#telezkaContactsModal .site-footer__contacts a {
	color: var(--telezka-black);
	text-decoration: none;
}

#telezkaContactsModal .site-footer__contacts a:hover,
#telezkaContactsModal .site-footer__contacts a:focus {
	color: var(--telezka-black);
	text-decoration: underline;
}

.telezka-navbar .nav-link {
	color: var(--telezka-black);
	font-weight: 600;
}

.telezka-navbar .nav-link:hover,
.telezka-navbar .nav-link:focus {
	color: var(--telezka-black);
	text-decoration: underline;
}

.telezka-hero {
	position: relative;
	/* Показывать изображение целиком, не обрезая его */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Мобильная картинка (для планшетов и телефонов) — по умолчанию скрыта, показывается через медиазапрос */
.telezka-hero-mobile-img {
	display: none;
	position: absolute;
	inset: 0; /* top:0; right:0; bottom:0; left:0 */
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	z-index: 0;
}

/* Показываем мобильную картинку только на узких экранах (меньше либо равно 780px).
   На планшетах 780px и 1024px остаётся desktop/background-изображение. */
@media (max-width: 780px) {
	.telezka-hero {
		background-image: none !important;
	}
	.telezka-hero-mobile-img {
		display: block;
	}
	.telezka-hero-inner {
		position: relative;
		z-index: 1;
	}
}

.telezka-hero-swiper {
	width: 100%;
	/* Защита от схлопывания высоты контейнера Swiper */
	height: 500px;
}

.telezka-hero-swiper .swiper-wrapper {
	height: 100%;
}

.telezka-hero-swiper .swiper-slide {
	height: 100%;
}

.telezka-hero-swiper .telezka-hero-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.telezka-hero-swiper .telezka-hero-swiper__nav {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--telezka-yellow);
	border: 1px solid var(--telezka-black);
	color: var(--telezka-black);
}

.telezka-hero-swiper .telezka-hero-swiper__nav::after {
	font-size: 18px;
	font-weight: 800;
}

.telezka-hero-swiper .telezka-hero-swiper__nav:hover,
.telezka-hero-swiper .telezka-hero-swiper__nav:focus {
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border-color: var(--telezka-yellow);
}

.telezka-hero-swiper .telezka-hero-swiper__pagination {
	bottom: 14px;
}

.telezka-hero-swiper .telezka-hero-swiper__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	opacity: 1;
	border: 2px solid var(--telezka-yellow);
}

.telezka-hero-swiper .telezka-hero-swiper__pagination .swiper-pagination-bullet-active {
	background: var(--telezka-yellow);
	border-color: var(--telezka-yellow);
}

/* .telezka-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
} */

.telezka-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto;
	color: #fff;
}

.telezka-hero-title {
	font-weight: 800;
}

.telezka-hero-text {
	font-size: 18px;
}

@media (max-width: 575.98px) {
	.telezka-hero,
	.telezka-hero-swiper {
		height: 640px;
	}

	.telezka-hero-inner {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	.telezka-hero-title {
		font-size: 28px;
		line-height: 1.15;
	}

	.telezka-hero-text {
		font-size: 16px;
	}

	.telezka-hero-swiper .telezka-hero-swiper__nav {
		display: none;
	}
}

.telezka-btn-cta {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: var(--telezka-radius);
	border-top-left-radius: var(--telezka-radius);
	border: 1px solid var(--telezka-black);
	font-weight: 700;
	padding: 12px 22px;
}

.telezka-btn-cta:hover,
.telezka-btn-cta:focus {
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border: 1px solid var(--telezka-yellow);
}

.telezka-model-card-img {
	height: 180px;
	object-fit: contain;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* .site-header,
.site-footer {
	padding: 16px;
	border-bottom: 1px solid #eee;
} */

.site-footer {
	border-top: 1px solid #eee;
	border-bottom: 0;
	margin-top: auto;
}

.site-content {
	padding: 16px;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.site-title {
	margin: 0;
	font-size: 20px;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.primary-menu {
	margin-top: 12px;
}

.primary-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.primary-menu a {
	text-decoration: none;
	color: inherit;
}

.entry-title {
	margin-top: 0;
}

.entry-meta {
	font-size: 14px;
	color: #555;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.telezka-model-tabs-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.telezka-model-tabs {
	flex-wrap: nowrap;
	white-space: nowrap;
}

.telezka-model-tabs .nav-item {
	flex: 0 0 auto;
}

.telezka-model-tabs .nav-link {
	white-space: nowrap;
	padding: 0.4rem 0.65rem;
	font-size: 0.9rem;
}

/* Product tabs (single product) */
.telezka-product-tabs .telezka-model-tabs {
	gap: 22px;
}

.telezka-product-tabs .telezka-model-tabs .nav-link {
	padding: 0;
	font-size: 32px;
	font-weight: 900;
	color: var(--telezka-black);
	background: transparent;
	border: 0;
	border-bottom: 4px solid transparent;
	border-radius: 0;
}

.telezka-product-tabs .telezka-model-tabs .nav-link:hover,
.telezka-product-tabs .telezka-model-tabs .nav-link:focus {
	color: var(--telezka-black);
}

.telezka-product-tabs .telezka-model-tabs .nav-link.active {
	border-bottom-color: var(--telezka-yellow);
}

.telezka-product-tabs__content {
	margin-top: 14px;
}

.telezka-product-tabs__panel {
	background: rgba(0, 0, 0, 0.04);
	border-radius: var(--telezka-radius);
	padding: 22px;
}

.telezka-product-tabs__panel p:last-child {
	margin-bottom: 0;
}

.telezka-attr-row {
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 10px 0;
	border-top: 1px dashed rgba(0, 0, 0, 0.12);
}

.telezka-attr-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.telezka-attr-label {
	flex: 0 0 auto;
	color: rgba(0, 0, 0, 0.80);
	font-weight: 600;
}

.telezka-attr-dots {
	flex: 1 1 auto;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.20);
	transform: translateY(-2px);
}

.telezka-attr-value {
	flex: 0 0 auto;
	color: var(--telezka-black);
	font-weight: 700;
	text-align: right;
}

@media (max-width: 575px) {
	.telezka-product-tabs .telezka-model-tabs .nav-link {
		font-size: 22px;
	}
	.telezka-product-tabs__panel {
		padding: 16px;
	}
}

.telezka-model-desc-toggle {
	font-size: 0.9rem;
}

.telezka-model-desc-toggle .when-expanded {
	display: none;
}

.telezka-model-desc-toggle[aria-expanded="true"] .when-expanded {
	display: inline;
}

.telezka-model-desc-toggle[aria-expanded="true"] .when-collapsed {
	display: none;
}

.card-title {
	min-height: 48px;
}

.card {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: all 0.3s ease-in-out;
}

.card:hover {
	-webkit-box-shadow: 0px 8px 15px 4px rgba(34, 60, 80, 0.3);
	-moz-box-shadow: 0px 8px 15px 4px rgba(34, 60, 80, 0.3);
	box-shadow: 0px 8px 15px 4px rgba(34, 60, 80, 0.3);
}

.telezka-section-divider {
	height: 12px;
	width: 100%;
	--telezka-divider-stripe: 12px;
}

/* Footer request + footer */
.footer-request {
	padding: 24px 0;
	background: #f8f9fa;
}

.footer-request__title {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: 800;
}

.footer-request__text {
	margin: 0;
	color: rgba(0, 0, 0, 0.72);
}

.footer-request__form {
	/* background: #fff;
	border-radius: 14px;
	padding: 16px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); */
}

/* CF7 form styles inside footer request */
.footer-request .wpcf7 {
	margin: 0;
}

.footer-request .wpcf7 form {
	margin: 0;
}

.footer-request .telezka-cf7 p {
	margin: 0;
}

.footer-request .wpcf7 .wpcf7-form-control {
	width: 100%;
}

.footer-request .wpcf7 input[type="text"],
.footer-request .wpcf7 input[type="tel"],
.footer-request .wpcf7 input[type="email"],
.footer-request .wpcf7 textarea {
	width: 100%;
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.18);
	padding: 10px 12px;
	background: #fff;
	box-shadow: none;
}

.footer-request .wpcf7 textarea {
	min-height: 140px;
	resize: vertical;
}

.footer-request .wpcf7 input[type="text"]:focus,
.footer-request .wpcf7 input[type="tel"]:focus,
.footer-request .wpcf7 input[type="email"]:focus,
.footer-request .wpcf7 textarea:focus {
	outline: none;
	border-color: rgba(0, 0, 0, 0.35);
}

.footer-request .wpcf7 input[type="submit"] {
	width: 100%;
	min-height: 44px;
	border-radius: var(--telezka-radius);
	border: 1px solid var(--telezka-black);
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	font-weight: 900;
}

.footer-request .wpcf7 input[type="submit"]:hover,
.footer-request .wpcf7 input[type="submit"]:focus {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border: 1px solid var(--telezka-black);
}

.footer-request__placeholder {
	margin: 0;
	color: rgba(0, 0, 0, 0.6);
}

.site-footer {
	padding: 32px 0 18px;
	background: #111;
	color: rgba(255, 255, 255, 0.85);
}

.site-footer__title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

.site-footer__catlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__catlist li {
	margin: 0 0 8px;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer__placeholder {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.site-footer__contacts {
	display: grid;
	gap: 10px;
}

.site-footer__contact span {
	color: rgba(255, 255, 255, 0.65);
}

.site-footer__bottom {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.7);
}

.site-footer__credit a {
	color: var(--telezka-yellow);
	font-weight: 900;
	text-decoration: none;
}

.site-footer__credit a:hover {
	color: var(--telezka-yellow);
	text-decoration: underline;
}

.telezka-whatsapp-fab {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 56px;
	height: 56px;
	z-index: 1030;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.telezka-whatsapp-fab img {
	width: 100%;
	height: 100%;
	display: block;
}

@media (max-width: 991px) {
	/* footer-request использует Bootstrap row/col */
}

.telezka-section-divider--yellow {
	background-image: repeating-linear-gradient(
		-45deg,
		var(--telezka-yellow) 0,
		var(--telezka-yellow) var(--telezka-divider-stripe),
		var(--telezka-black) var(--telezka-divider-stripe),
		var(--telezka-black) calc(var(--telezka-divider-stripe) * 2)
	);
}

.telezka-section-divider--black {
	background-image: repeating-linear-gradient(
		45deg,
		var(--telezka-yellow) 0,
		var(--telezka-yellow) var(--telezka-divider-stripe),
		var(--telezka-black) var(--telezka-divider-stripe),
		var(--telezka-black) calc(var(--telezka-divider-stripe) * 2)
	);
}

.telezka-adv-card {
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);	
	border-top: 4px solid var(--telezka-yellow);
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	transition: all 0.3s ease-in-out;
}

.telezka-adv-card:hover {
	-webkit-box-shadow: 0px 8px 15px 4px rgba(34, 60, 80, 0.3);
	-moz-box-shadow: 0px 8px 15px 4px rgba(34, 60, 80, 0.3);
	box-shadow: 0px 8px 15px 4px rgba(34, 60, 80, 0.3);
}

.telezka-adv-icon {
	width: 76px;
	height: 76px;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: var(--telezka-yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.telezka-adv-icon-img {
	max-width: 44px;
	max-height: 44px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.telezka-adv-title {
	font-weight: 800;
}

.telezka-adv-desc {
	font-size: 0.95rem;
}

.telezka-adv-desc p:last-child {
	margin-bottom: 0;
}

.telezka-branch-name {
	font-size: 0.95rem;
}

.telezka-branch-phone a {
	color: var(--telezka-black);
	font-weight: 800;
}

.telezka-branch-phone a:hover {
	color: var(--telezka-yellow);
	text-decoration: underline;
}

.telezka-btn-catalog {
	font-weight: 800;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: var(--telezka-radius);
	border-top-left-radius: var(--telezka-radius);
	height: 42px;
}

.telezka-catalog-menu {
	min-width: min(920px, 92vw);
	max-height: 70vh;
	overflow: auto;
	border-radius: var(--telezka-radius);
}

.telezka-catalog-menu a {
	color: var(--telezka-black);
	text-decoration: none;
}

.telezka-catalog-menu a:hover {
	text-decoration: underline;
}

.telezka-catalog-products {
	font-size: 0.95rem;
}

.telezka-btn-callback.footer-custom {
	width: 135px;
}

/* WooCommerce base styling (shop + product) */
.telezka-wc-archive.is-loading #telezkaWcResults {
	opacity: 0.6;
	pointer-events: none;
}

/* Catalog filters */
.telezka-wc-filters .telezka-wc-filter-form {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: var(--telezka-radius);
	padding: 14px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.telezka-wc-filters .telezka-wc-filter-group > .fw-semibold {
	font-weight: 900;
	color: var(--telezka-black);
}

.telezka-wc-filters .telezka-wc-filter-form input[type="text"],
.telezka-wc-filters .telezka-wc-filter-form input[type="number"],
.telezka-wc-filters .telezka-wc-filter-form select {
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: var(--telezka-radius);
	box-shadow: none;
	outline: none;
}

.telezka-wc-filters .telezka-wc-filter-form input[type="checkbox"] {
	accent-color: var(--telezka-yellow);
	width: 16px;
	height: 16px;
}

.telezka-wc-filters .telezka-wc-filter-form label {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.8);
}

.telezka-wc-filters .telezka-wc-filter-form .form-range {
	accent-color: var(--telezka-yellow);
}

/* Dual range (2 thumbs) */
.telezka-range-dual {
	position: relative;
	height: 28px;
	--min-pct: 0%;
	--max-pct: 100%;
	user-select: none;
	touch-action: none;
}

.telezka-range-dual__track {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 6px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: var(--telezka-black);
	opacity: 0.18;
}

.telezka-range-dual__selection {
	position: absolute;
	top: 50%;
	height: 6px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: var(--telezka-yellow);
	left: var(--min-pct);
	right: calc(100% - var(--max-pct));
}

.telezka-range-dual__thumb {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--telezka-yellow);
	border: 2px solid var(--telezka-black);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.telezka-range-dual__thumb--min {
	left: var(--min-pct);
}

.telezka-range-dual__thumb--max {
	left: var(--max-pct);
}

.telezka-range-dual__thumb:focus {
	outline: none;
}

.telezka-wc-filters .telezka-wc-filter-submit,
.telezka-wc-filters .telezka-wc-filter-submit.btn,
.telezka-wc-filters .telezka-wc-filter-submit.btn.btn-dark {
	border-radius: var(--telezka-radius);
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid var(--telezka-yellow);
	background: var(--telezka-black);
	font-weight: 900;
	min-height: 42px;
	transition: all 0.3s ease-in-out;
	color: var(--telezka-yellow);
}

.telezka-wc-filters .telezka-wc-filter-submit,
.telezka-wc-filters .telezka-wc-filter-submit.btn,
.telezka-wc-filters .telezka-wc-filter-submit.btn.btn-dark:hover {
	border-color: var(--telezka-black);
	background: var(--telezka-yellow);
	color: var(--telezka-black);
}

.telezka-wc-filters .telezka-wc-filter-submit:hover,
.telezka-wc-filters .telezka-wc-filter-submit:focus {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
	border: 1px solid var(--telezka-black);
}


.telezka-wc .woocommerce-breadcrumb {
	margin: 0 0 12px;
	font-size: 0.95rem;
	color: rgba(0, 0, 0, 0.6);
}

.telezka-wc .woocommerce-breadcrumb a {
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

.telezka-wc .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.telezka-wc-title {
	font-weight: 900;
	color: var(--telezka-black);
}

.telezka-wc-title-count {
	/* margin-left: 10px; */
	font-size: 16px;
	font-weight: 800;
	color: rgba(0, 0, 0, 0.55);
}

.telezka-wc-subcat {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: var(--telezka-black);
}

.telezka-wc-subcat:hover {
	text-decoration: none;
}

.telezka-wc-subcat-thumb {
	width: 54px;
	height: 54px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex: 0 0 auto;
}

.telezka-wc-subcat-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.telezka-wc-subcat-placeholder {
	width: 100%;
	height: 100%;
}

.telezka-wc-subcat-name {
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1.2;
}

.telezka-wc .woocommerce-result-count,
.telezka-wc .woocommerce-ordering {
	margin-bottom: 12px;
}

.telezka-wc .woocommerce-ordering select {
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.18);
	padding: 8px 10px;
}

/* Product grid */
.telezka-wc ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 991px) {
	.telezka-wc ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.telezka-wc ul.products {
		grid-template-columns: 1fr;
	}
}

.telezka-wc ul.products li.product {
	float: none !important;
	width: auto !important;
	clear: none !important;
	margin: 0 !important;
	padding: 14px;
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	display: flex;
	flex-direction: column;
}

.telezka-wc ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.telezka-wc ul.products li.product a {
	text-decoration: none;
	color: inherit;
}

.telezka-wc ul.products li.product img {
	border-radius: calc(var(--telezka-radius) - 6px);
	margin: 0 0 10px;
	width: 100%;
	height: 180px;
	object-fit: contain;
	background: #fff;
}

.telezka-wc ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 800;
	color: var(--telezka-black);
	margin: 0 0 8px;
	overflow: visible;
}

.telezka-wc ul.products li.product .price {
	display: block;
	font-weight: 900;
	color: var(--telezka-black);
	margin: 0 0 10px;
}

.telezka-wc ul.products li.product a.button,
.telezka-wc ul.products li.product button.button {
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

.telezka-wc a.button,
.telezka-wc button.button,
.telezka-wc input.button,
.telezka-wc #respond input#submit {
	border-radius: var(--telezka-radius);
	border: 1px solid var(--telezka-black);
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	font-weight: 900;
	padding: 10px 14px;
}

.telezka-wc a.button:hover,
.telezka-wc button.button:hover,
.telezka-wc input.button:hover,
.telezka-wc #respond input#submit:hover {
	background: var(--telezka-yellow);
	color: var(--telezka-black);
}

/* Single product */
.telezka-wc div.product {
	margin-top: 6px;
}

.telezka-wc div.product .product_title {
	font-weight: 900;
	color: var(--telezka-black);
}

.telezka-wc div.product div.images img {
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #fff;
	max-height: 480px;
	height: auto;
}

/* Галерея товара: большое изображение */
.telezka-wc div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	width: 100%;
	/* height: 420px; */
	object-fit: contain;
	margin: 0;
	display: block;
}

/* Миниатюры галереи */
.telezka-wc div.product div.images .flex-control-thumbs {
	margin-top: 10px;
	padding-left: 0;
	list-style: none;
}

.telezka-wc div.product div.images .flex-control-thumbs img {
	width: 100%;
	height: 72px;
	object-fit: contain;
	background: #fff;
	border-radius: calc(var(--telezka-radius) - 6px);
	border: 1px solid rgba(0, 0, 0, 0.10);
}

@media (min-width: 992px) {
	/* На десктопе: миниатюры слева, большое изображение справа */
	/* В WooCommerce блок галереи сам является div.images (и часто одновременно .woocommerce-product-gallery) */
	.telezka-wc div.product div.images {
		display: flex;
		gap: 12px;
		align-items: flex-start;
	}
	.telezka-wc div.product div.images .woocommerce-product-gallery__wrapper {
		order: 2;
		flex: 1 1 auto;
		min-width: 0;
	}
	.telezka-wc div.product div.images .flex-control-thumbs {
		order: 1;
		margin-top: 0;
		flex: 0 0 92px;
		width: 92px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 0;
	}
	.telezka-wc div.product div.images .flex-control-thumbs li {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}
}

@media (max-width: 575px) {
	.telezka-wc div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		height: 300px;
	}
	.telezka-wc div.product div.images .flex-control-thumbs img {
		height: 60px;
	}
}

.telezka-wc div.product div.summary {
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #fff;
	padding: 16px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.telezka-wc .telezka-product-specs {
	margin: 14px 0;
	border-radius: var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #fff;
	padding: 16px;
}

.telezka-wc .telezka-product-specs__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.telezka-wc .telezka-product-specs__title {
	font-weight: 900;
	color: var(--telezka-black);
}

.telezka-wc .telezka-product-specs__all {
	font-weight: 800;
	color: var(--telezka-black);
	text-decoration: underline;
}

.telezka-wc .telezka-product-specs__all:hover,
.telezka-wc .telezka-product-specs__all:focus {
	color: var(--telezka-black);
	text-decoration: none;
}

.telezka-wc .telezka-product-specs__row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.telezka-wc .telezka-product-specs__row:first-child {
	border-top: 0;
	padding-top: 0;
}

.telezka-wc .telezka-product-specs__label {
	color: rgba(0, 0, 0, 0.65);
	font-weight: 700;
}

.telezka-wc .telezka-product-specs__value {
	color: var(--telezka-black);
	font-weight: 800;
	text-align: right;
}

.telezka-wc div.product p.price,
.telezka-wc div.product span.price {
	font-weight: 900;
	color: var(--telezka-black);
}

.telezka-wc .woocommerce-tabs ul.tabs {
	padding-left: 0;
}

.telezka-wc .woocommerce-tabs ul.tabs li {
	border-radius: var(--telezka-radius) var(--telezka-radius) 0 0;
}

.telezka-wc .woocommerce-tabs .panel {
	border-radius: 0 0 var(--telezka-radius) var(--telezka-radius);
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 16px;
	background: #fff;
}

.woocommerce ul.products::before {
	display: none;
}

.telezka-wc ul.products li.product a.button {
	background: var(--telezka-yellow);
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	transition: all 0.3s ease-in-out;
}

.telezka-wc ul.products li.product a.button:hover {
	background: var(--telezka-black);
	color: var(--telezka-yellow);
	border: 1px solid var(--telezka-yellow);
}

.woocommerce ul.products li.product a img {
	min-width: 200px;
	min-height: 200px;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto 10px;
}

.widget-title.wpc-filter-title {
	font-weight: bold;
}

.wpc-filters-section,
.wpc-filters-ul-list {
	margin-bottom: 0 !important;
}

.wpc-filter-link {
	color: var(--telezka-black);
}

.wpfFilterButton {
	background: var(--telezka-black) !important;
    color: var(--telezka-yellow) !important;
    border: 1px solid var(--telezka-yellow) !important;
	border-radius: var(--telezka-radius) !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.wpfFilterButton:hover {
	background: var(--telezka-yellow) !important;
	color: var(--telezka-black) !important;
	border: 1px solid var(--telezka-black) !important;
}

.telezka-card-attr-label {
	color: rgba(0,0,0,.45);
	font-size: 14px;
}

.wp-block-product-new {
	display: none !important;
}

.telezka-loop-add {
	flex-direction: column;
}

.screen-reader-text,
.added_to_cart.wc-forward {
	display: none !important;
}

.footer-request.zakaz {
	background: #fff !important;
	padding: 0px !important;
}

.cart .quantity .screen-reader-text,
.cart .quantity .input-text.qty.text {
	display: none !important;
}

.single_add_to_cart_button {
	color: var(--telezka-black) !important;
	background: var(--telezka-yellow) !important;
	border-radius: var(--telezka-radius) !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	transition: all 0.3s ease-in-out !important;
}

.single_add_to_cart_button:hover {
	background: var(--telezka-black) !important;
	color: var(--telezka-yellow) !important;
	border: 1px solid var(--telezka-yellow) !important;
}

.button.wc-forward {
	color: var(--telezka-yellow) !important;
	background: var(--telezka-black) !important;
	border-radius: var(--telezka-radius) !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border: 1px solid var(--telezka-yellow) !important;
	transition: all 0.3s ease-in-out !important;
}

.button.wc-forward:hover {
	background: var(--telezka-yellow) !important;
	color: var(--telezka-black) !important;
	border: 1px solid var(--telezka-black) !important;
}

.right-block .summary.entry-summary,
.left-block .telezka-product-gallery .woocommerce-product-gallery  {
	width: 100% !important;
}

#telezka-tab-description h2 {
	display: none;
}

.woocommerce div.product form.cart {
	margin-bottom: 14px !important;
}

/* .woocommerce-product-gallery__image {
	margin-top: 15px;
} */

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	order: 1;
}

.woocommerce-product-gallery .flex-viewport {
	order: 2;
}

.product_meta .posted_in a {
	color: var(--telezka-black);
	font-weight: bold;
}

.m-top-none {
	margin-top: 0;
}

.telezka-order-cart.mb-4 .telezka-cart-item .fw-bold .text-decoration-none {
	color: var(--telezka-black);
}

#telezkaCallbackModal .modal-dialog.modal-dialog-centered .modal-body label {
	width: 100%;
}

.telezka-modal .wpcf7 form p:has(input[type="submit"]) {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

/* --- Контакты --- */
.telezka-contacts-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.telezka-contacts-header-label {
    font-size: 15px;
    color: #666666 !important;
    margin-bottom: 8px;
}
.telezka-contacts-header-value {
    font-size: 1.2rem;
    gap: 0.5rem;
}
.telezka-contacts-header-phone {
    font-size: 1.3rem;
    font-weight: 700;
}
.telezka-contacts-header-email a {
	color: #2c64c6;
    text-decoration: none;
	font-size: 18px;
}
.telezka-contacts-header-phone a {
    color: var(--telezka-black);
    text-decoration: none;
	font-size: 18px;
}
.telezka-contacts-header-worktime {
    font-size: 18px;
    font-weight: 700;
}
.telezka-contacts-city-title {
    font-size: 26px;
    font-weight: 700;
}
.telezka-contacts-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.telezka-contacts-address {
    font-size: 16px;
	/* margin-left: 10px; */
}
.telezka-contacts-worktime {
    font-size: 16px;
    color: #888;
	/* margin-left: 10px; */
}
.telezka-contacts-warehouse-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
}
.telezka-contacts-warehouse-address {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.telezka-contacts-warehouse-worktime {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.2rem;
}
.telezka-contacts-header svg,
.telezka-contacts-city-title svg {
    vertical-align: middle;
    margin-right: 0.3em;
}
.telezka-contacts-header-value svg {
    margin-right: 0.2em;
}
.telezka-contacts-city-title {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
}
.telezka-contacts-header {
    padding-bottom: 1.5rem;
}
.telezka-contacts-header-value {
    display: flex;
    align-items: center;
}
.telezka-contacts-header-phone,
.telezka-contacts-header-email,
.telezka-contacts-header-worktime {
    display: inline-block;
}
.telezka-contacts-warehouse-title {
    color: var(--telezka-black);
}

.email-div {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

@media (max-width: 480px) {
	.email-div {
		border-right: none;
		border-left: none;
	}

	.telezka-logo {
		max-width: 150px !important;
	}
}

.footer-thk {
	display: flex;
	align-items: center;
	gap: 5px;
}

.img-footer {
	max-width: 100px !important;
}

.modal-body .site-footer__contacts {
	justify-content: center;
}