//* ===== Рубрики сайта Выбрано ===== */

.category-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 30px 80px;
}

.category-header {
    max-width: 820px;
    margin-bottom: 40px;
}

.category-title {
    margin: 0 0 14px;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #18212f;
}

.category-description {
    font-size: 17px;
    line-height: 1.65;
    color: #606773;
}

.category-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.category-card {
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
}

.category-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-card-content {
    padding: 22px;
}

.category-card-date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #7c838d;
}

.category-card-title {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
}

.category-card-title a {
    color: #18212f;
    text-decoration: none;
}

.category-card-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #626a74;
}

.category-card-more {
    display: inline-block;
    margin-top: 14px;
    color: #e99512;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .category-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .category-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .category-container {
        padding: 32px 20px 60px;
    }

    .category-title {
        font-size: 38px;
    }

    .category-posts {
        grid-template-columns: 1fr;
    }
}
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*/* ==================================================
   ВЫБРАНО — ВЕРХ ОТДЕЛЬНОЙ СТАТЬИ
   Заголовок + категория + дата + время чтения
   ================================================== */

.vybrano-article-header {
    width: 100%;
    max-width: 1100px;
    margin: 55px auto 38px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Заголовок статьи */
.vybrano-article-title {
    max-width: 1000px;
    margin: 0 0 18px;

    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;

    color: #172033;
}

/* Строка под заголовком */
.vybrano-article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    font-size: 14px;
    line-height: 1.5;
    color: #7a8088;
}

/* Категория */
.vybrano-meta-category {
    color: #d88400;
    font-weight: 600;
    text-decoration: none;
}

.vybrano-meta-category:hover {
    color: #aa6800;
}

/* Разделители */
.vybrano-meta-separator {
    color: #c3c6ca;
}

/* Дата */
.vybrano-meta-date {
    color: #7a8088;
}

/* Время чтения */
.vybrano-meta-reading {
    color: #7a8088;
}


/* =========================
   ПЛАНШЕТ
   ========================= */

@media (max-width: 1024px) {

    .vybrano-article-header {
        margin-top: 42px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .vybrano-article-title {
        font-size: 40px;
    }
}

/* ВЫБРАНО — контейнер шапки статьи */
body.single-post .vybrano-article-header {
    width: 100% !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}
/* =========================
   ТЕЛЕФОН
   ========================= */
/* ВЫБРАНО — хлебные крошки в статье */

.vybrano-article-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    margin: 0 0 18px;

    font-size: 14px;
    line-height: 1.5;

    color: #8a9099;
}

.vybrano-article-breadcrumbs a {
    color: #8a9099;
    text-decoration: none;
    transition: color .2s ease;
}

.vybrano-article-breadcrumbs a:hover {
    color: #d88400;
}

.vybrano-breadcrumb-separator {
    color: #c5c8cc;
}

@media (max-width: 767px) {
    .vybrano-article-breadcrumbs {
        margin-bottom: 14px;
        font-size: 13px;
        gap: 6px;
    }
}
/* ===== ВЫБРАНО — глобальный футер ===== */

.vybrano-footer {
	width: 100%;
	background: #101827;
	color: #c8ced8;
}

.vybrano-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 40px 54px;
	display: grid;
	grid-template-columns: 1.5fr 0.75fr 1fr;
	gap: 70px;
}

.vybrano-footer__logo {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

.vybrano-footer__check {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 26px;
}

.vybrano-footer__text {
	max-width: 380px;
	margin: 32px 0 22px;
	font-size: 14px;
	line-height: 1.6;
	color: #c8ced8;
}

.vybrano-footer__email {
	color: #d88400;
	font-size: 15px;
	text-decoration: none;
}

.vybrano-footer__email:hover {
	color: #f0a020;
}

.vybrano-footer__column h3 {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.vybrano-footer__column nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vybrano-footer__column a {
	color: #c8ced8;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.35;
}

.vybrano-footer__column a:hover {
	color: #d88400;
}

.vybrano-footer__bottom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 40px 28px;
	border-top: 1px solid #2b3545;
	text-align: center;
	font-size: 13px;
	color: #8f98a8;
}

@media (max-width: 1024px) {
	.vybrano-footer__inner {
		padding-left: 30px;
		padding-right: 30px;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.vybrano-footer__brand {
		grid-column: 1 / -1;
	}

	.vybrano-footer__bottom {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.vybrano-footer__inner {
		padding: 48px 20px 38px;
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.vybrano-footer__brand {
		grid-column: auto;
	}

	.vybrano-footer__logo {
		font-size: 24px;
	}

	.vybrano-footer__check {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}

	.vybrano-footer__bottom {
		padding: 22px 20px 24px;
	}
}