@font-face {
  font-family: "Bebas Neue";
  src: url('/wp-content/themes/obozdv/fonts/BebasNeueCyr.ttf');
}

body {
    background-color: #F2F2F2;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

a.button-red {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; 
    background-color: #C62626;
    color: #F2F2F2;
}

.page-container {
    max-width: 1160px;
    margin: auto;
}

.row.header {
    margin-top: 13px;
    padding-bottom: 14px;
}
 
.header .menubox {
    padding-top: 10px;
}

.menu-btn {
    display: inline-block;
    padding: 0px;
    border: 2px solid;
    border-radius: 25px;
	cursor: pointer;
}
	
.burger-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(204,204,204,0.5);
	z-index: 4;
}

.burger-menu.opened {
	display: block;
}

.burger-menu .menu-box {
	width: 400px;
	background-color: #1D1D1B;
	padding: 30px;
	position: fixed;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
}

.burger-menu .menu-box .close-btn {
	position: absolute;
	top: 30px;
	right: 30px;
}

.burger-menu .menu-box .rub-menu {
	margin: 20px 0;
}

.burger-menu .menu-box .rub-menu a {
	display: inline-block;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #DCDBDB;
	text-decoration: none;
	margin-bottom: 5px;
}

.header .socnets {
    padding-top: 17px;
}

.header .socnets .socnet-btn {
    text-decoration: none;
    margin-right: 5px;
}

.header .headright {
    padding-top: 15px;
    text-align: right;
}

.search-block {
    display: inline-block;
    position: relative;
    max-width: 200px;
}

.search-btn {
	background: none;
	border: none;
	position: absolute;
	top: 3px;
	right: 0;
}
.search-btn img {
	max-width: 25px;
}

.searchpage-field {
	font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
	border: 0;
	background: none;
	height: 45px;
	padding-left: 12px;
}

.searchpage-btn {
	font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;	
	width: 122px;
	height: 44px;
	background-color: #C62626;
	color: white;
	border: 0;
	float: right;
}

.horizontal-divider {
    border-bottom: 2px solid;
}

#menu-menu-main,
#menu-menu-main.navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

#menu-menu-main > li {

    padding: 0 !important;
}

#menu-menu-main > li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-collapse,
.navbar-header,
.navbar .container,
.navbar .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#menu-menu-main {
    float: none;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

#menu-menu-main li {
    float: none;
    display: inline-block;
    margin-right: 35px;
}
#menu-menu-main li:last-child{
    margin-right: 0px;
}

#menu-menu-main li a {
    font-family: 'Montserrat', sans-serif;
    color: black;
    text-transform: uppercase;
}
#menu-menu-main li a:hover, #menu-menu-main li a:focus, #menu-menu-main li.active a {
    color: #C62626;
    background: none;
}

#content {
    margin-top: 20px;
}


body.category .sidebar-right, body.search .sidebar-right, body.page-id-1588 .sidebar-right {
    margin-top: 125px;
}

body.single-post .sidebar-right {
	margin-top: 30px;
}

body.page .header-botrow {
	display: none;
}

.top-banner {
	
	max-height: 200px;
}

.banner-allnews {
	width: 760px;
	height: 230px;
	margin-bottom: 20px;
}

.banner-category {
	width: 790px;
	height: 200px;
}

.banner-intext {
	width: 790px;
	height: 200px;
}

.sidebar-right .widget {
    padding: 0;
    border: none;
    margin-top: 40px;
}

.widget-header {
    position: relative;
    font-family: Bebas Neue;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase; 
    padding-left: 20px;
    margin-bottom: 40px;
}
.widget-header .square-mark {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    background-color: #C62626;
}
.widget-news-row {
    position: relative;
	padding: 15px 0;
    border-top: 1px solid #DCDBDB;
}
.widget-news-row:last-child {
    border-bottom: 1px solid #DCDBDB;
}

.widget-news-row .news-meta .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    display: inline;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
}

.widget-news-row .news-meta .news-date {
    font-family: Montserrat;
    font-size: 12px; 
    color: #8E8E8D;
    float: right;
}

.widget-news-row .news-name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1D1D1B;
    margin-top: 20px;
}
.widget-news-row .news-name a {
    color: inherit;
    text-decoration: none;
}
.widget-news-row .news-name .news-arrow {
    float: right;
}

.banner-right {
	width: 360px;
	height: 465px;
	margin-top: 20px;
}

.banner-placeholder {
    background-color: #DCDBDB;
    position: relative;
}

.banner-mark {
    font-family: Montserrat; 
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
    position: absolute;
    top: 15px;
    left: 30px;
}

.block-header .square-mark {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: calc(50% - 5px);
    background-color: #C62626;
}

.block-header a {
	color: #333;
}

.top-slider {
	width: 100%;
	height: 400px;
}

.top-slider .topslide-block {
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
}
.top-slider .topslide-block .news-meta {
	position: relative;
}
.top-slider .topslide-block .news-meta .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 2;
}
.top-slider .topslide-block .news-meta .news-date {
    font-family: Montserrat;
    font-size: 12px; 
    color: #F2F2F2;
	position: absolute;
    top: 15px;
    right: 30px;
    z-index: 2;
}
.top-slider .topslide-block .news-name {
	position: absolute;
    top: 70px;
    left: 30px;
	width: calc(100% - 60px);
	color: #F2F2F2;
	font-family: Bebas Neue;
    font-size: 50px;
	line-height: 45px;
}

.main-slider .swiper-footer {
	position: relative;
}

.main-slider .swiper-footer .swiper-pagination {
	position: relative;
	bottom: -15px;
}

.main-slider .swiper-footer .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	background-color: #007AFF;
}

.swiper-footer .btns {
	display: inline-block;
	float: right;
}

.swiper-footer .btns > div {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #DCDBDB;
	text-align: center;
}


.main-lastnews .block-header, .main-rubricnews .block-header {
    position: relative;
    font-family: Bebas Neue;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase; 
    margin-top: 40px;
    padding-left: 40px;
}

.main-lastnews .horizontal-divider, .main-rubricnews .horizontal-divider {
    margin-top: 35px;
    margin-bottom: 45px;
}

.lastnews-left {
    max-width: 460px;
    height: 480px;
}
.lastnews-left a {
    text-decoration: none;
}
.lastnews-left .lastnews-left-img {
    height: 240px;
    position: relative;
    overflow: hidden;
}
.lastnews-left .lastnews-left-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.lastnews-left .lastnews-left-img .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 2;
}
.lastnews-left .lastnews-left-caption {
    padding: 20px 30px 0 30px;
    height: 240px; 
    background-color: #FFF;
}
.lastnews-left .lastnews-left-caption .caption-date {
    font-family: Montserrat;
    font-size: 12px;
    color: #8E8E8D;
}
.lastnews-left .lastnews-left-caption .caption-name {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #1D1D1B;
    margin-top: 23px;
    margin-bottom: 15px;
}
.lastnews-left .lastnews-left-caption .caption-name .subtitle {
	display: inline-block;
	color: #8E8E8D;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.lastnews-left .lastnews-left-caption .caption-descr {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E8D;
}
.lastnews-right-row {
    position: relative;
    height: 105px;
    margin-bottom: 22px;
    border-bottom: 1px solid #DCDBDB;
}
.lastnews-right-row:first-child {
    margin-bottom: 0;
    border-top: 1px solid #DCDBDB;
}
.lastnews-right-row .news-meta {
    margin-top: 15px;
}
.lastnews-right-row .news-meta .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    display: inline;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
}
.lastnews-right-row .news-date {
    font-family: Montserrat;
    font-size: 12px; 
    color: #8E8E8D;
    float: right;
}
.lastnews-right-row .news-name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1D1D1B;
    margin-top: 20px;
}
.lastnews-right-row .news-name a {
    color: inherit;
    text-decoration: none;
}
.lastnews-right-row .news-name .news-arrow {
    float: right;
}

.rubnews-graphic a {
    text-decoration: none;
}
.rubnews-graphic .rubnews-img {
    height: 205px;
    position: relative;
    overflow: hidden;
}
.rubnews-graphic .rubnews-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.rubnews-graphic .rubnews-img .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 2;
}
.rubnews-graphic .rubnews-caption {
    height: 230px;
    padding: 20px 30px 0 30px;
    background-color: white;
}

.rubnews-graphic .rubnews-caption .caption-date {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: #8E8E8D;
}

.rubnews-graphic .rubnews-caption .caption-name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1D1D1B;
    margin-top: 25px;
    margin-bottom: 10px;
}

.rubnews-graphic .rubnews-caption .caption-name .subtitle {
	display: inline-block;
	color: #8E8E8D;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.rubnews-graphic .rubnews-caption .caption-descr {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E8D;
}

.rubnews-text-row {
    position: relative;
    height: 145px;
    padding-top: 15px;
    border-bottom: 1px solid #DCDBDB;
}
.rubnews-text-row:first-child {
    border-top: 1px solid #DCDBDB;
}

.rubnews-text-row .news-meta .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    display: inline;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
}

.rubnews-text-row .news-meta .news-date {
    font-family: Montserrat;
    font-size: 12px; 
    color: #8E8E8D;
    float: right;
}

.rubnews-text-row .news-name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1D1D1B;
    margin: 10px 0;
}
.rubnews-text-row .news-name a {
    color: inherit;
    text-decoration: none;
}
.rubnews-text-row .news-name .news-arrow {
    float: right;
}



.rubric-news {
    padding-right: 14px;
}

.rubric-news.allnews {
	padding-right: 0;
}

.horizontal-divider.allnews-divider {
	margin-top: 35px;
	margin-bottom: 45px;
}

.rubric-header {
    position: relative;
    font-family: Helvetica;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase; 
    margin-top: 40px;
    padding-left: 40px;
}
.rubric-header .square-mark {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: calc(50% - 5px);
    background-color: #C62626;
}

.rubric-news .horizontal-divider {
    margin-top: 35px;
    margin-bottom: 45px;
}

.rubnews-row {
    margin-bottom: 40px;
}

.rubnews-row::after {
	content: "";
    display: table;
    clear: both;
}

.rubnews-row > div{
    margin-right: 40px;
}

.rubnews-row > div:last-child {
    margin-right: 0;
}

.rubric-news .rubnews-block {
	width: 360px;
	float: left;
}

.rubric-news .rubnews-block a {
    text-decoration: none;
}
.rubric-news .rubnews-block .rubnews-img {
    height: 170px;
    position: relative;
    overflow: hidden;
}
.rubric-news .rubnews-block .rubnews-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.rubric-news .rubnews-block .rubnews-img .rubric-mark {
    font-family: Montserrat; 
    font-size: 12px;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 2;
}
.rubric-news .rubnews-block .rubnews-caption {
    height: 230px;
    padding: 20px 30px 0 30px;
    background-color: white;
}

.rubric-news .rubnews-block .rubnews-caption .caption-date {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: #8E8E8D;
}

.rubric-news .rubnews-block .rubnews-caption .caption-name {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1D1D1B;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rubric-news .rubnews-block .rubnews-caption .caption-descr {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8E8E8D;
}

.rubric-mark a {
	color: #C62626; 
}

body.search .rubric-news .horizontal-divider {
	margin-top: 5px;
}

body.single-post .content-area {
	margin-top: 30px;
}

.post-header {
	padding-top: 0px;
}

.post-header .post-rubric {
	font-family: Montserrat; 
    font-size: 12px;
    padding: 4px 8px;
    color: #C62626;
    background-color: #E8E8E8;
    position: absolute;
	top: 32px;
	right: 30px;
    z-index: 2;
}

.post-header .post-rubric a {
	color: #C62626; 
}

.post-header .post-title {
	    font-family: Helvetica;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 800px;
    margin-top: 0px;
}

.post-header .secondary-title {
	font-size: 20px;
	font-family: Montserrat; 
	font-style: italic;
}

.post-header .header-botrow {
	height: 25px;
	margin: 10px 0;
}

.post-header .post-date {
	color: #8E8E8D;
	float: left;
	padding-top: 6px;
}

.post-header .post-share {
	float: right;
}

.post-header .post-share .share-pc > span {
	display: inline-block;
	font-family: Montserrat;
	padding: 6px 4px 0 0;
	text-transform: uppercase;
}

.post-header .post-share .share-pc > div {
	width:32px;
	height:32px;
	float: right;
}

.post-header .post-share .share-mob {
	display:none;
}

.post-header .post-image {
	margin-bottom: 20px;
}

.post-header .post-image img {
	max-width: 100%;
	width:100%;
}

.page-id-3400 .post-image {
	display: none;
}

.editor-block {
	text-align: right;
}
.editor-block img {
	max-width: 150px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.editor-block strong {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #1D1D1B;
	display: inline-block;
	margin-bottom: 20px;
}
.editor-block em {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #8E8E8D;
}

.contacts-block {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.contacts-block strong {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #8E8E8D;
}

.contacts-block a, .contacts-block span {
	display: inline-block;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #1D1D1B;
	display: inline-block;
	margin-bottom: 5px;
}

.footer {
	
	
	color: #DCDBDB;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	margin-top: 20px;
}

.footer .left-block {
	text-align: center;
	display: inline-block;
}

.footer .footer-socnets {
	margin-top: 15px;
}
.footer .socnet-btn {
	display: inline-block;
	margin: 0 10px;
}
.footer .col-header {
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase; 
}
.footer .col-element {
	display: block;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #DCDBDB;
}

.footer .col-element a {
	color: inherit;
	text-decoration: none;
}

.footer .col-element.inactive {
	opacity: 0.2;
}

.footer .footer-rss {
	float: right;
	font-size: 15px;
	text-decoration: none;
	color: #DCDBDB;
}

.footer .footer-rss i {
	color: #F99000;
}

.adrow .col-md-3 {
  text-align: center;
}

.adrow .col-md-3 img {
	max-width: 280px;
	margin-bottom: 10px;
}

.adtable {
	width: 100%;
	margin: 20px 0;
}

.adtable tr:first-child td {
	text-align: center;
}

.adtable tr td:last-child {
	padding-left: 20px;
	white-space: nowrap;
}
.adtable tr:first-child td:last-child {
	padding-left: 0;
}

.subscribe-container {
	text-align: center;
}
.subscribe-container .subscribe-block {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	min-width: 200px;
	margin: 2%;
}
.subscribe-container .subscribe-block .head {
	min-height: 50px;
	font-size: 20px;
	margin-bottom: 20px;
}
.subscribe-container .subscribe-block .subhead {
	
}
.subscribe-container .subscribe-block .price {
	font-size: 25px;
	margin-bottom: 20px;
}
.subscribe-container .subscribe-block .btn {
	background-color: #003F40;
	color: white;
	font-weight: bold;
}

.partners-container {
	border-bottom: 1px solid #C62626;
}

.partners-container .catlist {
	border-bottom: 1px solid #C62626;
}

.partners-container .catlist .cat {
	display: inline-block;
	margin: 3px;
	padding: 3px;
	border: 2px solid #C62626;
	border-radius: 50px;
	cursor: pointer;
	font-size: 12px;
}

.partners-container .list {
	position: relative;
	display: inline-block;
	max-width: 350px;
	height: 600px;
	overflow-y: scroll;
	padding: 10px;
}

.partners-container .list .list-cat {
	margin-bottom: 15px;
}
.partners-container .list .list-cat .catname {
	font-weight: bold;
	color: #C62626;
}
.partners-container .list .list-cat .one {
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 3px;
	border-radius: 5px;
}

.partners-container .list .list-cat .one .title {
	font-weight: bold;
}

.partners-container .list .list-cat .one .addr {
	margin-bottom: 5px;
}

.partners-container .list .list-cat .one .worktime {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.partners-container .list .list-cat .one .worktime .ico {
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	display: block;
}

.partners-container .list .list-cat .one .phone {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}


.partners-container .list .list-cat .one .phone .ico {
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	display: block;
}

.partners-container .list .list-cat .one .url {
	position: relative;
	padding-left: 15px;
}

.partners-container .list .list-cat .one .url .ico {
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
	display: block;
}

.partners-container .map {
	display: inline-block;
	width: calc(100% - 355px);
	height: 600px;
}





/*шапка записи*/
.post-top {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 22px 0;
}

.post-top .post-image {
    flex: 0 0 600px;
    max-width: 600px;
    margin: 0;
}

.post-top .post-image img {
    display: block;
    width: 100%;
    height: auto;
}

.post-top-info {
    flex: 0 0 260px;
    padding-left:20px;
    box-sizing: border-box;
	    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-top-info-date {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-top-info-row {
    margin-bottom: 16px;
}

.post-top-info-row span {
    display: block;
    color: #777;
    font-size: 12px;
    margin-bottom: 4px;
}

.post-top-info-row a,
.post-top-info-row strong {
    display: block;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.post-top-info-row a:hover {
    text-decoration: underline;
}

.post-top-info-share {
    margin-top: 18px;
}

.post-top-info-share > span {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
}

.header-botrow {
    display: none;
}

@media (max-width: 768px) {
    .post-top {
        display: block;
    }

    .post-top .post-image {
        max-width: 100%;
        flex: none;
    }

    .post-top-info {
        width: 100%;
    }
}

.post-top-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
   margin-top:5px;
	margin-bottom:5px;
	    font-family: Montserrat;
    font-size: 12px;
    padding: 0px;
    color: #C62626;
   
   
    z-index: 2;
}

.post-top-tags a {
    display: inline-flex;
    align-items: center;
    background: #f2f2f2;
    color: #c62626;
    font-size: 13px;
    line-height: 1;
    padding: 7px 10px;
    text-decoration: none;
}

.post-top-info-row {
    margin-bottom: 14px;
}

.post-top-info-row strong {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.post-top-info-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.post-top-info-share > span {
    font-size: 14px;
    color: #111;
    margin: 0;
}

.post-top-info-group {
    margin-bottom: 14px;
}

.post-top-info-label {
    font-size: 8px;
    line-height: 1.2;
    color: #8d8d8d;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 6px;
}

.post-top-info-value {
    font-size: 14px;
    line-height: 1.45;
    color: #111;
    font-weight: 500;
}

.post-top-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.post-top-tags a {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    background: #E8E8E8;
    color: #c62626;
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
}

.post-top-info-share {
    display: flex;
    align-items: center;
    gap: 10px;
   
    border-top: 1px solid #e5e5e5;
}

.post-top-info-share span {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .04em;
}
#section-content > div > div.col-md-8.wide-content.content-area.format- > div.post-header > div > div.post-top-info > div.post-top-info-group.erid-div > div.post-top-info-value{
	font-size:9px;
}

@media(max-width:768px){
	.post-top-info{
		        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
	}
	.post-top-info-group{
		margin-bottom:0;
	}
}


/* ==================================================
   ВИДЕО В СТАТЬЕ
================================================== */

.obozdv-article-video {
    display: block;
    width: 95%;
    max-width: none;
    margin: 28px auto;
}

.obozdv-article-video-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.obozdv-article-video-inner iframe,
.obozdv-article-video-inner video,
.obozdv-article-video-inner .wp-video,
.obozdv-article-video-inner .wp-video-shortcode {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0;
}

.obozdv-article-video-inner iframe {
    position: absolute;
    inset: 0;
    border: 0;
}

.obozdv-article-video-inner .wp-video,
.obozdv-article-video-inner .mejs-container,
.obozdv-article-video-inner .mejs-inner,
.obozdv-article-video-inner .mejs-mediaelement {
    width: 100% !important;
    height: 100% !important;
}

.obozdv-article-video-caption {
    padding: 9px 0 0;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
}

.obozdv-article-video-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 25px;
    background: #f2f2f2;
}

.obozdv-article-video-fallback a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    background: #c62626;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.obozdv-article-video-fallback a:hover,
.obozdv-article-video-fallback a:focus {
    color: #fff;
    text-decoration: none;
    opacity: .88;
}

@media (max-width: 767px) {
    .obozdv-article-video {
        width: 100%;
        margin: 22px auto;
    }
}