<link href="/bitrix/templates/lyadov_n/template_styles.css?1657186404171841" type="text/css" data-template-style="true" rel="stylesheet" />
background-attachment: fixed;
$('body').css('transform-origin', e.pageX + 'px ' + ($(window).scrollTop() + e.pageY) + 'px');
padding-top: calc(100px - 10%);
$term = $wp_query->get_queried_object();
if ($term->slug == 'rubrika') {
header("HTTP/1.1 404 Not Found");
include(TEMPLATEPATH.'/404.php');
die();
}
li {
background-color: gray;
}
li:hover {
background-color: white;
border-radius: 10px 0 0 10px;
}
li:hover + li {
border-radius: 0 10px 0 0;
}
li:has(+ li:hover) {
border-radius: 0 0 10px 0;
}