.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20000;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape) , screen
and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-removing .mfp-arrow {
display: none;
} .mfp-fade.mfp-wrap .mfp-content,
.mfp-fade .mfp-arrow {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-ready .mfp-arrow {
opacity: 1
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-preloader {
width: 30px;
height: 30px;
background-color: #fff;
opacity: 0.65;
margin: 0 auto;
animation: rotateplane 1.2s infinite ease-in-out;
}
@keyframes rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}@font-face {
font-family: 'ts-icons'; src:
url(//volgograd-n.ru/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.woff2?v2.2) format('woff2'),
url(//volgograd-n.ru/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.woff?v2.2) format('woff'),
url(//volgograd-n.ru/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.ttf?v2.2) format('truetype'),
url(//volgograd-n.ru/wp-content/themes/smart-mag/css/icons/fonts/ts-icons.svg?v2.2#ts-icons) format('svg');
font-weight: normal;
font-style: normal;
}
.tsi {
display: inline-block;
font: normal normal normal 14px/1 ts-icons;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tsi-spin {
-webkit-animation: tsi-spin 2s infinite linear;
animation: tsi-spin 2s infinite linear;
}
@-webkit-keyframes tsi-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes tsi-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .tsi-discord:before {
content: "\e905";
}
.tsi-telegram:before {
content: "\e903";
}
.tsi-tiktok:before {
content: "\e904";
}
.tsi-moon:before {
content: "\e902";
}
.tsi-clock:before {
content: "\e900";
}
.tsi-bright:before {
content: "\e901";
}
.tsi-plus:before {
content: "\f067";
}
.tsi-music:before {
content: "\f001";
}
.tsi-search:before {
content: "\f002";
}
.tsi-envelope-o:before {
content: "\f003";
}
.tsi-heart:before {
content: "\f004";
}
.tsi-star:before {
content: "\f005";
}
.tsi-star-o:before {
content: "\f006";
}
.tsi-close:before {
content: "\f00d";
}
.tsi-remove:before {
content: "\f00d";
}
.tsi-times:before {
content: "\f00d";
}
.tsi-home:before {
content: "\f015";
}
.tsi-clock-o:before {
content: "\f017";
}
.tsi-repeat:before {
content: "\f01e";
}
.tsi-rotate-right:before {
content: "\f01e";
}
.tsi-image:before {
content: "\f03e";
}
.tsi-photo:before {
content: "\f03e";
}
.tsi-picture-o:before {
content: "\f03e";
}
.tsi-play:before {
content: "\f04b";
}
.tsi-chevron-left:before {
content: "\f053";
}
.tsi-mail-forward:before {
content: "\f064";
}
.tsi-share:before {
content: "\f064";
}
.tsi-chevron-down:before {
content: "\f078";
}
.tsi-shopping-cart:before {
content: "\f07a";
}
.tsi-heart-o:before {
content: "\f08a";
}
.tsi-twitter:before {
content: "\f099";
}
.tsi-facebook:before {
content: "\f09a";
}
.tsi-facebook-f:before {
content: "\f09a";
}
.tsi-feed:before {
content: "\f09e";
}
.tsi-rss:before {
content: "\f09e";
}
.tsi-bars:before {
content: "\f0c9";
}
.tsi-navicon:before {
content: "\f0c9";
}
.tsi-reorder:before {
content: "\f0c9";
}
.tsi-pinterest:before {
content: "\f0d2";
}
.tsi-linkedin:before {
content: "\f0e1";
}
.tsi-comment-o:before {
content: "\f0e5";
}
.tsi-comments-o:before {
content: "\f0e6";
}
.tsi-cutlery:before {
content: "\f0f5";
}
.tsi-angle-double-left:before {
content: "\f100";
}
.tsi-angle-double-right:before {
content: "\f101";
}
.tsi-angle-left:before {
content: "\f104";
}
.tsi-angle-right:before {
content: "\f105";
}
.tsi-angle-up:before {
content: "\f106";
}
.tsi-angle-down:before {
content: "\f107";
}
.tsi-circle-o:before {
content: "\f10c";
}
.tsi-mail-reply:before {
content: "\f112";
}
.tsi-reply:before {
content: "\f112";
}
.tsi-youtube-play:before {
content: "\f16a";
}
.tsi-instagram:before {
content: "\f16d";
}
.tsi-flickr:before {
content: "\f16e";
}
.tsi-tumblr:before {
content: "\f173";
}
.tsi-long-arrow-left:before {
content: "\f177";
}
.tsi-long-arrow-right:before {
content: "\f178";
}
.tsi-dribbble:before {
content: "\f17d";
}
.tsi-vk:before {
content: "\f189";
}
.tsi-google:before {
content: "\f1a0";
}
.tsi-steam:before {
content: "\f1b6";
}
.tsi-soundcloud:before {
content: "\f1be";
}
.tsi-twitch:before {
content: "\f1e8";
}
.tsi-lastfm:before {
content: "\f202";
}
.tsi-pinterest-p:before {
content: "\f231";
}
.tsi-whatsapp:before {
content: "\f232";
}
.tsi-clone:before {
content: "\f24d";
}
.tsi-vimeo:before {
content: "\f27d";
}
.tsi-reddit-alien:before {
content: "\f281";
}
.tsi-shopping-bag:before {
content: "\f290";
}
.tsi-user-circle-o:before {
content: "\f2be";
}
.tsi-chevron-right:before {
content: "\f054";
}:root {
--c-main: #e54e53;
--main-width: 1078px;
--c-excerpts: var(--c-contrast-500);
--excerpt-size: 13px;
--sidebar-pad: 25px;
--body-font: "Open Sans", system-ui, sans-serif;
--title-font: "Roboto Slab", Georgia, serif;
--title-size-xs: 13px;
--title-size-s: 14px;
--title-size-n: 14px;
--title-size-m: 15px;
--title-size-l: 18px;
--title-size-xl: 23px;
--title-fw-semi: 400;
--title-fw-bold: 500;
--list-p-title: var(--title-size-m);
--dark-color: #19232d;
--c-links: #19232d;
--c-headings: #19232d;
--post-content-size: 14px;
--post-content-lh: 1.857;
--post-content-gaps: 1.857em;
--block-wrap-mb: 42px;
--footer-mt: 50px;
}
@media (min-width: 1201px) {
:root {
--sidebar-width: 376px;
}
}
.s-light {
--body-color: #4d5053;
--c-post-meta: #a6a6a6;
--c-separator: #d9d9d9;
--c-separator2: var(--c-separator);
}
.site-s-light .s-dark {
--footer-bg: #19232d;
--footer-lower-bg: #121a21;
--c-nav-drop-bg: var(--dark-color);
}
.site-s-dark:not(i),
.site-s-dark .s-light {
--c-nav-drop-bg: #111;
}
.post-content {
color: var(--body-color);
}
.smart-head-legacy {
--head-bot-h: 46px;
--nav-items-space: 25px;
--nav-text-weight: 500;
--nav-drop-text: 13px;
}
.smart-head-bot.s-dark,
.s-dark .smart-head-bot {
--c-bg: var(--dark-color);
border: 0;
}
.site-s-dark .smart-head-bot {
--c-bg: #080808;
}
.s-dark .nav-hov-b {
--c-nav-hov-bg: rgba(255, 255, 255, 0.035);
--c-nav-drop-hov-bg: rgba(255, 255, 255, 0.035);
}
.mega-menu-b .sub-cats {
background: rgba(var(--c-rgba), 0.03);
border-right: 0;
}
.s-dark .mega-menu-b .sub-cats {
background: #1e2935;
}
.site-s-dark .mega-menu-b .sub-cats {
background: #1e1e1e;
}
.mega-menu-b .sub-cats li a:not(._) {
font-size: 13px;
text-transform: uppercase;
}
.mega-menu-b .grid-post .post-meta .meta-above {
background: #ddd;
}
.smart-head-mobile .smart-head-mid.s-dark {
background: var(--dark-color);
}
.off-canvas {
background: var(--dark-color);
}
.mobile-menu {
font-size: 14px;
}
.widget {
--li-pad: initial;
--c-li-sep: var(--c-separator);
font-size: 13px;
}
.textwidget {
font-size: 14px;
}
.post-title a {
--c-a-hover: var(--c-links);
}
.post-title a:hover {
text-decoration: underline;
}
.post-meta {
font-size: 11px;
color: var(--c-contrast-400);
}
.post-meta-items {
text-transform: uppercase;
}
.post-meta .meta-above {
display: flex;
}
.post-meta .meta-above .has-icon:not(:first-child) {
margin-left: auto;
}
.post-meta .post-author > a {
text-transform: uppercase;
color: var(--c-main);
font-weight: 400;
letter-spacing: .04em;
}
.post-meta .main-stars {
font-size: 16px;
}
.post-meta-single {
font-size: 12px;
}
.cat-labels a,
.cat-labels .category {
padding: 0 12px;
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 25px;
}
.cat-labels-overlay {
margin-left: 7px;
}
.block-head-a .heading {
font-size: 13px;
}
.block-head-a2 {
--c-border: var(--c-separator);
}
.block-head-g {
background: var(--dark-color);
}
.read-more-btn {
padding: 7px 12px;
}
.loop-grid {
--grid-row-gap: 30px;
}
.loop-grid-lg {
--grid-row-gap: 50px;
}
.loop + .main-pagination {
margin-top: 40px;
}
.l-post .excerpt {
margin-top: 14px;
}
.grid-post .post-meta .meta-above {
position: relative;
padding: 0 14px;
margin-top: -16px;
background: var(--c-contrast-50);
line-height: 26px;
}
.grid-post .post-title {
position: relative;
padding-left: 14px;
}
.grid-post .post-title:before {
content: " ";
display: block;
float: left;
position: absolute;
left: 0;
top: .1em;
height: 18px;
border-left: 3px solid var(--c-main);
}
.loop-small-sep {
--grid-row-gap: 28px;
}
.small-post .post-title {
margin: 8px 0;
}
.block-highlights .loop-small {
margin-top: 22px;
}
.block-highlights .loop-small-b {
margin-top: 14px;
padding-top: 12px;
border-top: 1px solid var(--c-separator);
}
@media (min-width: 941px) {
.main-featured.has-classic-slider {
margin: 28px 0 49px 0;
padding: 28px 0;
background: rgba(var(--c-rgba), 0.05);
border: 1px solid var(--c-contrast-100);
border-right: 0;
border-left: 0;
}
.site-s-dark .main-featured.has-classic-slider {
background: rgba(0, 0, 0, 0.25);
}
}
.breadcrumbs-b {
font-size: 12px;
--c-a: var(--c-contrast-600);
}
.breadcrumbs-b:not(.is-full-width) > .inner {
padding: 14px 25px;
}
.s-light .breadcrumbs-b {
color: #8d97a1;
}
.main-sidebar .block-head {
--space-below: 30px;
}
.main-sidebar .widget {
margin-bottom: 38px;
}
.main-heading {
font-size: 18px;
text-transform: uppercase;
border-left: 3px solid var(--c-main);
padding-left: 14px;
line-height: 2;
margin-bottom: 28px;
font-weight: 600;
}
.post-header .post-title {
font-size: 20px;
font-weight: 400;
}
.entry-content {
--title-fw-bold: 700;
}
.author-info .description {
font-size: 13px;
}
.author-info .bio {
margin-top: 10px;
}
.author-info [rel="author"] {
font-weight: 600;
font-size: 14px;
line-height: 1.5;
text-transform: uppercase;
}
.comments-list .comment-content {
font-size: 13px;
}
.post-cover .post-meta .post-author > a {
color: #fff;
margin-left: 2px;
}
.classic-footer-lower .inner {
padding: 18px 0;
}
.upper-footer .block-head-h {
--space-below: 35px;
padding-bottom: 10px;
}
.s-dark .upper-footer .block-head-h {
--c-block: var(--c-contrast-800);
}
.upper-footer .block-head-h .heading {
letter-spacing: .01em;
font-size: 14px;
}
.upper-footer.s-dark,
.s-dark .upper-footer {
color: #eee;
}