@import url('../fonts/fontawesome.css') screen;

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.ce-block[id]:before,
h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before {
    display: block;
    content: " ";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
}
html, body {
	font: 300 14px/22px "Roboto", serif
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700!important;
    margin: 0;
    color: #17222b;
}
.h1, h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
a {
	transition: all .4s;
	color: #1091ff;
	text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
.more-info-link {
    background: #233340;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    line-height: 12px;
    padding: 12px;
    width: 100%;
    text-align: center;
    display: block;
}
.more-info-link:hover {
    transition: all .4s;
    color: #1091ff;
}
.editorjs-show h2 {
    font-size: 30px;
    line-height: 31px;
    margin: 2.5em 0 0.9em 0;
}
.editorjs-show h3 {
    margin:3em 0 1em 0;
    font-size: 26px;
}
.editorjs-show h4 {
    margin:3em 0 1em 0;
    font-size: 23px;
}
.colored_title {
    color:#f55;
}
blockquote {
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	padding: 60px 20px 20px 20px;
	margin: 40px 0 60px 0;
    font-size: 20px;
    line-height: 2rem;
}
blockquote:after {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	content: '';
	background-image: url('https://static.nevnov.ru/upload/images/static/nevnov/icons/quote.png');
	background-repeat: no-repeat;
}

.da-list >.da-list__item {
    display: inline-block !important;
    width: 25% !important;
    margin-bottom: 20px;
}
.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
}
.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.wrap {
	margin: 180px auto 0 auto;
}
.main-section {
	max-width: 1050px;
    width: calc(100% - 486px);
}
.main-section p {
	text-indent: 1.25em;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #414141;
}
.main-section a, a.cblack {
	color: #17222b;
}
.main-section a.more-info-link {color: #fff;}
.main-section article a {
    color: #1091ff;
}
.main-section a:hover,
a.cblack:hover {
	color: #1091ff;
}

.link_block {
    text-align: center;
}

.editorjs-show h1, .editorjs-show figure {
    margin-bottom: 20px;
    margin-top: 20px;
}
.editorjs-show figure figcaption {
    font: 300 13px Noto Sans,sans-serif;
}
.editorjs-show figure img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.editorjs-show iframe {
    display: block;
    margin: 0 auto;
}
.editorjs-show ul {
    margin-left: 4rem;
    margin-bottom: 1.5rem;
}

.lenta {
    flex-grow: 1;
}

.lenta-title {
    font: 700 20px Noto Sans,sans-serif;
    margin-bottom: 20px;
}
.title-red {
    color: #f55 !important
}
.lenta-list-item span {
    font: 600 14px Noto Sans,sans-serif;
    margin-right: 20px;
}
.lenta-list-item {
    margin-bottom: 10px;
}

.ddos {
    margin: 30px auto;
    font: 600 20px Noto Sans,sans-serif;
}

/* HELPERS */
.mt-1, .mt-1-mob {margin-top: 1rem;}
.mt-2, .mt-2-mob {margin-top: 2rem;}
.mt-3, .mt-3-mob {margin-top: 3rem;}
.mt-5, .mt-5-mob {margin-top: 5rem;}

.mb-1, .mb-1-mob {margin-bottom: 1rem;}
.mb-2, .mb-2-mob {margin-bottom: 2rem;}
.mb-3, .mb-3-mob {margin-bottom: 3rem;}
.mb-5, .mb-5-mob {margin-bottom: 5rem;}

@media (max-width: 560px){
    .mt-1-mob {margin-top: 0.5rem;}
    .mt-2-mob {margin-top: 1rem;}
    .mt-3-mob {margin-top: 2rem;}
    .mt-5-mob {margin-top: 2.25rem;}

    .mb-1-mob {margin-bottom: 0.5rem;}
    .mb-2-mob {margin-bottom: 1rem;}
    .mb-3-mob {margin-bottom: 1.5rem;}
    .mb-5-mob {margin-bottom: 2.25rem;}
}

/* WIDGETS/PARTIALS */
.widget-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
	font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    z-index: 2;
}
.widget-title a {
	color: #17222b;
    transition: all .4s;
}
.widget-title a:hover {
    color: #1091ff;
}
.widget-title img {
	width: 40px;
    height: 40px;
}

.title-white a{
    color: #ffff;
}
.title-white a:hover {
    color: #ffff;
}

.widget-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: initial;
	position: relative;
	width: 100%;
}
.widget-grid .widget-grid__item {
	width: calc(50% - 15px);
}

/* ACTUAL-NEWS BLOCK */
/* .actual-news-widget {
	margin-bottom: 3rem;
} */

/* LAST ARTICLES WIDGET */
.last-aricles-widget {
	margin-bottom: 3rem;
}

/* POST TYLES TYPE 1 */
.post-tiles-1 {
	width: calc(50% - 15px);
    margin-bottom: 30px;
    flex: initial;
	position: relative;
    z-index: 2;
    transition: all .3s;
	height: auto;
}
.post-tiles-1 .image_wrap {
	position: relative;
    z-index: 2;
	height: 100%;
}
.post-tiles-1 .image-wrap:before {
    position: absolute;
    content: '';
    height: 85%;
    width: 100%;
    background: linear-gradient(0deg,#000,transparent);
    left: 0;
    bottom: 0;
    z-index: 2;
}
.post-tiles-1 .image-wrap span:nth-child(1) {
	width: 100%;
    height: 0;
    padding-bottom: 56%;
    display: flex;
    position: relative;
}
.post-tiles-1 .image-wrap img {
	width: 100%;
    max-height: initial;
	position: absolute;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.post-tiles-1 .description {
	position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px 26px 20px 20px;
}
.post-tiles-1 .description .meta {
	margin-bottom: 5px;
}
.post-tiles-1 .description .meta a {
	font-size: 12px;
    z-index: 2;
    line-height: 17px;
    color: #fff;
	font-weight: 700;
}
.post-tiles-1 .description .meta a:hover {
    color: #1091ff;
}
.post-tiles-1 .description .meta .date {
	margin-left: 20px;
    font-weight: 400;
    position: relative;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #fff;
}
.post-tiles-1 .description .meta .date:before {
    position: absolute;
    content: '/';
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.post-tiles-1 .description .title a {
	font-size: 24px;
	color: #fff;
    font-size: 19px;
    line-height: 16px;
    font-weight: 700;
	text-decoration: none;
    font-family: 'Roboto',sans-serif;
}
.post-tiles-1 .description .title a:hover {
	color: #1091ff;
}
.post-tiles-1 .description .lead {display: none;}

.post-tiles-1.cat-gallery-item .readmore-btn{display: none;}

.post-tiles-1.cat-gallery-item:nth-child(6n),
.post-tiles-1.cat-gallery-item:nth-child(6n-1){
    width: 100%;
    position: relative;
    display: flex;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) > a,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) > a{
    display: block;
    flex: 47% 1 1;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description{
    flex: 50% 1 1;
    position: unset;
    padding: 0;
    padding-left: 30px;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .image-wrap::before,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .image-wrap::before{
    display: none;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description .title a,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description .title a{
    display: block;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #17222b;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description .title a:hover,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description .title a:hover{
    color: #1091ff;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description .lead,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description .lead{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2rem;
    display: block;
    color: #17222b;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description .meta a,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description .meta a{
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    line-height: 17px;
    color: #1091ff;
    text-transform: uppercase;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description .meta .date,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description .meta .date {
    color: #17222b;
    font-size: 12px;
    position: relative;
    display: inline;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .arrow-link,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .arrow-link{
    display: none;
}
.post-tiles-1.cat-gallery-item .arrow-link:hover,
.post-tiles-1.cat-gallery-item .arrow-link:hover{
    background: #1091ff;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .description .meta .date::before,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .description .meta .date::before {
    color: #17222b;
}
.post-tiles-1.cat-gallery-item:nth-child(6n) .readmore-btn,
.post-tiles-1.cat-gallery-item:nth-child(6n-1) .readmore-btn{
    display: flex;
}

@media (max-width: 560px){
    .post-tiles-1.cat-gallery-item:nth-child(6n),
    .post-tiles-1.cat-gallery-item:nth-child(6n-1){
        flex-direction: column;
    }
    .post-tiles-1.cat-gallery-item:nth-child(6n) .description,
    .post-tiles-1.cat-gallery-item:nth-child(6n-1) .description{
        padding-top: 20px;
    }
}

/* POST TYLES TYPE 2 */

.post-tiles-2 {
	width: calc(50% - 15px);
    margin-bottom: 30px;
    flex: initial;
	position: relative;
    z-index: 2;
    transition: all .3s;
	height: auto;
}
/* .post-tiles-2 .image-wrap {
	position: relative;
    z-index: 2;
	height: 100%;
} */

.post-tiles-2 .image-wrap a {
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: flex;
    position: relative;
}
.post-tiles-2 .image-wrap img {
	width: 100%;
	height: 100%;
    max-height: initial;
	position: absolute;
    object-fit: cover;
    -o-object-fit: cover;
}
.post-tiles-2 .description {
    padding: 20px 0 0;
	margin-bottom: 2rem;
}
.post-tiles-2 .description .meta {
	margin-bottom: 5px;
}
.post-tiles-2 .description .meta a {
	font-size: 14px;
    z-index: 2;
    line-height: 17px;
    color: #17222b;
	font-weight: 500;
	color: #1091ff;
	text-transform: uppercase;
}
.post-tiles-2 .description .meta .date {
	margin-left: 20px;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
	margin-left: 20px;
    color: #17222b;
    opacity: .75;
}
.post-tiles-2 .description .meta .date:before {
    position: absolute;
    content: '/';
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222b;
    text-align: center;
}
.post-tiles-2 .description .title a {
	font-size: 24px;
	color: #17222b;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
	text-decoration: none;
}
.post-tiles-2 .description .title a:hover {
	color: #1091ff;
}
.post-tiles-2 .readmore-btn:hover {
    background-color: #1091ff;
    color: #fff;
}

.badge-exclusive{
    height: 40px;
    color: white;
    background-color: #f55;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 42px;
    z-index: 5;
    padding: 0px 8px;
    display: none;
}
.post-tiles-1 .badge-exclusive {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.page-news .cat-news-list-block__item .badge-exclusive {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}


/* ------------- */
/* day-theme-widget */
.day-theme-widget .main-post {
	margin-bottom: 2rem;
}
.day-theme-widget .main-post,
.day-theme-widget .posts-list {
	width: calc(50% - 15px)
}
.day-theme-widget .main-post .image-wrap {
	margin-bottom: 2rem;
}
.btn-load-more {
    cursor: pointer;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    font-size: 1rem;
    min-height: 56px;
    padding: 15px 30px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px 18px;
    border: 1px solid #50585f;
    line-height: 20px!important;
    display: block;
    margin: 20px auto;
    min-width: 200px;
    height:60px
}
.btn-load-more:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.btn-load-more:hover {
    color: #212529;
    text-decoration: none;
}
#loading_more {
    display: none;
    margin: 0 auto;
}
#loading_more.show {
    display: block;
}
#text_more{
    display: none;
}
#text_more.show {
    display: block;
}
.button-offer {
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0px 20px;
    background: #1091ff;
    border: none;
    width: 300px;
    margin: 0 10px;
    cursor: pointer;
}
.button-offer.nav{width:250px;
height: 36px;}
.button-offer.nav img{
    max-height: 34px;
}
.fa-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("https://static.nevnov.ru/upload/images/static/nevnov/icons/search.svg") no-repeat center / 80%;
}
.fa-search::before{
    content: "";
}
.tabs-content {
    display: none;
}
.tabs-content.active {
    display: block;
}
.day-theme-widget .image-wrap a {
	width: 100%;
    height: 0;
    padding-bottom: 56%;
    display: flex;
    position: relative;
}
.day-theme-widget .image-wrap a:before {
	position: absolute;
    content: '';
    height: 85%;
    width: 100%;
    background: linear-gradient(0deg,#000,transparent);
    left: 0;
    bottom: 0;
    z-index: 2;
}
.day-theme-widget .image-wrap img {
	width: 100%;
	height: 100%;
    max-height: initial;
	position: absolute;
}
.day-theme-widget .main-post .description .meta {
	margin-bottom: 0.5rem;
}
.day-theme-widget .main-post .description .meta a {
	font-size: 14px;
	font-weight: 500;
    z-index: 2;
    line-height: 17px;
	color: #1091ff;
	text-transform: uppercase;
}
.day-theme-widget .main-post .description .meta .date {
	color: #17222b;
    font-size: 12px;
    position: relative;
    display: inline;
}

.day-theme-widget .main-post .description .title {
	margin-bottom: 1rem;
	font-size: 20px;
    font-weight: 700;
    line-height: 24px;
	color: #17222b;
}
.day-theme-widget .main-post .description .lead {
	font-size: 15px;
    line-height: 22px;
	margin-bottom: 2rem;
}

/* ------------- */
/* пост строчка для виджетов в виде колонки */
.widget-post-small {
	position: relative;
	padding-left: 120px;
    min-height: 100px;
	margin: 15px 0;
}
.tab-pane {
    margin-bottom: 10px;
}
.widget-post-small:first-child {margin-top: 0;}
.widget-post-small:last-child {margin-bottom: 0;}
.widget-post-small .img-wrap {
	display: block;
	position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100px;
	margin-right: 1rem;
	aspect-ratio: 1/1;
    overflow: hidden;
}
.widget-post-small img {
    height: 100%;
    width: auto !important;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
}
.widget-post-small .description .meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.widget-post-small .description .meta a {
	display: block;
	font-size: 14px;
    z-index: 2;
    line-height: 21px;
    color: #17222b;
	font-weight: 500;
	color: #1091ff;
	text-transform: uppercase;
}
.widget-post-small .description .meta .date {
    display: inline;
    position: relative;
	color: #17222b;
    font-size: 12px;
}
.widget-post-small .description .meta a + .date {
	margin-left: 1.5rem;
}
.widget-post-small .description .meta a + .date:before {
	position: absolute;
    content: '/';
    height: 20px;
    width: 0.5rem;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
    color: #17222b;
    opacity: .4;
    text-align: center;
}

/* кнопка читать далее для плиточной новоости в вджетах */
.readmore-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 230px;
	font-size: 14px;
    font-weight: 400;
    color: #17222b;
    padding: 10px 18px;
    border: 1px solid #50585f;
    line-height: 20px;
	background-color: #fff;
}

/* ------------------------ */
/* виджет новостей с табами */
/* ------------------------ */
.widget_tab {
    margin-bottom: 2rem;
}
.widget_tab .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    border: none;
	list-style: none;
}
.widget_tab .tab {
	/* width: 31.4%; */
    flex: 1 0 31.4%;
	background: #fff;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    line-height: 12px;
    padding: 12px;
    text-align: center;
	cursor: pointer;
	text-decoration: none;
    border: none;
}
.widget_tab .tab.active {
    color: #fff;
    background: #1091ff;
}
.widget-post-small a.title {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    line-height: 21px;
}
.widget-post-small a.title:hover {
    color: #1091ff;;
}

@media (max-width: 1440px){}
@media (max-width: 1024px) {
	.main-section {
		width: 100%;
	}
    .widget-post-small a.title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap {
        margin-top: 110px;
    }
}
@media (max-width: 560px) {
	.widget-grid .widget-grid__item,
	.post-tiles-1,
	.post-tiles-2 {
		width: 100%;
	}
	.day-theme-widget .main-post,
	.day-theme-widget .posts-list {
		width: 100%;
	}
	.readmore-btn {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 500px) {
    .widget-post-small a.title {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 320px) {}

.p404_text {
    margin-top: 30px;
    font-size: 1.3em;
}
@media screen and (max-width: 425px){
    .editorjs-show iframe {
        max-width: 375px;
        max-height: 235px;
    }
}
footnotes {
    font-size: .9em;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
}

footnotes li {
    list-style-type: none;
}
/*tags*/
.tags ul {
    padding: 0;
    margin-top: 0;
    /* margin-bottom: 1rem; */
}
.tags li.tag_list {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 2px 12px;
    border: 1px solid #e4e5e6;
    background: #e4e5e6;
}

.tags li.tag_list {
    margin-bottom: 10px!important;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 2px 12px;
    border: 1px solid #e4e5e6;
    background: #e4e5e6;
}
.inline li {
    display: inline-block;
}
.tags li {
    margin-right: 5px;
    margin-bottom: 10px;
}
.tags li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 11px;
    border: 1px solid #e4e5e6;
    color: #17222b;
    font-weight: 500;
    background: #fff;
}
.tags li a:hover {
    background: #e4e5e6;
}
.space-15 {
    height: 15px;
}
.border_black {
    border-bottom: 1px dashed #dcdedf;
}
.social_title_single {
    text-align: center;
    margin-bottom: 7px;
    color: #17222b;
    font-weight: 500;
}
.text-center {
    text-align: center!important;
}
.space-10 {
    height: 10px;
}
.social-block_single {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
/* .social-block_single .sc-link:nth-of-type(1) {
    background: url(https://static.nevnov.ru/upload/images/static/nevnov/yaNews.svg) no-repeat center/100% auto;
}
.social-block_single .sc-link:nth-of-type(2) {
    background: url(https://static.nevnov.ru/upload/images/static/nevnov/yaZen.svg) no-repeat center/100% auto;
}
.social-block_single .sc-link:nth-of-type(3) {
    background: url(https://static.nevnov.ru/upload/images/static/nevnov/gNews.svg) no-repeat center/80% auto;
}
.social-block_single .sc-link:nth-of-type(4) {
    background: url(https://static.nevnov.ru/upload/images/static/nevnov/gNews.svg) no-repeat center/80% auto;
} */
.social-block_single .sc-link:nth-of-type(1) {
    background: url("/assets/img/novosti.svg/") no-repeat center/100% 85%;
    border-radius: 4px;
    border-top: 1.5px solid #c1c4c6;
    border-bottom: 2px solid #c1c4c6;
    border-left: 1px solid #c1c4c6;
    border-right: 1px solid #c1c4c6;
    height: 37px;
    margin: 5px;
}
.social-block_single .sc-link:nth-of-type(2) {
    background: url("/assets/img/dzen2.svg") no-repeat center/100% 100%;
}
.social-block_single .sc-link:nth-of-type(3) {
    background: url("/assets/img/vk.svg") no-repeat center/100% 100%;
}
.social-block_single .sc-link:nth-of-type(4) {
    background: url("/assets/img/telegram.svg") no-repeat center/100% 100%;
}
.social-block_single .sc-link {
    height: 45px;
    min-width: 150px;
    margin: 0 5px;
}
@media (max-width: 767px) {
    .social-block_single {
        flex-wrap: wrap;
    }
    .social-block_single .sc-link {
        margin: 5px;
        height: 40px;
    }
}
/* EXPERT BLOCK */
.expert_item {
    margin-bottom: 30px;
}
.expert_about {
    position: relative;
    z-index: 2;
    min-width: 0;
    word-wrap: break-word;
    padding-left: 90px;
    min-height: 100px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
}
.expert_body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px 0px 0px 1.25rem;
}
.expert_item .expert-name {
    font-size: 20px;
    font-weight: 500;
    color: #17222b;
    margin-bottom: 10px;
}
.expert_about p {
    opacity: .75;
    line-height: 17px;
    font-size: 13px;
}
.expert_about .expert_img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 90px;
    width: 90px;
    text-align: center;
    border: 2px solid #c1c4c6;
}
.expert_about .expert_img img{
    height: 100%;
    object-fit: cover;
}
.expert_item .expert_item-post {
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdedf;
}
.expert_item .meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.expert_item .meta-link{
    display: block;
    font-size: 14px;
    z-index: 2;
    line-height: 21px;
    color: #17222b;
    font-weight: 500;
    color: #1091ff;
    text-transform: uppercase;
}
.expert_item .meta-date{
    display: inline;
    position: relative;
    color: #17222b;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .75;
}
.expert_item .meta-link + .meta-date {
    margin-left: 1.5rem;
}
.expert_item .meta-link +.meta-date::before {
    position: absolute;
    content: '/';
    height: 20px;
    width: 0.5rem;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
    color: #17222b;
    opacity: .4;
    text-align: center;
}
.expert_item .post-title {
    font-size: 16px;
    line-height: 21px;
    color: #17222b;
    font-weight: 500;
    transition: all .4s;
}
.expert_item .post-title:hover {
    color: #1091ff;
}

@media (max-width: 1200px) {
    .expert_item {
        margin-bottom: 50px;
    }
}
/* /EXPERT BLOCK */

/* SLIDER MAIN */

.slider-main {
    position: relative;
    margin-bottom: 3rem;
}
.slider-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.slider-galleryPost {
    width: 100%;
    /* aspect-ratio: 3/2; */
    overflow: hidden;
    background: #f7f7f7;
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider-galleryPost figure picture img {
    aspect-ratio: 3/2;
    object-fit: contain;
}
.slider-galleryPost figure figcaption {
    align-items: center;
    background-color: #1091ff;
    cursor: pointer;
    display: flex;
    height: 45px;
    line-height: 20px;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: calc(50% - 95px);
    width: auto;
    padding: 0 40px 0 0;
    width: 40px;
    max-width: calc(100vw - 50px);
    font-size: 0px;
    color: #fff;
    overflow:
            hidden;
}
.slider-galleryPost figure figcaption:hover {
    width: auto;
    font-size: 16px;
    padding-left: 8px;
    transition: all .4s;
}
.slider-galleryPost figure figcaption:after {
    content: '';
    background: url("https://static.nevnov.ru/upload/images/static/nevnov/logo/logo-white.svg") no-repeat center;
    position: absolute;
    right: 0px;
    top: 4px;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.slider-galleryPost figure {
    margin-bottom: 0;
    margin-top: 0;
}
/*
.slider-main .slider-galleryPost .image-container{
    aspect-ratio: 3/2;
    -webkit-aspect-ratio: 3/2;
}
.slider-main .slider-galleryPost .slider-caption {
    align-items: center;
    background-color: #1091ff;
    cursor: pointer;
    display: flex;
    height: 45px;
    line-height: 20px;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: calc(50% - 95px);
    width: auto;
    padding: 0 40px 0 0;
    width: 40px;
    max-width: calc(100vw - 50px);
    font-size: 0px;
    word-break: break-all;
    color: #fff;
}
.slider-main .slider-galleryPost .slider-caption:after {
    content: '';
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/logo/logo-white.svg') no-repeat center;
    position: absolute;
    right: 0px;
    top: 4px;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.slider-main .slider-galleryPost .slider-caption:hover {
    width: auto;
    font-size: 16px;
    padding-left: 8px;
    transition: all .4s;
}
.slider-galleryPost.pegassSlider_heightFixed .slider-img {
    height: 100%;
}
.slider-main .slider-galleryPost .image-container img{
    object-fit: contain;
    height: 100%;
}*/
.slider-main .image-container {
    aspect-ratio: 16 / 9;
    -webkit-aspect-ratio: 16 / 9;
    width: 100%;
}
.slider-main .image-container::before {
    position: absolute;
    content: '';
    height: 85%;
    width: 100%;
    background: linear-gradient(0deg,#000,transparent);
    left: 0;
    bottom: 0;
}

.slider-main .slider-galleryPost .image-container:before {
    content:none;
}
.slider-main .image-container img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.slider-main .slider-caption {
    position: absolute;
    bottom: 0;
    padding: 40px 40px 40px 50px;
    width: 100%;
    z-index: 2;
}
.slider-main .slider-caption__title {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat',sans-serif;
}
.slider-main .slider-caption__lead {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
}
.slider-main .meta,
.slider-main .meta-link {
    color: #fff;
}
.slash-right {
    position: relative;
    margin-right: 20px;
}
.slash-right::after {
    position: absolute;
    content: '/';
    height: 20px;
    width: 0.5rem;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 20px;
    opacity: .4;
    text-align: center;
}
.pegassSlider > .pegassSliderNext,
.pegassSlider > .pegassSliderPrev {
    color: #000;
    background: #ffffff;
    height: 100px;
    width: 30px;
    cursor: pointer;
    transition: all .3s
}
.pegassSlider > .pegassSliderNext:hover,
.pegassSlider > .pegassSliderPrev:hover {
    background: #1091ff;
    color: #fff;
}
.slider-main .badge {
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #1091ff;
    z-index: 4;
    background-color: #1091ff;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

@media (max-width: 768px) {
    .slider-main .slider-caption {
        position: relative;
        width: 100%;
        background-color: #17222b;
    }
    .slider-main .slider-caption__title{
        font-size: 20px;
        line-height: 26px;
    }
    .pegassSlider > .pegassSliderContent > .pegassSliderItem {background-color: #17222b;}
    .pegassSlider.slider-galleryPost > .pegassSliderContent > .pegassSliderItem{background-color: transparent;}
    .slider-main .image-container::before{display:none}
}
@media (max-width: 768px) {
    .slider-main {
        margin-bottom: 45px;
    }
}

.lenta-widget {
    margin-bottom: 60px;
}

.big-post {
    display: flex;
    flex-direction: column;
}
.big-post .image-wrap {
    position: relative;
}
.big-post .image-wrap a {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    display: flex;
    position: relative;
}

.big-post .image-wrap img {
    width: 100%;
    max-height: initial;
    position: absolute;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.big-post .description {
    padding: 30px;
    background: #f0f0f1;
}
.big-post .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #17222b;
}
.big-post .title:hover {
    color: #1091ff;
}
.big-post .meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.big-post .meta-link {
    display: block;
    font-size: 14px;
    z-index: 2;
    line-height: 21px;
    color: #17222b;
    font-weight: 500;
    color: #1091ff;
    text-transform: uppercase;
}
.big-post .meta-date {
    display: inline;
    position: relative;
    color: #17222b;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .75;
}

.photo-block {
    position: relative;
}
.photo-slider {
    height: 430px;
}
.photo-slider .image-wrap a {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    display: flex;
    position: relative;
}
.photo-slider .swiper-slide .image-wrap picture {aspect-ratio: 16/9;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
/* .photo-slider .swiper-slide .image-wrap picture > img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;} */
.photo-slider .swiper-slide .image-wrap img {
    width: 100%;
    height: 100%;
    max-height: initial;
    position: absolute;
    object-fit: cover;
    -o-object-fit: cover;
}
.photo-block::after {
    position: absolute;
    content: '';
    height: 60%;
    width: 100%;
    background: #17222b;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.photo-block .photo-slider {
    padding: 30px;
    position: relative;
    background: #fcfcfc;
}
.photo-block .image-wrap::before {
    position: absolute;
    content: '';
    height: 85%;
    width: 100%;
    background: linear-gradient(0deg,#000,transparent);
    left: 0;
    bottom: 0;
    z-index: 2;
}
.photo-block .description {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 20px 40px 20px 40px;
}
.photo-block .description .meta {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.photo-block .description .meta-link {
    display: block;
    font-size: 14px;
    z-index: 2;
    line-height: 21px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.photo-block .description .meta-date {
    display: inline;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
} 
.photo-block .description .title {
    color: #fff;
    line-height: 30px;
    font-size: 22px;
}
.video-block {
    position: relative;
    padding-top: 50px;
}
.video-block::after {
    position: absolute;
    content: '';
    height: 60%;
    width: 100%;
    background: #17222b;
    left: 0;
    top: 0;
    z-index: -1;
}
.video-block .video-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    background: #fcfcfc;
    padding: 30px;
}
.video-block .video-row > div:nth-child(1) {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
}
.video-block .video-row > div:nth-child(2) {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 15px;
}



.photo-slider .swiper-button-next::after,  
.photo-slider .swiper-button-prev::after {
    content: "";
}
.photo-slider .swiper-button-next,  
.photo-slider .swiper-button-prev {
    color: #000;
    font-size: 1.5em;
    background: #ffffff;
    height: 100px;
    width: 30px;
    cursor: pointer;
    transition: all .3s
    
}
.photo-slider .swiper-button-next:hover,
.photo-slider .swiper-button-prev:hover {
    background: #1091ff;
    color: #fff;
}
.photo-slider .swiper-button-prev {
    left: 0;
}
.photo-slider .swiper-button-next {
    right: 0;
}

@media (max-width: 1024px) {
    .video-block .video-row > div:nth-child(1),
    .video-block .video-row > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        padding: unset;
    }
    .photo-slider {
        height: calc(100vw / 16 * 9)
    }
}
@media (max-width: 500px) {
    .photo-slider {
        height: auto
    }
    .photo-block .description {
        position: relative;
        background-color: #17222b;
    }
}

/*BADGES */
.image-wrap {
    position: relative;
}
span.youtube_middle {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 70px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #f55;
    cursor: pointer;
    display: flex;
    justify-content: center;
    z-index: 4;
    transform: translate(-50%, -50%);
}
.widget_tab span.youtube_middle {
    width: 46px;
}

.fa-youtube {
    display: block;
    width: 100%;
    background: url("https://static.nevnov.ru/upload/images/static/nevnov/icons/youtube-play.svg") no-repeat center/80%;
}
.fa-youtube::before {
    display: none;
}
/*  /BADGES */


/* ===========MODAL=================*/
.modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1006;
  }
.modal-backdrop.show{display: flex;}
.modal-paranja {
    position: absolute;
    top: 0;right: 0;bottom: 0;left: 0;
}
.modal-center {
    background: #ffffff;
    box-shadow: 2px 2px 20px 1px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    max-width: 95%;
    width: 500px;
}

.modal-header,
.modal-footer {
    padding: 12px;
    display: flex;
}

.modal-header {
    border-bottom: 1px solid #eeeeee;
    color: #1091ff;
    justify-content: space-between;
    align-items: baseline;
}

.modal-footer {
    border-top: 1px solid #eeeeee;
    justify-content: flex-end;
}

.modal-body {
    position: relative;
    padding: 0px 13px 20px 13px;
}

.btn-close {
    border: none;
    font-size: 20px;
    padding: 7px;
    cursor: pointer;
    font-weight: bold;
    color: #1091ff;
    background: transparent;
}

.form-feedback {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: #000;
}
.form-star {
    color: #e24743;
}
.form__label {
    margin: 10px 0px
}

.form-feedback input,
.form-feedback textarea {
    flex: 1 1 auto;
    line-height: 20px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    border: none;
    padding: 15px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    outline-color: #1091FF;
}
.form__button {
    padding: 12px;
    background-color: #1091ff;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    border: none;
    line-height: 20px;
    border-radius: 7px;
    min-width: 150px;
    margin: 7px 0px;
}

.modal-backdrop .status-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.modal-backdrop .status-block.show{display: flex;}
.status-block > div {
    border-width: 2px;
    border-style: solid;
    border-radius: 15px;
    padding: 10px
}
.status-block .success {
    border-color: #4CAF50;
    display: none;
}
.status-block .error {
    border-color: #B71C1C;
    display: none;
}

@media (max-width: 425px) {
    .modal-backdrop {
        padding-top: 20px;
    }
    .modal-center {
        height: auto;
        overflow-y: scroll;
    }
    .modal-center .widget-title {
        font-size: 20px;
        line-height: 30px;
    }
}

/* ===========   /MODAL=================*/
.social-block {
    display: flex;
    justify-content: center;
}
.social-block .social-item {
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 2;
    margin: 4px 3px;
    color: #fff;
    line-height: 35px;
    height: 35px;
    width: 35px;
}
.social-block .social-item img {
    /* padding: 5px; */
    margin: auto;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.social-item i {
    display: inline-block;
    color: #000;
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }
  .social-item i::before{content: ""}
  a.social_google {
    background-color: #1090fd;
    position: relative;
  }
  
  a.social_ya_news {
    /* background-color: #e7772b; */
    position: relative;
  }
  
  a.social_ya_dzen {
    background-color: #ced0d2;
    position: relative;
  }
  
  a.social_vk {
    background: #5c7190 url("https://static.nevnov.ru/upload/images/static/nevnov/icons/vk.svg") no-repeat center / 80%;
  }
  
  a.social_telegram {
    background: #31a4dd url("https://static.nevnov.ru/upload/images/static/nevnov/icons/tg.svg") no-repeat center / 80%;
  }
  .fa-twitter {
    background: #7ec1f3 url("https://static.nevnov.ru/upload/images/static/nevnov/icons/tw.svg") no-repeat center / 80%;
  }
  
  a.social_odnoklassniki  {
    background: #e7772b url("https://static.nevnov.ru/upload/images/static/nevnov/icons/ok.svg") no-repeat center / 80%;
  }
  a.social_instagram, .fa-instagram {
    background: url("https://static.nevnov.ru/upload/images/static/nevnov/icons/ig.svg") no-repeat center / 80%, radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }
  a.social_instagram .fa-instagram,
  a.social_vk .fa-vk,
  a.social_odnoklassniki .fa-odnoklassniki,
  a.social_facebook .fa-facebook,
  a.social_telegram .fa-telegram-plane {
    color: #fff;
  }
  a.social_youtube {
    background: #FF3D00 url("https://static.nevnov.ru/upload/images/static/nevnov/icons/youtube-play.svg") no-repeat center / 80%;
  }
.for-photos {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20;
    color: #fff;
    border-radius: 50%;
    background-color: #ff5555;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.fa-camera::before {content:""}
.fa-camera {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: url("https://static.nevnov.ru/upload/images/static/nevnov/icons/camera.svg") no-repeat center / 80%;
}


.static-row {
    display: flex;
    flex-wrap: wrap;
}

.static-row .sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.static-row .main {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 786px) {
    .static-row .sidebar,
    .static-row .main {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.widget.category ul li {
    list-style: none;
    margin-bottom: 15px;
}
.widget.category ul li a {
    display: block;
    padding: 21px;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transform: scale(1);
}
.widget.category ul li a:hover {
    transform: scale(1.03);
}
.category ul li a:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #8a8f94;
}
.category ul li a.active:after {
    background-color: #1091ff;
}

.widget.category ul li a span {
    width: 80%;
    display: inline-block;
}
.widget.category img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    vertical-align: middle;
    border-style: none;
    width: auto;
}

.edition-content .info-block {
    margin-bottom: 50px;
}
/* .edition-content .info-block h1 {
    margin-bottom: 40px;
    font-size: 2.5em;
} */
.edition-content .info-block p {
    font-size: 20px;
    line-height: 1.5;
}
.edition-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Montserrat,sans-serif;
    font-weight: 700!important;
    color: #17222b;
    line-height: 1.2;
}

.edition-content .block-row {
    display: flex;
    flex-wrap: wrap;
}
.edition-content .person-container {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
}
.edition-content .person {
    position: relative;
    z-index: 2;
    padding-left: 150px;
    min-height: 115px;
}
.edition-content .person-img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 115px;
    width: 115px;
    text-align: center;
    border: 2px solid #c1c4c6;
}
.edition-content .person-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.edition-content .person-content {
    margin-bottom: 5px;
}
.edition-content .person-content.center {
    display: flex;
    align-items: center;
    height: 100%;
}
.edition-content .person-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.2;
    color: #17222b;
}
.fa-envelope {
    background: url("https://static.nevnov.ru/upload/images/static/nevnov/icons/mail.svg") no-repeat center / 60%;
}
.edition-content  .person-socials {
    margin-top: 10px;
}
.edition-content  .person-socials ul {
    display: block;
    margin: auto;
}
.edition-content  .person-socials ul li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}
.edition-content  .person-socials ul a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #e4e5e6;
    color: #17222b;
    display: inline-block;
}
.edition-content  .person-socials i::before {content: ""}

.edition-content  .person-socials ul a i {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1.5;
}
.edition-content .person-socials .fa-facebook {
    background: #3b5998 url("https://static.nevnov.ru/upload/images/static/nevnov/icons/fb.svg") no-repeat center / 72%;
}
.bg-acent {
    background: #1091ff !important;
    color: #fff !important;
}

@media (max-width: 786px) {
    .edition-content .person-container {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
}
.static__content {
    font-size: 20px;
    line-height: 1.5;
}
.contacts-block {
    margin: 70 0;
}
.static__content h1 {
    margin-bottom: 40px;
    font-size: 2.5rem;
}
.contacts-block h2 {
    font-family: Montserrat,sans-serif;
    font-weight: 700!important;
    margin: 10 0 20 0;
    color: #17222b;
    font-size: 2rem;
}
.edition-content p {
    margin-bottom: 30px;
}
.edition-content .single__link {
    color: #17222b;
    transition: .4s linear;
}
.edition-content .single__link:hover {
    color: #1091ff;
}

.static__content h1,
.static__content h4,
.static__content h5  {
    font-family: Montserrat,sans-serif;
    font-weight: 700!important;
    color: #17222b;
}
.static__content h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.static__content h2 {
    font-size: 2rem;
    margin: 10 0 30 0;
}
.static__content h4 {
    font-size: 1.5rem;
    margin: 10 0;
}
.static__content h5 {
    font-size: 1.25rem;
    margin: 10 0 20 0;
}
.static__content ul {
    margin-bottom: 40px;
    padding-left: 30px;
}
.static__content ul li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.proekt-content .year {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px;
}
.static-content-container {
    display: block;
    width: 80%;
    margin: 70px auto;
    padding-bottom: 50px;
    margin-top: 200px;
}
.soc-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-style: 14px;
    color: #c7cacc;
    background: #8a8f94;
    cursor: pointer;
    transition: all .4s;
}
.fa-telegram-icon {
    background: #31a4dd url("https://static.nevnov.ru/upload/images/static/nevnov/icons/tg.svg") no-repeat center / 80%;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #fff;
}
.fa-telegram-icon::before {content: ""} 

.sidebar-widget-wrapper {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: 20px auto;
}
.vk-group-widget {
    margin: 0 auto;
}

@media (max-width: 786px) {
    .sidebar-widget-wrapper {
        padding: 0px;
    }
}
.arrow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100px;
    width: 30px;
    z-index: 9;
    transition: all .3s;
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    left: auto;
    max-height: 100px;
    top: calc(50% - 50px);
    right: 0px;
}
.arrow-link::after {
    display: inline-block;
    color: #000;
    content: ">";
    font-size: 18px;
    font-weight: 500;
    line-height: 10px;
    width: 10px;
}
.block-desktop-show {
    display: block;
}
.block-mobile-show {
    display: none;
}
@media (max-width: 1024px) {
    .block-desktop-show {
        display: none;
    }
    .block-mobile-show {
        display: block;
    }
    .widget_tab {
        margin-bottom: 3rem;
    }
}
@media (max-width: 560px) {
    .widget_tab {
        margin-bottom: 2.5rem;
    }
    .editorjs-show h2 {
        font-size: 22px;
    }
}

#scrollUp {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-top: 45px;
    background: url("/assets/img/btn_top.svg") no-repeat;
    font-size: 13px;
    color: #1091ff;
    cursor: pointer;
    transition: 0.3s;
    z-index: 12;
  }
  #scrollUp.show {
    display: block;
  }
#ok_group_widget {
    display: flex;
}
#ok_group_widget iframe {
    margin: 0 auto;
}

/*  billboards */
.billboard {
    margin: 2rem auto;
}
.billboard a {
    display: block;
}
.billboard img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.tags-menu {
    display: inline-block;
    position: relative;
}
#menuTags {
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    padding: 14px 10px;
    max-height: 250px;
    overflow-y: scroll;
}
#menuTags li {
    display: block;
    margin: 5px;
}
#menuTags li a {
    display: block;
}

.tag-widget {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 6px 11px;
    border: 1px solid #17222b;
    color: #17222b;
    font-weight: 500;
    background: #fff;
    margin: 3px;
    margin-bottom: 10px;
    height: 36px;
}
button.tag-widget {
    cursor: pointer;
}
button.tag-widget:hover {
    color: #1091ff;
}

.newyear .ny-pattern {
    display: block;
}
.ny-pattern, .side-common-pattern {
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 1020px;
    min-height: 100%;
    position: fixed;
    width: 310px;
    z-index: -1;
    background-size: contain;
}
.ny-pattern {
    display: none;
}
.ny-pattern.ny-pattern__left{
    background-image: url("/assets/img/side-left.svg");
    background-position-y: 140px;
    right: 50%;
    transform: translate(-700px);
}
.ny-pattern.header-left,
.ny-pattern.header-right
{
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.ny-pattern__right {
    background-image: url("/assets/img/side-right.svg");
    left: 50%;
    transform: translate(700px);
}
.ny-pattern.header-left {
    background-image: url("/assets/img/elka-1.svg");
    right: 50%;
    transform: translate(-700px);
}
.ny-pattern.header-right {
    background-image: url("/assets/img/elka-2.svg");
}

.side-common-pattern__left {
    background-image: url("/assets/img/side-left.svg");
    right: 50%;
    background-position-y: 140px;
    transform: translate(-700px);
}
.side-common-pattern__right {
    background-image: url("/assets/img/side-right.svg");
    left: 50%;
    background-position-y: 140px;
    transform: translate(700px);
}
@media (min-width: 2000px) {
    .ny-pattern.header-left,
    .ny-pattern.ny-pattern__left,
    .side-common-pattern__left
    {
        transform:none;
        left:0;
        right: auto;
    }
    .ny-pattern.header-right,
    .ny-pattern.ny-pattern__right,
    .side-common-pattern__right
    {
        transform:none;
        left:auto;
        right: 0;
    }
}

/* --- CONTENT LIST STYLES --- */
.cdx-content--wrapper {
    padding: 15px;
    margin: 15px 0px;
    background-color: #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 13%);
}
.cdx-content {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0 1em;
    transition: all .35s;
}
ul.cdx-content {
    margin: 0;
}
.cdx-content__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.cdx-content__title{
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    padding: 0px 10px;
}
.cdx-content__title::after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 10px;
    background-image: url('/assets/img/icons/arrow-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all .35s;
}
input.cdx-content__input:checked + .cdx-content__title::after {
    transform: none;
}
input.cdx-content__input:checked ~ .cdx-content {
    max-height: 100vh;
    padding: 1em 1em 0 1.5em;
    visibility: visible;
}
.cdx-content__item {
    padding: 5.5px 0 5.5px 3px;
    line-height: 1.6em;
    border-top: 1px solid #e8e8e8;
    transition: all .35s;
}
.cdx-content__item a {
    display: inline-flex;
    width: 100%;
}
.cdx-content__item:hover {
    transform: translateX(2px)
}
/* --- CONTENT LIST STYLES END --- */