.footer-nav2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px 28px;
    padding: 0;
    text-transform: uppercase;
}
.footer-nav2 li {
    font-size: 14px;
    line-height: 110%;
}
#bquadro_cookie_panel {
    display: flex;
    justify-content: center;
}
.cookie-panel {
	color: #ffffff !important;
    display: block;
    /* background: linear-gradient(40deg, rgba(153, 153, 153, .7) 22%, rgba(153, 153, 153, .9) 100%) !important; */
    background-color: #0A0A0D !important;
    max-width: 1024px;
    left: auto;
    right: auto;
    border-radius: 10px;
    padding: 35px 100px 40px;
}
.cookie-panel p {
    text-align: left;
}
.cookie-panel a {
	color: #D9D9D9 !important;
    opacity: .7;
}
.cookie-panel a:hover {
	color: #197df6!important;
}
.cookie-panel__btn {
	color: #ffffff;
    background: var(--blue);
    padding: 5px 12px;
    border-radius: 50px;
    height: 100%;
    transition: all .3s linear;
	font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: center;
}
@media (max-width: 767px) {
    .cookie-panel {
        padding: 35px 10px 40px;
    }
    .cookie-panel .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cookie-panel p {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
    }
    .cookie-panel__btn {
        font-size: 14px;
        font-weight: 400;
    }
}

/************************* popups *************************/
.popup {
	display: none;
	width: 840px;
}
.popup.fancybox-content {
	padding: 48px 40px 72px;
	background: #0A0A0D;
	box-shadow: 8px 8px 24px rgba(24, 57, 64, 0.16);
	border-radius: 24px;
}
.popup-title {
	font-size: 40px;
	line-height: 100%;
}
.popup-descr {
    opacity: .7;
    margin: 0 0 25px;
}
.popup-wrap {
	position: relative;
}

@media screen and (max-width: 769px) {
    .popup-title {
        font-size: 30px;
        line-height: 100%;
    }
}

/* Стили для сообщений CF7 */
.form-message.success {
    color: green;
    margin-top: 15px;
    text-align: center;
}
.form-message.error {
    color: red;
    margin-top: 15px;
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
/* Убираем лишние отступы у кнопки */
.wpcf7-submit.button {
    width: auto;
}

/* Исправление для select в формах Contact Form 7 */
.wpcf7-form select,
.wpcf7-form select.styled {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: #121314 !important;
    background-color: #fff !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 16px !important;
    border: 1px solid #e0e0e0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.wpcf7-form select:focus {
    border-color: #197df6 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(25,125,246,0.2) !important;
}

/* Для старых браузеров – чтобы не было поломок */
.wpcf7-form select::-ms-expand {
    display: none !important;
}


/* Принудительно показываем чекбоксы согласия */
.wpcf7-form .check-item input[type="checkbox"],
.wpcf7-form .check-input {
    position: relative !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: white !important;
    border: 2px solid #197df6 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    vertical-align: middle !important;
}

.wpcf7-form .check-item input[type="checkbox"]:checked,
.wpcf7-form .check-input:checked {
    background: #197df6 !important;
    accent-color: #197df6 !important;
}

.check-label {
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}


/* ===== ПРИНУДИТЕЛЬНОЕ ОТОБРАЖЕНИЕ ВСЕХ ПОЛЕЙ В ФОРМАХ CF7 ===== */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
.wpcf7-form textarea,
.wpcf7-form select {
    height: 52px !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    line-height: 52px !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 15px !important;
}

.wpcf7-form textarea {
    height: auto !important;
    line-height: 1.4 !important;
    padding: 12px 18px !important;
    resize: vertical !important;
}

.wpcf7-form select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8"><path fill="none" stroke="%23555" stroke-width="1.5" d="M1 1l6 6 6-6"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    padding-right: 40px !important;
}

/* Чекбокс */
.wpcf7-form input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    margin: 0 10px 0 0 !important;
    vertical-align: middle !important;
    accent-color: #197df6 !important;
}

.check-label {
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

/* Кнопка */
.wpcf7-form .button {
    display: inline-block !important;
    background: #197df6 !important;
    border: none !important;
    cursor: pointer !important;
}

header{
    margin-bottom: 80px;
}

body{
    background-color: black;
}
/* Сетка преимуществ (адаптируем под стиль сайта) */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.advantage-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}
.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.advantage-icon {
    font-size: 48px;
    color: #197df6;
    margin-bottom: 20px;
}
.advantage-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #121314;
}
.advantage-desc {
    font-size: 15px;
    line-height: 1.4;
    color: #555;
}
@media (max-width: 768px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 480px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }
}/* Стили для отдельной новости */
.single-news-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
.news-content {
    background: rgba(255,255,255,0.03);
    border-radius: 24px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
}
.news-content p {
    margin-bottom: 1.2em;
}
.news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}
/* Пагинация в стиле кнопок */
.pagination {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination .page-numbers {
    display: inline-block;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.pagination .page-numbers.current {
    background: #197df6;
    border-color: #197df6;
}
.pagination .page-numbers:hover:not(.current) {
    background: rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
    .single-news-title {
        font-size: 28px;
    }
    .news-content {
        padding: 20px;
    }
}