/* CSS RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, p, blockquote, th, td { margin: 0; padding: 0; }
img { border: 0; }
ul, ol { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;max-width: 100%;display: block;}
td, th { vertical-align: top; }
input, select, textarea { margin: 0; }
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
textarea { resize: none; }

/* Fonts */
@font-face{ font-family:'pt-serif-regular'; font-display: swap; src: url('../../fonts/pt-serif-regular_webfont.woff') format('woff'), url('../../fonts/pt-serif-regular_webfont.ttf') format('truetype'); font-weight:normal; font-style:normal;}
@font-face{ font-family:'pt-serif-italic';font-display: swap; src: url('../../fonts/pt-serif-italic_webfont.woff') format('woff'),url('../../fonts/pt-serif-italic_webfont.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face{font-family: 'icomoon';src:url('../../fonts/icomoon.woff?femla') format('woff'),url('../../fonts/icomoon.ttf?femla') format('truetype');font-weight: normal;font-style: normal;}
@font-face{ font-family:'circe-regular';       font-display: swap; src:url('../../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../../fonts/proximanova-regular-webfont.woff') format('woff'); font-weight:normal; font-style:normal;}
@font-face{ font-family:'circe';               font-display: swap; src:url('../../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../../fonts/proximanova-regular-webfont.woff') format('woff');font-weight:normal; font-style:normal;}
@font-face{ font-family:'circe-extra-bold';    font-display: swap; src:url('../../fonts/proximanova-bold-v1.woff') format('woff'); font-weight:800; font-style:normal;}
@font-face{ font-family:'circe-bold';          font-display: swap; src:url('../../fonts/proximanova-bold-v1.woff') format('woff'); font-weight:bold; font-style:normal;}


/*__base styles__*/
html{width:100%; min-height: -webkit-fill-available}
body{left:0; font: 14px 'pt-serif-regular', serif; color:#000000;scroll-behavior: smooth;overflow-y: overlay;background-color:#f8f6f2;}
html, body {min-width:200px;position:relative;height: 100vh;}
body{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body.notPublished .wrapper:before {background-image: url('/images/not_published.png');}

@media
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) {
    _body {-webkit-font-smoothing: subpixel-antialiased;}
}

*, :after, :before {-moz-box-sizing: border-box;box-sizing: border-box; -webkit-box-sizing: border-box;}

:root {--layout-columns:4;--doc-height: 100%;}
@media (max-width:1024px) {
    :root {--layout-columns:3;}
}
@media (max-width:799px) {
    :root {--layout-columns:2;}
}
@media (max-width:499px) {
    :root {--layout-columns:1;}
}

a, h3, h6, p {-webkit-transition:all linear 0.15s; transition:all linear 0.15s;}
img {/*Убирает движение img по ховеру с изменением opacity. Attn: перестают работать медьальоны ЗОЖ! */
     -webkit-backface-visibility: hidden;backface-visibility: hidden;
     /*убирает пикселяцию после css transitions*/
     outline: 1px solid transparent;
     vertical-align: middle;}
a:link, a:visited{ text-decoration:none; color:#000000;}
a:hover{text-decoration:none;}
.clearfix:after{content:""; display:block; clear:both;}
*html .clearfix{height:1%;}
*:first-child+html .clearfix{height:1%;}
.clear{clear:both;}
.he{ height:50px;}

.unselectableText{ -webkit-user-select:none; -moz-user-select:-moz-none; -o-user-select:none; -khtml-user-select:none; user-select:none;}

/*иногда директива ng-cloak не срабатывает без этого правила*/
[ng-cloak], .ng-cloak{display: none;}

.views_counter {display: inline;}

h1,h2,h3,h4,h5,h6{font-weight:normal; color:#000000; font-family:'circe-bold', sans-serif;}
h1{font-size:29px;}
h2{font-size:19px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}
.mainWrapper{ position:relative; min-height:100%;overflow:unset;}
.mainWrapper:before{ z-index:-1;}
.wrapper{ max-width:1200px; margin:0 auto; padding:12px 20px 0;overflow: hidden;background-color:#ffffff;min-height: calc(100vh - 140px);}

/*head*/
.headerWrapper{ max-width:1200px;left: calc((100% - 1200px) / 2);width:100%; z-index:200;position: fixed; transition: top 0.5s;/*fallback*/
    position: -webkit-sticky; /* still needed for ios */
    position: sticky;  top:0;overflow: hidden;}
.headerWrapper ~ .headerWrapper {position: relative;z-index: 199;}
.scrollUp .headerWrapper {top:-100%; transition: top 1.5s;}
@media (max-width:1200px) {
    .headerWrapper {left: 0;}
}

.headerContainer{ max-width:1200px; margin:0 auto;background-color: #fff;overflow: hidden;}
.header{ position:relative;z-index: 100;width: 100%;max-width:1200px; height:70px; top: 0;margin:0; border-bottom:1px solid #E4DED3;; background-color:#ffffff;}
.header-inner {height: 100%;position: relative;width: 100%;display: flex; align-items: center; justify-content: space-between;}
.header .logo {position: relative;height: 100%;display: flex; align-items: center;padding-right: 20px;overflow: hidden;padding-right:60px;}
.header .logo .img {padding-left:26px;height: 62.85%;width: auto;z-index:10;}
.header .logo .logo__bar {width:13px;left:0;position: absolute;height: 100%;background-color: #fd593d;transition: 0.5s width;z-index:0;}
.header .logo:hover .logo__bar {transition: 0.5s width;}

.menuBlock{ position: absolute;right: 120px;margin-right: 44px;display: flex;align-items: center;}

.menuBlock .headerMenu{ margin-left: 67px;}
.menuBlock .headerMenu li{ float:left;font: 16px/20px 'circe-bold', sans-serif; letter-spacing: 0.2em; text-transform: uppercase;}
.menuBlock .headerMenu li a{ display:block; padding-right: 25px;}
.menuBlock .headerMenu li a:hover{ text-decoration:none;color:#fd593d;}
.menuBlock .headerMenu li:last-child a{ padding-right:0;}
.menuBlock .headerMenu .active{ position:relative;}
.menuBlock .headerMenu .active a{ color:#fd593d;}


.icon { display: inline-block; text-decoration: none; background-image: url('/images/icons/icons-new.v3.png?5'); background-repeat: no-repeat; background-size: 453px 78px; }

.searchBlock{ position:absolute; width: auto; bottom: 1px; right:85px;top:0;}
.searchBlock .searchHolder{ margin: 0; height:100%;position:relative; text-align:right; clear:both;display: flex;align-items: center;}
#searchButton { color:#000;font-size: 32px;line-height: 1em;height: 1em;user-select: none;}
#searchButton:hover,
#searchButton.active { color:#fd593d;}

.headerShare{ display: flex; align-items: center; height:70px; padding: 0 70px 0 44px; border-bottom:1px solid #E4DED3; }
.headerShare li{ padding: 0; border: none;}
.headerShare li a{ display:block; text-decoration:none; transition:unset; font-size: 23px;line-height: 23px;height: 23px;margin-left: 0; margin-right: 13px; padding: 0; color: #cccccc;}

.pageOverlay { width: 100%; height: 0; background: rgba(255, 255, 255, 0.9); -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; visibility: hidden; opacity: 0; position: fixed; top: 0; left: 0; z-index: 201; }
.pageOverlay.visible { height: 100%; visibility: visible; opacity: 1; }

.menuPanel {position: absolute; top:0; right:0; width: 100%; background: #fff; z-index: 1010;}
.menuPanel .menuPanel-inner {position: absolute;top: 0;left: 0;width: 100%;height: 0;overflow: hidden;transition: all 0.5s ease-in-out;}
.menuPanel.visible .menuPanel-inner {height: 81px;transition: all 0.5s ease-in-out;}
.menuPanel .container { display: flex; align-items: center;height: 70px;width:100%;padding: 13px 0 13px 33px; position: absolute;bottom:0;margin-bottom: 11px; background: #ffffff;box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);}

#searchPanel {max-width: 1200px;width: 100%;left: calc((100% - 1200px) / 2);position: sticky;position: -webkit-sticky;top: 0;height: 0;z-index: 1000;}
#searchPanel input.search { border: 0 none; width: 90%; font-size: 25px; line-height: 30px;color: #000;}
#searchPanel form {width:90%;}



/* topics menu */
.topicsMenu {height: 70px;width:100%;background-color: #ffffff;position: relative;}
.topicsMenu ul {display: flex; align-items: center;padding: 0 16px;height: 100%;flex-grow: 1;flex-shrink: 1;white-space: nowrap;padding-right:40px;}
.topicsMenu .menuItem {border: 1px solid #e4ded3;background: #ffffff;border-radius: 18px;height: 35px;display: inline-block;margin-right: 7px;overflow: hidden;outline: none;}
.topicsMenu .menuItem a {display: flex;align-items:center;height: 100%;padding-right: 10px;user-select: none;}
.topicsMenu .menuItem a .inner {position: relative;display: flex;align-items: center;}
.topicsMenu .menuItem:hover {border-color: #AEACA9;}
.topicsMenu .menuItem .menu-image {display:inline;border-radius: 50%;height: 27px; width: 27px;overflow: hidden;margin:0 5.8px 0 3px;}
.topicsMenu .menuItem .menu-image img {width: 100%;height: auto;}
.topicsMenu .menuItem .text {font:14px/33px 'circe-bold',sans-serif;user-select: none;}
.topicsMenu .menuItem .subMenu {display: none;}

.slider {position: relative;}
.slider-inner {height: 100%;;overflow-x:auto;display: flex;}
.slider-inner:hover {overflow-x: auto;}
.slider-inner::-webkit-scrollbar {display: none;}
.slider::after {content: " ";position: absolute;top:0;right: 0;bottom: 0;width:60px;background-image: linear-gradient(90deg,rgba(255, 255, 255, 0) 0,#ffffff 70%);pointer-events: none;z-index: 1;}
.slider .arrow-next{position: absolute;right: 00px;top: 0;z-index: 2;width:60px;height:100%;display: flex;align-items: center;justify-content:center;cursor: pointer;}
.slider::before {display:none;opacity:0;content: " ";position: absolute;top:0;left: 0;bottom: 0;width:60px;background-image: linear-gradient(-90deg,rgba(255, 255, 255, 0)0,#ffffff 70%);pointer-events: none;z-index: 1;}
.slider .arrow-prev{display:none;opacity:0;position: absolute;left: 0px;top: 0;z-index: 2;height:100%;width:60px;align-items: center;justify-content:center;cursor: pointer;transition: opacity 0.5s;}
.slider[scrolled] .arrow-prev {display: flex;opacity:1;transition: opacity 0.5s;}
.slider[scrolled]::before {display: block;opacity:1;transition: opacity 0.5s;}

@media (max-width:1023px) {
    .slider .arrow-next {display:none;width: 40px;}
    .slider .arrow-prev {display:none;width: 40px;}
    .slider::after {display: none;}
    .slider::before {display: none;}
}


/*content_col*/
.contentCol{ width:100%; padding-right: 286px;display: flex; flex-wrap: wrap;float:left;}

.article{ width:33.3333%; padding: 0 10px;margin-bottom: 30px;position: relative;}

.article .rubricNameWrapper {position: absolute;z-index: 1;top: 11px;left: 10px;}
.article .rubricName {position: relative;z-index: 1;top: unset;left: unset;margin-bottom: 5px;margin-right: 5px;display:inline-block;}
.article .rubricName a[href=""] {display: none;}
.article .headingArticle .rubric {display: none;}

.article .articleInner{ position:relative;}
.article .imageWrapper{ position:relative; border-radius: 9px; overflow: hidden;}
.article .imageWrapper img{ display:block; width:100%; height: auto;}
.article .imageWrapper span{ position:absolute; top:0px; left:0;}
.article .imageWrapper .gif-teaser-image-wrapper {padding-bottom: 81.5%;width: 100%;position: relative;display: none;}
.article .imageWrapper .gif-teaser-image {width: 100%;top: 0;bottom: 0;left: 0;position: absolute;background-position: 50%;-webkit-background-size: cover;background-size: cover;background-color: #f8f6f2;}
.article .imageWrapper.image-gif img{display:none;}
.article .imageWrapper.image-gif .gif-teaser-image-wrapper{display:block;}
.article .imageWrapper.image-gif .video-teaser-wrapper{display:block;-webkit-backface-visibility: hidden;}
@media (min-width:799px) {
    .article.articleBig .imageWrapper.image-gif img{display:block;}
    .article.articleBig .imageWrapper.image-gif .gif-teaser-image-wrapper{display:none;}
    .article.articleBig .imageWrapper.image-gif .video-teaser-wrapper{display:none;}
}
@media (max-width:799px) {
    .contentCol {padding-right: 0;}
}


.postInfoOverlay {margin: 0;padding: 0; width: auto;text-align:left;text-transform: uppercase;color:#ffffff;stroke:#ffffff;font: 13px/26px 'circe-regular', sans-serif;letter-spacing: 0.1em;border-radius: 13px;background: rgba(0, 0, 0, 0.12);height: 26px;}
.postInfoOverlay > * {display:inline-block;padding: 0; margin: 0 0 0 11px;position:relative;}
.postInfoOverlay > *:last-child {margin-right: 11px;}
.postInfoOverlay a {color:#ffffff;}
.postInfoOverlay a:hover {color: #fd593d;stroke: #fd593d;}
.postInfoOverlay svg {stroke:#ffffff;}
.article .imageWrapper .postInfoOverlay {position: absolute;bottom:12px;left: 12px;}


.article .tags {display: none;position: absolute; z-index: 1; left: 0px; top: 0px;white-space: nowrap;}
.article h2,
.article .title { margin:0 0 5px; font:19px/24px 'circe-regular', sans-serif;}
.article h2 a,
.article .title a { text-decoration: none; }
.article h2 strong,
.article .title strong { font: 21px/24px 'circe-bold', sans-serif; font-weight: 700;}

.article p{ font:19px/25px 'circe-bold', sans-serif;display:none;}
.article p a{color:#2f2f2f;}
.article .articleInner:hover .imageWrapper img{opacity:0.9;}
.article .articleInner:hover p a{ color: #464646; }
.article .headingArticle{padding-top: 13px; text-align: left;}
.article .articleInner:hover h2 a,
.article .articleInner:hover h3 a,
.article .articleInner:hover .title a{position: relative; transition: unset;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
        background-image: linear-gradient(to top, #333333 1.5px, #00000000 0px);
        background-position-y: -3px;}
.article.articleBig .articleInner:hover h2 a, 
.article.articleBig .articleInner:hover h3 a,
.article.articleBig .articleInner:hover .title a {background-position-y: -4px;}


.pager{ padding:30px 0; margin:0 10px;width: 100%;display:flex;justify-content:flex-start;gap:10px;}
.pager li{ font:18px 'circe-regular', sans-serif; margin: 0 0 10px;}
.pager li a{ display:block; color:#575757; width: 35px;height: 35px;line-height: 35px; text-align:center;}
.pager .currentPage a{ color:#ffffff; background:#fd593d; -webkit-border-radius:50%; border-radius:50%; }
.pager .currentPage:hover a, .pager li:hover:last-child a{ text-decoration:none; background-color:#f54927;}
.pager .anyPages{ color:#575757; margin-top:5px;padding:0 10px;white-space:nowrap;}
.pager .anyPages span{ padding-left:1px;}
.pager li .next {width: auto;}
.pager li .prev {width: auto;}

/*sideCol*/
.sideCol { float:right; width:270px; margin:0 0 0 -270px; position: relative;}
.sideCol .sideBlock{ margin:33px 0 24px;}
.afishaWidget { background: #f8f6f2;}
.afishaWidget h3{ display:block; padding:16px 28px 11px; font-size:14px; letter-spacing:0.01em;}
.afishaWidget h3 a{ display: inline-block; width:100%; }
.afishaWidget h3:hover a{ color:#fd593d; }

.afishaWidget .tabsHead{padding: 5px 0px;margin: 0px 15px;background: #f0ede6;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;}
.afishaWidget .tabsHead li{ font-family:'circe-regular', sans-serif; font-size:12px; white-space:nowrap; }
.afishaWidget .tabsHead li:last-child{ border-right:none;}
.afishaWidget .tabsHead li a{ display:block; padding:2px 15px;letter-spacing: 0.03em;color: #8e8b89;}
.afishaWidget .tabsHead li .active{ color:#fd593d; font-family:'circe-bold', sans-serif;}
.afishaWidget .tabsHead li a:hover{ color:#fd593d;}
.afishaWidget .tabsHead .active{ position: relative; }

.afishaWidget .tabSection{ padding:14px 16px 12px 24px; border-bottom:1px solid #ffffff; }
.afishaWidget .tabSection:last-child{ border-bottom:none;}
.afishaWidget .tabSection img{ border:#eae7dd 5px solid; -webkit-border-radius:50%; border-radius:50%; float:left; margin-right:12px;margin-left: 3px;}
.afishaWidget .tabSection a {color: #000000;}
.afishaWidget .tabSection a:hover img{ opacity:0.9;}
.afishaWidget .tabSection a:hover h3{color: #808080;}
.afishaWidget .tabSection a:hover p{color: #808080;}
.afishaWidget .tabSectionItem{ padding-top:0px; margin-left: 86px;}
.afishaWidget .tabSectionItem h3{ color: #000000; text-transform:uppercase; text-align:left; padding: 0 0 7px 0px;font: 11px 'circe-bold', sans-serif;}
.afishaWidget .tabSectionItem p{ font-family:'circe-regular', sans-serif; font-size:12px; line-height:15px; padding-bottom:3px; }
.afishaWidget .tabSectionItem span{ display:block; color:#808080; padding-top:4px; }
.afishaWidget .moreEvents{ display:block; font:13px 'circe-regular', sans-serif; color:#cacaca; text-align:center; padding:14px 0 14px 0;}
.afishaWidget .moreEvents a {color:#cacaca;border-bottom: 1px solid transparent;}
.afishaWidget .moreEvents a:hover {border-bottom: 1px solid #cbcbcb; }


body.noSideCol .contentCol {margin-right: 0px;padding-right: 0; width: 100%;}
body.noSideCol .sideCol {display: none;}

.gotop{ display:none; width:50px; height:50px; position:fixed; bottom:110px; right:calc((100% - 1200px) / 2 + 40px); z-index: 100;border-radius: 50%;border:2px solid #77777788;background:#b4b4b488 no-repeat 11px 11px;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' stroke='%23fff' stroke-width='2' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M22.7202 13.0625L12 2.34232M1.2798 13.0625L12 2.34232M12 2.34232L12 22.4809' stroke='%23fff' /%3E%3C/svg%3E");transition: 0.2s all;}
.gotop:hover {background-color: #b4b4b4ff;border-color:#777777ff;transition: 0.2s all;}
.scrollDown .gotop {display: block;}
@media (max-width:1200px) {
    .gotop {right:40px;}
}

/*footer*/
.footer { background: #222; margin-top: -188px; position: relative; z-index: 2; height: auto;margin-top: auto;hyphens: none;}
.footer a { color: #6c6c6c; }
.footer a:hover { opacity: 1; color: #b6b6b6;}
.footerContent { max-width: 1200px; margin: 0 auto; font-family: 'circe-regular', sans-serif; }
.footerDetails { display: table; padding: 20px 30px 14px; }
.footerDetails > div { display: table-cell; vertical-align: top; }
.footerDetails p{ font: 14px/1.4em 'circe-regular', sans-serif; color: #5f5f5f; padding-bottom: 13px; }
.footerDetails p.light { color: #fff; opacity: 0.5; }
.footerDetails p.contacts { line-height: 1.5em; padding-right: 15px; }
.footerDetails .contacts span { display: block; }
.footerDetails .colA { width: 410px; padding-top: 3px; padding-right:15px;}
.footerDetails .colB { width: 272px; padding-right: 15px;}
.footerDetails .colC { width: 227px; padding-top: 2px; }
.footerDetails .colD { width: 240px; padding-top: 3px; }

.footerMenu { padding-right: 28px;}
.footerMenu li { font: 11px 'circe-regular', sans-serif; text-transform:uppercase; letter-spacing: 0.1em; padding-bottom: 16px; width: 50%; float: left;padding-right: 10px;height: 35px;box-sizing: border-box;}
.footerSocial { padding-right: 15px; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; font-size: 14px; line-height: 1.5em; }
.footerSocial a { display: inline-block; margin-bottom: 8px; position: relative; padding-left: 36px; opacity: 1; color: #5f5f5f;}
.footerSocial a:hover { color: #b6b6b6;}
.footerSocial a:before { content: ''; display: inline-block; background: url('/images/icons/icons-new.v4@2x.png') no-repeat 0 0; background-size: 429px 78px;position: absolute; left: 0; top: 0; }
.footerSocial a.facebook:before { width: 7px; height: 17px; background-position: 0 -34px; left: 5px; top: 2px; }
.footerSocial a:hover.facebook:before { background-position: 0 -51px; }
.footerSocial a.vkontakte:before { width: 21px; height: 13px; background-position: -8px -34px; top: 4px; }
.footerSocial a:hover.vkontakte:before { background-position: -8px -51px; }
.footerSocial a.twitter:before { width: 14px; height: 15px; background-position: -30px -34px; top: 1px; left:3px;}
.footerSocial a:hover.twitter:before { background-position: -30px -51px; }
.footerSocial a.instagram:before { width: 15px; height: 17px; background-position: -54px -34px; left: 3px; top: 2px; }
.footerSocial a:hover.instagram:before { background-position: -54px -51px; }
.footerSocial a.telegram:before { width: 12.5px; height: 14px; background-position: -86px -34px; top: 2px; left: 4px;}
.footerSocial a:hover.telegram:before { width: 12.5px; height: 14px; background-position: -86px -51px;  }
.footerSocial a.viber:before { width: 14px; height: 16px; background-position: -98.5px -33px; left:2px}
.footerSocial a:hover.viber:before { background-position: -98.5px -51px; }
.footerSocial a.youtube:before { width: 17px; height: 13px; background-position: -69px -34px; top: 1px; }
.footerSocial a:hover.youtube:before { background-position: -69px -51px; }
.footerSocial a.rss:before { width: 16px; height: 17px; background-position: -112.5px -34px; left: 2px; top: 2px; }
.footerSocial a:hover.rss:before { background-position: -112.5px -51px; }
.footerSocial a.tiktok:before { width: 16px; height: 17px; background-position: -128.5px -33.5px; left: 2px; top: 2px; }
.footerSocial a:hover.tiktok:before { background-position: -128.5px -51px; }
.footer-copyright { clear: both; margin: 0 30px; text-align: center; color: #5f5f5f; font-size: 12px; line-height: 19px; border-top: 1px solid #393939; padding: 15px 0; }
.footerDetails .colC a { color:#b6b6b6; }
.footerDetails .colC a:hover { color:#b85241; }
.footerDetails .colD a { color:#b6b6b6; }
.footerDetails .colD a:hover { color:#b85241; }

/*mobileMenu*/
.mobileMenu-shadow{ width:100%; height:100%; position:fixed; background:none repeat scroll 0 0 rgba(247, 245, 242, 0.85);opacity:0; transition:opacity linear 0.25s; visibility:hidden; z-index:-1;}
body.showMobileMenu {height: 100%;overflow-y: hidden;}
body.showMobileMenu .mobileMenu-shadow{ z-index:999; visibility:visible;opacity:1; transition:opacity linear 0.3s;}
body.showMobileMenu .mobileMenu-wrapper {display: block;}
.mobileMenu-wrapper {display: none;max-width: 1200px;position: absolute;left:0;right:0;overflow: hidden;height: 100%;width: 100%;margin: 0 auto;background: transparent;}
.mobileMenu{ position:fixed; max-width:480px; width: 100%; height:100%; right:-100%; top:0; background-color:#ffffff; z-index:1000;transition:right 0.5s ease-in-out;}
.mobileMenu .mobileMenuInner { padding: 10px 0 50px;height:100%;overflow-y:scroll; }
.mobileMenu .mobileMenuInner > ul > li{ position:relative;}
.mobileMenu .mobileMenuInner > ul > li > a { display:block; padding: 0 17px 11px 45px; width: 100%; font:17px/20px 'circe-bold', sans-serif; font-variant: small-caps; text-transform: lowercase; color:#000000; letter-spacing:0.1em; text-decoration:none; transition:all linear 0.2s;}
.mobileMenu .mobileMenuInner a .inner {position: relative;display: flex;align-items: center;}
.mobileMenu .mobileMenuInner > ul > li ul{ padding-bottom:25px;}
.mobileMenu .mobileMenuInner > ul > li ul a{ display:block; padding-left:62px; margin:0; font:17px/40px 'circe-regular', sans-serif; color:#000000; }
.mobileMenu .mobileMenuInner > ul > li ul a:hover{ background-color:#F7F5F2;}
.mobileMenu .mobileMenuInner > ul > li ul a.active{ color:#fd593d;}
.mobileMenu .mobileMenuInner .attraction a .text:after {content: " ";width:11px;height: 11px;border-radius:50%;background-color: #fd593d;position: absolute;right:-15px;top:11px;}
.mobileMenu .mobileMenuInner > ul > .menuItem > a .menu-image {display: none;}
.mobileMenu .menu-image {font-size: 30px;width:30px;margin-right: 11px;display:flex;}
.mobileMenu .menu-image img {width: 30px;height:auto;border-radius: 50%;}
.mobileMenu .text {display: inline-block;padding-top: 1px;position: relative;}
.mobileMenu li.active > a { color:#fd593d;}
.mobileMenu li.active .category{ color:#fd593d;}
.mobileMenu a:hover{ color:#fd593d;}
.mobileMenu li > span{ width:72px; height:26px; position:absolute; right:0; top:16px; text-align: center; cursor:pointer;}
.mobileMenu li > span p{ width:18px; height:10px; margin:3px 0; display:inline-block; zoom:1; background-position: -317px 0px; }
.mobileMenu li > span:hover p, .mobileMenu li.active p{ background-position:-317px -10px;}
.mobileMenu .menuItem.more-rubrics a .inner {justify-content: end;margin-right: 60px;}
.mobileMenu .menuItem.more-rubrics a .inner .text {padding-right: 35px;}
.mobileMenu .menuItem.more-rubrics a .inner .text::before {content:'';position: absolute;right: 0;top: 9px;width: 23px;height: 24px;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M10 22.881l11-11m-11-11l11 11m0 0H.98' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");}

.mobileMenu .social-icon {display: inline-block;width: 1em;height: 1em;stroke-width: 0;stroke: currentColor;fill: currentColor;margin:0;}
.mobileMenu .social-icon:hover {color:#000000;opacity:0.6;}
.menu-icon {display: inline-block;width: 1em;height: 1em;stroke: currentColor;fill: currentColor;}

.menuButton{ width: 69px; height: 69px; background: #ffffff; cursor: pointer; position: absolute; top: 0; right: 0; z-index: 1000;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease-in-out;}
.menuButton:hover{background: #fd593d;transition: all 0.3s ease-in-out;}
.menuButton .menu-icon {position:relative;color:#000000;font-size: 32px;stroke-width: 2px;margin:0;transition: all 0.3s ease-in-out;}
.menuButton .menu-icon::before {content: " ";width:11px;height: 11px;border-radius:50%;background-color: #fd593d;position: absolute;right:-15px;top:11px;}
.menuButton:hover .menu-icon{color:#ffffff;transition: all 0.3s ease-in-out;}
.menuButtonClose{ display: flex;}
.menuButton .inner{position:relative;}
.menuButton .menu-icon-attraction{position: absolute;top: -2px;right:-5px;width: 11px;height: 11px;transition: all 0.3s ease-in-out;fill:#FD593D;}
.menuButton:hover .menu-icon-attraction {transition: all 0.3s ease-in-out;fill:#ffffff;}

.mobileMenu.show{ right:0px;transition:right 0.5s ease-in-out;}
.mobileMenu li a.rubrics{ color:#000000;}

/*all pages*/

a.tags{ width:77px; display:block; position:absolute; font:12px/35px 'circe-regular', sans-serif; text-align:center; color:#ffffff; background-color:#000000;}



/*social*/
.shareItem, .shareItem span:first-child{display:inline-block; zoom:1;}
.shareItem span:last-child{ width:48px; float:right; font:12px/25px 'circe-regular', sans-serif; color:#a1a1a1; text-align:center;}
.shareItem{ width:73px; height:24px; margin:0 10px 17px 9px; cursor:pointer;}
.shareItem span.facebook{ width:9px; height:17px; margin:4px 0 0 2px; background-position:-335px -42px;}
.shareItem span.vkontakte{ width:10px; height:12px; margin:6px 0 0; background-position:0 -65px;}
.shareItem span.twitter{ width:16px; height:15px; margin:6px 0 0; background-position:-344px -42px;}
.shareItem span.google{ width:15px; height:15px; margin:5px 0 0; background-position:-20px -59px;}
.shareItem:hover .facebook{ background-position:-335px -59px;}
.shareItem:hover .vkontakte{ background-position:-10px -65px;}
.shareItem:hover .twitter{ background-position:-344px -59px;}
.shareItem:hover .google{ background-position:-35px -59px;}
.shareItem:hover span:last-child{ color:#000000;}


.statistics{ text-decoration: none; white-space:nowrap;}
.statisticsViews[data-count=""],
.statisticsViews[data-count="0"]{display: none;}
.statisticsComments[data-count=""],
.statisticsComments[data-count="0"]{display: none;}
.statisticsDate {display:inline; }
.statisticsIcon {width:18px;height:15px;margin-right:6px;vertical-align:sub;fill:none;stroke:#AEACA9;}
.statisticsViews:hover .statisticsIcon {stroke:#fd593d;}
.statisticsComments:hover .statisticsIcon {stroke:#fd593d;}


/*placeholder in inputs*/
.placeholder{ padding-left:10px; font:12px 'circe-regular', sans-serif; color:#cccccc;}
.placeholder:hover, .placeholder.active{ color:#000000;}


/*index page*/
@media (min-width:1200px){
    .articleBig .headingArticle h2,
    .articleBig .headingArticle .title { font: 25px/33px 'circe-regular', sans-serif;}
    .articleBig .headingArticle h2 strong,
    .articleBig .headingArticle .title strong{ font: 33px/33px 'circe-bold', sans-serif; font-weight: 700;}

    .articleBig .gif-teaser-image-wrapper {padding-bottom:81.965%;margin-bottom: 0px;}
    .articleBig .gif-teaser-image {top: -30%;}
    .articleBig .imageWrapper {height: 0;padding-bottom: 39.7%;}
    .articleBig .imageWrapper img {position:absolute;top:-40%;}
}

@media (max-width:499px) {
    .article.articleBig .imageWrapper.image-gif img{display:none;}
    .article.articleBig .imageWrapper.image-gif .gif-teaser-image-wrapper{display:block;}
}



.contentTitle{margin: 10px 10px 20px;padding:0;width: 100%;text-align: center;}
.contentTitle h1{ font: 16px/20px'circe-bold',sans-serif;color: #FD593D;text-align: left;letter-spacing: 0.2em;text-transform: uppercase;}
.contentTitle img {width:100%; margin: 0 auto 10px;display: inline-block;}
.contentTitle img.mobile {display:none;}
@media (max-width:800px) {
    .contentTitle img.desktop {display:none;}
    .contentTitle img.mobile {display:inline-block;}
}

/*footer page*/
.footerPage-content{ margin-left:30px;width:77%;}
.footerPage-title{ margin:40px 0 20px; font:21px 'circe-bold', sans-serif; color:#000000;text-align: center;}
.footerPage-text{ padding:30px 0; border-top:1px solid #ededed; border-bottom:1px solid #ededed;}


/* new posts section */
.postPage-newPosts .article h3 {padding-bottom: 7px;margin: 0 0 5px;font: 19px/24px 'circe-regular', sans-serif;line-height: 24px;}
.postPage-newPosts .article h3 strong {font: 21px/24px 'circe-bold', sans-serif;}

.postPage-newPosts {display: flex; flex-wrap: wrap;width: calc(100% + 20px);margin: 0 -10px;}
.postPage-newPosts-title {position:relative;padding: 18px 0;margin-left: 10px;width: calc(100% - 20px); border-top: 1px solid #E4DED3;font: 24px/29px 'circe-regular', sans-serif;color: #000000;text-transform: lowercase;}
.postPage-newPosts .article.last {display:none;}

@media (max-width: 1200px) {
.postPage-newPosts .article.last {display:block;}
}
@media (max-width: 799px) {
.postPage-newPosts .article.last {display:none;}
}
@media (max-width: 597px) {
.postPage-newPosts .article {padding: 0 10px;}
}
@media (max-width: 360px) {
.postPage-newPosts-title {font-size: 20px;}
}




/*правый столбец фиксированной ширины*/
.newsBlock {display: flex;flex-direction: column;flex-wrap: wrap;overflow-x: hidden;border-top: #f2f2f2 1px solid;padding-top: 28px;}
.newsBlock:hover {overflow-x: auto;}
.newsBlock::after {content: " ";position: absolute;top: 1px;right: 0;bottom: 1px;width: 60px;background-image: linear-gradient(90deg,rgba(255, 255, 255, 0) 0,#ffffff 70%);pointer-events: none;z-index: 1;}
.newsBlock .newsBlockTitle {font:15px/20px 'circe-regular', sans-serif;color: #AEACA9;letter-spacing: 0.1em;font-variant: small-caps;padding-right: 22px;white-space: nowrap;margin-bottom: 18px;}
.newsBlock .newsBlockTitle a {color:#AEACA9;}
.newsBlock > h3 {border-bottom: #000000 2px solid;}
.newsBlock div a:hover {text-decoration: none;}
.newsBlock .newsBlockPostsWrapper {display: flex;flex-direction: column;flex-wrap: wrap;height: 205px;width: 100%;}
.newsBlock .newsPost {font: 14px/17px 'circe-regular', sans-serif;hyphens: auto;width:25%;max-width: 240px;text-align: left;margin-bottom: 13px;padding: 0px 5px 13px 7px;position:relative;overflow: hidden; height:91.49px;}
.newsBlock .newsPost h3 {display:inline; text-align: left;text-transform: none;font-family: 'circe-regular', sans-serif;font-size:14px;padding-bottom: 1px;color:#000000;}
.newsBlock .newsPost a:hover h6 {color:#808080;}
.newsBlock .newsPost .time {display: none; cursor: default; color: #908F8F;letter-spacing: 0.025em;}
.newsBlock .newsPost .date {padding-right: 0;margin-right: 0px;color: #908F8F;letter-spacing: 0.025em;}
.newsBlock .newsPost .separator {display: none; width: 1px; background: #FC6A50; height: 12px; margin-right: 7px;vertical-align: middle;}
.newsBlock .newsPost.today .time {display: inline;color:#FC6A50;padding-right: 0;}
.newsBlock .newsPost.today .date {display: none;color:#FC6A50;padding-right: 4px;}
.newsBlock .newsPost.today .separator {display: none;}
.newsBlock .newsPost.today a:hover h3 {color:#fd593d;}
.newsBlock .newsPost .newsPost-image {float: left;margin-bottom: 0px;position:relative;border: 1px solid #E4DED3;border-radius: 50%;overflow: hidden;width: 50px;height: 50px;background-color: #fcfaf4;}
.newsBlock .newsPost .newsPost-image img {width: 100%;height: auto;}
.newsBlock .newsPost a:hover .newsPost-image {opacity:0.8;}
.newsBlock .newsPost-image .datetime{display: none;}
.newsBlock .newsPost-info {margin-left: 60px;padding-top: 0px; height:90px;position:relative; overflow:hidden;border-bottom: 1px solid #E4DED3;}
.newsBlock .newsPost:hover .newsPost-info h3 {color:#fd593d;}
.newsBlock .newsPost-info:after { content: ''; position: absolute;bottom: 0;left: 0; right:0; height: 15px;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 90%) 80%, rgba(255, 255, 255, 1) 100%); }
.newsBlock .moreNews{display: block;font: 14px/27px 'circe-regular', sans-serif;text-transform:lowercase;color: #000000;text-align: center;padding: 0;}
.newsBlock .moreNews a {color:#000000;position: relative;line-height: 24px;padding-right: 35px;}
.newsBlock .moreNews a:after {content:'';position: absolute;right: 0;top: 0;width: 23px;height: 24px;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M10 22.8809L21 11.8809M10 0.880858L21 11.8809M21 11.8809H0.980123' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");}
.newsBlock .moreNews a:hover span {border-bottom: 1px solid #000000; }
.article .newsBlock .newsPost:nth-child(2n) .newsPost-info {border:none;} 
.article .newsBlock .newsPost:nth-child(2n) {margin-bottom: 0;}
.article .newsBlock .moreNews {width:300px;text-align: left;padding-left: 77px;}

@media (max-width: 1023px) {
    .newsBlock {height: 345px;padding-top: 21px;border-bottom: #f2f2f2 1px solid;}
    .newsBlock .newsBlockPostsWrapper {height: 320px;}
    .newsBlock .slider-inner {flex-wrap: wrap;}
    .newsBlock .newsPost {width:240px;}
    .article .newsBlock .newsPost:nth-child(2n) {margin-bottom: 13px;}
    .article .newsBlock .newsPost:nth-child(2n) .newsPost-info {border-bottom: 1px solid #E4DED3;} 
    .article .newsBlock .newsPost:nth-child(3n) .newsPost-info {border:none;}
    .article .newsBlock {margin-left: -17px;margin-right: -17px;}
    .article .newsBlock .newsBlockTitle {padding-left: 17px;}
    .article .newsBlock .newsBlockPostsWrapper {height: 303px;padding-left: 17px;}
    .article .newsBlock .newsPost:nth-child(3n) {margin-bottom: 0;}

}
@media (max-width: 599px) {
    .newsBlock .newsPost h6 {font-size: 15px;line-height: 19px;}
    .newsBlock .newsPost .time {font-size: 14px;line-height: 19px;}
    .newsBlock .newsPost .date {font-size: 14px;line-height: 19px;}
}

/*пост с голосовалкой*/
/*.poll-opt-container { position: relative; display: inline-block;}
.poll-opt-container .like-buttons { position: absolute; }*/
.poll-opt-container { position: relative; display: inline-block; text-align: center;}
.poll-opt-container .like-buttons {position: absolute; margin: 0 auto; }
.poll-opt-container .poll-counter {background: #fff;padding: 3px 14px; font-family: 'circe-regular', sans-serif; font-size: 15px; margin: 0px 60px 11px;display: inline-block;box-shadow: #999 0px 0px 18px 2px;}



.allPostsRubric .article .rubricName {display: none;}

.article.mobile {display: none;}

.article.columns-4 {width:100%} 
.article.columns-3 {width:75%}
.article.columns-2 {width:50%} 
@media (max-width:1200px) {
    .article.columns-3 {width:100%} 
    .article.columns-2 {width:66.66666%;width:33.3333%} 
}
@media (max-width:899px) {
    .article.columns-2 {width:100%} 
}

@media (min-width:1200px){
    .article {width:25%;}
    .articleBig {width:50%;}
}

@media (max-width: 1023px) {

    .wrapper{padding:30px 20px 0;}
 
    /*header*/
    .headerShare{ margin-bottom:12px;}
    .scrollUp .headerWrapper .headerBlockShare { display: none; }

    .he{ height:54px;}
    .pager{margin-left: 0;justify-content: center;}

    .footerDetails { display: block; }
    .footerDetails > div { display: block; float: left; padding-bottom: 20px; }
    .footerDetails .colA { width: 50%; }
    .footerDetails .colB { width: 50%; }
    .footerDetails .colC { width: 50%; clear: left; }
    .footerDetails .colD { width: 50%; }
    .footerMenu { padding: 0; column-count: 1; }
    .footerMenu li { padding-bottom: 10px; }
    .footerSocial { padding-right: 0; column-count: 1; }
    .footerSocial li { padding-bottom: 10px; width: 50%;float:left;}
    .footerSocial li a { margin: 0; }
}

@media (max-width:899px){
    .article { width:50%; }
}


@media (max-width:799px){
    /*header*/

    .header{ height:50px; }
    .header .logo .img {height: 54%;padding-left: 17px;}
    .header .logo .logo__bar {width: 8px;}
    .menuButton{ width:49px; height:49px;}
    .menuButton .menu-icon {font-size: 23px;}
    .menuButton .menu-icon-attraction {right: -3px;width: 9px;height: 9px;}
    .menuBlock {display: none;}
    #searchButton {font-size: 24px;}
    .searchBlock {right:65px;}
    .topicsMenu {height: 50px;}
    .topicsMenuItem {height: 30px;}
    .topicsMenu .topicsMenuItem .text {font: 13px/28px 'circe-bold',sans-serif;}

    .topicsMenu-inner {overflow-x: auto;}
    .topicsMenu ul {padding: 0 8px;}
    .topicsMenu::before {display:none;}
    .topicsMenu::after {display:none;}
    .topicsMenu .arrow-next{display:none;}
    .topicsMenu .arrow-prev{display:none;}
    
    .mobileMenu .headerShare {height: 50px;}

    .menuPanel.visible { position: absolute; top: 50px; height: 50px;}
    .menuPanel .container { padding: 26px 30px 25px 30px; }
    .menuPanel.visible .menuPanel-inner {height: 62px;}
    #searchPanel .container {height: 50px;}
    #searchPanel input.search { font-size: 24px; width: 100%; padding-left: 1px; }
    .pageOverlay { z-index: 200; }

    .wrapper {padding:30px 17px 0;}

    .sideCol{display:none;}
    .article{width:50%;}

    .headerWrapper .headerBlockShare { display: none;}
    .mainWrapper .headerBlockShare { position: fixed;bottom: 0px;width: 100%;background: #ffffff;z-index: 1000;padding-bottom: 6px;}

    .cookieinfo span {text-align:left;}
    .cookieinfo-close {margin-top:5px;}
}

@media (max-width:640px){
    .pager {margin-right: 0}

    .footerDetails .colA,
    .footerDetails .colB,
    .footerDetails .colC,
    .footerDetails .colD { width: 100%; }
    .footerDetails {padding: 20px 10px 14px 30px;}
}


@media (max-width: 597px) {
    .headerShare {padding: 0 70px 0 16px;}
    .headerShare li a {margin-right: 4px;font-size: 19px;line-height: 19px;height: 19px;}
    .mobileMenu .mobileMenuInner > ul > li > a { padding: 0 17px 11px; }
    .mobileMenu .mobileMenuInner > ul > li ul a { padding-left: 32px;}

    .article {width: 100%;padding: 0;}
    .article.desktop {display: none;}
    .article.mobile {display: block;}
}


@media (max-width:499px){
    .pager {gap:6px;}
    .pager li {width: 32px;height: 32px;line-height: 32px;font-size: 16px;}

    .wrapper {padding: 30px 17px 0;}

    .article h2,
    .article .title{ padding-bottom:0;}

    .contentTitle{margin-right: 0;margin-left: 0;}

}
@media (max-width:360px){
    .pager {gap:3px;}
    .pager li {width: 30px;height: 30px;line-height: 30px;font-size: 14px;}
}

@media (min-width: 1024px) {
    .articleBig .statistics .statisticsDate { color: #ffffff; }
}

/*retina support*/
@media (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .footerSocial a:before,
    .icon{background-image: url('/images/icons/icons-new.v4@2x.png?5');}
}


.brandLink,
.brandingTop,
.brandingBottom {display: none;}
.brandLink {height: 100%;top:0; left:0;position:absolute;width:100%;text-decoration:none;}
.brandLink.mobile {display:none;}
.brandingTop {position:relative; margin: 0 auto; max-width: 1200px;}
.brandingTop img {display: block; width: 100%;}
.brandingTop img.desktop {display: block;}
.brandingTop img.mobile {display: none;}
.brandingBottom {max-width: 1200px; margin: 0 auto; text-align: right;position:relative;}
.brandingBottom img {width: 100%;}
.brandingBackground {width: 100%;min-height: 100%;position: absolute;z-index:-1;}

.brandingPage .he {height: 0px;}
.brandingPage .wrapper {position:relative; overflow: hidden;z-index: 2;}
.brandingPage.withBorder .headerContainer {border: solid #ebebeb 2px;border-bottom: none;}
.brandingPage.withBorder:not(.newPostPage) .wrapper {border: solid #ebebeb 2px;border-top: none;}
.brandingPage.withBorder .wrapper:before {border: solid #ebebeb 2px;border-top: none;}

.brandingPage .brandingTop,
.brandingPage .brandLink {display: block; z-index: 1;}
.brandingPage .brandingBottom {display: block; z-index: 0;}
.brandingPage .brandLink.mobile {display:none;}

@media screen and (max-width: 1200px) {
.brandingPage.withBorder .headerContainer {border: none;border-top: solid #ebebeb 2px;}
.brandingPage.withBorder .wrapper {border: none;}
.brandingPage.withBorder .wrapper:before {border: none;}

.brandingBackground {display: none;}
}
@media screen and (max-width: 799px) {
.brandingTop img.desktop {display: none;}
.brandingTop img.mobile {display: block;}
.brandingPage .brandLink.mobile {display: block;}
}

.owl-carousel {display:none;}

@font-face {
	font-family: 'citydog';
	src:url('/fonts/citydog.woff?femla') format('woff'),url('/fonts/citydog.ttf?femla') format('truetype');font-weight: normal;font-style: normal;
}



.allPostsTmplNews .contentCol {display: grid;grid-template-columns: repeat(var(--layout-columns),1fr);}
.allPostsTmplNews .contentTitle {grid-column-start: span var(--layout-columns);}
.allPostsTmplNews .pager {grid-column-start: span var(--layout-columns);}
.allPostsTmplNews .article {width: 100%;padding: 0 10px;}
.allPostsTmplNews .article.columns-4 {grid-column-start: span 4;width: 100%;}
.allPostsTmplNews .article.columns-2 {grid-column-start: span 2;width: 100%;}
.allPostsTmplNews .articleBig {width: 100%;grid-row-start: span 2;}
.allPostsTmplNews .article.columns-1_2 {grid-row-start: span 2;width: 100%;}

@media (max-width:1024px) {
    .allPostsTmplNews .article.columns-4 {grid-column-start: span 3;}
    .allPostsTmplNews .article.columns-2 {grid-column-start: span 1;}
}
@media (max-width:799px) {
    .allPostsTmplNews .article.columns-4 {grid-column-start: span 2;}
}
@media (max-width:499px) {
    .allPostsTmplNews .article {padding: 0;}
    .allPostsTmplNews .article.columns-4 {grid-column-start: span 1;}
}


.allPostsTmplNews .article .imageWrapper {background: #FAF9F7;height: 80px;text-align: right;padding-bottom: 0;}
.allPostsTmplNews .article .imageWrapper > a {display: inline-block;right: 0;height: 100%;overflow: hidden;}
.allPostsTmplNews .article .imageWrapper > a img {height: 100%;width: auto;}
.allPostsTmplNews .article .imageWrapper .statistics {position: absolute;bottom: 12px;left: 14px;margin-bottom: 0;}
.allPostsTmplNews .article .imageWrapper .postInfoOverlay {background: none;height: 13px;line-height: 1;left: 3px;}
.allPostsTmplNews .article .imageWrapper .postInfoOverlay * {color:#AEACA9;stroke:#AEACA9;}
.allPostsTmplNews .article {margin-bottom: 20px;}
.allPostsTmplNews .article .title {margin-bottom: 0;padding-bottom: 0;font: 17px/25px 'circe-regular', sans-serif;}
.allPostsTmplNews .article .title strong {font: 19px/25px 'circe-bold', sans-serif;}
.allPostsTmplNews .article .rubricName {display:none;}
.allPostsTmplNews .articleBig .articleInner {height: 100%;border-radius: 9px;background: #FA69554D;display: grid;grid-template-rows: max-content;}
.allPostsTmplNews .articleBig .imageWrapper {height: auto;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.allPostsTmplNews .articleBig .imageWrapper > a img {height: auto; position: relative;top: 0;width: 100%;}
.allPostsTmplNews .articleBig .headingArticle {padding: 8px;text-align: center;display: flex;align-items: center;}
.allPostsTmplNews .articleBig .headingArticle .title {text-align: center;}
.allPostsTmplNews .articleBig .articleInner:hover .title a {text-shadow: -1px -1px 0 #fed2cc, 1px -1px 0 #fed2cc, -1px 1px 0 #fed2cc, 1px 1px 0 #fed2cc;}



@media (max-width: 1023px) {
    .frontPage .wrapper {max-width: 499px;padding: 30px 17px 0;}
    .frontPage .article {width: 100%;}
    .frontPage .article.columns-2 {width: 100%;}
    .newsBlock {height: 395px;}
    .newsBlock .newsBlockPostsWrapper {height: 320px;}
    .newsBlock .newsPost {width:240px;}
    .newsBlock .newsPost:nth-child(2n) .newsPost-info {border-bottom: 1px solid #E4DED3;} 
    .newsBlock .newsPost:nth-child(3n) .newsPost-info {border:none;}
}

