/**************************GLOBAL**************************/
html {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.animate-custom, .animate-custom:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateZ(0);
}

.opacity-custom {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1; /* Mozilla 1.6 & - */
    -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.wp-block-pullquote {
    border-top: none;
    border-bottom: none;
    color: #40464d;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    text-align: center;
    background-color: #fef6f3;
    border: 1px solid #f55710;
    border-radius: 8px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 22px;
    line-height: 1.45;
}

.d-none {
    display:none;
}
.d-flex {
    display: flex;
}

.p-rel {
    position:relative!important;
}

.mt-10 {margin-right: 10px;}
.mt-15 {margin-right: 15px;}

.mb-90 {margin-bottom: 90px;}

.mw-auto {max-width: 100%;}
.mw-100px {max-width: 100px!important;}
.mw-700px {max-width: 700px!important;}


.opacity-custom:hover {
    opacity: 0.7;
}

.box-container {
    max-width: 1280px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}
    @media screen and (max-width: 750px){
        .nav-link-body{
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: left;
        }
        .nav-link-body-image{
            margin-left: auto;
            margin-right: auto;
        }
        .sdasdasd{
            flex-direction: column-reverse;
        }
    }
.grid {
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.hidden {
    display: none;
}

body {
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 17px;
    line-height: normal;
    color: #1A1A1A;
    min-height: 100%;
    position: relative;
    padding-right: 0 !important;
    background-color: #fff;
}

@media screen and (min-width: 767px) {
    .only_mob {display:none;}
}
@media screen and (max-width: 768px) {
    .only_desk {display: none;}
}

/**************************FIX'S***************************/

a {
    color: inherit;
}

.body p a,
.body ul a,
.body ol a {
    color: #f55710;
    text-decoration: none;
}
.body p a u,
.body ul a u,
.body ol a u{
    color: #f55710;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

::selection {
    background: rgba(245, 87, 16, 0.1);
    color: black;
}

.search-input::selection {
    background: #AAA;
}

::-moz-selection {
    background: rgba(245, 87, 16, 0.1);
    color: black;
}

.search-input::-moz-selection {
    background: #AAA;
}

::-webkit-selection {
    background: rgba(245, 87, 16, 0.1);
    color: black;
}

.search-input::-webkit-selection {
    background: #AAA;
}

::-webkit-input-placeholder {
    color: gray;
}

:-moz-placeholder {
    color: gray;
}

::-moz-placeholder {
    color: gray;
}

:-ms-input-placeholder {
    color: gray;
}

input:focus, textarea:focus, button:focus, a:focus {
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/***********************SOCIAL*LINKS***********************/

.social-links {
    align-items: center;
    box-sizing: border-box;
}

.social-links li {
    padding-right: 10px;
}

.social-links li:last-child {
    padding-right: 0;
}

.social-links li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #212121;
    color: #C3C3C3;
    font-size: 16px;
    border-radius: 50%;
}

.social-links li a:hover {
    color: white;
}

.social-link-1 {display: block;}
.social-link-4 {display: block;}

/**************************EDITOR**************************/

.body {
    line-height: 30px;
    padding-bottom: 15px;
}

.body strong {
    font-family: 'Arial AMU Bold', sans-serif;
}

.body em {
    font-family: 'Arial AMU Italic', sans-serif;
}

.body strong em,
.body em strong {
    font-family: 'Arial AMU Italic Bold', sans-serif;
}

.body p,
.body .image-note {
    padding: 0 20px;
}

.body p:after,
p.has-drop-cap:not(:focus):after {
    display: block;
    content: "<--indent-->";
    clear: both;
    opacity: 0;
    padding-top: 0;
}

.body p:last-child:after {
    display: none;
}

.body h2, h3, h4, .wp-block-embed:not(.is-type-video) {
    padding: 0 20px;
}

.body h2 {
    line-height: 28px;
    font-size: 24px;
    /*margin-bottom: 15px;*/
    margin-bottom: 30px;
    font-family: Arial AMU Bold;
}

.body h3 {
    font-size: 20px;
}

.body h4 {
    font-size: 18px;
}

.body img {
    border-radius: 8px;
}

.body blockquote {
/*     border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5; */
    border: 1px solid #f55710;
    background-color: #fef6f3;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
}

.body blockquote p {
    font-family: 'Arial AMU', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.body-journal h4 {
    color: #f15a29;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 16px;
}

.body-journal p b {
    font-weight: 700;
}

.body blockquote cite {
    display: block;
    line-height: 22px;
    color: black;
    text-align: center;
    padding-top: 30px;
}


.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
}

.body pre {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 20px 30px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    white-space: normal;
    margin: 0 20px 30px;
}

.body figcaption {
    font-size: 14px!important;
    line-height: 20px;
    color: #999;
    text-align: left!important;
    margin: 0;
    padding: 0px 20px 0;
}

.wp-block-video figcaption {
    padding: 10px 20px 0 !important;
}

@media (max-width: 750px) {
    .wp-block-video figcaption {
        padding: 10px 15px 0 !important;
    }
}

#columns_tab_articles {
    margin-bottom: 20px;
}

.wp-block-video video{
    border-radius: 8px;
}

@media (max-width: 750px) {
    .wp-block-video video{
        border-radius: 0;
    }

    .body figcaption {
        padding: 10px 15px 0;
    }
}

.body .wp-block-embed,
.body figure {
    margin-bottom: 0;
    padding-bottom: 40px;
}
figure.wp-block-embed-facebook.wp-block-embed.is-type-video.is-provider-facebook {
    justify-content: center;
    display: flex;
}
.fb-post.fb_iframe_widget,.instagram-media{
    margin: 0 auto 10px !important;
    display: flex;
    max-width: 500px;
    width: 100%;
}
.twitter-tweet{
    margin: 0 auto!important;
}
.body .twitter-tweet iframe{
    margin-bottom: 10px;
}
.body .blocks-gallery-item figure {
    padding-bottom: 0;
}

.body img,
.body iframe {
    display: block;
}

.body .image-note img,
.body p img {
    max-width: 100%;
    height: auto;
}

.body iframe {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 8px;
}

.body .ads_single iframe {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 0px;
}

.body .wp-block-gallery {
    padding-bottom: 0;
    padding-left: 0;
}

.body figure.wp-block-pullquote {
    padding: 0;
}

.body ul {
    padding: 0 20px 30px 40px;
    list-style: disc;
}

/**************************HEADER**************************/

.header-wrapp {
    /*    position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #1A1A1A;
}

header {
    opacity: 1 !important;
    width: 100%;
    height: 72px;
    background: #1A1A1A;
    float: none !important;
}

 @media (max-width: 750px) {

 .single .box-container {
    padding-left: 0px!important;
    padding-right: 0px!important;
 }


}

.admin-bar header {
    top: 32px;
}

.header-inner {
    justify-content: space-between;
    align-items: center;
    height: inherit;
}

.header-inner-left {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-inner-left,
.header-inner-right {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.header-inner-right.preload {
    overflow: hidden;
    width: 0;
}

.header-inner-right{
    margin: 0 0 0 auto;
}

.header-social {
    padding-left: 10px;
}

.header-social .social-link {
    padding-bottom: 0;
}

@media (max-width: 1200px) {
    .header-inner-left,
    .header-inner-right {
        height: 54px;
    }
}

/***************************LOGO***************************/

.logo {
    padding-right: 30px;
}

#logo {
    display: block;
    width: 120px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/************************MAIN*MENU*************************/

.main-menu {
    padding: 0 10px;
    font-family: 'Arial AMU Regular', sans-serif;
}
@media screen and (max-width: 1200px) {
    .main-menu {
        padding-left: 0px;
    }
    .mobile-box_menu .menu-osnovnoe-menyu-container {
        padding-left: 6px;
    }
    .main-menu li a {
        padding-left: 10px;
    }
}

.main-menu li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #C3C3C3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.link-live a {
    position: relative;
}

.link-live a:before {
    content: '';
    position: relative;
    top: -4px;
    margin-right: 6px;
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #f55710;
    animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    to {
        opacity: 0;
    }
}

.main-menu li.active a {
    color: #f15a29;
}

.main-menu li a:hover {
    color: white;
}

@media (max-width: 750px) {
    .main-menu li a {
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
    }
}

/**********************HEADER*BUTTON***********************/

#header-button {
    display: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Arial AMU Bold', sans-serif;
    color: white;
    border: 1px solid #444444;
    background: #212121;
    border-radius: 12px;
    padding: 0 40px;
    margin: 0 10px;
}

.post-template-default #header-button {
    width: 69px;
}

#header-button:hover {
    background: #f55710;
}

/*************************SEARCH***************************/

.search-container {
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    position: relative;
}

.search-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    flex-wrap: nowrap;
    background-color: #1A1A1A;
}

@media (max-width: 750px) {
    .search-inner {
        max-width: calc(100vw - 51px);
    }
}

.search-button,
.search-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 40px;
}

.search-button #search-button-icon,
.search-close #search-close-icon{
    fill: #c9c9c9;
}


.search-button:hover #search-button-icon,
.search-close:hover #search-close-icon{
    fill: #f55710;
}

.search-button.open:hover {
    color: white;
    cursor: default;
}

.search-field {
    display: none;
    width: 0;
    overflow: hidden;
    flex-wrap: nowrap;
}

#search {
    width: calc(100% - 40px);
    height: 40px;
}

.search-input {
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    border: none;
    background: transparent;
    color: white;
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}

.header-navigation-bottom-box {
    border-bottom: 1px solid #e5e5e5;
}

.header-navigation-bottom-box .menu-osnovnoe-menyu-container,
.header-navigation-bottom-box .hide-navigation {
    display: inline-block;
}

.header-navigation-bottom-box .hide-navigation {
    background-color: transparent;
    height: 43px;
    padding-left: 20px;
}
.header-navigation-bottom-box .main-menu li a {
    color: #191818;
    display: inline-block;
    padding: 19px 0 17px;
    margin: 0 10px;
    height: auto;
    line-height: 1;
    border-bottom: 3px solid transparent;
}
.header-navigation-bottom-box .main-menu li:first-child a {
    margin-left: 0;
}
.header-navigation-bottom-box .main-menu li.active a {
    border-bottom-color: #f55710;
}

.header-inner, .menu-osnovnoe-menyu-container {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .blog-menu .menu-osnovnoe-menyu-container {
        padding-left: 0px !important;
    }

    .blog-menu.header-navigation-bottom-box {
        border-bottom: 0px;
    }

    .blog-menu .box-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media screen and (max-width: 750px) {
    .blog-menu.header-navigation-bottom-box {
        padding: 0 15px !important;
    }
}

@media screen and (min-width: 750px) and (max-width: 1060px) {
    .blog-menu.header-navigation-bottom-box {
        padding: 0 25px !important;
    }
}

@media screen and (max-width: 1200px) {
    #header .box-container .header-inner {
        padding-left: 25px;
    }
    .blog-menu {
        display: block !important;
    }
    .header-navigation-bottom-box {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    #header .box-container .header-inner {
        padding-left: 5px;
    }
}

/*************************CONTENT**************************/

#main-container {
    height: 100%;
    min-height: 100%;
}

#main-container.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}

section#main-content {
    min-height: 100%;
    box-sizing: border-box;
}

section#content {
    padding: 30px 0 60px 0;
}

.content {
    width: 860px;
    padding-right: 20px;
}

.post-template-default .content, .single-event .content {
    box-sizing: border-box;
    padding-left: 105px;
}

.sidebar {
  width: 30.65%;
}

.title {
/*     height: 35px; */
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 20px;
}

.page-title {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 30px;
    line-height: 40px;
    padding: 0 20px 20px;
}

.page-title.h1-home-page {
    font-size: 26px;
}

/************************PAGE*FRONT************************/

.feed-container {
    display: none;
}

.feed-container.active {
    display: block
}

/************************PAGE*NEWS*************************/

.social-share-side {
    width: 40px;
    padding-right: 65px;
}

.meta-items {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999;
    /*padding: 0 20px;*/
}

.title .meta-items {
    justify-content: space-between;
}

.meta-item {
    padding-right: 23px;
    position: relative;
}

.meta-item:last-child {
    padding-right: 0;
    text-decoration: none;
}

.meta-item:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E5E5E5;
    margin-top: -2px;
}

.meta-item:last-child:after {
    display: none;
}

.post-title {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 30px;
    color: #1A1A1A;
    line-height: 1.2;
    padding: 0 20px 15px;
}

.post-title h1{
    display: inline;
}

.post-lead {
    color: #656565;
    line-height: 24px;
    padding: 0 20px 15px;
}

.mobile-one-line-tags {
    display: flex;
}

.terms-items {
    padding: 0px 20px 15px;
}

.terms-item {
    padding-right: 10px;
    padding-bottom: 7px;
}

.terms-item.terms-item--avtor a {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.terms-item--avtor a img {
    margin-right: 6px;
    width: 20px !important;
    height: 20px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.terms-item:last-child {
    padding-right: 0;
}

.terms-item a,
.terms-item span {
    display: block;
    /*height: 20px;*/
    line-height: 20px;
    background: #F0F0F0;
    border-radius: 4px;
    font-size: 14px;
    color: #999999;
    padding: 0 8px;
    text-decoration: none;
}
.page-news .terms-item a {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .page-news .terms-item a {
        font-size: 12px;
    }
    .mobile-one-line-tags .terms-item a {
        font-size: 12px;
    }
}

.terms-item a:hover {
    /* background: #f55710; */
    color: #1a1a1a;
}

.terms-item a.with-bg {
    color: #fff;

}

/*.terms-item a.with-bg:hover {
    opacity: 1;
} */

.terms-item .exclusive {
    background: #0083A7;
    color: white;
}

.terms-item .chose {
    background: #f55710;
    color: white;
}

.affiliate-material {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 44px;
    margin-bottom: 15px;
}

.affiliate-material__logo {
    background: rgb(255, 255, 255);
    border-radius: 7px 0px 0px 7px;
    width: 110px;
    border: 1px solid rgb(229, 229, 229);
    border-right: 0;
    padding: 5px;
}

.affiliate-material__picture {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.affiliate-material__text {
    color: rgb(245, 87, 16);
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    background: rgb(247, 247, 247);
    border-radius: 0 8px 8px 0;
    border: 1px solid rgb(229, 229, 229);
    padding: 15px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 750px) {
    .affiliate-material {
        margin-top: -15px;
    }

    .affiliate-material {
        height: 35px;
    }

    .affiliate-material__logo {
        border-radius: 0;
        padding: 3px;
    }

    .affiliate-material__text {
        border-radius: 0;
        padding: 10px 18px;
        font-size: 12px;
    }
        .ads_single {
    width: auto !important;
    margin: 0px 5px;
    height: auto;
    padding: 20px 10px !important;
}

}

.wp-block-image img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    max-width: 100% !important;
}

.post-image-container {
    margin-bottom: 40px;
}



.post-image-inner__meta-items {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;

    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    /*
        bottom: -38px;
        height: 28px;
        left: 20px;
        right: 20px;
    */
}

.post-image-inner {
    position: relative;

    display: block;
    width: 100%;
}

.post-image-inner > a {
    display: block;
    width: 100%;
    margin: 0 auto;

    padding-bottom: 56.5%;
    position: relative;
}

.post-image-inner img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    backface-visibility: hidden;
}

.community_single .post-image-inner img {
    object-fit: unset;
}
@media (max-width: 750px) {
    .post-image-inner img {
        border-radius: 0;
    }
}

.post-image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.community-loop-item .video-wrap,
.community-article .video-wrap {
    position: relative;
    padding-bottom: calc(55% + 10px);
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.community-loop-item .video-wrap {
    padding-bottom: 0;
}

.community-loop-item .video-wrap video {
    width: 100%;
}

.video-wrap + p {
    margin-top: 30px;
}

.video-wrap .video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.video-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .video-wrap + p{
        margin-top: 25px;
    }
    .video-wrap .video-wrap{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .wp-block-embed-youtube.wp-block-embed.is-type-video .wp-block-embed__wrapper,.video-wrap iframe{
        border-radius: unset !important;
    }
}

/***********************PATTERN*NEWS***********************/

@media (pointer: fine) {
    .news-item:hover .with-bookmark .add-bookmark-link {
        opacity: 1;
    }
}

.with-bookmark .add-bookmark-link {
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 0;
    opacity: 0;
    transition: .2s ease-in-out all;
}

.with-bookmark .add-bookmark-link.active {
    opacity: 1;
}

.news-item-left.full-width .add-bookmark-link {
    top: 20px;
    right: 20px;
}

.add-bookmark-link .add-svg {
    display: block;
}

.add-bookmark-link .added-svg {
    display: none;
}

.add-bookmark-link.active .add-svg {
    display: none;
}

.add-bookmark-link.active .added-svg {
    display: block;
}

.add-bookmark-link .add-svg path {
    transition: .2s ease-in-out all;
}

.add-bookmark-link:hover .add-svg path {
    fill: #f55710;
    transition: .2s ease-in-out all;
}

.news-item {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 1139px) {
.news-item {
    margin-bottom: 10px;
}
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item-full {
    border: none;
    border-radius: 0;
    padding: 0;
}

.news-item-right {
    width: 170px;
}

/*.news-item-right > div {
    line-height: 27px;
}*/

.news-item-left {
    width: calc(100% - 170px);
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
}

.news-item-full .news-item-left {
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 20px;
    border: 1px solid #E5E5E5;
    border-bottom: none;
}

.with-bookmark.news-item-left {
    padding-right: 40px;
}


.news-item-image-inner {
    position: relative;
    padding-bottom: 100%;
}
.page-template-page-columnists-list .news-item-image-inner {
    position: relative;
    padding-bottom: 0;
}
.news-item-image {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-item-image img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    backface-visibility: hidden;
    display: block;
}

.news-item .meta-items {
    padding: 0 0 10px;
}

.news-item-title {
    width: 100%;
}

.news-item-title a {
    display: block;
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
    padding-bottom: 10px;
}

.news-item-title.visited a {
    color: #656565;
}

.news-item-title a:hover {
    color: #f55710;
}

.index_importance_news {
    border-radius: 4px;
    line-height: 24px;
    color: #999999;
    padding: 0 8px;
    border: 1px solid #F0F0F0;
    font-size: 14px;
    bottom: 1px;
    position: relative;
    text-decoration: none;
}

.home .index_importance_news {
    display: none;
}

.news-item-excerpt {
    line-height: 24px;
    color: #656565;
    padding-bottom: 15px;
}

.news-item .terms-items {
    padding: 0;
}

.news-item-big-img {
    position: relative;
    width: 100%;
    padding: 0 20px;
    height: 415px;
    margin: 0;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.news-item-big-img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;

    position: absolute;
    top: 0;
    left: 0;


}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: auto;
    width: 100%;
    object-fit: none;
    display: block;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-item a {
    height: 390px;
    object-fit: none;
    width: 100%;
    display: block;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    bottom: auto;
    width: 100%;
    overflow: visible;
    color: #999;
    background: none;
    padding-top: 10px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .body .wp-block-gallery {
        padding-left: 0;
        padding-bottom: 0;
    }

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-item a {
        height: 260px;
        object-fit: cover;
        width: 100%;
    }
}


.blocks-gallery-item .lazyload,
.blocks-gallery-item .lazyloading {
    opacity: 1 !important;
}

.news-item-big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

/***********************POPULAR*MENU***********************/

.popular-menu {
    /*padding: 0 10px;*/
    margin-left: -10px;
}

.popular-menu li {
    padding: 0 5px;
}

.popular-menu li a {
    display: block;
    padding: 0 5px 11px;
    position: relative;
    line-height: 22px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.popular-menu li.active a:after,
.popular-menu li:hover a:after {
    display: block;
    content: "";
    height: 3px;
    background: #f55710;
    position: absolute;
    right: 5px;
    bottom: -1px;
    left: 5px;
}

.popular-menu li.active a {
    font-weight: bold;
}

/***********************SIDEBAR*BLOCK**********************/

.sidebar-block {
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    padding: 20px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.chose-block.sidebar-block {
    padding: 15px 20px 20px 20px;
}

.sidebar-block.white {
    border: 1px solid #E5E5E5;
    background: transparent;
}

.sidebar-block-title {
    position: relative;
    font-family: 'Arial AMU Bold', sans-serif;
    color: black;
    line-height: 23px;

    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    transition: .4s ease-in-out all;
}
.front-news-block .sidebar-block-title {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
.other-news-block .sidebar-block-title {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
.sidebar-block-comment-wrap .sidebar-block-title{
  padding: 0 10px 0px 10px;
}
.sidebar-block-title .collapse-button {
    justify-content: flex-end;
    text-align: right;
    font-family: 'Arial AMU', sans-serif;
}

.sidebar-block-title.white {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0;
}

.collapsed .sidebar-block-title {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.collapse-buttons {
    font-size: 14px;
    color: #999999;
}

.collapse-button {
    align-items: center;
    padding: 0 5px;
    margin-right: -5px;
    cursor: pointer;
}

.collapse-button:hover {
    color: black;
}

.collapse-button i {
    padding-left: 5px;
    position: relative;
    top: 3px;
}

.collapse-button.show-button i {
    top: -3px;
}

.show-button {
    display: none;
}

.sidebar-block.numeric .sidebar-block-items {
    counter-reset: punkt;
}

.sidebar-block-item {
    padding-bottom: 20px;
}

.sidebar-block.numeric .sidebar-block-item {
    padding-left: 44px;
    box-sizing: border-box;
    position: relative;
}

.sidebar-block.numeric .sidebar-block-item:before {
    counter-increment: punkt;
    content: counter(punkt);
    position: absolute;
    top: 4px;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    border: 1px solid #E5E5E5;
    background: white;
    box-sizing: border-box;
    border-radius: 4px;
}

.sidebar-block.numeric .sidebar-block-item:first-child:before {
    border: 1px solid #f55710;
    background: #f55710;
    color: white;
}

.sidebar-block-item:last-child {
    padding-bottom: 0;
}

.sidebar-block-item a {
    text-decoration: none;
}

.sidebar-block-item-right {
    width: 60px;
}

.sidebar-block-item-image-inner {
    padding-bottom: 100%;
    position: relative;
}

.sidebar-block-item-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.sidebar-block-item-left {
    width: calc(100% - 60px);
    padding-right: 10px;
    box-sizing: border-box;
}

.sidebar-block-item .meta-items {
    padding: 0;
}

.sidebar-block-item-title {
    line-height: 24px;
    color: #1A1A1A;
    padding-bottom: 15px;
    width: 100%;
}

.other-news-block.sidebar-block .sidebar-block-item-title {
    font-family: "Arial AMU Bold", sans-serif;
}

.short-news .sidebar-block-item-title {
    width: calc(100% - 140px);
    padding-bottom: 0;
}

.sidebar-block-item-date {
    font-size: 14px;
    color: #999;
    width: 140px;
    padding-top: 5px;
}

.load-more-container {
    margin: 20px 110px 10px;
}

.load-more {
    padding: 0 10px;
    cursor: pointer;
}

.load-more:hover {
    color: #f55710;
}

.sidebar-block-item-big {
    position: relative;
    margin: -15px -20px 20px;
    padding: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #fff;
}

.sidebar-block-item-big > * {
    position: relative;
    z-index: 4;
}

.sidebar-block-item-big:before {
    content: "";
    display: block;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;

    z-index: 0;
    pointer-events: none;
}

.sidebar-block-item-big .sidebar-block-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 10;
}

.sidebar-block-item-big a {
    padding: 280px 20px 20px;
}

.sidebar-block.chose-block {
    overflow: hidden;
    font-weight: 700;
}

.sidebar-block-item-big .sidebar-block-item-title {
    color: #fff;
    padding-bottom: 0;
}

/**************************FOOTER**************************/

footer {
    background: #fcfcfc;
}

.footer-top {
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.footer-top-inner {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer-social li a {
    background-color: #F7F7F7;
    color: #999999;
}

/* 1) общий контейнер-ссылка */
.footer-social .social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  transition: background-color 0.2s ease, filter 0.2s ease;
}

/* 2) сам SVG-иконка */
.footer-social .svg-icon {
  display: block;
  width: 20px;
  height: 20px;
}

/* 3) при ховере фон меняется на заданный (--hover-color), а SVG инвертируется в белый */
.footer-social .social-link a:hover {
  background-color: var(--hover-color);
}
.footer-social .social-link a:hover .svg-icon {
  filter: brightness(0) invert(1);
}

.logo {
    padding-right: 30px;
}

.footer-logo {
    position: relative;
    width: 120px;
    height: 60px;
}

.footer-logo-main,
.footer-logo-hover {
    position: absolute;
    display: block;
    width: inherit;
    height: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-logo-hover,
.footer-logo:hover .footer-logo-main {
    opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.footer-logo:hover .footer-logo-hover {
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.footer-menu {
    padding: 0 5px;
    font-family: 'Arial AMU Bold', sans-serif;
}

.footer-menu li {
    padding: 0 5px;
}

.footer-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #C3C3C3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-menu li a:hover,
.footer-menu li.active a {
    color: #f55710;
}

.footer-bottom {
    color: #656565;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom-inner {
    justify-content: space-between;
    align-items: center;

}

.footer-bottom a {
    color: black;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #f55710;
}

.footer-bottom-center {
    justify-content: space-between;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.footer-bottom-center * {
    box-sizing: border-box;
}

.footer-magazine-block {
    width: 600px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    flex-shrink: 0;
}

.footer-magazine-block__left {
    background-color: #fff;
    height: 150px;
    width: 400px;

    padding: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.footer-magazine-block__left .img-wrapper {
    width: 110px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
}

.footer-magazine-block__left .img-wrapper__bg {

}

.footer-magazine-block__left .img-wrapper__img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: auto;
    object-fit: cover;
}

.footer-magazine-block__left .right-content {
    flex-grow: 3;
    flex-shrink: 1;
    padding-top: 5px;
}

.footer-magazine-block__left .right-content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.footer-magazine-block__left .right-content ul {
    list-style: none;
    padding: 0;
    margin: 0;


}

.footer-magazine-block__left .right-content ul li {
    display: block;
    width: 100%;
}

.footer-magazine-block__left .right-content ul li a {
    text-decoration: none !important;
    line-height: 26px;
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    transition: all 0.2s ease-in-out;

}

.footer-magazine-block__left .right-content ul li a:hover {
    color: #F7821B;
}

.footer-magazine-block__left .img-wrapper__bg {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
}

.footer-magazine-block__right {
    width: 200px;
    border-left: 1px solid #E5E5E5;
}

.footer-magazine-block__download-button:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.footer-magazine-block__download-button {
    height: 79px;
    width: 100%;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-decoration: none !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;

    color: #000;

    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
}

.footer-magazine-block__download-button .icon-wrapper {
    width: 32px;
    height: 32px;

    flex-shrink: 0;
    margin-right: 8px;

    fill: #A8A8A8;
    transition: all 0.2s ease-in-out;
}

.footer-magazine-block__download-button:hover {
    color: #f55710;
}

.footer-magazine-block__download-button:hover .icon-wrapper {
    fill: #f55710;
}

.footer-magazine-block__download-button .right-content {
    flex-grow: 3;
    flex-shrink: 1;
}

.footer-magazine-block__download-button .right-content .caption {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.footer-magazine-block__download-button .right-content .price {
    font-size: 12px;
    font-weight: 400;
    color: #A4A4A4;
    display: block;
}

.footer-age-caption p:last-child {
    margin-bottom: 0;
}

.footer-age-caption {
    width: 590px;

    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #999;
    flex-shrink: 0;
}

.footer-age-caption h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (max-width: 1200px) {
    .footer-bottom-center {
        display: block;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-age-caption {
        width: 100%;
        margin-top: 30px;

        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-magazine-block {
        width: 100%;
        display: block;
    }

    .footer-top {
        border-bottom: none;
        padding-top: 10px;
    }

    .footer-bottom {
        padding-top: 0;
    }


    .footer-bottom-inner {
        border-top: 1px solid #E5E5E5;
        padding-top: 25px;

    }


    .footer-age-caption {
        margin-top: 20px;
        text-align: center;
    }

    .footer-magazine-block__left {
        width: 100%;
        height: 140px;
        overflow: hidden;
        padding-bottom: 0;
        padding-right: 10px;

    }

    .footer-magazine-block__left .right-content h2 {
        font-size: 16px;
        margin-bottom: 6px;
        font-weight: 700;

    }

    .footer-magazine-block__left .img-wrapper {
        width: 78px;
        margin-right: 15px;
    }

    .footer-magazine-block__right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #E5E5E5;
    }

    .footer-magazine-block__download-button {
        height: 65px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .footer-magazine-block__download-button .right-content {
        width: 150px;
        flex-grow: 0;
        flex-shrink: 1;
    }
}

/*devel styles*/
.content {
    position: relative;
}

.ss-share-all {
    float: none !important;
}

.video-wrap {
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 1360px) {
    .news-item-big-img {
        height: 320px;
    }
}

@media screen and (max-width: 1280px) {
    .news-item-big-img {
        height: 240px;
    }
}

@media screen and (max-width: 768px) {
    .body iframe{
        border-radius:0px !important;
    }
    .body h2 {
        margin-bottom: 25px;
    }

    .box-container {
        width: 100%;
    }

    .meta-item {
        padding-right: 23px;
    }

    .wp-block-embed__wrapper {
        max-width: 100% !important;
        /*overflow: hidden;*/
    }

    .other-news-block-per .news-item.similar:first-child {
        border-radius: 15px 15px 0 0;
    }

    .other-news-block-per .news-item.similar:last-child {
        border-radius: 0 0 15px 15px;
    }

    .sidebar-block {
        padding: 15px 15px 10px 15px;
    }

    .sidebar-block-item-big a {
        padding-top: 85px;
    }
}

/* extra block shortcode style */
.shesht-info-block__items {
    padding-bottom: 0 !important;
    list-style: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.shesht-info-block {
    margin-bottom: 0 !important;
}

.shesht-info-block__item-title {
    color: black;
    font-weight: bold;
    padding-bottom: 3px;
}

.shesht-info-block__terms-items {
    padding: 0 !important;
    margin-top: 11px;
}

.shesht-info-block__terms-item {
    padding-bottom: 0 !important;
}

.shesht-info-block__term-item-link {
    display: block;
    height: 20px;
    line-height: 20px;
    background: #F0F0F0;
    border-radius: 4px;
    font-size: 14px;
    color: #999999;
    padding: 0 8px;
    text-decoration: none;
}

.shesht-info-block__item-image {
    width: 110px;
    height: 110px;
}

.shesht-info-block__item-image-inner {
    padding: 0 !important;
}

.shesht-info-block__right {
    width: initial !important;
    width: initial !important;
}

.shesht-info-block__left {
    width: calc(100% - 110px);
}

.shesht-info-block {
    /*height: 151px;*/
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 40px !important;
}

.shesht-info-block__item-title {
    word-spacing: 4px;
    line-height: 28px;
    font-size: 22px;
    font-family: Arial AMU Bold;
}

.shesht-info-block__item-description {
    font-size: 17px;
    line-height: 1.3;
    margin-top: 7px;
    width: 100%;
    color: #1a1a1a;
}

.shesht-info-block__term-item-link {
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .shesht-info-block__item-title {
        font-size: 16px;
        line-height: 19px;
    }

    .search.search-results .news-items {
        padding-right: 5px;
        padding-left: 5px;
    }

    .shesht-info-block__item-image {
        width: 60px;
        height: 60px;
    }

    .shesht-info-block {
        /*height: 99px;*/
    }

    .shesht-info-block__item-description {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
        width: 100%;
        color: rgb(101, 101, 101);
    }

    .shesht-info-block__left {
        width: calc(100% - 60px);
    }

    .shesht-info-block {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 10px);
        margin-left: auto;
        margin-right: auto;
    }

    .shesht-info-block__term-item-link {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #fff;
    }

    .shesht-info-block__terms-items {
        margin-top: 8px;
    }
}

/*ad block banner*/

.shesht-single-ad-banner__link {
    display: block;
    height: max-content;
}

.shesht-single-ad-banner {
    position: relative;
    width: 99%;
    margin: 68px auto;
    display: block;
}

.shesht-single-ad-banner:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #E5E5E5;
    top: -21px;
}

.shesht-single-ad-banner:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #E5E5E5;
    bottom: -21px;
}

.shesht-single-ad-banner__link > img {
    border-radius: 0;
    width: 100%;
}

.shesht-single-before-ad-banner:after {
    display: none !important;
}

@media screen and (max-width: 750px) {
    .shesht-single-ad-banner__link {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .shesht-single-ad-banner:before {
        width: 100%;
        bottom: -16px;
        box-sizing: border-box;
    }

    .shesht-single-ad-banner:after {
        width: 100%;
        top: -16px;
        box-sizing: border-box;
    }

    .shesht-single-ad-banner {
        margin-top: 34px;
        margin-bottom: 34px;
    }
}

/*recommendable post block*/

.shesht-single-recommended-post-banner {
    width: 40%;
    height: max-content;
    box-sizing: border-box;
    padding-top: 14px;
    padding-left: 17px;
    padding-right: 17px;
    float: left;
    margin-right: 40px;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    margin-left: -20px;
    user-select: none;
}

.shesht-single-recommended-post-banner__title > h2 {
    font-size: 17px;
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.shesht-single-recommended-post-banner__title > h2:after {
    display: none !important;
}

.shesht-single-recommended-post-banner__title {
    margin-bottom: 0 !important;
    padding-bottom: 8px;
}

.shesht-single-recommended-post-banner__items {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    list-style: none !important;
}

.shesht-single-recommended-post-banner__link-title {
    margin-top: 11px;
    width: 100%;
    font-size: 14px !important;
    padding-bottom: 0 !important;
}

.grid.shesht-single-recommended-post-banner__meta-items {
    font-size: 14px !important;
    margin-top: 5px;
}

.shesht-single-recommended-post-banner__link-title {
    margin-top: 11px;
    width: 100%;
    font-size: 14px !important;
    padding-bottom: 0 !important;
}

.grid.shesht-single-recommended-post-banner__meta-items {
    font-size: 14px !important;
    margin-top: 5px;
}

.sidebar-code-vst {
    width: 100%;
    overflow: hidden;
    width: 300px;
    height: 600px;
}
.sidebar-code-vst > p > br {
    display: none;
}

.sidebar-code-vst * {
    max-width: 100%;
}

.sidebar-code-vst div {
    display: block !important;
}

.sidebar-code-vst img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .shesht-single-recommended-post-banner {
        width: calc(100% + 20px);
        /*max-height: 174px !important;*/
        /*height: max-content !important;*/
        margin-left: -10px;
        margin-right: auto;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .body p:after, p.has-drop-cap:not(:focus):after {
        max-height: 25px;
    }

    .shesht-single-recommended-post-banner__link {
        /*max-height: 110px;*/
    }

    .shesht-single-recommended-post-banner__link-title {
        margin-top: 9px;
        font-size: 17px !important;
    }

    .grid.shesht-single-recommended-post-banner__meta-items {
        margin-top: 6px;
    }

    .grid.shesht-single-recommended-post-banner__meta-items {
        font-size: 12px !important;
        margin-top: 4px;
    }
}

/*single post info block*/

.shesht-single-post-info-block-wrapper {
    padding: 0 20px;
}

.shesht-single-post-info-block-wrapper:after {
    content: '';
    clear: both;
}


.shesht-single-post-info-block-wrapper:after {
    display: block;
    content: '';
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .shesht-single-post-info-block-wrapper {
        /*padding-left: 0 !important;*/
        /*padding-right: 0 !important;*/
    }

    .shesht-single-post-info-block-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shesht-single-post-info-block-wrapper > span {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
}

/*/home page*/
.home #ss-floating-bar {
    display: none;
}

@media screen and (min-width: 751px) {
    .page-home .box-container {
        padding-left: 40px !important;
        padding-right: 40px;
    }
}

/*gallery carousel*/

.slick-next.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background: gray;
    z-index: 999999;
    background-color: gray !important;
    width: 40px;
    height: 40px;
}

.slick-next.slick-arrow {
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    background: #F7F7F7 !important;
    transform: translateX(calc(-50% - 10px))
}

.slick-next.slick-arrow > i {
    color: black !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.wpcp-carousel-section.nav-vertical-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.slick-prev.slick-arrow {
    border-radiut: 50% !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    background: #F7F7F7 !important;
    transform: translateX(calc(50% + 10px))
}

.slick-prev.slick-arrow > i {
    color: black !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.wpcp-carousel-section ul.slick-dots {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

ul.slick-dots li:not(.slick-active) button {
    background: white !important;
    opacity: 0.4 !important;
}

ul.slick-dots li.slick-active button {
    background: white !important;
}


/*gallery block*/

.wp-block-lazyblock-images-gallery-multiple {
    margin-bottom: 67px;
}

.wp-block-lazyblock-images-gallery {
    margin-bottom: 67px;
}

.owl-carousel .owl-item img {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.owl-prev {
    opacity: 0.7 !important;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%);
    border-radius: 50% !important;
    background: #F7F7F7 !important;
    left: 22px !important;
}

.owl-prev.disabled {
    opacity: 0.2 !important;
}

.owl-next {
    opacity: 0.7 !important;
    width: 40px !important;
    height: 40px !important;
    top: 50% !important;
    transform: translateY(-50%);
    border-radius: 50% !important;
    background: #F7F7F7 !important;
    left: initial !important;
    right: 22px !important;
}

.owl-next.disabled {
    opacity: 0.2 !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #FFFFFF;
    opacity: 0.4;
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 8px;
    height: 8px;
    background: white;
    opacity: 1 !important;
}

.shesht-image-gallery-item__icon-next {
    transform: rotate(90deg);
    position: absolute;
    left: 23%;
    top: 20%;
}

.shesht-image-gallery-item__icon-prev {
    transform: rotate(-90deg);
    position: absolute;
    right: 23%;
    top: 20%;
}

.shesht-image-gallery-item__description {
    position: absolute;
}

.owl-dots:after {
    content: attr(data-shesht-description);
    left: 50%;
    font-size: 14px;
    position: absolute;
    top: 39px;
    transform: translateX(-50%);
    color: #999999;
}

@media screen and (max-width: 750px) {
    .shesht-image-gallery-item > img {
        border-radius: 0 !important;
    }

    .owl-nav {
        display: none !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 264px;
        object-fit: cover;
    }

    .owl-dots:after {
        content: attr(data-shesht-description);
        left: 50%;
        position: absolute;
        top: 41px;
        width: 100%;
        font-size: 12px;
        transform: translateX(-50%);
    }

    .wp-block-lazyblock-images-gallery {
        margin-bottom: 60px;
    }
}

/*sidebar banner block*/

.shesht-ad-side-banner {
    height: auto !important;
}

.shesht-ad-side-banner__link {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 8px !important;
    border: 2px solid #F7F7F7;
    box-sizing: border-box;
    padding: 40px;
    height: max-content;
}

.shesht-ad-side-banner__image {
    height: 600px;
    width: 100%;
    object-fit: fill;
    display: block;
}

.shesht-ad-side-banner {
    position: relative;
}

@media (min-width: 1200px) {
    .shesht-ad-side-banner,
    .shesht-columns-block_sidebar__authors.sidebar-block.white {
        position: sticky;
        top: 20px;
    }
    .shesht-columns-block_sidebar .shesht-ad-side-banner-p-rel {
        position: relative;
        margin-bottom: 45px;
    }
    .shesht-columns-block_sidebar-o .shesht-columns-block_sidebar__banner {
        margin-bottom: 0px;
    }
    .shesht-columns-block_sidebar-o .shesht-columns-block_sidebar__authors {
        margin-bottom: 40px;
    }
}

#shesht-sidebar-banner-block:after {
    content: 'Реклама';
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    font-size: 12px;
    color: #999999;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    box-sizing: border-box;
}

.pin-wrapper {
    position: relative;
}

.pin-wrapper .shesht-ad-side-banner__link {
    transform: translateY(80px);
    top: -80px !important;
    position: relative;
}

#shesht-sidebar-banner-block-cards {
    transform: translateY(50px);
    top: -50px;
    position: relative;
}

.js-show-auth-modal {
    height: 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

/*floating social bar*/
#ss-floating-bar {
    z-index: 999 !important;
}

@media screen and (max-width: 1140px) {
    #ss-floating-bar {
        display: none !important;
    }
}

#ss-floating-bar .ss-hide-floating-bar {
    display: none !important;
}

/* VK */
#ss-floating-bar .ss-social-icons-container > li.ss-vk-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-vk-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-vk-color .ss.ss-vk {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-vk-color .ss.ss-vk:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/vk.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-vk-color:hover .ss.ss-vk:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/vk-white.svg');
}

#ss-floating-bar .ss-vk-color:hover {
    background: #42648b !important;
    transition: none;
}
/* Конец VK */

/* Telegram */
#ss-floating-bar .ss-social-icons-container > li.ss-telegram-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-telegram-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-telegram-color .ss.ss-telegram {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-telegram-color .ss.ss-telegram:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/telegram.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-telegram-color:hover .ss.ss-telegram:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/telegram-white.svg');
}

#ss-floating-bar .ss-telegram-color:hover {
    background: #31A8DC !important;
    transition: none;
}
/* Конец Telegram */

/* Twitter */
#ss-floating-bar .ss-social-icons-container > li.ss-twitter-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-twitter-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-twitter-color .ss.ss-twitter {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-twitter-color .ss.ss-twitter:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/twitter.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-twitter-color:hover .ss.ss-twitter:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/twitter-white.svg');
}

#ss-floating-bar .ss-twitter-color:hover {
    background: #55acee !important;
    transition: none;
}
/* Конец Twitter */

/* Bookmark */
#ss-floating-bar .ss.ss-bookmark:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/bookmark.svg);
    width: 14px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#ss-floating-bar .ss-bookmark-color:hover {
    background: #f55710 !important;
}

#ss-floating-bar .ss-bookmark-color.active {
    background: #f55710 !important;
    color: #ffffff !important;
}

#ss-floating-bar .ss-bookmark-color:hover .ss.ss-bookmark:before, #ss-floating-bar .ss-bookmark-color.active .ss.ss-bookmark:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/bookmark-filled.svg);
    width: 14px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#ss-floating-bar .ss-social-icons-container > li > a {
    width: 40px !important;
    height: 40px !important;
}

#ss-floating-bar .ss-bookmark-color {
    /*top: -18px;*/
}
/* Конец Bookmark */

/* Plus (share all) */
#ss-floating-bar .ss-social-icons-container > li.ss-shareall-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-shareall-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-shareall-color .ss.ss-plus {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

/* вставляем иконку */
#ss-floating-bar .ss-shareall-color .ss.ss-plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/plus.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

/* при наведении */
#ss-floating-bar .ss-shareall-color:hover .ss.ss-plus:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/plus.svg');
}

#ss-floating-bar .ss-shareall-color:hover {
    background: #f7f7f7 !important;
    transition: none;
}
/* Конец Plus (share all) */

/* Close */
#ss-floating-bar .ss-social-icons-container > li .ss-shareall-color.close {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-shareall-color.close {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-shareall-color.close .ss.ss-close {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-shareall-color.close .ss.ss-close:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/close.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-shareall-color.close:hover .ss.ss-close:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/close.svg');
}

#ss-floating-bar .ss-shareall-color.close:hover {
    background: #999999 !important;
    transition: none;
}

/* Конец Close */

/* Copy */
#ss-floating-bar .ss-social-icons-container > li.ss-copy-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-copy-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-copy-color .ss.ss-copy {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-copy-color .ss.ss-copy:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/share.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-copy-color:hover .ss.ss-copy:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/share-white.svg');
}

#ss-floating-bar .ss-copy-color:hover {
    background: #999999 !important; /* или другой фирменный цвет для кнопки копирования */
    transition: none;
}
/* Конец Copy */

/* Envelope (email) */
#ss-floating-bar .ss-social-icons-container > li.ss-envelope-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-envelope-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-envelope-color .ss.ss-envelope {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-envelope-color .ss.ss-envelope:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/envelope.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-envelope-color:hover .ss.ss-envelope:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/envelope-white.svg');
}

#ss-floating-bar .ss-envelope-color:hover {
    background: #6d6d6d !important;
    transition: none;
}

/* Print */
#ss-floating-bar .ss-social-icons-container > li.ss-print-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    background-color: white !important;
}

#ss-floating-bar .ss-print-color {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
}

#ss-floating-bar .ss-print-color .ss.ss-print {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: transparent !important;
    font-size: 0 !important;
    background: none !important;
}

#ss-floating-bar .ss-print-color .ss.ss-print:before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 18px; height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/print.svg');
    z-index: 2;
    transition: background-image 0.2s;
}

#ss-floating-bar .ss-print-color:hover .ss.ss-print:before {
    background-image: url('/wp-content/themes/shesht/assets/images/icons/print-white.svg');
}

#ss-floating-bar .ss-print-color:hover {
    background: #6d6d6d !important;
    transition: none;
}

/* Конец Print */

.ss-powered-by {
    display: none !important;
}

.ss-popup {
    background: white !important;
}

/*Social bottom block (mod by Ruslan)*/

.shesht-social-sharing-block {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
}

.shesht-social-sharing-block-item__icon {
    width: 32px !important;
    height: 32px !important;
    display: flex;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #f7f7f7;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.shesht-social-sharing-block__item i.ss {
    width: 32px;
    height: 32px;
    display: flex; /* важно */
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    font-size: 16px;
    color: #323b43;
    cursor: pointer;
}

.shesht-social-sharing-block-item__icon img {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 0 !important; /* Сбрасываем border-radius у всех svg-иконок в соц-блоке */
}

/* Hover-эффект для VK */
.shesht-social-sharing-block__item-vk:hover .shesht-social-sharing-block-item__icon {
    background-color: #42648b;
}

.shesht-social-sharing-block__item-vk:hover img {
    filter: brightness(0) invert(1); /* перекрасит в белый, если SVG одноцветная */
}

/* 1) Иконка VK: запретить клики по <a.lightbox> и <img> */
.shesht-social-sharing-block__item-vk a.lightbox,
.shesht-social-sharing-block__item-vk a.lightbox img {
  pointer-events: none;
}

/* 2) Разрешить клик по самому контейнеру, чтобы SocialSnap отработал */
.shesht-social-sharing-block__item-vk {
  pointer-events: auto;
}

/* Hover-эффект для Telegram */
.shesht-social-sharing-block__item-telegram:hover .shesht-social-sharing-block-item__icon {
    background-color: #31A8DC;
  }
  
  .shesht-social-sharing-block__item-telegram:hover img.svg-icon {
    /* инвертируем цвет одноцветного SVG в белый */
    filter: brightness(0) invert(1);
  }
  
  /* 1) Запретить клики по lightbox-обёрткам внутри Telegram-кнопки */
  .shesht-social-sharing-block__item-telegram a.lightbox,
  .shesht-social-sharing-block__item-telegram a.lightbox img {
    pointer-events: none;
  }
  
  /* 2) Разрешить клик по контейнеру, чтобы SocialSnap перехватил событие */
  .shesht-social-sharing-block__item-telegram {
    pointer-events: auto;
  }
  

/* Hover-эффект для Twitter */
.shesht-social-sharing-block__item-twitter:hover .shesht-social-sharing-block-item__icon {
    background-color: #55acee;
  }
  
  .shesht-social-sharing-block__item-twitter:hover img.svg-icon {
    /* перекраска в белый одноцветного SVG */
    filter: brightness(0) invert(1);
  }
  
  /* 1) Запретить клики по lightbox-обёрткам внутри кнопки Twitter */
  .shesht-social-sharing-block__item-twitter a.lightbox,
  .shesht-social-sharing-block__item-twitter a.lightbox img {
    pointer-events: none;
  }
  
  /* 2) Разрешить клик по самому контейнеру, чтобы SocialSnap перехватил событие */
  .shesht-social-sharing-block__item-twitter {
    pointer-events: auto;
  }  

/* Hover-эффект для Email */
.shesht-social-sharing-block__item-envelope:hover .shesht-social-sharing-block-item__icon {
    background-color: #323b43;
  }
  
  .shesht-social-sharing-block__item-envelope:hover img.svg-icon {
    /* инвертирует цвет одноцветного SVG в белый */
    filter: brightness(0) invert(1);
  }
  
  /* 1) Запретить клики по lightbox-обёрткам, если они случайно появились */
  .shesht-social-sharing-block__item-envelope a.lightbox,
  .shesht-social-sharing-block__item-envelope a.lightbox img {
    pointer-events: none;
  }
  
  /* 2) Разрешить клик по контейнеру, чтобы SocialSnap перехватил его */
  .shesht-social-sharing-block__item-envelope {
    pointer-events: auto;
  }

/* Hover-эффект для Print */
.shesht-social-sharing-block__item-print:hover .shesht-social-sharing-block-item__icon {
    background-color: #323b43;
  }
  
  .shesht-social-sharing-block__item-print:hover img.svg-icon {
    /* перекраска одноцветного SVG в белый */
    filter: brightness(0) invert(1);
  }
  
  /* 1) Запретить клики по lightbox-обёрткам внутри кнопки Print */
  .shesht-social-sharing-block__item-print a.lightbox,
  .shesht-social-sharing-block__item-print a.lightbox img {
    pointer-events: none;
  }
  
  /* 2) Разрешить клик по самому контейнеру, чтобы SocialSnap перехватил событие */
  .shesht-social-sharing-block__item-print {
    pointer-events: auto;
  }

/* Hover-эффект для Share */
.shesht-social-sharing-block__item-share:hover .shesht-social-sharing-block-item__icon {
    background-color: #323b43;
  }
  
  .shesht-social-sharing-block__item-share:hover img.svg-icon {
    /* перекраска одноцветного SVG в белый */
    filter: brightness(0) invert(1);
  }
  
  /* 1) Запретить клики по lightbox-обёрткам внутри кнопки Share */
  .shesht-social-sharing-block__item-share a.lightbox,
  .shesht-social-sharing-block__item-share a.lightbox img {
    pointer-events: none;
  }
  
  /* 2) Разрешить клик по самому контейнеру, чтобы SocialSnap перехватил событие */
  .shesht-social-sharing-block__item-share {
    pointer-events: auto;
  }

.terms-item {
    padding-right: 5px;
}

.shesht-social-sharing-block__item-bookmark {
    display: flex;
    align-items: center;
}

.shesht-social-sharing-block-item__title {
    font-size: 14px;
    color: #999;
}

.shesht-social-sharing-block_icon_bookmark:after {
    content: '';
    position: absolute;
    width: 27px;
    background-size: 12px 26px;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/bookmark.svg);
    height: 27px;
    background-repeat: no-repeat;
}

.shesht-social-sharing-block_icon_bookmark.active:after {
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/bookmark-filled-red.svg);
}
@media screen and (min-width: 768px) {
    .shesht-social-sharing-block_icon_bookmark:hover:after {
        background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/bookmark-filled-red.svg);
    }
}

.shesht-social-sharing-block_icon_bookmark {
    border: none;
    width: 26px !important;
    height: 23px !important;
}

.shesht-social-sharing-block__right {
    display: flex;
}

.shesht-social-sharing-block_icon_plus {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
}

.shesht-social-sharing-block_icon_plus:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-color: #ffffff;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    box-sizing: border-box;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/plus.svg');
}

.shesht-social-sharing-block_icon_plus:hover:after {
    background-color: #f7f7f7;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/plus.svg');
}

.shesht-social-sharing-block_icon_close {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
}

.shesht-social-sharing-block_icon_close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-color: #ffffff;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    box-sizing: border-box;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/close.svg');
}

.shesht-social-sharing-block_icon_close:hover:after {
    background-color: #f7f7f7;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/close.svg');
}

.shesht-social-sharing-block {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 18px;
    padding-top: 28px;
}

.shesht-social-sharing-block__item + .shesht-social-sharing-block__item {
    margin-left: 7px;
}

.shesht-social-sharing-block-item__tooltip {
    position: absolute;
    top: 0;
    left: 50%;

    background-color: rgba(56, 70, 84, .85);
    color: white;
    font-size: 12px;
    transform: translateY(-37px) translateX(-50%);
    opacity: 0;

    height: 12px;
    padding: 8px 10px;
    width: max-content;

    display: none;
    justify-content: center;
    align-items: center;
}

.shesht-social-sharing-block__item {
    position: relative;
}

.shesht-social-sharing-block__item:hover .shesht-social-sharing-block-item__tooltip {
    opacity: 1;
    display: flex;
}

@media screen and (max-width: 750px) {
    .shesht-social-sharing-block {
        padding-top: 0;
        padding-bottom: 12px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    /*.shesht-social-sharing-block__item-telegram {*/
    /*display: none;*/
    /*}*/
    .shesht-social-sharing-block-item__icon {
        width: 30px !important;
        height: 30px !important;
        overflow: hidden;
    }

    .shesht-social-sharing-block_icon_bookmark:after {
        width: 20px;
        height: 25px;
        background-size: 14px 30px;
    }

    .shesht-social-sharing-block-item__title {
        margin-left: 7px;
        font-size: 14px;
        color: #999;
        margin-top: 3px;
    }

    .shesht-social-sharing-block_icon_bookmark {
        height: 23px !important;
        width: 20px !important;
        border-radius: 0;
    }

    .shesht-social-sharing-block__left {
        display: flex;
        align-items: center;
    }
}

/*search*/

.search-button {
    color: #C3C3C3;
}

.search-close {
    color: #C3C3C3;
}

.wp-block-embed.is-type-video.is-provider-youtube > div {
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.wp-block-embed.is-type-video.is-provider-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed-youtube.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.wp-block-embed-youtube.wp-block-embed.is-type-video > figcaption {
    display: flex;
    justify-content: left;
    font-size: 14px;
    color: #999999;
    padding-top: 0;
}

.--shesht-hidden {
    display: none !important;
}

@media screen and (max-width: 1150px) {
    .header-social .social-link {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 800px) {
    .header-wrapp .header-inner.grid {
        flex-wrap: nowrap;
    }

    .header-inner .cab-buttons {
        display: none !important;
    }

    .login-icon-wrapp {
        display: block !important;
        margin-left: 10px;
        position: relative;
        top: 3.2px;
        height: 22px;
    }
}

@media screen and (max-width: 1140px) {
    .wp-block-embed.is-type-video.is-provider-youtube iframe {
        margin-bottom: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .body .wp-block-embed, .body figure {
        padding-bottom: 30px;
    }

    .wp-block-embed.is-type-video.is-provider-youtube > div {
        border-radius: 0;
        width: 100%;
    }

    .page-inner {
        padding-left: 0 !important;
    }

    .page-news .box-container {
        width: 100%;
    }

    header > .box-container {
        width: 100%;
        padding-left: 58px !important;
        padding-right: 16px !important;
    }


    #language-switcher {
        display: none;
        flex: 0 0 40px;
    }

    #header-button {
        display: none !important;
    }

    .header-social.social-links.grid {
        display: none;
    }

    .header-navigation {
        display: none;
    }

    section#content {
        padding-top: 15px;
    }

    .title {
        box-sizing: border-box;
        margin-right: 15px;
        margin-left: 15px;
    }

    .page-news .content {
        width: 100% !important;
        padding-left: 0;
    }

    .terms-items {
        padding-left: 15px;
        padding-right: 15px;
    }

    .body p,
    .body .image-note {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-title {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .post-lead {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .search-container {
        height: 54px
    }

    .search-inner {
        align-items: center;
    }

    .footer-bottom {
        font-size: 12px;
    }
}

/*comments block*/
.shesht-comments-block {
    /*padding-top: 42px;*/
}

.shesht-comments-block__title {
    font-size: 22px;
    font-weight: bold;
    padding-left: 6px;
    font-family: "Arial AMU Bold", sans-serif;
}

.shesht-comments-block__form {
    margin-top: 24px;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 17px 25px;
}

.shesht-comments-block__form.bottom {
    background: #ffffff;
}

.shesht-comments-block-form__head {
    font-weight: bold;
    font-size: 17px;
    font-family: "Arial AMU Bold", sans-serif !important;
}

.shesht-comments-block-form__area {
    background: white;
    margin-top: 21px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.shesht-comments-block-form__area.bottom {
    margin-top: 0;
}

.shesht-comments-block-form-area__text {
    width: 100%;
    border: none;
    resize: none;
    border-radius: 8px;
    font-size: 17px;
    box-sizing: border-box;
    padding: 17px 21px 17px;
    font-family: "Arial AMU Regular", sans-serif;
}

.shesht-comments-block-for-area__attachment-icon {
    position: absolute;
    right: 21px;
    cursor: pointer;
    top: 17px;
    display: block;
}

/* .shesht-comments-block-for-area__attachment-icon svg path {
    fill: #999999;
} */

.shesht-comments-block-form__area {
    position: relative;
}

.shesht-comments-block-form__image-preview-progressbar {
    height: 10px;
    position: relative;
    background: #f7f7f7;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 2px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    width: 82px;
    margin: 0 10px;
}

.shesht-comments-block-form-reply__area .shesht-comments-block-form__image-preview-progressbar {
    margin-bottom: 10px;
}

.shesht-comments-block-form__image-preview-progressbar > span {
    display: block;
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4pxpx;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #666;
    background-image: linear-gradient(center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69%);
    box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
    width: 0%;
    transition: width .5s ease-out 0s;
}

.shesht-comments-block-form__images-previews {
    align-items: center;
}

.shesht-comments-block-form__images-preview > img {
    max-width: 100px;
    max-height: 52px;
}

.shesht-comments-block-form__images-previews {
    display: flex;
    flex-wrap: wrap;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 15px;
}

.shesht-comments-block-form__images-preview + .shesht-comments-block-form__images-preview {
    margin-left: 12px;
}

/*temp style*/
@media screen and (max-width: 1140px) {
    .box-container {
        width: 100%;
    }

    .news-item-right {
        /*width: 100%;*/
        width: 60px;
        /* margin-top: 30px; */
    }

    .news-item-right.with-bookmark {
        margin-top: 0;
    }

    .news-item-left {
        /*width: 100%;*/
        width: calc(100% - 70px);
        box-sizing: border-box;
        padding-right: 0;
    }

    .news-item-left.with-bookmark {
        width: calc(100% - 60px);
        padding-right: 10px;
    }

    .news-item-full .news-item-left { /*.news-item-left.full-width*/
        width: 100%;
        order: 1;
        padding: 15px;
        padding-left: 10px;
        border-radius: 0 0 8px 8px;
        border: 1px solid #E5E5E5;
        border-top: none;
    }

    .pattern-events-block-slider {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .news-item-full .news-item-left .add-bookmark-link,
    .news-item-left.full-width .add-bookmark-link {
        top: 15px;
        right: 15px;
    }

    .news-item-left.with-bookmark .news-item-title a {
        font-size: 19px;
        line-height: 24px;
    }
    .profile-sub-tabs-contents .news-item-left.with-bookmark .news-item-title a {
        font-size: 17px;
    }

    .news-item-big-img {
        order: 0;
        height: 180px;
        padding: 0 15px;
        border-radius: 8px 8px 0 0;
    }

    .with-bookmark .add-bookmark-link {
        right: 10px;
    }

    .content {
        width: 100%;
        padding-right: 0px;
    }

    .shesht-ad-side-banner__image {
        height: 100%;
        width: -webkit-fill-available;
        object-fit: fill;
        display: block;
    }
}

.content .news-items .chose-block-inside-content {
    display: none;
}
@media screen and (max-width: 1140px) {
    .sidebar {
        display: none;
    }

    .content .news-items .chose-block-inside-content {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .social-links {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .footer-bottom-inner {
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-inner > div {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .design-copyright {
        margin-top: 15px;
    }

    .page-news .page-inner.grid .content {
        width: 100%;
        box-sizing: border-box;
    }
}

.header-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.header-navigation.preload {
    overflow: hidden;
    width: 0;
}

.header-navigation .grid > li {
    padding-bottom: 0;
}

.archive-menu__wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

.archive-menu {
    position: relative;
    box-sizing: border-box;
    display: flex;
}

.archive-menu:not(.owl-loaded) {
    overflow: hidden;
    opacity: 0;
}

.archive-menu.owl-carousel .owl-item {
    margin-left: 21px;
}

.archive-menu .owl-stage,
.archive-menu .owl-stage-outer {
    box-sizing: border-box;
    max-height: 31px;
    /* width: 100% !important; */
}

.events_price_carousel .owl-stage,
.events_price_carousel .owl-stage-outer {
    width: 100% !important;
}

.archive-menu:before {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 21px;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.archive-menu:after {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 18%;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.archive-menu_no-shadow:before,
.archive-menu_no-shadow:after {
    display: none;
}

.archive-menu__line {
    width: 100%;
    border-bottom: 3px solid #f55710;
    margin-top: 8px;
    opacity: 0;
}

.archive-menu_active {
    font-weight: 700;
}

.archive-menu_active .archive-menu__line {
    opacity: 1;
}

.archive-select {
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    height: 50px;
    line-height: 46px;
    background-color: #fff;
    display: none;
    margin-left: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
    width: calc(100% - 30px);
    font-size: 16px;
    font-weight: 500;

    margin-right: 15px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hide-box {
    position: absolute;
    background: #1A1A1A;
    padding: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: none;
    /*min-width: 155px;*/

    border-radius: 0 0 8px 8px;
    min-width: 216px;
    z-index: 999;
}

.archive-hide-box {
    position: absolute;
    background: #fff;
    padding: 10px 0;
    display: none;
    /*min-width: 155px;*/

    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);

    border-radius: 8px;
    min-width: 216px;
    z-index: 999;
}

.hide-navigation {
    background-color: #1A1A1A;
    position: relative;
    display: block;
}

.hide-navigation.archive-hide-navigation {
    background-color: transparent;
    list-style-type: none;
}


.hide-navigation.archive-hide-navigation > a.open-hide {
    bottom: 5px;
}

.hide-navigation:hover .hide-box {
    display: block;
}

.hide-navigation:hover .archive-hide-box {
    display: block;
}

.hide-navigation a {
    display: block;
    font-family: 'Arial AMU Bold', sans-serif;
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-decoration: none;
    color: #C3C3C3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hide-navigation li.all-articles {
    border-top: 1px solid #313131;

}

.hide-navigation li.all-articles a {
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: center left 20px;
}

.nav-link--live {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.nav-link--live a {
    padding-left: 0;
}

.hide-navigation .nav-link--live {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.hide-navigation .nav-link--live:before {
    margin-left: 6px;
}

.hide-navigation .nav-link--live a {
    padding-left: 0 !important;
}

@keyframes animationFrames {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.nav-link--live:before {
    content: '';
    display: inline-block;
    margin-right: -4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f55710;
    animation: animationFrames linear 1s;
    animation-iteration-count: infinite;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: infinite;
    -ms-animation: animationFrames linear 1s;
    -ms-animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
    top: 25px;
    left: 0px;
}
.menu-osnovnoe-menyu-container .main-menu li:last-child {
    margin-left: 4px;
    position: relative;
}

.hide-navigation .hide-box > li > a {
    font-size: 14px;
    padding: 10px 20px;
}

.hide-navigation .hide-box > li.link-live > a {
    padding-left: 8px;
}

.hide-navigation .hide-box .header-social.social-links {
    margin-top: 10px;
}

.hide-navigation .archive-hide-box > li > a {
    font-size: 14px;
    padding: 10px 20px;
    color: #656565;
    font-weight: 700;
    background-color: transparent;
}

.hide-navigation .archive-hide-box > li > a:hover {
    background-color: #F7F7F7;
    color: #000;
}

.hide-navigation .archive-hide-box > li.link-live > a {
    padding-left: 8px;
}

.hide-navigation .archive-hide-box .header-social.social-links {
    margin-top: 10px;
}

.hide-navigation li a:hover {
    background-color: #313131;
}

.hide-navigation li {
    display: block;
}

.hide-navigation > a {
    position: relative;
}

.hide-navigation > a.open-hide {
    font-size: 22px;
}

.hide-navigation > a.open-hide:hover {
    color: #f55710;
}

@media screen and (min-width: 1200px) {
    #content .page-inner.grid {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .content {
        width: 860px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .post-type-archive-magazine .content,
    .single-magazine .content {
        width: 840px;
        padding-left: 85px;
        box-sizing: border-box;
    }

    .post-type-archive-magazine .content div#ss-floating-bar,
    .single-magazine div#ss-floating-bar {
        top: 13px !important;
    }
}

.mobile-menu {
    display: none;
}

.ads_single {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}
.ads_single{
        overflow: hidden;
        border-radius: 8px !important;
        border: 2px solid #F7F7F7;
        box-sizing: border-box;
        padding: 20px 0px;
}
@media screen and (min-width: 768px) {
    .ads_single {
        overflow: hidden;
        border-radius: 8px !important;
        border: 2px solid #F7F7F7;
        box-sizing: border-box;
        padding: 30px;
    }
}

div#ss-floating-bar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 50px;
    height: 100%;
}

ul.ss-social-icons-container {
    position: sticky;
    top: 102px;
}
ul.ss-social-icons-container li:first-child {
    padding-top: 0 !important;
}
ul.ss-social-icons-container:not(.inited) li:nth-child(n+6) {
    display: none !important;
}

.page-inner {
    width: 100%;
}
@media screen and (max-width: 1140px) {
    .post-template-default .content {
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-click {
        background-image: url('/wp-content/themes/shesht/assets/images/icons/baseline-menu.svg');
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 15px;
        left: 33px;
        position: absolute;
        z-index: 5;
    }
	 .mobile-menu {
        width: 100%;
        display: block;
        position: relative;
    }

    .mobile-box_other {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
    }

    .social-links {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        justify-content: center;
    }

    .home-page .popular-menu > li {
        padding-bottom: 0;
    }

    .mobile-box_other > a {
        display: block !important;
    }

    .header-navigation {
        display: none;
    }



    .search-inner.grid {
        z-index: 10;
    }

    .mobile-click.close {
        background-image: url(/wp-content/themes/shesht/assets/images/icons/baseline-menu-close.svg);
    }

    .mobile-box_menu {
	    margin: 0 10px;
    }

    .mobile-box {
        background: #1A1A1A;
        width: 100%;
        position: absolute;
        display: none;
        top: 54px;
        z-index: 99;
        left: 0;
        max-height: 9999999px;
        font-family: 'Arial AMU Regular', sans-serif;
        font-size: 17px;
    }


    .mobile-box_menu li {
        flex: 0 0 100%;
    }

    .mobile-box_menu li.link-live {
        padding-left: 0px;
        margin-left: -2px;
    }

    .open-hide {
        display: none;
    }

    .post-template-default #header-button {
        display: none !important;
    }

    #header .social-links {
        justify-content: flex-end;
        margin-right: 15px;
    }
}

@media screen and (max-width: 750px) {
    .mobile-click {
        left: 15px;
	}
}  

.open-hide {
    padding: 0 10px;
    font-family: 'Arial AMU Bold', sans-serif;
}

.open-hide a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #C3C3C3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*main news block*/

.shesht-front-page-news-block-main {
    padding-top: 19px;
    padding-bottom: 19px;
}

.shesht-front-page-news-block-main .sidebar-block-item-date {
    width: 60px;
}

.shesht-front-page-news-block-main .short-news .sidebar-block-item-title {
    width: calc(100% - 60px);
}

.shesht-front-page-news-block-main .sidebar-block-item {
    padding-bottom: 11px;
}

.shesht-front-page-news-block-main .collapse-button {
    position: relative;
    top: -2px;
    left: 8px;
    margin-top: 3px;
}

.shesht-front-page-news-block-main .collapse-button > span {
    display: block;
    margin-right: 8px;
    font-family: 'Arial AMU Regular', sans-serif;
}

.collapse-button .arrow {
  font-size: 0.6em;      /* уменьшает стрелку относительно текста */
  margin-left: 0.25em;   /* отступ между текстом и стрелкой */
  line-height: 1;        /* чтобы выровнять по центру */
  vertical-align: middle;
}

.shesht-front-page-news-block-main .show-button {
    display: flex;
}

.shesht-front-page-news-block-main .load-more {
    font-weight: bold;
    font-family: 'Arial AMU Bold', sans-serif;
}

.shesht-front-page-news-block-main .load-more-container {
    margin-left: 7.5%;
    margin-top: 3px;
}

/*twitter - instagram embeded*/

.wp-block-embed-twitter.wp-block-embed > figcaption,.wp-block-embed-facebook.wp-block-embed > figcaption,.wp-block-embed-instagram.wp-block-embed  > figcaption {
    max-width: 500px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0;
    font-size: 14px;
    color: #999999;
}

@media screen and (max-width: 750px) {

    .shesht-front-page-news-block-main .short-news .sidebar-block-item-title {
        /*width: calc(100% - 20%);*/
        width: calc(100% - 45px);
        font-size: 16px;
    }

    .shesht-front-page-news-block-main .sidebar-block-item-date {
        /*width: 20%;*/
        width: 32px;
    }

    .sidebar-block-item-date {
        font-size: 12px;
    }

    .shesht-front-page-news-block-main .load-more-container {
        margin-left: 38px;
    }

    .shesht-front-page-news-block-main {
        margin-bottom: 10px;
    }

}

.commnets-count-single {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
}

.commnets-count {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
    padding-top: 3px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .commnets-count {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .video-wrap,.wp-block-embed-youtube .wp-block-embed__wrapper{
        border-radius: unset;
    }
}

.fvc-view {
    display: flex;
    align-items: center;
}

.fvc-view span,
.commnets-count span
{
    font-size: 14px;
    font-family: 'Arial AMU Regular', sans-serif;
    margin-left: 5px;
}
.commnets-count span {
    color: #999999;
}
.fvc-view span {
    color: #999999;
}


.archive.tag .commnets-count {
    float: right;
    margin-right: 10px;
}

.banner, .banner * {
    max-width: 100%;
    display: block;
    height: auto;
    position: relative;
}

.banner img {
    margin: 0 auto;
}

.banner-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
}

.card-article {
    counter-reset: card;
    margin-top: -20px;
}

h3.header-card {
    margin-top: 150px;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    font-family: 'Arial AMU Bold', sans-serif;
}

h3.header-card:after {
    content: '';
    position: absolute;
    top: -70px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #E5E5E5;
    z-index: 5;
}

h3.header-card:before {
    counter-increment: card;
    content: counter(card);
    font-size: 30px;
    color: #f55710;
    position: absolute;
    top: -100px;
    font-family: 'Arial AMU Bold', sans-serif;
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background: white;
    z-index: 6;
}

.card-lists {
    counter-reset: cardlist;
    /*position: fixed;*/
}

.cards-list-links li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.cards-list-links li:before {
    counter-increment: cardlist;
    content: counter(cardlist);
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 13px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #E5E5E5;
}

.cards-list-links li.active:before {
    background: #f55710;
    border-color: #f55710;
    color: #ffffff;
}

.cards-list-links li a {
    text-decoration: none;
}

.cards-list-links li a:hover {
    text-decoration: underline;
}

.card-lists .collapse-buttons {
    top: 2px !important;
}

.card-lists.collapsed .collapse-button {
    top: -1px !important;
}

.typo_text {
    padding: 0 20px;
    font-size: 14px;
    color: #999;
}

@media screen and (max-width: 1299.98px) {
    #shesht-sidebar-banner-block-container-cards {
        position: static;
        padding-left: 5px;
        padding-right: 5px;

        transform: none;
        top: auto;
    }


    #shesht-sidebar-banner-block-container-cards .sidebar-block-title {
        position: relative;
    }

    #shesht-sidebar-banner-block-container-cards .sidebar-block-title .collapse-button {
        position: absolute;
        right: 0;
        top: 3px;
        z-index: 99;
    }

    #shesht-sidebar-banner-block-container-cards.fixed-mobile .sidebar-block-items li.hidden-li {
        overflow: hidden;
        margin: 0;
    }

    #shesht-sidebar-banner-block-container-cards.fixed-mobile .sidebar-block-items li.active {
        padding-bottom: 2px;
    }

    #shesht-sidebar-banner-block-container-cards.fixed-mobile .cards-list-links li {
        padding-right: 20px;
    }

    .typo_text {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .cards-list-links li {
        padding-left: 34px;
    }

    .cards-list-links li:last-child {
        margin-bottom: 10px;
    }

    h3.header-card:before {
        width: 40px;
        height: 40px;
        font-size: 22px;
        left: 15px;
        top: -60px;
    }

    h3.header-card:after {
        top: -40px;
    }

    h3.header-card {
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .ads_single + h3.header-card {
        margin-top: 90px;
    }

    .card-article {
        padding-top: 30px;
    }

    #shesht-sidebar-banner-block-container-cards.fixed-mobile {
        top: 5px;
    }

    #shesht-sidebar-banner-block-container-cards.fixed-mobile .sidebar-block-title .collapse-button {
        top: 6px;
    }

    .sidebar {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fvc-view span,
    .commnets-count span {
        font-size: 13.5px;
        margin-left: 8px;
    }
}

.other-news-block-per {
    margin-top: 50px;
}

.other-news-block-per .title-block {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.other-news-block-per h2 {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 22px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.other-news-block-per .title-block .tabs {
    display: flex;
    margin-top: 5px;
}

.other-news-block-per .title-block .tabs .tab-item {
    margin-right: 20px;
}

.other-news-block-per .title-block .tabs .tab-item:last-child {
    margin-right: 0;
}

.other-news-block-per .title-block .tabs .tab-item a {
    text-decoration: none;
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 17px;
    color: #000000;
}

.other-news-block-per .title-block .tabs .tab-item a.active {
    padding-bottom: 8px;
    border-bottom: #f55710 3px solid;
}

.other-news-block-per .title-block .tabs .tab-item a:hover {
	color: #f55710;
}

.news-similar-new {
    border-radius: 10px;
    overflow: hidden;
}

.news-similar-new .tab {
    display: none;
}

.news-similar-new .tab.active {
    display: block;
}

.news-item.similar {
    margin-bottom: 0;
    border-radius: 0;
    background: #F7F7F7;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.title.home-page {
    margin-left: 20px;
    margin-right: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1140px) {
    .title.home-page {
    margin-left: 15px;
    }
}

#ss-floating-bar .ss-social-icons-container > li > a {
    color: #323b43 !important;
    background-color: #ffffff !important;
    border: 2px solid #f7f7f7 !important;
}

#ss-floating-bar .ss-social-icons-container > li > a.ss-print-color:hover {
    background-color: #323b43 !important;
}

#ss-floating-bar .ss-social-icons-container > li > a.ss-envelope-color:hover {
    background-color: #323b43 !important;
}

#ss-floating-bar .ss-social-icons-container > li > a.ss-copy-color:hover {
    background-color: #323b43 !important;
}

.submit-search-button {
    font-family: 'Arial AMU Bold', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #444444;
    border-radius: 10px;
    background: #212121;
    position: absolute;
    line-height: 40px;
    padding: 0 12px;
    right: 15px;
    top: 7px;
    z-index: 999999;
    display: none;
}
.news-item .news-item-image-container {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .submit-search-button {
        display: none !important;
    }

    body.author .commnets-count {
        position: absolute;
        right: 0;
        /*top: 0;*/
    }
}

@media screen and (max-width: 750px) {
    .other-news-block-per .title-block {
        display: block;
    }

    .other-news-block.sidebar-block {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 10px);
        box-sizing: border-box;
    }

    .news-items .other-news-block.sidebar-block {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .other-news-block-per .title-block .tabs {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .other-news-block-per {
        margin-top: 0;
    }

    .title.home-page {
        margin-left: -3px;
    }

    .page-title.h1-home-page {
        padding-left: 0;
        padding-right: 0;
    }


    .news-item .meta-item:last-child:after {
        display: none;
    }

    .news-item {
        padding: 15px 10px;
        justify-content: space-between;
        margin-bottom: 10px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #E5E5E5;
    }

    .news-item:last-child {
        margin-bottom: 20px;
    }

    .news-item-full {
        padding: 0;
        border-bottom: none;
    }

    .box-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }



    .body h2, h3, h4{
        padding-left: 15px;
        padding-right: 15px;
    }
	.wp-block-embed:not(.is-type-video) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .feed-containers {
        margin-right: -15px;
        margin-left: -15px;
    }

    .popular-menu li a {
        font-size: 14px;
    }

    .shesht-comments-block {
        width: calc(100% - 10px) !important;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px !important;
    }

    .shesht-comments-list {
        width: calc(100% - 10px) !important;
        padding-left: 5px;
        padding-right: 5px;

        margin-bottom: 30px;
    }

    .shesht-comments-list& :not(:empty) {
        margin-top: 30px !important;
    }

    .footer-top {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-bottom {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-menu li a {
        height: 28px;
        line-height: 28px;
    }

    .footer-social {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    section#content {
        padding-bottom: 0;
    }

    .sidebar-block-item-image {
        width: 60px;
        height: 60px;
    }

    .sidebar-block-item-right {
        width: 60px;
    }

    .sidebar-block-item > a {
        justify-content: space-between;
    }

    .sidebar-block-item-left {
        width: calc(100% - 60px);
    }

    /*.other-news-block-per .news-item-right {
        margin-top: 30px;
    }*/
    .other-news-block-per .news-item.similar {
        padding: 10px;
        padding-bottom: 5px;
    }

    .other-news-block.sidebar-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .news-similar-new {
        padding-right: 5px;
        padding-left: 5px;
    }

    .news-similar-new .news-item-excerpt {
        display: none;
    }

    .body img {
        border-radius: 0;
    }

    .columnist-about__img img {
        border-radius: 8px;
    }

    .news-similar-new .news-item-title a {
        font-size: 17px;
        line-height: 24px;
    }

    .shesht-front-page-news-block-main {
        position: relative;
    }

    .collapse-buttons {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
    }

    .shesht-front-page-news-block-main .collapse-button {
        height: 100%;
        justify-content: flex-end;
    }

    .terms-wrapp-max .terms-items {
        padding-top: 15px;
        padding-bottom: 20px;
        margin-top: -10px;
    }


    .other-news-block.sidebar-block.shesht-info-block .sidebar-block-item > a {
        justify-content: flex-start;
    }

    .news-item-excerpt {
        display: none;
    }


    .search-field {
        display: none;
    }

    .terms-item--exc,
    .terms-item--chose {
        display: block !important;
    }

    .news-item .terms-item:nth-child(4) {
        display: none;
    }

    .other-news-block-per .title-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .body blockquote {
        padding: 30px 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 16px;
    }

    .body blockquote p {
        padding: 0;
        font-family: "Arial AMU Regular", sans-serif;
        color: #1A1A1A;
    }

    .body blockquote cite {
        color: #999999;
        font-size: 14px;
        line-height: 20px;
    }

    .body figure.wp-block-pullquote.is-style-solid-color {
        padding-left: 15px;
        padding-right: 15px;
    }

    .shesht-single-recommended-post-banner__title > h2 {
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 600px) {
    .terms-item--cat {
        /*        display: none;*/
    }
}

/** Account page **/

.info-user {
    width: calc(33% - 20px);
    flex: 0 0 calc(33% - 20px);
    margin-right: 20px;
}

.info-user-nav {
    background: #F7F7F7;
    padding-top: 40px;
    border-radius: 8px;
}

.info-user-img {
    text-align: center;
    position: relative;

    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
}

.info-user-img .account-img-upload-label > span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -7px;
    opacity: 0;
    transition: .2s ease-in-out all;
}

.info-user-img .account-img-upload-label:hover > span {
    cursor: pointer;
    opacity: 1;
}

.info-user-img .account-img-upload-label > span:after {
    content: '';
    position: absolute;
    left: -39px;
    top: -39px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: #000000;
    opacity: .5;
    z-index: 1;
}

.info-user-img .account-img-upload-label > span svg {
    position: relative;
    z-index: 2;
}

.info-user-img .account-img-upload-label > span svg path {
    fill: #ffffff;
}

.info-user-img img {
    position: absolute;
    margin: auto;
    height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    object-fit: cover;
}

.info-user-name {
    text-align: center;
    margin-bottom: 10px;
}

.info-user-name p {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #1A1A1A;
}

.info-user-meta {
    text-align: center;
    margin-bottom: 20px;
}

.info-user-meta p {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #999999;
}

.info-user-edit {
    text-align: center;
    margin-bottom: 20px;
}

.info-user-edit a {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    transition: .2s ease-in-out all;
}

.info-user-edit a svg {
    margin-right: 10px;
}

.info-user-edit a span {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #999999;
    transition: .2s ease-in-out all;
}

.info-user-edit a.active span {
    color: #1A1A1A;
}

.info-user-edit a.active svg path {
    fill: #f55710;
}

.info-user-edit a:hover span {
    color: #1A1A1A;
}

.info-user-nav-links a {
    padding: 0 20px;
    display: block;
    text-decoration: none;
}

.info-user-nav-links a.active {
    background: #F0F0F0;
}

.info-user-nav-links a.active .wrapp-link .col-arrow > svg polygon {
    fill: #1A1A1A;
}

.info-user-nav-links a.active .wrapp-link .col-arrow > span {
    color: #1A1A1A;
}

.info-user-nav-links a .wrapp-link .col-arrow > span.new {
    background-color: #f55710;
    color: #ffffff;
    padding: 5px 7px;
    border-radius: 4px;
}

.info-user-nav-links a .wrapp-link {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding: 18px 0;
    justify-content: space-between;
    align-items: center;
}

.info-user-nav-links li:last-child .wrapp-link {
    border-bottom: none;
}

.info-user-nav-links a .wrapp-link > span {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #1A1A1A;
}

.info-user-nav-links a .wrapp-link .col-arrow > span {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.info-user-nav-links a .wrapp-link .col-arrow > svg {
    margin-left: 10px;
}

.info-user-nav-links a .wrapp-link .col-arrow > svg * {
    transition: .2s ease-in-out all;
}

.info-user-nav-links a:hover .wrapp-link .col-arrow > svg polygon {
    fill: #1A1A1A;
}

.info-user-contacts {
    padding: 20px 20px 10px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-user-contacts p.head {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #1A1A1A;
    margin-bottom: 9px;
}

.info-user-contacts-list {
    display: flex;
    flex-direction: column;
}

.info-user-contacts-list li {
    padding: 10px 0 9px 0;
    display: flex;
    align-items: center;
}

.info-user-contacts-list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.info-user-contacts-list li svg {
    margin-right: 10px;
}

.info-user-contacts-list li span {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #999999;
    transition: .2s ease-in-out all;
}

.info-user-contacts-list li a:hover span {
    color: #1A1A1A;
    transition: .2s ease-in-out all;
}

.alerts {
    margin-top: 20px;
    width: 67%;
    flex: 0 0 67%;
}

.alerts_bottom {
    margin-top: 20px;
}

.alerts .headers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-end;
}

.alerts .headers h1 {
    margin-left: 20px;
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #1A1A1A;
}

.alerts .headers span {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.alerts .empty-alerts {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background: #f7f7f7;
    padding: 222px 48px 256px 48px;
    text-align: center;
}
#header .alerts .empty-alerts{
	border-radius: 0 0 8px 8px;
	border: none;

	margin: 0;
}
.alerts .empty-alerts .bee {
    margin-bottom: 8px;
}

.empty-alerts p.no-messages ~ p a{
    text-decoration: none;
    color: #f77c44;
}

.alerts .empty-alerts .bee svg {
    width: 35px;
    height: 36px;
}

.alerts .empty-alerts p.no-messages {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #1A1A1A;
    margin-bottom: 4px;
}

.alerts .empty-alerts p {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #1A1A1A;
}

.alerts .empty-alerts a {
    text-decoration: none;
    color: #FF0000;
}

.alerts .empty-alerts a:hover {
    text-decoration: underline;
}

.alert-item-wrapp {
    padding: 11px 10px;
    margin: 0px 10px 5px 10px;
    border-radius: 8px;
}

.alert-item {
    text-decoration: none;
    display: flex;
    padding: 20px;
    border: 1px solid transparent;
    transition: .2s ease-in-out all;
    border-radius: 8px;
    background: #ffffff;
}

@media screen and (min-width: 750px) {
    .alert-item:hover {
        transition: .2s ease-in-out all;
        border-color: #E5E5E5;
    }
}

.alert-item.open,
.alert-item.active {
    border-color: #E5E5E5;
    background: #F7F7F7;
    border-bottom-color: transparent;
    border-radius: 8px 8px 0 0;
}

.alert-item .img {
    margin-right: 10px;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 44px;
}

@media screen and (max-width: 750px) {
    .alert-item .img {
        width: 36px;
        height: 36px;
        max-width: 36px;
        max-height: 36px;
    }
}

.alert-item .img img {
    position: absolute;
    margin: auto;
    height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    object-fit: cover;
}

.alert-item .meta-info {
    width: 100%;
}

.alert-item .meta-info h3 {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #1A1A1A;
    padding: 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .alert-item .meta-info h3 {
        font-size: 14px;
    }
}
.alert-item-notifi  .alert-item .meta-info h3 {
    margin-bottom: 24px;
}

.alert-item .meta-info h3 b {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
}

.alert-item .meta-info a {
    text-decoration: none;
    transition: .2s ease-in-out all;
}

.alert-item .meta-info a:hover {
    color: #f55710;
    transition: .2s ease-in-out all;
}

.alert-item .meta-info a.disabled:hover {
    color: #f55710;
}

.alert-item .meta-info .meta-alert {
    display: flex;
    justify-content: space-between;
}

.alert-item .meta-info .meta-alert .time {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.meta-alert .open-close a {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: none!important;
    text-decoration: none; /* добавляем это, чтобы убрать подчеркивание */
}

.new-alert-item .meta-alert .open-close a {
    color: rgb(245, 87, 16) !important;
}

.meta-alert .open-close a span {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    transition: .2s ease-in-out all;
}

.meta-alert .open-close a .open {
    display: block;
}

.meta-alert .open-close a .close {
    display: none;
}

.alert-item.open .meta-alert .open-close a .open {
    display: none;
}

.alert-item.open .meta-alert .open-close a .close {
    display: block;
}

.meta-alert .open-close a:hover span {
    color: #1A1A1A;
}

.meta-alert .open-close a span b {
    font-family: "Arial";
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-transform: uppercase;
    background: rgba(229, 229, 229, 0.4);
    border-radius: 6px;
    padding: 8px 12px;
}

.meta-alert .open-close a span b:hover {
    color: rgb(245, 87, 16)!important;
    background: rgba(245, 87, 16, 0.1)!important;
}

.alert-item-notifi_new .meta-alert .open-close a span b {
    font-family: "Arial";
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 6px 12px;
    color: rgb(245, 87, 16);
    background: rgba(245, 87, 16, 0.1);
}

.alert-item .meta-info .meta-alert .open-close svg {
    margin-left: 9px;
    transition: .2s ease-in-out all;
}

.alert-item.open .meta-info .meta-alert .open-close svg {
    transform: rotate(180deg);
}

.alert-item-small {
    text-decoration: none;
    display: flex;
/*     padding: 20px; */
    border: 1px solid transparent;
    transition: .2s ease-in-out all;
    border-radius: 8px;
    background: inherit;
}

.alert-item-small .img {
    margin-right: 16px;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 36px;
}

.alert-item-small .img img {
    position: absolute;
    margin: auto;
    height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    object-fit: cover;
}

.alert-item-small .meta-info {
    width: 100%;
}

.alert-item-small .meta-info h3 {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1A1A1A;
    padding: 0;
    margin-bottom: 10px;
}

.alert-item-small .meta-info h3 b {
    font-family: "Arial AMU Bold", sans-serif;
}

.alert-item-small .meta-info a {
    text-decoration: none;
    transition: .2s ease-in-out all;
    color: #000;
}

.alert-item-small .meta-info a:hover {
    color: #f55710;
    transition: .2s ease-in-out all;
    text-decoration: unset;
}

.alert-item-small .meta-info a.disabled:hover {
    color: #1A1A1A;
}

.alert-item-small .meta-info .meta-alert {
    display: flex;
    justify-content: flex-start;
}

.alert-item-small .meta-info .meta-alert .time {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-top: 5px;
}

.alert-item-small .meta-info .meta-alert .open-close {
    display: flex;
    align-items: center;
    margin-right: 14px;
    cursor: pointer;
}

.alert-item-small .shesht-comments-list{
    cursor: pointer;
}

.alert-item-small .meta-info .meta-alert .open-close span {
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    /*transition: .2s ease-in-out all;*/
    text-transform: uppercase;
    background: rgba(229, 229, 229, 0.4);
    border-radius: 6px;
    padding: 6px 12px;
}

.new-alert-item .alert-item-small .meta-info .meta-alert .open-close span {
    color: rgb(245, 87, 16);
    background: rgba(245, 87, 16, 0.1);
}

.alert-item .meta-info .meta-alert .open-close .open { display: block; background: none!important; }
.alert-item .meta-info .meta-alert .open-close .close { display: none; }
.alert-item.active .meta-info .meta-alert .open-close .open { display: none; }
.alert-item.active .meta-info .meta-alert .open-close .close { display: block; }

.alert-item-small .meta-info .meta-alert .open-close .open {
    display: block;
    font-family: "Arial";
    font-weight: 700;
}

.alert-item-small .meta-info .meta-alert .open-close .close {
    display: none;
    font-family: "Arial";
    font-weight: 700;
}

.alert-item-small.open .meta-info .meta-alert .open-close .open {
    display: none;
}

.alert-item-small.open .meta-info .meta-alert .open-close .close {
    display: block;
}

.meta-info .meta-alert .open-close span:hover {
    color: rgb(245, 87, 16);
    background: rgba(245, 87, 16, 0.1);
}

.alert-item-small .meta-info .meta-alert .open-close svg {
    margin-left: 9px;
    transition: .2s ease-in-out all;
}

.alert-item-small.open .meta-info .meta-alert .open-close svg {
    transform: rotate(180deg);
}

.alert-item-hidden {
    display: none;
}

.alert-item-hidden.active {
    display: block;
}

.alert-item-hidden .shesht-comments-list {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 55px;
    width: auto;
    border: 1px solid #E5E5E5;
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding-bottom: 20px;
}

.alert-items .shesht-comments-list:not(:empty) {
    margin-top: 0 ;
}

.alert-item-hidden .shesht-comment-template-head__author img {
    border-radius: 50%;
}

.profile_com_elem_wrapper {
    margin-top: 13px;
}

.shesht-comments-list .shesht-comment-template-rating__count.only-one {
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.only-tablet {
    display: none;
}

.feedback-item {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.feedback-item .feedback-item-header {
    display: flex;
    background: #F7F7F7;
    border-radius: 8px 8px 0 0;
    padding: 20px;
}

.feedback-item .feedback-item-header .header-meta {
    width: 100%;
}

.feedback-item .feedback-item-header h3 {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    color: #1A1A1A;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    transition: .2s ease-in-out all;
}

.feedback-item .feedback-item-header h3 a {
    text-decoration: none;
}

.feedback-item .feedback-item-header h3:hover {
    color: #f55710;
    transition: .2s ease-in-out all;
}

.feedback-item .feedback-item-header .feedback-item-header-img {
    margin-left: 20px;
}

.feedback-item .feedback-item-header .feedback-item-header-img img {
    border-radius: 8px;
    width: 60px;
    height: 60px;
    transition: .2s ease-in-out all;
}

.feedback-item .feedback-item-header .feedback-item-header-img img:hover {
    opacity: .7;
    transition: .2s ease-in-out all;
}

.feedback-item .shesht-comments-list {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
    width: auto;
    /*border: 1px solid #E5E5E5;*/
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding-bottom: 20px;
}

.feedback-item .shesht-comments-list .shesht-comment-template:first-child {
    margin-top: 0;
}

.feedback-item .shesht-comment-template-head__author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.shesht-comments-list .shesht-comment-template-rating__count.only-one {
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.account-form-group {
    padding-left: 20px;
    padding-bottom: 40px;
}

.account-form-group h2 {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #1A1A1A;
    margin-bottom: 30px;
}

.account-form-group .input-group {
    display: flex;
    flex-direction: column;
}

.account-form-group .input-group:not(:last-child) {
    margin-bottom: 20px;
}

.account-form-group .input-group label {
    margin-bottom: 9px;
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #999999;
}

.account-form-group .input-group.errors label {
    color: red;
}

.account-form-group .input-group input {
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    outline: none;
    margin-bottom: 9px;
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #1A1A1A;
    padding: 15px 20px;
    background: #ffffff;
    max-width: 100%;
    width: 390px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.account-form-group .socials-attached {
    display: flex;
    flex-wrap: wrap;
}


.account-form-group .socials-attached .social-item-attached {
    display: flex;
    margin-right: 20px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 10px;
}
.account-form-group .socials-attached .social-item-attached.facebook-attached {
    display: none;
}

.account-form-group .socials-attached .social-item-attached:last-child {
    margin-right: 0;
}

.account-form-group .socials-attached .social-item-attached .remove {
    display: none;
}

.account-form-group .socials-attached .social-item-attached .add {
    display: block;
}

.account-form-group .socials-attached .social-item-attached.attached .remove {
    display: block;
}

.account-form-group .socials-attached .social-item-attached.attached .add {
    display: none;
}

.account-form-group .socials-attached .social-item-attached > svg {
    margin-right: 10px;
}

.account-form-group .socials-attached .social-item-attached > span {
    margin-right: 10px;
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
}

.account-form-group .socials-attached .social-item-attached.facebook-attached > span {
    color: #4367B2;
}

.account-form-group .socials-attached .social-item-attached.vk-attached > span {
    color: #4680C2;
}

.account-form-group .socials-attached .social-item-attached.twitter-attached > span {
    color: #1DA1F2;
}

.account-form-group .socials-attached .social-item-attached.google-attached > span {
    color: #DB4337;
}

.account-form-group .socials-attached .social-item-attached.facebook-attached.attached {
    background: #4367B2;
}

.account-form-group .socials-attached .social-item-attached.vk-attached.attached {
    background: #4680C2;
}

.account-form-group .socials-attached .social-item-attached.twitter-attached.attached {
    background: #1DA1F2;
}

.account-form-group .socials-attached .social-item-attached.google-attached.attached {
    background: #DB4337;
}

.account-form-group .socials-attached .social-item-attached.attached > span {
    color: #ffffff;
}

.account-form-group .socials-attached .social-item-attached.attached > svg path {
    fill: #ffffff;
}

.submit-account-button {
    margin-left: 20px;
    outline: none;
    border: none;
    border-radius: 12px;
    background: #f55710;
    padding: 15px 20px;
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: -10px;
    cursor: pointer;
}

.delete-comment-button, .decline-comment-button {
    outline: none;
    border: none;
    border-radius: 12px;
    background: #f55710;
    padding: 15px 20px;
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 30px;
    min-width: 68px;
}

.delete-comment-button:last-child, .decline-comment-button:last-child {
    margin-right: 0;
}

.cab-buttons {
    display: flex;
    margin-left: 10px;
}

.cab-buttons a {
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    text-decoration: none;
    border-radius: 12px;
    padding: 11px 10px;
    margin-right: 10px;
    text-align: center;
}

.cab-buttons a:last-child {
    margin-right: 0;
}

.cab-buttons .enter-button {
    background: #f55710;
    padding-left: 15px;
    padding-right: 15px;
}

.cab-buttons .reg-button {
    background: #212121;
    border: 1px solid #444444;
}

#signup-form .the_champ_outer_login_container {
    width: 100%;
}

#signup-form label {
    color: #212121;
}

#profile-details-section {
    display: none;
}

.login-icon-wrapp {
    display: none;
}

.user-header-meta {
    padding-left: 10px;
    padding-right: 10px;
}

.user-header-meta a {
    display: flex;
    align-items: center;
}

.user-header-meta .info-user-img {
    width: 40px;
    height: 40px;
    margin: 0;
}

.user-header-meta .user-meta-img.alert {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border-radius: 50%;
    border: none;
}

.user-header-meta .user-meta-img.alert:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #f55710;
    right: 0;
    top: 0;
    border-radius: 50%;
}

.user-header-meta .user-meta-name {
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    margin-left: 15px;
    margin-right: 10px;

}
.user-header-meta .user-meta-name p{
	max-width: 80px;
    white-space: pre;
    overflow: hidden;
}
.user-header-meta .user-meta-arrow {
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out all;
}

.user-header-meta.open .user-meta-arrow {
    transform: rotate(0);
}

.user-header-meta-wrapp {
    position: relative;
}

.user-header-meta-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background: #1A1A1A;
    border-radius: 0 0 8px 8px;
    padding-top: 20px;
    z-index: 99;
    min-width: 155px;
}

.user-header-meta-links li a {
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    color: #C3C3C3;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: .2s ease-in-out all;
}

.user-header-meta-links li:last-child {
    margin-bottom: 10px;
}

.user-header-meta-links li a:hover {
    transition: .2s ease-in-out all;
    background: #313131;
    color: #FFFFFF;
}

.user-header-meta-links .logout-url a {
    border-top: 1px solid #313131;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    color: #C3C3C3;
    text-decoration: none;
    transition: .2s ease-in-out all;
    border-radius: 0 0 8px 8px;
}

.user-header-meta-links .logout-url a svg {
    margin-right: 5px;
}

.user-header-meta-links .logout-url a svg * {
    transition: .2s ease-in-out all;
}

.user-header-meta-links .logout-url a:hover {
    transition: .2s ease-in-out all;
    background: #313131;
    color: #FFFFFF;
}

.user-header-meta-links .logout-url a:hover svg path {
    transition: .2s ease-in-out all;
    fill: #FFFFFF;
}

.logout-icon-wrapp {
    display: none;
}

.user-image-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .info-user {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        border-radius: 0;
    }

    .alerts {
        width: 100%;
        flex: 0 0 100%;
    }

    .account-page {
        margin-top: -40px;
    }

    .info-user-nav {
        padding-top: 20px;
        border-radius: 0;
    }

    .alerts .empty-alerts {
        padding: 100px;
    }

    .info-user-contacts {
        display: none;
    }

    .info-user-nav-links a .wrapp-link .col-arrow {
        display: none;
    }

    .info-user-nav-links a .wrapp-link {
        border-bottom: none;
    }

    .info-user-nav-links {
        background: #ffffff;
        border-bottom: 1px solid #F7F7F7;
    }

    .info-user-nav-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .info-user-nav-links a.active {
        background: #ffffff;
    }

    .info-user-nav-links a.active .wrapp-link {
        border-bottom: 2px solid #f55710;
        position: relative;
        top: 1px;
    }

    .info-user-edit {
        display: flex;
        justify-content: center;
    }

    .info-user-edit a span {
        display: none;
    }

    .info-user-edit a svg {
        margin-right: 0;
    }

    .info-user-edit a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-right: 10px;
    }

    .info-user-edit a:last-child {
        margin-right: 0;
    }

    .alerts .headers {
        display: none;
    }

    .only-tablet {
        display: block;
    }

    .socials-mobile-links-account {
        display: flex;
    }

    .account-form-group {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .account-form-group .input-group input {
        width: calc(100% - 40px);
    }

    .submit-account-button {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1200px) {

    #header .mobile-social-links {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .mobile-social-links .social-links {
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .mobile-social-links .social-links li {
        margin-bottom: 10px;
    }

    #header .mobile-social-links .social-links li:last-child {
        padding-right: 0;
    }

    #header .mobile-social-links .social-links li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #header .mobile-social-links .social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #header .mobile-social-links .social-links li img {
    filter: brightness(0) invert(1);
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
}

@media screen and (max-width: 520px) {
    .archive-select {
        display: none;
    }

    .user-image-mobile {
        display: flex;
	    margin-left: 5px;
	    height: 54px;
	    flex-direction: column;
	    justify-content: center;
    }
    .user-image-mobile.active {
        display: flex;
	    margin-left: 5px;
	    height: 52px;
	    flex-direction: column;
	    justify-content: center;
	    box-shadow: 0 -2px 0px 0px #f55710 inset;
    }

    .user-image-mobile .info-user-img {
        width: 36px;
        height: 36px;
        margin: 0;
    }

    .cab-buttons {
        margin-right: 15px;
        margin-left: 15px;
    }

    #language-switcher {
        margin-right: 15px;
    }

    .cab-buttons a {
        min-width: 120px;
    }

    .mobile-box_other {
        justify-content: space-between;
    }

    /*#header.closed .login-icon-wrapp {
        display: none;
    }*/
    .search-container.close {
        right: -30px;
    }

    .search-container.close.photo {
        right: -46px;
    }

    .logout-icon-wrapp {
        margin-left: 10px;
        position: relative;
        top: 1px;
    }

    #header.closed .logout-icon-wrapp {
        display: none;
    }

    .user-header-meta-links {
        position: static;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .user-header-meta-links .logout-url {
        display: none;
    }

    .user-header-meta-links li a {
        padding-left: 15px;
        padding-right: 0;
    }

    .user-header-meta-links li a:hover {
        background: #1A1A1A;
    }
    
    .header-inner .user-header-meta-wrapp {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .account-page {
        margin-top: -15px;
    }

    .meta-items {
        font-size: 12px;
    }

    .category .meta-item_time:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #E5E5E5;
        margin-top: -2px;
    }

    .meta-item_author {
        display: block !important;
    }
    .profile-sub-tabs-contents .news-items .meta-items-l {
        display: flex;
        flex-wrap: nowrap;
    }
    .profile-sub-tabs-contents .news-items .meta-item .echo_date {
        white-space: nowrap;
    }
    .profile-sub-tabs-contents .news-items .meta-item.meta-item_author {
        white-space: nowrap;
    }
    .profile-sub-tabs-contents .news-items .meta-item .fvc-count {
        white-space: nowrap;
    }

    .info-user-img {
        height: 60px;
        width: 60px;
    }

    .info-user-img img {
        /*width: 60px;*/
        /*height: 60px;*/
    }

    .info-user-nav-links a .wrapp-link {
        padding: 15px 0;
    }

    .info-user-nav-links a {
        padding: 0 10px;
    }

    .info-user-name p {
        font-size: 20px;
        line-height: 24px;
    }

    .info-user-meta {
        margin-bottom: 15px;
    }

    .info-user-meta p {
        font-size: 12px;
    }

    .alerts {
        margin-top: 10px;
    }

    .alerts .empty-alerts {
        padding: 40px 20px !important;
        border: none;
    }

    .alert-item {
        padding: 10px;
    }

    .alert-items {
        padding: 0 5px;
    }
    #main_comment_block .alert-items {
        padding: 0 0px;
    }

    .alert-item-hidden .shesht-comments-list {
        width: 100% !important;
        padding: 10px;
        margin-bottom: 0;
    }

    .alert-item-hidden .shesht-comments-list .shesht-comment-template {
        padding-left: 0;
    }

    .alert-item-hidden .shesht-comments-list > ul.children {
        margin-left: 0;
    }

    .alert-item-hidden .shesht-comments-list ul.children {
        /*margin: 10px 0 0 0;*/
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .alert-item-wrapp .shesht-comments-block__form {
        margin-left: 0;
    }

    .alert-item-hidden .shesht-comments-list ul.children .shesht-comment-template {
        padding-left: 15px;
    }

    .alert-item-wrapp {
        margin-bottom: 5px;
        padding: 10px 15px;
    }

    .nf-header p{
        margin-right: 15px;
    }

    .alert-item-small .img {
        margin-right: 15px;
    }

    .feedback-item .shesht-comments-list {
        margin-top: 0 !important;
        width: 100% !important;
        padding: 10px;
        margin-bottom: 0;
    }

    .feedback-item .shesht-comments-list .shesht-comment-template {
        padding-left: 0;
    }

    .feedback-item .shesht-comments-list > ul.children {
        margin-left: 0;
    }

    .feedback-item .shesht-comments-block__form {
        margin-left: 0;
    }

    .feedback-item .shesht-comments-list ul.children {
        /*margin: 10px 0 0 0;*/
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 0;
    }

    .feedback-item .shesht-comments-list ul.children .shesht-comment-template {
        padding-left: 15px;
    }

    .feedback-item .feedback-item-header {
        padding: 10px;
    }

    .feedback-item .feedback-item-header .feedback-item-header-img {
        margin-left: 10px;
    }

    .feedback-item .meta-items {
        font-size: 12px;
    }

    .feedback-item {
        margin-bottom: 5px;
    }

    .account-form-group h2 {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .account-form-group .input-group label {
        font-size: 14px;
        line-height: 20px;
    }

    .account-form-group .socials-attached .social-item-attached {
        margin-right: 10px;
    }

    .account-form-group .socials-attached .social-item-attached > span {
        font-size: 14px;
        line-height: 20px;
    }

    .info-user-nav-links a .wrapp-link > span {
        font-size: 13px;
        line-height: 14px;
    }

    .feedback-item:last-child {
        margin-bottom: 20px;
    }

    .alert-item-wrapp:last-child {
        margin-bottom: 20px;
    }

    .info-user-nav {
        overflow: hidden;
    }

    .info-user-nav-links {
        overflow: hidden;
    }

    .info-user-nav-links ul {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .home-page {
        overflow: hidden;
    }

    .home-page .popular-menu {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;

        box-sizing: border-box;

        padding: 10px;
        margin-bottom: -10px;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-page .popular-menu::-webkit-scrollbar {
        display: none;
        width: 0;
        background: transparent;
        opacity: 0;
    }

    .popular-menu li a {
        white-space: nowrap;
        color: #656565;
    }
}

.post-type-archive-magazine .archive-section {
    margin-top: 60px;
}

.archive-section__title {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.archive-section__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.archive-section__nav-item {
    border: 1px solid rgb(229, 229, 229);
    border-radius: 12px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
    margin-right: 24px;
    transition: 0.4s ease;
    cursor: pointer;
    font-family: 'Arial AMU Bold', sans-serif;
}

.archive-section__nav-item.active {
    color: rgb(33, 33, 33);
    border: 1px solid rgb(229, 229, 229);
    background: rgb(251, 251, 251);
}

.archive-section__nav-item:last-child {
    margin-right: 0;
}

.archive-section__item-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px -30px;
}

.archive-section__item {
    padding: 0 20px;
    margin-bottom: 40px;
    width: calc(100% / 4);
    box-sizing: border-box;
}

.archive-section__item:hover .archive-section__item-number {
    background-color: #f15a29;
    color: #fff;
}

.archive-section__item:hover .archive-section__item-date {
    background-color: #f15a29;
    color: #fff;
}

.archive-section__item-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.archive-section__item-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-section__item-number {
    background: rgba(25, 24, 24, 0.8);
    border-radius: 0px 8px 8px 0px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 12px 16px;
    position: absolute;
    bottom: 74px;
    left: 0;
    transition: 0.4s ease;
}

.archive-section__item-date {
    background: rgba(25, 24, 24, 0.8);
    border-radius: 0px 8px 8px 0px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 12px 16px;
    position: absolute;
    bottom: 16px;
    left: 0;
    transition: 0.4s ease;
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.pagination__item {
    margin-right: 15px;
    width: 54px;
    height: 54px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: rgb(153, 153, 153);
    transition: 0.4s ease;
}

.pagination__item:hover {
    color: rgb(33, 33, 33);
}

.pagination__item:last-child {
    margin-right: 0;
}


@media screen and (max-width: 1200px) {
    .archive-section__item {
        padding: 0 15px;
        margin-bottom: 30px;
        width: calc(100% / 3);
    }

    .archive-section__item-list {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 991px) {
    .archive-section__item {
        width: 50%;
    }
}


@media screen and (min-width: 768px) {
    .archive-slider {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .archive-section {
        margin-bottom: 30px;
    }

    .archive-section__item-list {
        margin: 0;
        width: 100%;
        justify-content: space-between;

        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }


    .archive-section__item-number {
        padding: 8px 11px;
        font-size: 11px;
    }

    .archive-section__item-date {
        padding: 8px 11px;
        font-size: 11px;
    }

    .archive-section__item {
        width: 48%;
        display: block;
        padding: 0;
        margin-bottom: 0;

        margin-bottom: 15px;
    }

    .archive-section__item-number {
        bottom: 60px;
        font-size: 14px;
    }

    .archive-section__item-date {
        font-size: 14px;
    }

    .archive-slider {
        margin-left: 5px;
        width: calc(100% - 5px);
    }

    .archive-slider .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .archive-slider .owl-dot {
        margin-right: 10px;
    }

    .archive-slider .owl-dot:last-child {
        margin-right: 0;
    }

    .archive-slider .owl-dot span {
        background-color: #e5e5e5;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        display: block;
    }

    .archive-slider .owl-dot.active span {
        background-color: #212121;
    }

    .archive-slider .owl-item img {
        height: 335px;
    }
}

@media screen and (max-width: 400px) {
    .archive-section__nav-item {
        margin-right: 12px;
    }
}

/* ///////////////////////////////////////////////////////// */

.materials-section {
    padding-bottom: 50px;
    background-color: #fcfcfc;
    border-top: 1px solid rgb(229, 229, 229);
    z-index: 9;
    position: relative;
}

.materials-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.materials-list {
    display: flex;
    margin: 0 -10px 0px;
    flex-wrap: wrap;
}

.materials-list__item {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
}

.materials-section__header--center {
    justify-content: center;
}

.materials-section__title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}

.materials-slider__btn-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgb(229, 229, 229);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.materials-slider__btn-prev svg {
    fill: #999;
    transition: 0.4s;
}

.materials-slider__btn-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgb(229, 229, 229);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.materials-slider__btn-next svg {
    fill: #999;
    transition: 0.4s;
}

.materials-slider__item-img {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 195px;
    margin-bottom: 15px;
    object-fit: cover;
}

.materials-slider__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.materials-slider .owl-item img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.materials-slider__item {
    height: 100%;
}

.materials-slider__item_materials {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    min-height: auto;
    padding-top: 10px;
}

.mobile-one-line-tags_materials {
    margin: 12px 10px 2px;
}

.materials-slider__m-info {
    position: relative;
    margin: 22px 10px 14px;
    padding-right: 38px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.materials-slider__m-info-date {
    color: rgb(101, 101, 101);
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1.5;
}

.materials-slider__m-info-date_green {
    color: #21d332 !important;
    font-weight: bold;
}

.materials-slider__m-info-date_orange {
    color: #f55710 !important;
    font-weight: bold;
}

.materials-slider__m-info-date_danger {
    color: rgb(245, 16, 16) !important;
    font-weight: bold;
}

.materials-slider__m-info-city {
    color: rgb(101, 101, 101);
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1.5;
}

.materials-slider__m-info-price {
    color: rgb(101, 101, 101);
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1.5;
}

.materials-slider__m-info-label {
    position: absolute;
    right: 0;
    bottom: 0;
}

.add-bookmark-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: rgb(153, 153, 153);
    font-size: 14px;
    height: 20px;
    letter-spacing: 0px;
    line-height: 1;
    text-decoration: none;
}

.add-bookmark-link:hover {
    color: #f55710;
    text-decoration: none;
}

.add-bookmark-link .add-svg, .add-bookmark-link .added-svg {
    margin-right: 10px;
}


.materials-slider__item-data {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.materials-slider__item-data span {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: rgb(153, 153, 153);
    display: flex;
    align-items: center;
}

.materials-slider__item-data span:last-child:after {
    display: none;
}

.materials-slider__item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(26, 26, 26);
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
    display: block;
    text-decoration: none;
}

.materials-slider__item .terms-items {
    padding: 0px;
}

.btn {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 40px;
    line-height: 38px;
    background: #f55710;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f55710;
    border-radius: 8px;
}

@media screen and (max-width: 1199px) {
    .materials-list {
        margin-bottom: 0px;
    }

    .materials-list__item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .materials-slider__item-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .materials-section .box-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }   

    .materials-slider__item {
        width: 300px;
        min-height: 0;
    }

    .materials-slider__btn-prev {
        display: none;
    }

    .materials-slider__btn-next {
        display: none;
    }

    .materials-section__header {
        justify-content: center;
    }

    .materials-slider .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .materials-slider .owl-dot {
        margin-right: 10px;
    }

    .materials-slider .owl-dot:last-child {
        margin-right: 0;
    }

    .materials-slider .owl-dot span {
        background-color: #e5e5e5;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        display: block;
    }

    .materials-slider .owl-dot.active span {
        background-color: #212121;
    }

    .section--pad-bot {
        padding-bottom: 60px;
    }

}

    .materials-section .owl-dots {
        display: none;
    }

@media screen and (max-width: 500px) {
    .materials-list {
        margin: 0 5px -30px;
        width: calc(100% - 10px);
    }

    .materials-list__item {
        width: calc(100%);
        margin: 0 0 30px 0;
    }
}

.archive-menu li {
    margin-right: 20px;
}

.archive-menu li.active a {
    font-weight: 700;
}

.archive-menu li.active a:after {
    opacity: 1;
}

.archive-menu a {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
}

.archive-menu a:hover {
    color: #f55710;
}

.archive-menu a.dots {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    bottom: 5px;
    cursor: pointer;
}

.archive-menu a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #f55710;
    opacity: 0;
}

.archive-menu li ul {
    display: none;
}

.archive-menu li a span {
    width: 4px;
    height: 4px;
    background-color: #c3c3c3;
    border-radius: 50%;
}

.custom-lightbox {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}


.pagination-block ul, .pagination-block ul li.dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox
}


.pagination-block ul li, .pagination-block ul li a {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.pagination-block {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.pagination-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-block ul li a, .pagination-block ul li.dots {
    height: 44px;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.pagination-block ul li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0 !important;
    color: #666;
    font-size: 18px
}

.pagination-block ul li:not(:last-child) {
    margin-right: 20px
}

.pagination-block ul li.dots {
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px
}

.pagination-block ul li a.next, .pagination-block ul li a.prev {
    background-color: transparent;
    border: none;
}

.pagination-block ul li a.next:hover svg path, .pagination-block ul li a.prev:hover svg path {
    stroke: #f55710 !important;
}

.pagination-block ul li a.next svg, .pagination-block ul li a.prev svg {
    height: 24px;
    width: auto;
}

.pagination-block ul li a.next svg path, .pagination-block ul li a.prev svg path {
    transition: all 0.2s ease-in-out;
}

.pagination-block ul li a.next svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination-block ul li.disabled {
    pointer-events: none;
    opacity: .4
}

.pagination-block ul li a {
    width: 54px;
    height: 54px;
    border: 1px solid #E5E5E5;


    text-decoration: none !important;
    color: #999999;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;

    background-color: #FBFBFB;

    border-radius: 50%;
    line-height: 20px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-block ul li a:hover {
    color: #000;
}

.pagination-block ul li.active a {
    color: #000;
}

@media (max-width: 750px) {
    .pagination-block {
        margin-bottom: 30px;
    }
}

.magazine-sidebar {
    display: block;
    width: 100%;
    text-decoration: none !important;

    border: 1px solid #E5E5E5;
    background-color: #FBFBFB;
    height: 84px;
    padding-top: 20px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;

    border-radius: 8px;

    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    color: #000;
}

.magazine-sidebar:hover {
    opacity: 0.7;
    color: #000;
}

.magazine-sidebar__img {
    width: 90px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: -10px;
}

.magazine-sidebar__item-content {
    flex-grow: 3;
    flex-shrink: 1;
}

.magazine-sidebar__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.magazine-sidebar__info {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.magazine-sidebar__img {
    position: relative;
}

.magazine-sidebar__img-bg {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
}

.magazine-sidebar__img-img {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .materials-section {
        padding-bottom: 10px;
    }

    .custom-lightbox {
        max-width: 100%;
    }

    .body figcaption {
        text-align: center;
    }

    .pagination-block {
        display: block;
        margin-top: 35px;
    }

    .pagination-block ul {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination-block ul li {
        font-size: 14px
    }

    .pagination-block ul li a {
        width: 32px;
        height: 32px;
        font-size: 14px
    }

    .pagination-block ul li.arrow a {
        font-size: 14px
    }

    .pagination-block ul li.arrow.prev {
        margin-right: 10px
    }

    .pagination-block ul li.arrow.next {
        margin-left: 10px
    }

    .pagination-block ul li:not(:last-child) {
        margin-right: 10px
    }

    .pagination-block ul li:nth-child(n+5):not(.arrow):not(.dots):not(:nth-last-child(-n+2)):not(.current_paginate_page):not(.dots_paginate_page) {
        /*display: none*/
    }
}


/* timer section start */

.timer-section {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 110px 20px 110px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.timer-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.timer-section__inner {
    position: relative;
    z-index: 1;
}

.timer-section-caption{
    margin-bottom: 40px;
}

.timer-section__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.timer-section__info li {
    font-size: 14px;
    line-height: 20px;
    color: rgb(229, 229, 229);
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}

.timer-section__info li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 4px;
    height: 4px;
    background-color: rgb(229, 229, 229);
    border-radius: 50%;
}

.timer-section__info li:last-child {
    margin-right: 0;
}

.timer-section__info li:last-child:after {
    display: none;
}

.timer-section .fvc-view span {
    color: rgb(229, 229, 229);
}

.timer-section svg path {
    fill: rgb(229, 229, 229);
}


.timer-section .active_alert svg path {
    fill: rgb(245, 87, 16);
}

.timer-section__title {
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.timer-section__desc {
    color: rgb(229, 229, 229);
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

#timer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(58, 58, 58, 0.5);
    border-radius: 56.5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 80px;
    width: 280px;
    margin: 0 auto 30px;
}

#timer div {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
    position: relative;
}

#timer div:after {
    content: ':';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -16px;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}

#timer div:last-child {
    margin-right: 0;
}

#timer div:last-child:after {
    display: none;
}

.timer-section__bell {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.timer-section__bell:hover .timer-section__bell-text {
    display: block;
    white-space: nowrap;
}

.timer-section__bell-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: none;
    background: rgba(25, 24, 24, 0.8);
    white-space: nowrap;
    width: auto;
}

.timer-section__bell-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(25, 24, 24, 0.8);
}

.timer-section__bell-icon {
    width: 32px;
    height: 32px;
    background: rgba(25, 24, 24, 0.8);
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .timer-section {
        border-radius: 0;
        padding-top: 40px;
        padding-top: 40px;
        margin-top: -15px;
    }

    .timer-section__title {
        font-size: 24px;
        line-height: 30px;
    }

    .timer-section__desc {
        font-size: 14px;
        line-height: 20px;
    }

    .timer-section__info {
        margin-bottom: 10px;
    }

    .timer-section__info li {
        margin-bottom: 0;
    }

    #timer {
        height: 70px;
        width: 260px;
    }

    #timer div {
        font-size: 40px;
    }

    #timer div:after {
        font-size: 40px;
    }
}

/* timer section end */

/* columnist start */
.columnist-section {
    margin-bottom: 60px;
}

.columnist-section__title {
    font-size: 30px;
    font-weight: 700;
    color: rgb(26, 26, 26);
    line-height: 36px;
    margin-bottom: 30px;
}

.columnist-section__notice {
    border: 1px solid rgb(229, 229, 229);
    background: rgb(247, 247, 247);
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.columnist-section__notice a {
    color: rgb(245, 87, 16);
    text-decoration: none;
}

.columnist-item {

    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.columnist-item-list {
    margin: 0 -10px 10px;
    display: flex;
    flex-wrap: wrap;
}

.columnist-item__inner {
    border: 1px solid rgb(229, 229, 229);
    padding-top: 40px;
    border-radius: 8px;
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

}

.columnist-item__inner > * {
    flex-shrink: 0;
}

.columnist-item__settings-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
}

.columnist-item__img {
    background: rgb(216, 216, 216);
    border-radius: 8px;
    height: 90px;
    width: 90px;
    margin: 0 auto 30px;
}

.columnist-item__img img {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.columnist-item__title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(26, 26, 26);
    text-align: center;
    margin-bottom: 36px;
    padding: 0 15px;
}

.columnist-item__title span {
    display: block;
    font-size: 17px;
    color: rgb(153, 153, 153);
    font-weight: 400;
    margin-top: 6px;
}

.columnist-item__value {
    display: flex;
    align-items: center;
}

.columnist-item__value span {
    font-size: 14px;
    font-weight: 700;

}

.columnist-item__value svg path {
    fill: #e5e5e5;
    transition: 0.4s;
    margin-left: 6px;
}

.columnist-item__footer {
    background: rgb(247, 247, 247);
    border-radius: 0px 0px 7px 7px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    margin-top: auto;
}

.columnist-item__amount {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
}

.columnist-item__amount span {
    color: rgb(245, 87, 16);
}

.columnist-item__value {
    font-size: 14px;
    color: rgb(229, 229, 229);
    font-weight: 700;
}

.columnist-item__value svg {
    margin-left: 6px;
}

.columnist-item__value svg path {
    fill: rgb(229, 229, 229);
    transition: 0.4s;
}

.columnist-item__value.active {
    color: rgb(126, 211, 33);
}

.columnist-item__value.active {
    color: rgb(126, 211, 33);
}

.columnist-item__value.active svg path {
    fill: rgb(126, 211, 33);
}

.columnist-btn, .all_articles_btn, .more_comments_button, .more_comments_btn_sidebar {
    -webkit-appearance: none;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;

    transition: all 0.2s ease-in-out;

    border-radius: 9px;
    border: 1px solid rgb(229, 229, 229);
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-decoration: none;
}

.all_articles_btn, .columns_load_more {
    margin-top: 20px;
}

.more_comments_button {
    width: 350px;
    margin: 20px auto 0;
}

.columnist-btn:hover, .all_articles_btn:hover, .more_comments_button:hover {
    background-color: rgb(245, 87, 16);
    color: #fff;
    border-color: rgb(245, 87, 16);
}

.more_comments_btn_sidebar:hover{
    color: rgb(245, 87, 16);
}

.columnist-articles__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.columnist-articles__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px;
}

.columnist-articles__item {
    padding: 0 10px;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.columnist-articles__item .mobile-one-line-tags {
    flex-wrap: wrap;
    padding: 0 10px;
}

.columnist-articles__inner {
    position: relative;
}

.columnist-articles__img {
    display: block;
    width: 100%;
    height: 195px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.columnist-articles__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.columnist-articles__data {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.columnist-articles__data span {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: rgb(153, 153, 153);
    display: flex;
    align-items: center;
}

.columnist-articles__data span:last-child:after {
    display: none;
}

.columnist-articles__data span:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #e5e5e5;
    margin: 0 8px;
    display: block;
    border-radius: 50%;
}

.columnist-articles__item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(26, 26, 26);
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
    display: block;
    text-decoration: none;
}

.columnist-articles__slider {
    display: none !important;
}

@media screen and (max-width: 1199px) {
    .columnist-articles__item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 991px) {
    .columnist-item {
        width: calc(100% / 3);
    }

    .columnist-articles__item {
        width: calc(100% / 2);
    }

    .columnist-articles__item-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .columnist-section {
        margin-bottom: 60px;
    }

    .columnist-articles {
        padding-bottom: 40px;
    }

    .columnist-section__title {
        font-size: 24px;
        line-height: 29px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .columnist-section-title {
        padding-right: 5px;
        padding-left: 15px;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .columnist-section__notice {
        padding: 15px;
        width: calc(100% - 10px);
        margin: 0 5px 10px;

    }

    .columnist-item-list {
        margin: 0 5px 25px;
        width: calc(100% - 10px);
    }

    .columnist-articles__list {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }

    .columnist-item {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }

    .columnist-btn, .content .all_articles_btn {
        display: block;
        width: calc(100% - 2px);
        margin: 20px auto;
    }

    .all_articles_btn {
        width: calc(100%);
    }


    .columnist-articles__item {
        width: 300px;
        min-height: 0;
        padding: 0;
    }

    .columnist-articles__item:first-child {
        margin-left: 5px;
    }

    .columnist-articles__slider .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;

        display: none;
    }

    .columnist-articles__slider .owl-dot {
        margin-right: 10px;
    }

    .columnist-articles__slider .owl-dot:last-child {
        margin-right: 0;
    }

    .columnist-articles__slider .owl-dot span {
        background-color: #e5e5e5;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        display: block;
    }

    .columnist-articles__slider .owl-dot.active span {
        background-color: #212121;
    }

    .columnist-articles__slider {
        display: block !important;
    }

}

/* columnist end */

.body ul {
    padding: 0;
}

.single .body ul {
    padding: 0 20px 30px 40px;
}

.gallery_items {
    margin-bottom: 30px;
    padding: 0;
}

.single .body ul.gallery_items {
    padding: 0;
}

.gallery_items .owl-prev {
    position: absolute;
    left: 20px;
    top: 175px !important;
    transform: none;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_items {
    list-style: none;
}

.gallery_items li {
    list-style: none;
}

.gallery_items .owl-next {
    position: absolute;
    right: 20px;
    top: 175px !important;
    transform: none;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe.podkast {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

.gallery_items .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 360px;
    left: 0;
}

@media (max-width: 750px) {
    .gallery_items .owl-dots {
        top: 240px;
    }
}

.gallery_items figcaption {
    text-align: center;
}

.gallery_items .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.gallery_items .owl-dot.active span {
    background-color: #fff;
}

.gallery_items .owl-dot {
    margin-right: 10px;
}

.gallery_items .owl-dot:last-child {
    margin-right: 0;
}

.columnist-section-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.columnist-section-title .btn.btn-primary {
    width: auto;
    background: #f55710;
    border: 1px solid #f55710;
    margin-left: auto;
    border-radius: 12px;
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    background: #f55710;
    padding-left: 15px;
    padding-right: 15px;
}

.columnist-section-title .btn.btn-primary:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.columnist-section-title .btn.btn-primary:hover {
    width: auto;
    background: #f55710;
    border: 1px solid #f55710;

}

.columnist-section-title .columnist-section__title {
    flex: 1 1 auto;
}

.modal-dialog {
    max-width: 100% !important;
}

.modal-body {
    width: 650px;
    padding: 50px 120px !important;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
}

.modal__title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: rgb(26, 26, 26);
    line-height: 36px;
    margin-bottom: 12px;
}

.modal__subtitle {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgb(153, 153, 153);
    margin-bottom: 30px;
}

.modal__subtitle span {
    color: #f55710;
}

.field-group {
    margin-bottom: 30px;
}

.field-group__label {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    display: block;
}

.field-group__input {
    background: rgb(255, 255, 255) !important;
    border-radius: 8px !important;
    border: 1px solid rgb(229, 229, 229) !important;
    height: 50px !important;
    line-height: 48px !important;
    padding: 0 20px !important;
    width: 100% !important;
    font-size: 17px !important;
    color: #000 !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    font-family: 'Arial AMU Regular', sans-serif;
}

.fiedl-group__input::placeholder {
    color: #999999;
}

.field-group__textarea {
    height: 150px;
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 17px;
    color: #000;
    resize: none;
    -webkit-appearance: none !important;
}

.fiedl-group__textarea::placeholder {
    color: #999999;
}

.form__btn {
    background-color: #f55710 !important;
    border-radius: 12px;
    border: 1px solid rgb(229, 229, 229);
    height: 40px;
    line-height: 40px;
    padding: 0 20px !important;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.form__btn:disabled {
    color: rgb(229, 229, 229);
    background: rgb(247, 247, 247);
}

.modal-header .close {
    position: relative;
    right: -50px;
}

.close span {
    width: 40px !important;
    height: 40px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-content .wpcf7 {
    border: none !important;
    padding: 0 !important;
}

.modal-content .wpcf7 div {
    border: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.modal-content .wpcf7 span {
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .modal-body {
        width: 100%;
        padding: 40px 15px !important;
    }

    .modal-header .close {
        position: relative;
        right: 10px;
        top: 50px;
        z-index: 1;
    }
}


.columnist-about {
    margin-top: 28px;
    background: rgb(247, 247, 247);
    border-radius: 8px;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
}

.columnist-about__img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.columnist-about__img a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    overflow: hidden;
}

.columnist-about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    display: block;
    border-radius: inherit;
    overflow: hidden;
}

.columnist-about__inner {
    width: 100%;
}

.columnist-about__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.columnist-about__header-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.columnist-about__setting-btn {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.columnist-about__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgb(26, 26, 26);
}

.columnist-about__amount {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    font-weight: 700;
}

.columnist-about__amount span {
    color: #f55710;
    margin-right: 4px;
}

.columnist-about__body {
    max-height: 82px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: rgb(25, 24, 24);
    overflow: hidden;
    margin-bottom: 10px;
}

.columnist-about__body:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(-180deg, rgba(251, 251, 251, 0) 0%, rgba(247, 247, 247, 0.9) 100%);
    transition: opacity 0.4s ease, height 0.4s ease;
    font-size: 14px;
    line-height: 20px;
    color: rgb(25, 24, 24);
}

.columnist-about__body.open {
    max-height: 100%;
}

.columnist-about__body.open:after {
    opacity: 0;
}

.columnist-about__footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.columnist-about__btn {
    font-size: 14px;
    line-height: 17px;
    color: rgb(153, 153, 153);
    border-bottom: 1px dashed rgb(153, 153, 153);
    cursor: pointer;
    transition: 0.4s ease;
}

.columnist-about__btn:hover {
    color: rgb(25, 24, 24);
    border-bottom: 1px dashed rgb(25, 24, 24);
}

@media screen and (max-width: 767px) {
    .columnist-about {
        display: block;
        padding: 15px 10px;
        margin: 0 15px;
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }

    .columnist-about__img {
        margin: 0 auto 12px;
    }

    .columnist-about__header {
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column-reverse;
    }

    .columnist-about__header-left {
        width: 100%;
        justify-content: center;
    }

    .columnist-about__header-right {
        width: 100%;
        margin-bottom: 8px;
    }

    .columnist-about__body {
        text-align: center;
    }

    .columnist-about__setting-btn {
        position: absolute;
        top: 15px;
        left: 10px;
    }

    .columnist-about__footer {
        justify-content: center;
    }
}

.main-banner {
    width: 100%;
    max-height: 170px;
    background: #1A1A1A;
}

.main-banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ad-block {
    border: 1px solid rgb(229, 229, 229);
    background: rgb(247, 247, 247);
    border-radius: 8px;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
    box-sizing: border-box;
}

.ad-block__text {
    font-size: 14px;
    font-weight: 700;
    color: rgb(25, 24, 24);
}

.ad-block__text a {
    color: #f55710;
    text-decoration: none;
}

.ad-block__btn {
    height: 40px;
    line-height: 40px;
    background-color: #f55710;
    border-radius: 12px;
    padding: 0 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
}

.collapse-ef-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 8px;
    height: 54px;
    font-size: 17px;
    color: #1A1A1A;
    font-family: 'Arial AMU Bold', sans-serif;
    padding: 10px 40px 10px 20px;
    border: 0;
    width: 100%;
    transition: all .4s;
}

.collapse-ef-btn__icon {
    position: absolute;
    content: ' ';
    width: 24px;
    height: 24px;
    right: 28px;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/ef-filter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.collapse-ef-btn[aria-expanded="true"] {
    border-radius: 8px 8px 0 0;
}

.collapse-ef-btn[aria-expanded="true"] .collapse-ef-btn__icon {
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/ef-filter-arrow.svg);
}

@media (min-width: 1200px) {
    .collapse-ef-btn {
        display: none;
    }

    .events-filter.collapse:not(.show) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1199.99px) {
    .events-filter {
      /*  background-color: #F7F7F7; */
        border-radius: 0 0 8px 8px;
        margin-bottom: 20px;
    }



    .mob-materials-wrap .events-filter {
    	display: block;
    }

    .events-filter__item:last-child {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .collapse-ef-btn {
        width: calc(100% - 10px);
        margin: 0 auto;
    }

    .mob-materials-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mob-materials-wrap .collapse-ef-btn {
        order: 1;
    }

    .mob-materials-wrap .events-filter {
        order: 1;
        width: calc(100% - 10px);
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .mob-materials-wrap .ad-block {
        order: 0;
        margin: 0px 5px 20px;
    }
}

@media (min-width: 750px) and (max-width: 768px) {
    .collapse-ef-btn__icon {
        right: 42px;
    }
}

.events-filter {
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 30px;
    transition: none !important;
    height: auto !important;
    width: 100%;
    box-sizing: border-box;
}

.events-filter__item {
    position: relative;
    width: 280px;
    margin: 0 0 6px;
    flex-shrink: 0;
}
.events-filter__item.reset_events_filters {
    width: auto;
    flex-shrink: 1;
}
.events-filter__item:nth-child(3n-1) {
    margin-left: 12px;
    margin-right: 12px;
}

.events-filter .opened .jq-selectbox__select {
    border-radius: 8px 8px 0 0;
    border-color: transparent;
}

.events-filter .focused .jq-selectbox__select {
    border-color: rgb(229, 229, 229);
}

.events-filter .jq-selectbox__select {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border-color: rgb(229, 229, 229);
    height: 40px;
    font-size: 14px;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}

.events-filter .jq-selectbox__select-text {
    color: #191818;
    font-size: 14px;
    letter-spacing: 0;
    padding: 2px 0 2px 40px;
    font-family: 'Arial AMU Regular', sans-serif;
    position: relative;
}

.events-filter .changed .jq-selectbox__select-text {
    color: rgb(245, 87, 16);
}

.events-filter .jq-selectbox__select-text:before {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 22px;
    left: 8px;
    top: 8px;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/my_location-mobile.svg);
}

.events-filter .changed .jq-selectbox__select-text:before {
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/my_location.svg);
}

.events-filter .jq-selectbox__trigger {
    border-left: 0;
    width: 40px;
}

.events-filter .jq-selectbox__trigger-arrow {
    border-top: 5px solid #999999;
    top: 18px;
    right: 15px;
}

.events-filter .jq-selectbox__dropdown {
    border-color: transparent;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    top: 0 !important;
    width: 100% !important;
}

.events-filter .jq-selectbox__not-found {
    padding: 10px 20px 0;
    font-size: 14px;
    text-align: center;
    font-family: 'Arial AMU Regular', sans-serif;
}

.events-filter .jq-selectbox li {
    color: #999999;
    font-size: 14px;
    letter-spacing: 0;
    padding: 7px 20px 7px;
    font-family: 'Arial AMU Regular', sans-serif;
    background-color: transparent;
}

.events-filter .jq-selectbox li.selected {
    color: #F55710;
}

.events-filter .jq-selectbox li:hover {
    color: #F55710;
    background-color: transparent;
}

.events-filter .jq-selectbox ul {
    padding: 13px 0;
}

.events-filter .jq-selectbox__search {
    display: block !important;
}

.events-filter .jq-selectbox__search input {
    height: 40px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #F7F7F7;
    padding: 7px 20px 7px;
    width: 100%;
    font-family: 'Arial AMU Regular', sans-serif;
}

.events-filter__discard-btn {
    background-color: transparent;
    border: 0;
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    padding-left: 19px;
    position: relative;
    border-bottom: 1px dashed #999999;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 20px;
}

.events-filter__discard-icon {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/discard.svg);
}

.events-filter__wrap-date {
    position: relative;
    display: block;
}

.events-filter__wrap-date:before {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 22px;
    left: 8px;
    top: 8px;
    z-index: 9;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/date_range-mobile.svg);
}

.events-filter__wrap-date.changed:before {
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/date_range.svg);
}

.events-filter__date {
    color: #191818;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0px 50px 0px 40px;
    font-family: 'Arial AMU Regular', sans-serif;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    height: 40px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.events-filter__date.changed {
    color: rgb(245, 87, 16);
}

.events-filter__btn-date-wrap {
    position: absolute;
    top: 8px;
    right: 5px;
}

.events-filter__btn-date-prev,
.events-filter__btn-date-next {
    width: 24px;
    cursor: pointer;
    height: 24px;
    background-color: transparent;
    border: 0;
    transition: all 0.2s ease-in-out;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/ef-filter-arrow.svg);
}

.events-filter__btn-date-prev:hover,
.events-filter__btn-date-next:hover {
    opacity: 0.7;
}

.events-filter__btn-date-prev {
    transform: rotate(-90deg);
}

.events-filter__btn-date-next {
    transform: rotate(90deg);
}

.events-filter__wrap-date .datepicker {
    width: 100%;
    border: 0;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.datepicker--nav-action[data-action="prev"] {
    order: 2;
}

.datepicker--nav-action[data-action="next"] {
    order: 3;
}

.datepicker--nav-title {
    order: 1;

    font-size: 13px;
    line-height: 15px;
    color: #999999;
    font-family: 'Arial AMU Regular', sans-serif;
    flex: 1 1 auto;
    justify-content: start !important;
}

.datepicker--pointer {
    display: none;
}

.datepicker--day-name {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Arial AMU Regular', sans-serif;
    text-align: center;
    color: #999999;
    text-transform: lowercase;
    width: 34px;
    height: 34px;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
}

.datepicker--cell-day {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: 'Arial AMU Regular', sans-serif;
    color: #191818;

    width: 34px;
    height: 34px;
}

.datepicker--cell-day.-weekend- {
    color: #F55710;
}

.datepicker--cell-day.-focus- {
    background-color: rgba(245, 87, 16, 0.05) !important;
    border-radius: 30px;
}

.datepicker--cell-day.-current- {
    color: #191818;
}

.datepicker--cell-day.-selected- {
    background-color: #F55710 !important;
    border-radius: 30px;
    color: #fff !important;
}

.datepicker--cell.-selected-.-focus- {
    background-color: #F55710;
    border-radius: 30px;
    color: #fff;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    background-color: #F55710;
    border-radius: 30px;
    color: #fff;
}

.datepicker--body.active {
    max-width: 265px;
}

@media (max-width: 1405px) {
    .events-filter__item {
        width: calc((100% - 12px) / 2);
    }
}

@media (max-width: 1200px) {
    .events-filter__item {
        width: 100%;
    }

    .events-filter__item:nth-child(3n-1) {
        margin: 0;
    }

    .events-filter__discard-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.events-filter__date.show + .datepicker-inline {
    background-color: #fff;
    z-index: 9;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.events-section {
    padding-left: 20px;
    padding-bottom: 50px;
}

.events-section__group {
    position: relative;
    padding-left: 85px;
}

.events-section__group-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    text-align: center;
}

.events-section__group-data-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(153, 153, 153);
    margin-bottom: 5px;
}

.events-section__group-data-value {
    font-size: 48px;
    font-weight: 700;
    color: rgb(25, 24, 24);
}

.event-card {
    padding: 20px 20px 22px;
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    margin-bottom: 20px;
    overflow: hidden;
}

.event-card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(26, 26, 26);
    transition: 0.4s ease;
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    min-height: 56px;
}

.event-card__title:hover {
    color: #f55710;
}

.event-card__footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-card__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-card__info-item {
    margin-right: 30px;
    font-size: 17px;
    line-height: 20px;
    color: rgb(101, 101, 101);
}

.event-card__info-item.end {
    font-weight: 700;
    color: #f51010;
}

.event-card__info-item.start {
    font-weight: 700;
    color: #21d332;
}

.event-card-mer-single-wrap__info-item {
    padding-left: 23px;
    position: relative;
    font-size: 14px;
    color: #999;
    margin-right: 0;
}

.event-card-mer-single-wrap__info-item:before {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E5E5E5;
    margin-top: 0;
}

.terms-item-first {
    padding-right: 23px;
    position: relative;
}

.terms-item-first:after {
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E5E5E5;
    margin-top: 0;
}

.event-card .commnets-count {
    margin-right: 0;
    margin-bottom: 0;
}

.event-card .terms-items {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.event-card__img {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: -22px;
    object-fit: cover;
    height: 360px;
    margin-top: 22px;
}

@media screen and (max-width: 1280px) {
    .event-card__img {
        height: 220px;
    }
}

@media screen and (max-width: 1360px) {
    .event-card__img {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .ad-block {
        display: block;
        width: calc(100% - 10px);
        text-align: center;
    }

    .event-card__img {
        height: 180px;
    }

    .ad-block__text {
        max-width: 220px;
        margin: 0 auto 15px;
        text-align: center;
    }

    .ad-block__btn {
        margin: 0 auto;
    }

    .events-section {
        margin-top: 20px;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .events-section__group {
        margin-bottom: 20px;
    }

    .events-section__group-data {
        position: relative;
        margin-bottom: 5px;
    }

    .events-section__group {
        padding: 0 5px;
        box-sizing: border-box;
        width: 100%;
    }

    .events-section__group-data-value {
        font-size: 38px;
    }

    .event-card__title {
        font-size: 17px;
        line-height: 24px;
        min-height: 48px;
        margin-bottom: 10px;
    }

    .event-card__footer {
        align-items: flex-end;
    }

    .event-card__info {
        display: block;
    }

    .event-card__info-item {
        margin-right: 0;
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 20px;
    }

    .event-card__info-item:last-child {
        margin-bottom: 0;
    }

    .event-card {
        padding: 10px;
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
        margin-bottom: 10px;
    }

    .event-card.event-card--image {
        border: 1px solid rgb(229, 229, 229);
        border-radius: 8px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column-reverse;
    }

    .event-card__img {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .page-title {
        font-size: 24px;
    }
}

sup {
    vertical-align: super !important;
    font-size: smaller !important;
}

sub {
    vertical-align: sub !important;
    font-size: smaller !important;
}

.grecaptcha-badge {
    display: none !important;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading_button {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
    cursor: none !important;
}

.disabled_button {
    opacity: 0.7;
    pointer-events: none;
    cursor: none !important;
}

.loading_more_main{
    position: relative;
    opacity: 0.4;
    pointer-events: none;
    cursor: none !important;
}

.loading_button:before {
    position: absolute;
    cursor: none;
    content: ' ';
    left: 0;
    right: 0;
    top: 50%;
    margin: -16px auto 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top: 4px solid #a23200;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

#nativeroll_player {
    margin-bottom: 15px;
}

.ads_single_header {
    height: auto;
    background-color: #212121;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: -2px;
    display: none;
}

.ads_header {
    height: auto;
    background-color: #212121;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ads_header.mob{
	display: none;
}
.ads_header > *{
	line-height: 0;
}
.ads_header img{
	width: 100%;
}
.ads_single_header img{
    max-width: 100%;
}

@media (max-width: 767px) {
	.ads_header.mob{
		display: block;
        min-height: 250px;
	}
	.ads_header.pc{
		display: none;
	}
	.ads_single_header {
		display: block;
	}

	.ads_pc_header {
	    display: none;
	}
}

@media screen and (max-width: 1200px) {
    .box-container {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .more_comments_button {
        height: 45px;
        width: 250px;
        line-height: 42px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .gallery_items {
        margin-bottom: 10px;
    }
}

.post-navigation {
    box-sizing: border-box;
}


.shesht-comment-template__link-desc {
    width: 85%;
}

.notification-group h2 {
    margin-bottom: 15px!important;
}

.notification-settings {
    margin-top:  18px;
}

.notification-settings__item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.notification-settings__title {
/*     margin-bottom: 9px; */
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #999999;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.notification-settings__wrap-check {
/*     width: 65px; */
    margin-right: 10px;
}

.notification-settings__icon {
    display: block;
    margin: 0 auto;
}

.notification-settings__label {
    cursor: pointer;
}

.notification-settings__label input {
    display: none;
}

.notification-settings__check {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #a599b1;
    border-radius: 0.125em;
    background-color: #fff;
    margin: 0 auto;
}

.notification-settings__label input:checked + .notification-settings__check {
    background-color: #f55710;
    border-color: #f55710;
}

.notification-settings__label input:checked + .notification-settings__check:before {
    position: absolute;
    content: '';
    display: block;
    top: -3px;
    left: -2px;
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.sl-wrapper .sl-next {
    line-height: 0;
    padding-bottom: 3px;
    padding-left: 2px;
}

.sl-wrapper .sl-prev {
    line-height: 0;
    padding-bottom: 3px;
    padding-right: 2px;
}

@media (max-width: 767px) {
    .sl-wrapper .sl-image {
        width: 100% !important;
        left: 0 !important;
        right: 0;
    }

    .sl-wrapper .sl-image .sl-caption {
        margin: 0 auto;
        position: initial;
    }
}

.sidebar .sidebar-comment-block {
    position: relative;
    background: rgb(247, 247, 247);
    border:none;
    padding: 20px 10px 60px 10px;
}

.more_comments_btn_sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #fff;
    border-radius: 0 0 8px 8px;
}

.user-meta-arrow{
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/user-meta-arrow.svg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
}

.view-svg-count{
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/comment_view.svg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
}

.svg-commnets-count {
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/icon-comment.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;    /* принудительно растягиваем до 20×20 */
    background-position: left center;
    padding-left: 4px; /* отодвигает число от иконки */
    line-height: 16px;
    font-size: 14px;
    display: inline-block;
}

.user-logout-svg{
    background-image: url(https://dev.naked-science.ru/wp-content/themes/shesht/assets/images/icons/user-logout.svg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.red-link a{
    color: red !important;
}

.covid-iframe .video-wrap{
    padding-bottom: 800px;
}

@media (max-width: 767px) {
   .covid-iframe .video-wrap{
        padding-bottom: 550px;
    }

    .sl-wrapper .sl-navigation button.sl-prev,.sl-wrapper .sl-navigation button.sl-next{
        top: 53%;
    }
    .sl-wrapper .sl-navigation button{
        background-color: unset;
        width: 40px;
        height: 40px;
        font-size: 40px;
        opacity: .7;
    }
}


li.blocks-gallery-item{
    width: 100% !important;
}

.no-found-page .content{
    margin: 0 auto;
    margin-top: 60px;
}
.no-found-page h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.no-found-text{
    font-family: 'Arial AMU Bold', sans-serif;
    line-height: 22px;
    text-align: center;
}

.no-found-block{
    margin: 60px 0px;
}

#lottie-atom{
    display: block;
    z-index: 9999;
    position: fixed;
    left: 85px;
    bottom: 100px;
    max-width: 70px;
}

#lottie-text{
    display: block;
    z-index: 9999;
    position: fixed;
    left: 85px;
    bottom: 125px;
    max-width: 200px;
}

@media screen and (max-width: 992px){
    #lottie-atom{
        right: 10px;
        bottom: 0;
        left: auto;
    }
    #lottie-text{
        right: 10px;
        bottom: 0;
        left: auto;
    }
}

    .comment-pager-wrapper{
        margin-top: 20px;
        /*margin-bottom: 20px;*/
        height: 40px;
        text-align: center;
    }
    .comment-page{
        display: inline-block;
        width: 39px;
        height: 39px;
        background: rgb(251, 251, 251);
        border: 1px solid rgb(229, 229, 229);
        border-radius: 27px;
        text-align: center;
        text-decoration: none;
        margin-right: 12px;
        cursor: pointer;
    }

    .comment-page.active > .page-number{
        color: rgb(33, 33, 33);
    }

    .comment-page.active {
        pointer-events: none;
    }

    .page-number{
        font-family: "Arial AMU Bold";
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        width: 23px;
        color: rgb(153, 153, 153);
    }
    .page-number-divider{
        color: rgb(33, 33, 33);
        font-family: "Arial AMU Bold";
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        width: 23px;
        margin-right: 12px;
    }


/* notification-styles */
.notification-container{
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    position: relative;
}
.notification-wrap{
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 40px;
    text-align: center;
}

#notification-icon{
    fill: #C3C3C3;
}
.notification-wrap:hover #notification-icon{
    fill: #d7490a;
}

#notification-active{
    display: none;
}

.notification-block{
    z-index: 1000;
    position: absolute;
    top: 60px;
    right: 30px;
    display:none;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.1);
    width: 430px;
}
.notification-block.active{
  display: block;
}
#notification-regular.active{
  display: none;
}
#notification-active.active{
  display: block;
}
.new-alert-item{
    background: #fef6f3;
}

.notification-block .meta-info h3{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical;
}

.meta-info .alert-item-hidden .shesht-comments-list{
    border: none;
    background: #f7f7f7;
    margin-top: 8px;
    padding: 8px;
}

.meta-info .alert-item-hidden .shesht-comments-list .shesht-comment-template__content{
    margin: 0;
    font-size: 17px;
    line-height: 24px;
}

.nf-header{
    height: 52px;
    width: 100%;
}

.nf_read_main_show .nf-header{
    border-bottom-color: transparent;
}

.nf-body{
/*     padding: 0px 20px; */
}

.nf-body a{
    text-decoration: none;
    color:#f77c44;

}
.nf-body a:hover{
    text-decoration: underline;
    color:#f77c44;

}

.nf-body .alerts{
    flex: none;
    width: auto;
    margin-top: 0;
}

.nf-body .empty-alerts{
    padding: 48px;
}

.nf-header p{
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 20px;
    font-size: 17px;
    font-family: "Arial AMU Bold", sans-serif;
}
.nf-auth-text p{
    margin-top: 16px;
    padding: 0px 30px;
    font-size: 17px;
    display: flex;
    text-align: center;
    line-height: 24px;
}

.nf-auth-text-hrefs{
    padding-bottom: 20px;
}

.nf-auth-text-hrefs p{
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    padding: 0px 30px;
    line-height: 18px;
}
.nf-buttons{
    display:flex;
    justify-content:space-between;
    margin:auto;
    margin-top: 16px;
    height: 40px;
    width: 196px;
}
.nf-auth-bee{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 48px;
    height: 47px;
}
.nf-text-no p{
    padding: 0px 30px;
    display: flex;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.nf-text-wright{
    margin-top: 4px;
    padding: 0px 30px;
}
.nf-text-wright{
    text-align: center;
}



.nf-notif-block{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
    display: flex;
    justify-content: space-between;
    height: 126px;

}
.nf-img-wrapper{
    width: 56px;
}
.nf-notif-block-text{
    width: 330px;
}
.nf-notif-block-info{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.nf-footer-button{
    display: flex;
    height: 48px;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #fff;
    order: 1;
    margin: 0px 8px 8px 8px;
    width: calc(100% - 16px);
    margin-top: -1px;
}
.nf-notif-block-info div p{
    margin: 0px 0px;
    color: rgb(153, 153, 153);
    font-size: 14px;
}
.nf-notif-block-main-text {
    margin-top: 10px;
}
.nf-notif-block-main-text p{
    font-size: 17px;
    height: 72px;
    letter-spacing: 0px;
    line-height: 24px;
}
.nf-footer-button p{
    display: flex;
    height: 48px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 14px;
    font-family: "Arial AMU Bold";
    cursor: pointer;
    color: #999;
}
.nf-footer-button a{
    color:black;
    text-decoration:none;
    cursor:pointer;
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 8px;
}
.nf-footer-button a:hover{
    text-decoration:none;
    cursor:pointer;
}
.nf-footer-button p:hover{
    color:#f77c44;
}
.nf-img-wrapper img{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: red;
    object-fit: cover;
    margin-top: 10px;
}
.open-button{
    padding-right: 20px;
    display: flex;
}
.open-button p::after{
    content:" ";
    display: block;
    border: 3px solid transparent; border-top: 4px solid grey;
    width: 3px;
}
.open-button p{
    display: flex;
}

/* Замена иконок на SVG от Руслана  */
.nf-soc {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgb(229, 229, 229);
    background-color: white;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}

.nf-soc-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: filter 0.2s;
}

/* Ховер-фоны */
.nf-vk:hover {
    background-color: #42648b;
}
.nf-tw:hover {
    background-color: #1da1f2;
}
.nf-gg:hover {
    background-color: #db453a;
}
.nf-ya:hover {
    background-color: #db453a;
}

/* SVG-инверсия на ховере */
.nf-vk:hover .nf-soc-icon,
.nf-tw:hover .nf-soc-icon,
.nf-gg:hover .nf-soc-icon,
.nf-ya:hover .nf-soc-icon {
    filter: brightness(0) invert(1);
}

/* Конец замене иконок на SVG от Руслана */

.notification-status {
    z-index: 1;
    position:absolute;
    border-radius:50%;
    height: 20px;
    width: 20px;
    background-color:grey;
    margin: 20px 0 0 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.alert-item-notifi .notification-status {
    margin: 25px 0 0 25px;
}
@media screen and (max-width: 750px) {
    .alert-item-notifi .notification-status {
        margin: 20px 0 0 20px;
    }
}

.notification-status-big {
    z-index: 101;
    position:absolute;
    border-radius:50%;
    height: 20px;
    width: 20px;
    background-color:grey;
    margin: 25px 0 0 25px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
@media screen and (max-width: 750px) {
    .shesht-columns-block__news-tab .notification-status-big {
        margin: 20px 0 0 20px;
    }
}
.notification-status-orange svg circle {fill:#f55710!important;}
.notification-status-green svg circle {fill:#00b403!important;}
.notification-status-red svg circle {fill:#f70000!important;}

.nf-line{
    /*width:100%;
    height:1px;*/
    /*background-color:rgb(232, 232, 232);*/
    /*background-color: #e8e8e8;*/
    width: 95%;
    height: 1px;
    background-color: #f8f8f8;
    margin: 0 auto;
}
.nf-line-big {
    /*background-color: rgb(232, 232, 232); */
    /* background-color: #e8e8e8; */
    height: 1px;
    background-color: #E5E5E5;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}
.nf-body .alert-item{
border: 1px solid transparent;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
}

@media (max-width: 750px){
    .notification-counter{
        top: 5px;
    }

    .header-inner .notification-block {
        /* right: 0.9%;
        width: 97.9%;
        left: 0.8%; */
        right: -48px;
        top: 60px;
        width: 95vw;
	}

    .notification-block{
        width: 100%;
        position: absolute;
        top: 60px;
        right: 0;
        display:none;
    }
}

.toggle-comment{
    background: #fff !important;
    padding: 14px 0 0 0;
    margin-top: 4px;
    position: absolute;
    margin-left: 20px;
    color: #999999;
    cursor: pointer;
    font-size: 14px;
}

.toggle-comment:hover{
    color: #f55710;
}

.children.comments-close{
    display: none;
}

.new-comment{
    background: rgba(245, 87, 16, 0.04);
    border-left: 4px solid rgb(245, 87, 16);
    border-radius: 4px;
}

.nf_clear_all{
    font-size: 14px;
    color: #656565;
    position: absolute;
    right: 20px;
    top: 18px;
    display: none;
    cursor: pointer;
}

.nf_clear_all:hover{
    text-decoration: underline;
}

.nf_clear_all_show{
    display: block;
}



/* notification-styles */
.notification-container{
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}
.notification-wrap{
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 40px;
    text-align: center;
}

#notification-icon{
    fill: #C3C3C3;
}
.notification-wrap:hover #notification-icon{
    fill: #d7490a;
}

#notification-active{
    display: none;
}

.notification-counter{
    position: absolute;
    color: #fff;
    font-size: 12px;
    background: #f55710;
    height: 16px;
    width: auto;
    min-width: 16px;
    padding: 0 2px;
    box-sizing: border-box;
    z-index: 9999;
    border-radius: 4px;
    line-height: 16px;
    top: 5px;
    margin-left: 18px;
}

.notification-block{
    z-index: 1000;
    position: absolute;
    top: 70px;
    right: -32px;
    display:none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.1);
    width: 430px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.notification-block_tail {
    width: 16px;
    height: 15px;
    position: absolute;
    top: -10px;
    right: 45px;
    background-color: #ffffff;
    transform: rotate(45deg);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.notification-block_tail2 {
    width: 19px;
    height: 19px;
    position: absolute;
    top: -8px;
    right: 45px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 200;
}


@media screen and (min-width: 751px) and (max-width: 1024px) {
    .notification-block {
        top: 62px;
    }
}


@media screen and (min-width: 461px) and (max-width: 750px) {
    .notification-block_tail {
        right: 62px;
    }
    .notification-block_tail2 {
        right: 62px;
    }
    .notification-block_nologin .notification-block_tail {
        right: 50px;
    }
    .notification-block_nologin .notification-block_tail2 {
        right: 50px;
    }

}
@media screen and (max-width: 460px) {
    .notification-block_tail {
        right: 67px;
    }
    .notification-block_tail2 {
        right: 66px;
    }
    .notification-block_nologin .notification-block_tail {
        right: 52px;
    }
    .notification-block_nologin .notification-block_tail2 {
        right: 52px;
    }
}

.new-alert-item{
    background: #f7f7f7;
}

div.new-alert-item:last-of-type{
    background-color: #000000;
}


.notification-block .meta-info h3{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical;
}

.meta-info .alert-item-hidden .shesht-comments-list{
    border: none;
    background: #f0f0f0;
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    word-break: break-word;
}

.notification-block .alerts {
  flex-direction: column;
}

.notification-block .alert-item-wrapp {
  order: 1;
}

.notification-block .new-alert-item {
  order: -1;
}

.notification-block .nf_read {
    cursor: default;
    background: #e5e5e5;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Arial AMU Bold", sans-serif;
    color: #999;
    width: max-content;
    margin: 5px auto 0 auto;
    padding: 2.6px 6.92px 3px 6.92px;
    border-radius: 6px;
    z-index: 1;
    position: relative;
    display: none;
}

.notification-block.nf_read_main_show .nf_read, .notification-block.nf_read_main_show .nf_read_main{
    display: block;
}

.notification-block .nf_read_main{
    position: relative;
    display: none;
}

.notification-block .nf_read_main::after{
    content: '';
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0;
}


.more-comments-ico{
    font-family: Helvetica;
    font-weight: 100;
    line-height: 14px;
    display: inline-block;
    background-color: #f55710;
    color: #ffffff;
    border-radius: 4px;
    height: 16px;
    width: 16px;
    text-align: center;
}

.less-comments-ico{
    background: #fff;
    line-height: 12px;
    display: inline-block;
    color: rgb(201, 201, 201);
    border-radius: 4px;
    border: 2px solid rgb(201, 201, 201);
    height: 14px;
    width: 15px;
    text-align: center;
}

.image-progressbar {
    -webkit-appearance: none;
    margin-left: 10px
}
.image-progressbar::-webkit-progress-bar {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 8px
}

.image-progressbar::-webkit-progress-value{
    background-color: #f55710 !important;
    border-radius: 4px;
}

.image-progressbar::-moz-progress-bar{
    background-color: #f55710 !important;
    border-radius: 4px;
}
/* notification-styles */

.quote-comment:before{
    margin-left: 16px;
    transform: rotate(45deg);
    visibility: none;
    border: 6px solid #1a1a1a;
    position: absolute;
    content: '';
    bottom: 0;
    margin-bottom: -6px;
}

/* Comments dropdown */

.shesht-comments-block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 720px) {
    .shesht-comments-block__header {
        margin-top: 60px;
    }
}

.shesht-comments-block__options > a {
    display: inline-block;
    color: rgb(153, 153, 153);
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    text-decoration: none;
    margin-right: 18px;
    transition: all .15s ease-out 0s;
}

.shesht-comments-block__options > a.selected {
    color: rgb(245, 87, 16);
    pointer-events: none;
}

.shesht-comments-block__options > a:not(.selected):hover {
    color: rgb(175, 175, 175);
}

.karma-gradient {
    height: 33px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    z-index: 1;
    margin-top: -33px;
}
.karma-header p {
    padding: 6px 0 7px 8px;
    width: 164px;
    height: 20px;
    color: rgb(26, 26, 26);
    font-size: 12px;
    font-family: "Arial AMU Regular", sans-serif;
    letter-spacing: 0px;
    line-height: 18px;
    font-weight: 400;
}

.karma-line{
    /*background: rgb(250, 250, 250);*/
    background: #F8F8F8;
    height: 1px;
    width: 100%;
}
.karma-modal-wrap {
    display: none;
    z-index: 20;
    width: 180px;
    max-height: 215px;

    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    padding: 5px 0;

    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
    
    background: #fff;
    box-shadow: 0 5px 15px -2px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.karma-modal-wrap > .karma-modal-wrap-inner {
    background: rgb(255, 255, 255);
    box-shadow: 0 5px 15px -2px rgb(0 0 0 / 10%);
}
.karma-modal-wrap::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}

.karma-preloader {
    z-index: 10;
    width: 180px;
    max-height: 231px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    height: 34px;
    margin-top: 5px;
    text-align: center;
}

.shesht-comments-preloader {
    z-index: 10;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.karma-preloader .lds-ellipsis,
.shesht-comments-preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 34px;
}
.karma-preloader .lds-ellipsis div,
.shesht-comments-preloader .lds-ellipsis div {
  position: absolute;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #444;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.karma-preloader .lds-ellipsis div:nth-child(1),
.shesht-comments-preloader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.karma-preloader .lds-ellipsis div:nth-child(2),
.shesht-comments-preloader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.karma-preloader .lds-ellipsis div:nth-child(3),
.shesht-comments-preloader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.karma-preloader .lds-ellipsis div:nth-child(4),
.shesht-comments-preloader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


.karma-item-wrap {
    text-decoration: none;
    display: block;
    padding: 6px 0 7px 8px;
}

.karma-item-small {
    text-decoration: none;
    display: flex;
    border: 1px solid transparent;
    transition: .2s ease-in-out all;
    border-radius: 8px;
    background: inherit;
}

.karma-item-small:hover {
    cursor: pointer;
}

/*.shesht-comments-list .shesht-comment-template-rating__count:hover > .karma-modal-wrap {
    display: block;
}*/

.karma-item-small .img {
    margin-right: 6px;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 20px;
}

.karma-item-small .img img {
    position: absolute;
    margin: auto;
    height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    object-fit: cover;
}

.karma-item-small .meta-info {
    width: 100%;
}

.karma-item-small .meta-info h3 {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #1A1A1A;
    padding: 0;
}

.karma-item-small .meta-info h3 b {
    font-family: "Arial AMU Bold", sans-serif;
}

.karma-item-small .meta-info a {
    text-decoration: none;
    transition: .2s ease-in-out all;
    color: #000;
}

.karma-item-small .meta-info a:hover {
    color: #f55710;
    transition: .2s ease-in-out all;
}

.karma-item-small .meta-info a.disabled:hover {
    color: #1A1A1A;
}

.karma-item-small .meta-info .meta-alert {
    display: flex;
    justify-content: space-between;
}

.content_rb div{
	display: block;
	margin: 0 auto;
}

.meta-hidden {
    /*display: none;*/
}

@media screen and (max-width: 720px) {
    .shesht-comments-block__header {
        display: block;
    }

    .shesht-comments-block__title {
        margin-bottom: 16px;
    }

    .shesht-comments-block__options {
        padding-left: 10px;
    }
}

.shesht-comments-list-tab:not(.show) {
    display: none;
}


/* Ays poll */
.box-apm {
    background-color: #F7F7F7 !important;
    box-shadow: none !important;
    padding-bottom: 0px !important;
    border-radius: 8px !important;
}

.box-apm .ays_question {
    max-width: 671px !important;
}

.apm-title-box > h5 {
    font-family: 'Arial AMU Bold', sans-serif !important;
    text-align: left !important;
    padding-left: 0 !important;
    color: #1A1A1A !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    border-bottom: 1px solid #E5E5E5 !important;
    padding-bottom: 9px !important;
}

.box-apm.ays-minimal-theme.choosing-poll {
    padding: 0 22px !important;
    padding-right: 10px !important;
}

.ays-poll-main,
.box-apm.ays-minimal-theme.choosing-poll {
    width: 100% !important;
    max-width: 100%;
}

.box-apm.ays-minimal-theme.choosing-poll .ays_label_poll {
    color: #1A1A1A !important;
    border: 1px solid transparent !important;
    border-color: transparent !important;
    margin-left: -13px !important;
    width: 102% !important;
    margin-right: -13px !important;
}

.box-apm.ays-minimal-theme.choosing-poll .results-apm.results-my .ays_label_poll {
    width: 100% !important;
    margin-right: 0 !important;
}

.box-apm.ays-minimal-theme.choosing-poll label.ays_label_poll.ays_enable_hover:hover {
    color: #1A1A1A !important;
    border-color: #E6E6E6 !important;
    border-radius: 6px !important;
    margin-left: -13px !important;
}

.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"]:checked + label {
    border: 0 !important;
    color: inherit !important;
    margin-left: -13px !important;
}

.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"] + label {
    position: relative !important;
    padding: 8px 10px 8px 45px !important;
}

.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"] + label::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 10px;
    top: 13px;
    border: 2px solid #959595;
}

.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"] + label:hover::before,
.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"]:checked + label::before {
    border-color: #57B73B;
}

.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"]:checked + label::before {
    background-color: rgba(87, 147, 34, .25);
}

.box-apm .apm-button-box {
    justify-content: left !important;
    text-align: left !important;
}

.box-apm.ays-minimal-theme.choosing-poll input[type="button"].ays-poll-btn {
    margin: 0 0 !important;
    text-align: left !important;
    border: 0 !important;
    position: relative !important;
    padding: 0 0 2px 0 !important;
    border-bottom: 1px dashed #B1B1B1 !important;
    height: 25px !important;
    font-family: 'Arial AMU Regular', sans-serif !important;
    font-size: 14px !important;
    color: #999 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

/* results */


/* my vote */
.box-apm span.ays_check::before {
    color: #fff !important;
    background-color: #00B403 !important;
    border-radius: 50% !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 25px !important;
    margin-right: 8px !important;
    position: relative !important;
    top: 0px !important;
}

.box-apm .answer-title.flex-apm {
    border-bottom: 1px solid #E5E5E5 !important;
    color: #1A1A1A !important;
    padding-bottom: 11px !important;
    margin-right: 12px !important;
}

.box-apm .results-apm {
    padding: 0 !important;
}

.box-apm .results-apm .answer-percent {
    overflow: hidden !important;
    height: 3px !important;
    background-color: #ABABAB !important;
    margin-top: -3px !important;
    margin-bottom: 22px !important;
}

.box-apm .results-apm .answer-percent.ays_check,
.box-apm .results-apm:not(.results-my) .answer-percent {
    background-color: #61BB47 !important;
}

/*.box-apm.ays-minimal-theme.choosing-poll .results-apm .answer-percent::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #E5E5E5;
    height: 1px;
}*/

.box-apm .answer-title.flex-apm .answer-votes {
    font-size: 0.9em !important;
    color: #999999 !important;
    position: relative !important;
    top: 1px !important;
}

.box-apm .answer-title.flex-apm .answer-text > strong {
    display: inline-block;
    margin-left: 10px;
}

.box-apm .checked-answer-ayos {
    background-color: #fff;
    border-radius: 6px;
    margin-left: -9px;
    /*margin-right: -9px;*/
    padding: 7px 8px 7px 8px;
    margin-bottom: 13px;
    box-shadow: #c1c1c1 0px 0px 1px 0px;
}

.box-apm .checked-answer-ayos .answer-title.flex-apm.current {
    margin-right: 3px !important;
}

.box-apm .checked-answer-ayos > .answer-percent.ays_check {
    margin-bottom: 0 !important;
}

.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"] {
    position: absolute !important;
    left: -9999px !important;
}

.apm-button-box:not(.reverse)::after {
    /*content: ">";*/
    display: inline-block !important;
    margin-left: 10px;
    color: #999;
    /*font-family: 'Arial AMU Regular', sans-serif !important;*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 0.9em;
    position: relative;
    top: 4px;
}

/*.apm-button-box.reverse::after {
    display: none;
}*/

.apm-button-box.reverse::before {
    /*content: "<";*/
    display: inline-block !important;
    margin-right: 10px;
    margin-left: 10px;
    color: #999;
    /*font-family: 'Arial AMU Bold', sans-serif !important;*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    position: relative;
    top: 4px;
    font-size: 0.9em;
}

.box-apm.ays-minimal-theme.choosing-poll span.ays_grid_answer_span,
.box-apm.ays-minimal-theme.choosing-poll .apm-choosing input[type="radio"] + label {
    background: transparent !important;
    color: #1a1a1a !important;
}

/*.ays-poll-main {
    max-width: 100% !important;
}*/

@media screen and ( max-width: 500px ) {
    .box-apm.ays-minimal-theme.choosing-poll {
        padding: 0 10px !important;
        margin: 0 0px 0 6px !important;
    }
    .ays-poll-main,
    .box-apm.ays-minimal-theme.choosing-poll {
        width: 99% !important;
    }
    .box-apm .checked-answer-ayos {
        border-radius: 0px !important;
        margin-right: -9px;
    }

    .box-apm .checked-answer-ayos .answer-title.flex-apm.current {
        margin-right: 12px !important;
        padding-right: 0px !important;
    }

    .box-apm .answer-title.flex-apm .answer-text {
        margin-right: 5px !important;
    }
}

.shesht-comment-template__images-wrapper_img {
    height: 94px;
    width: 94px;
    margin-left: 10px;
}

.shesht-comment-template__images-wrapper_img:first-child {
    margin-left: 0;
}

.shesht-comment-template__images-wrapper_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* теги h3 в заголовки */
.news-item-title h3, .sidebar-block-item-title h3, .materials-slider__item h3{
  padding: 0;
}
.shesht-comment-template__pagelink h3{
  padding: 0;
  display: inline;
}
/* предстоящие мероприятия */
.events-block a.show-all{
	font-size: 14px;
    color: #999;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #999;
    margin-top: 20px;
    margin-bottom: 5px;
    transition: all .4s;
}
.events-block a.show-all:hover{
    color: #1A1A1A;
    text-decoration: none;
    border-bottom: 1px dotted #1A1A1A;
}

/* подписи для квиза */
.quiz-image figure{
/*
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
*/
}
.quiz-image figure figcaption{
	background: #f7f7f7;
	position: absolute;
    top: calc(100% - 68px);
    z-index: 99;
}
@media screen and (max-width: 750px){
	.quiz-image figure figcaption{

    top: calc(100% - 58px);
    }
}
@media screen and (max-width: 767px){
	.quiz-image figure figcaption {
	    text-align: left;
	    font-size: 12px;
	    padding: 10px 14px 0;
	}
}

/* правки главной */
@media screen and (max-width: 750px){
	.news-item:nth-child(5){
		border-bottom: none;
	}
}

/* новая шапка */

.mobile-box_other .cab-buttons{
	display: none;
}
.header-navigation-select {
  border-right: 1px solid #4f4f4f;
  padding-right: 20px;
  font-family: 'Arial AMU Bold', sans-serif;
  position: relative;
}
.header-navigation-select .select-wrap:hover .select-options {
  display: block;
}
.header-navigation-select .select-current {
  line-height: 40px;
  text-decoration: none;
  color: #c3c3c3;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: baseline;
}
.header-navigation-select .select-current i {
  margin-left: 10px;
  font-size: 14px;
}
.header-navigation-select .select-current:hover {
  color: #fff;
  cursor: pointer;
}
.header-navigation-select .select-options {
  position: absolute;
  background: #1a1a1a;
  border-radius: 0 0 8px 8px;
  padding-bottom: 10px;
  min-width: 216px;
  z-index: 999;
  left: -20px;
  display: none;
}
.header-navigation-select .select-options a {
  font-size: 14px;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #c3c3c3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-navigation-select .select-options a:hover {
  background: #313131;
}
@media screen and (max-width: 1200px) {
  #header .logo {
    padding-right: 12px;
  }
  .header-navigation-select {
    border-right: none;
    border-left: 1px solid #4f4f4f;
    padding-right: 0px;
    padding-left: 12px;
    position: inherit;
  }
  .header-navigation-select .select-wrap:hover .select-options {
    display: none;
  }
  .header-navigation-select .select-current {
    color: #fff;
    transition: none;
  }
  .header-navigation-select .select-current span {
    display: none;
  }
  .header-navigation-select .select-current i {
    margin: 0;
    line-height: 30px;
  }
  .header-navigation-select.active .select-current {
    transform: rotate(180deg);
  }
  .header-navigation-select.active .select-options {
    display: block !important;
    min-width: 100vw;
    left: 0;
    right: 0;
    padding-top: 15px;
    margin-top: 8px;
  }
  .header-navigation-select.active .select-options a {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    overflow: hidden;
      /*width: fit-content;*/
  }

  .user-menu-select {
    position: absolute;
    background: #1a1a1a;
    border-radius: 0 0 8px 8px;
    min-width: 216px;
    z-index: 999;
    right: 0;
    top: 99%;
    display: none;
  }
  .user-menu-select.active {
    display: block;
  }
  .user-menu-select a {
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .user-menu-select a:hover {
    background: #313131;
  }
  .user-menu-select .logout a {
    border-top: 1px solid #313131;
    display: flex;
    align-items: center;
  }
  .user-menu-select .logout a svg {
    width: 14.5px;
    margin-right: 10px;
  }
  .mobile-box {
    z-index: 999;
  }
}
.search-container {
  position: initial;
}
.search-container .search-inner {
  position: initial;
}
.search-container.close {
  position: inherit;
}
.search-container.close .search-inner {
  margin: 7px 15px 7px 0;
  box-shadow: 0 0 0 1px #444;
  border-radius: 12px;
  background: #212121;
  max-width: calc(100vw - 70px);
  height: 40px;
}
.search-container.close .search-inner.button-show {
  left: 55px;

}
.search-container.close .search-button {
  text-align: right;
}
.search-container.close .search-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-left: 55px;
  margin-right: 14px;
  margin-top: 18px;
  margin-bottom: 10px;
  z-index: 1040;
  display: none;
  background: #1b1b1b;
}
.search-open-wrap.active {
  display: block;
}
.search-open-wrap .input-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.search-open-wrap .input-wrap form {
  border-radius: 12px;
  padding: 13px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  max-width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.search-open-wrap .input-wrap form .search-icon {
  margin-top: 5px;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c3c3c3;
  cursor: pointer;
  font-size: 40px;
}
.search-open-wrap .input-wrap form svg {
  fill: #c9c9c9;
}
.search-open-wrap .input-wrap form > div {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-open-wrap .input-wrap .submit-search {
  font-family: 'Arial AMU Bold', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 0 0 1px #444;
  border: none;
  border-radius: 12px;
  background: #212121;
/*   line-height: 40px; */
  padding: 0 12px;
  margin-left: 12px;
  display: none;
  flex-shrink: 0;
  height: 40px!important;
  -webkit-appearance: none;
}
@media screen and (min-width: 750px) {
    .search-open-wrap .input-wrap .submit-search.active {
        display: block;
        min-width: 114px;
        cursor: pointer;
        transition: all .15s ease-out 0s;
    }
    .search-open-wrap .input-wrap .submit-search.active:hover {
        opacity: .8;
    }
}
@media screen and (max-width: 1052px) {
    .search-open-wrap.active {
        display: block;
        margin-left: 54px !important;
        margin-right: 15px !important;
    }
  .search-open-wrap {
    margin-top: 7px;
    margin-bottom: 7px;
    background: #1b1b1b;
  }
  .search-open-wrap .input-wrap form {
	  box-shadow: 0 0 0 1px #444;
	  background: #212121;
	}
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/* .datepicker */
.datepicker.active{
	margin-top: -40px;
}

/* горизонтальный скролл в статьях */
@media screen and (max-width: 750px) {
	.shesht-social-sharing-block-item__tooltip{
		display: none;
	}
}


/* Columns pages */

.shesht-columns-block__header {
    padding: 0 0 0 20px;
}

.shesht-columns-block__title {
    font-size: 30px;
    font-weight: bold;
    font-family: "Arial AMU Bold", sans-serif;
    margin-bottom: 30px;
}

.shesht-columns-block__options {
    margin-bottom: 18px;
}

.shesht-columns-block__options > a {
    display: inline-block;
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    text-decoration: none;
    margin-right: 18px;
    transition: all .15s ease-out 0s;
    color: rgb(153, 153, 153);
}

.shesht-columns-block__options > a.active {
    color: rgb(245, 87, 16);
    pointer-events: none;
}

.shesht-columns-block__options > a:not(.active):hover {
    color: rgb(175, 175, 175);
}

/*.shesht-columns-block__news .commnets-count {
    position: absolute;
    right: 0;
}*/


.shesht-columns-block_sidebar__title h3 {
    padding: 0;
}

.sidebar-block.shesht-columns-block_sidebar__banner {
    height: 476px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
    background: url('/wp-content/themes/shesht/assets/images/web-sidebar_img@2x2.png');
    background-repeat: no-repeat;
    background-position: 45% center;
    background-size: cover;
}

.shesht-columns-block_sidebar__banner .shesht-columns-block_sidebar__title h3 {
    font-size: 27px;
    font-weight: bold;
    font-family: "Arial AMU Bold", sans-serif;
    line-height: 35px;
}

.shesht-columns-block_sidebar__link {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    font-family: "Arial AMU Bold", sans-serif;
    transition: all .15s ease-out 0s;
    margin-top: 14px;
}

.shesht-columns-block_sidebar__link:hover {
    opacity: .8;
}

.shesht-columns-block_sidebar__authors .shesht-columns-block_sidebar__link:hover {
    color: #fff;
    background-color: #F55710;
    border-color: #F55710;
    opacity: 1;
}

.shesht-columns-block_sidebar__banner .shesht-columns-block_sidebar__link {
    color: #fff;
    background-color: #F55710;
    border: 0;
}


.shesht-columns-block_sidebar__authors .sidebar-block-title h2 span {
    font-weight: 400;
    font-family: 'Arial AMU Regular', sans-serif;
    color: #A4A4A4;
}

.shesht-columns-block_sidebar__authors .sidebar-block-items {
    margin-bottom: 12px;
}

.shesht-columns-block_sidebar__authors .sidebar-block-items .sidebar-block-item > a {
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 3px;
}

.shesht-columns-block_sidebar__authors-left img {
    width: auto;
    height: 24px;
    max-width: 24px;
    border-radius: 4px;
}

.shesht-columns-block_sidebar__authors-right {
    position: relative;
    top: 2px;
}

.shesht-columns-block_sidebar__authors .sidebar-block-item {
    padding-bottom: 11px;
    transition: all .15s ease-out 0s;
}

.shesht-columns-block_sidebar__authors .sidebar-block-item:hover {
    opacity: .8;
}


.shesht-columns-block__news .columnist-btn {
    font-weight: bold;
    font-family: "Arial AMU Bold", sans-serif;
}

.shesht-columns-block__news-tab:not(.show) {
    display: none;
}


.author .shesht-columns-block__author .news-item-image-inner {
    padding-bottom: 0;
    margin-top: -65px;
}

.shesht-columns-block__author .news-item-left,
.shesht-columns-block__author .news-item-right {
    width: inherit;
    padding: 0;
}

.shesht-columns-block__author.news-item {
    display: grid;
    grid-template-columns: 60px 560px auto;
    grid-column-gap: 20px;

}

.author .shesht-columns-block__author.news-item {
    display: grid;
    grid-template-columns: 60px 560px auto;
    grid-column-gap: 20px;
    border: none;
    border-radius: 0;
}

.shesht-columns-block__author.news-item .news-item-left .news-item-image-container {
    margin-top: 0;
}

.shesht-columns-block__author.news-item .news-item-left .news-item-image-container img {
    width: 60px;
    border-radius: 8px;
    height: auto;
    min-height: 60px;
}

.shesht-columns-block__author.news-item .news-item-right .news-item-title a {
    display: inline-block;
    margin-right: 5px;
}

.shesht-columns-block__author.news-item .news-item-right .news-item-title svg {
    position: relative;
    /*top: 2px;*/
}





.shesht-author-block__header .shesht-columns-block__author.news-item {
    grid-template-columns: 100px calc(100% - 255px - 40px) 155px;
    margin-bottom: 0;
}

.shesht-author-block__header .shesht-columns-block__author.news-item .news-item-left .news-item-image-container img {
    width: 100px;
    height: auto;
    min-height: 100px;
}

.shesht-author-block__header .shesht-columns-block__author.news-item .news-item-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.shesht-author-block__header ul{
	display: flex;
    justify-content: flex-end;
}
.shesht-author-block__header ul li {
  display: inline-block;
  padding-right: 8px;
}

.shesht-author-block__header ul li:last-child {
    padding-right: 0;
}

.shesht-author-block__header .social-links li a {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 25px;
}


.shesht-author-block__nav {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
}

.shesht-author-block__nav a {
    font-size: 16px;
    /*line-height: 20px;*/
    text-decoration: none;
    display: inline-block;
    position: relative;
    /*margin: 0 20px;*/
    margin-right: 8px;
    padding-bottom: 15px;
    position: relative;
   font-family: "Arial AMU Regular", sans-serif;
    background-color: #F8F8F8;
    padding: 10px 24px;
    border-radius: 22px;
    display: flex;
    line-height: 18px;
    font-size: 14px;
    color: #000000;
}
.shesht-author-block__nav1 {
    display: flex;
}
.shesht-author-block__nav1 a {
    font-size: 16px;
    /*line-height: 20px;*/
    text-decoration: none;
    display: inline-block;
    position: relative;
    /*margin: 0 20px;*/
    margin-right: 8px;
    padding-bottom: 15px;
    position: relative;
    font-family: "Arial AMU Regular", sans-serif;
    background-color: #F8F8F8;
    padding: 10px 24px;
    border-radius: 22px;
    display: flex;
    line-height: 18px;
    font-size: 14px;
    color: #000000;
}
.shesht-author-block__nav img {
    margin-right: 12px;
}
.shesht-author-block__img {
    width: 20px;
    height: 20px;
    background-position: center;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.shesht-author-block__img_artices {
    width: 20px;
    height: 18px;
    background-position: center;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.shesht-author-block__img_comments {
    height: 18px;
    background-size: contain;
}
.shesht-author-block__img_subscribers {
    background-repeat: no-repeat;
}
@media screen and (max-width: 355px) {
    .shesht-author-block__nav {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.shesht-author-block__nav a:not(.active):hover {
    color: #f55710;
}

.shesht-author-block__nav a.active {
    font-weight:700;
    font-family:"Arial AMU Bold", sans-serif;
    background-color: #FBEFE7;
}

.shesht-author-block__nav a.active span {
  color: #F45D19;
}

.shesht-author-block__nav a.active::after {
  background-color: #F45D19;
}

.shesht-author-block__nav a span {
  font-weight: 400;
  font-family: 'Arial AMU Regular', sans-serif;
  color: #999999;
    margin-left: 4px;
}

.shesht-author-block__nav1 a:not(.active):hover {
    color: #f55710;
}

.shesht-author-block__nav1 a.active {
    font-weight:700;
    font-family:"Arial AMU Bold", sans-serif;
    background-color: #FBEFE7;
}

.shesht-author-block__nav1 a.active span {
    color: #F45D19;
}

.shesht-author-block__nav1 a.active::after {
    background-color: #F45D19;
}

.shesht-author-block__nav1 a span {
    font-weight: 400;
    font-family: 'Arial AMU Regular', sans-serif;
    color: #999999;
    margin-left: 4px;
}

.shesht-columns-block__news-tab:not(.show) {
  display: none;
}


.shesht-author-block__description {
  /*line-height: 24px;*/
  display: inline-block;
  line-height: 24px !important;
  font-size: 14px;
}
.shesht-author-block__description p{
  display: inline-block;
  line-height: 24px !important;
  font-size: 14px;
}
.shesht-author-block__description .desc-content{
  display: inline-block;
  line-height: 24px !important;
  font-size: 14px;
  display: none;
}
.shesht-author-block__description .desc-content.active{
  display: block;
}
.shesht-author-block__description span{
	color: rgb(153, 153, 153);
    font-size: 14px;
    cursor: pointer;
}


span.btn_expand_column_desc {
  color: #A4A4A4;
  cursor: pointer;
}
.shesht-author-block__header{
	border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
}

.shesht-author-block__header .shesht-author-block__header-cover{
	height: 180px;
	background-color: #faf6f4;
	background-image: url('../assets/images/shesht-author-block__header-cover.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
	text-align: right;
	padding: 20px;
}

.shesht-author-block__header .shesht-author-block__header-cover a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    height: 32px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    padding: 0 15px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.shesht-author-block__header .shesht-author-block__header-cover a.is_cover {
    background: rgba(255, 255, 255, 0.4);
}
.shesht-author-block__header .shesht-author-block__header-cover a svg{
	margin-right: 5px;
}
.shesht-columns-block__author.news-item.grid .news-item-right > div {
    line-height: 24px !important;
    font-size: 14px !important;
}

.shesht-columns-block__author.news-item.grid .news-item-right .author-meta{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.shesht-columns-block__author.news-item.grid .news-item-right .author-meta .news-item-title{
	width: auto;
	margin-right: 10px;
}
.shesht-columns-block__author.news-item.grid .news-item-right .author-meta .news-item-title h3{
	display: flex;
	align-items: center;
}
.shesht-columns-block__author.news-item.grid .news-item-right .author-meta .meta-item{
	font-family: 'Arial AMU Regular', sans-serif;
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;

}
.shesht-columns-block__author.news-item.grid .news-item-right .author-meta .meta-item span{
	font-weight: 700;
    font-family: "Arial AMU Bold", sans-serif;
    color: #000;
    padding-right: 5px;
}
.shesht-columns-block__author.news-item.grid .news-item-right .author-meta a{
	padding-bottom: 0px;
}

.shesht-author-block__header .news-item-title.mobile-show{
	display: none;
}

.shesht-author-block__header .author-desc-wrap{
	padding: 0 20px 20px 20px;
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.shesht-author-block__header .author-desc-wrap .right{
	width: 205px;
	flex-shrink: 0;
}
@media screen (min-width: 725px) {
    .shesht-newcolumn__header {
        height: 230px;
    }
}

@media screen and (max-width: 720px) {
    .box-container.newcolumn .field-group.first-level label,
    .box-container.newcolumn .field-group__box.first-level label{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .box-container.newcolumn .field-group.first-level input,
    .box-container.newcolumn .field-group__box.first-level input,
    .box-container.newcolumn .field-group.first-level textarea {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (min-width: 720px) and (max-width: 750px) {
    .box-container.newcolumn .field-group.first-level label,
    .box-container.newcolumn .field-group__box.first-level label {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (min-width: 750px) {
    .box-container.newcolumn .field-group.first-level label:first-child {
        padding-left: 20px;
    }

    .box-container.newcolumn .field-group__box.first-level div:first-child label {
        padding-left: 20px;
    }
}

.content.shesht-newcolumn__content .form__btn {
    border: 0;
}

.content.shesht-newcolumn__content .form__btn.form__btn__hidden {
    background: rgb(247, 247, 247) !important;
    border: 1px solid rgb(229, 229, 229) !important;
    color: rgb(229, 229, 229) !important;
    pointer-events: none !important;
}

.shesht-newcolumn__header {
    padding: 20px 40px 20px 20px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;

    background: url('/wp-content/themes/shesht/assets/images/web-content-img@2x.png');
    background-repeat: no-repeat;
    background-position: 84% center;
    background-size: 48%;
    background-color: #FBFBFB;
}

.shesht-newcolumn__header-title,
.shesht-newcolumn__header-subtitle {
  font-family: 'Arial AMU Bold', sans-serif;
  color: black;
  max-width: 295px;
  margin: 0;
  padding: 0;
}

.shesht-newcolumn__header-title {
  font-size: 29px;
  margin-bottom: 24px;
}

.shesht-newcolumn__header-subtitle {
  font-size: 16px;
  margin-bottom: 0;
}

.shesht-newcolumn__content form.wpcf7-form {
  padding: 0 20px;
}

.field-group__label {
  margin-bottom: 0;
}

.radio-btns br {
  display: none;
}

.field-group__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.radio-label {
  margin-bottom: 26px;
}

.field-group__textarea {
  height: 53px;
  background: #fff;
  padding: 15px 20px;
  font-family: 'Arial AMU Regular', sans-serif;
}

/*.radio-btns
.radio*/
.radio {
  margin-right: 16px;
  color: #999;
}

.radio span.wpcf7-list-item {
  margin: 0.5rem 0;
}

/*.radio span.wpcf7-list-item:fisrt-child {
  margin-right: 16px;
}*/

.radio span.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:before {
  content: '';
  /*background: #f4f4f4;*/
  border-radius: 100%;
  border: 2px solid #999;
  display: inline-block;
  width: 20px; /* 1.4em */
  height: 20px; /* 1.4em */
  position: relative;
  top: -0.1em;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label:before {
  background-color: #F55710;
  border-color: #F55710;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label {
  color: #F55710;
}

.radio span.wpcf7-list-item input[type="radio"]:focus + span.wpcf7-list-item-label:before {
  outline: none;
  border-color: #F55710;
}

.radio span.wpcf7-list-item input[type="radio"]:disabled + span.wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label:empty:before {
  margin-right: 0;
}


.shesht-columns__authors .feedback-item .shesht-comments-list {
  padding-top: 0;
}

.columnist-btn {
  font-weight: 700;
}

.shesht-columns-block__news-tab .news-item:nth-child(5) {
    border-bottom: 1px solid #E5E5E5;
}

.shesht-columns-block_sidebar__mobile {
    display: none;
}


@media screen and (max-width: 750px) {

    .shesht-columns-block_sidebar__mobile {
        display: block;
    }

    .shesht-columns-block_sidebar:not(.shesht-columns-block_sidebar__mobile) .sidebar-block.shesht-columns-block_sidebar__banner {
        display: none;
    }

  .shesht-columns-block__title {
    margin-top: 25px;
  }

  .shesht-columns-block__news-tab {
    padding: 0 10px;
  }
    .shesht-columns__authors #columns_tab-comments {
        padding: 0 0px;
    }
  .shesht-comments-list-tab {
      padding: 0 0px;
  }

  body.page-template-profile-new .shesht-columns-block__news-tab {
    margin-bottom: 20px;
  }

  .comment-pager-wrapper{
    margin-bottom: 20px;
  }

  .shesht-columns-block__header {
    margin: 0 10px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    margin-bottom: 8px;
  }

  .shesht-columns-block__news-tab .news-item {
    padding: 15px 0;
  }

  .columnist-btn {
    width: 100%;
  }

  .shesht-columns-block__news .commnets-count {
    position: static;
  }

  .sidebar.shesht-columns-block_sidebar {
    margin: 0 0 !important;
    display: block;
  }

  .shesht-newcolumn__content form.wpcf7-form {
    padding: 0 12px;
  }

  .shesht-columns-block_sidebar__authors .sidebar-block-items .sidebar-block-item > a {
    justify-content: left;
  }

  .shesht-columns-block__author.news-item {
    grid-template-columns: 60px 1fr;
  }


  .shesht-columns-block__author.news-item {
    /*display: block;*/
  }

  .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-social .social-links {
    justify-content: left;
    margin-bottom: 0;
  }

  .shesht-columns-block__author.news-item {
    /*border-bottom: 0;*/
    padding: 15px 5px;
    margin: 0 -15px 10px -15px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
  }
  .shesht-author-block__nav__box{
	  position: relative;
  }
  .shesht-author-block__nav {
    padding-left: 10px;
    margin-top: 20px;

    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
    .shesht-author-block__nav::-webkit-scrollbar {
        display: none;
    }

  .shesht-author-block__nav__box:after {
  	position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  }

  .shesht-columns-block__author.news-item:last-child {
    margin-bottom: 0;
    border: 0;
    /*padding: 0 20px;*/
    display: block;
  }

  .shesht-author-block__header {
    padding: 0 20px;
  }

  .news-item-right > div {
    font-size: 16px;
  }

  .shesht-columns-block__author .news-item-right .news-item-title {
    /*display: none;*/
    display: block !important;
    margin-bottom: -6px;
  }

  .shesht-author-block__header .news-item-right .news-item-title {
    display: none !important;
  }

  .shesht-columns-block__author.news-item .news-item-left .news-item-image-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-left .news-item-image-container img {
    width: 80px!important;
    height: 80px!important;
    min-height: auto;
    border-radius: 8px;
    object-fit: cover;
  }

  .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-left .news-item-image-container .news-item-title h3 {
    display: flex;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

  .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-left .news-item-image-container .news-item-title a {
    font-size: 19px;
  }

  .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-left .news-item-image-container .news-item-title svg {
    position: absolute;
    top: 4px;
    right: -24px;
  }

  .shesht-newcolumn__header-subtitle {
    font-size: 18px;
  }


  .shesht-newcolumn__header {
    /*margin: 0 5px;*/
    padding: 20px;
    /*height: 370px;*/
    height: 333px;
    background: url('/wp-content/themes/shesht/assets/images/web-sidebar_img@2x2.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .shesht-newcolumn__header-title:not(.mobile_version),
  .shesht-newcolumn__header-subtitle:not(.mobile_version) {
    display: none;
  }

  .shesht-newcolumn__header-title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .field-group__box {
    display: block;
  }

  .shesht-columns-block__news-tab .shesht-comment-template {
    padding-top: 12px;
  }

  .shesht-columns-block__author.news-item.grid .news-item-right > div:last-child {
    /*line-height: 24px;*/
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    height: calc(20px * 3);
    /*font-size: 14px;*/

    font-family: ArianAMU;
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Arial AMU Regular', sans-serif;

    -webkit-line-clamp: 3;
  }

  .shesht-columns-block__author.news-item .news-item-right .news-item-title a {
    font-size: 17px;
  }

  .shesht-columns-block__author.news-item .news-item-left .news-item-image-container img {
    width: 40px;
    min-height: 40px;
  }

  .shesht-columns-block__author.news-item {
    grid-column-gap: 10px;
    grid-template-columns: 40px 1fr;
  }

  .shesht-columns-block__author.news-item .news-item-right .news-item-title svg {
    width: 16px;
    height: 16px;
  }

  .shesht-author-block__description {
    line-height: 20px !important;
  }

  .sidebar-block.shesht-columns-block_sidebar__banner {
    height: 375px;
    padding: 15px;
    background-position: 0% center;
    background-size: 112%;
    }

    .shesht-columns-block__options {
        margin-bottom: 20px;
    }


    .shesht-columns-block__author.news-item.grid .news-item-right .shesht-author-block__description.mobile {
        display: block !important;
        height: auto !important;
    }

    .page-template-page-columnists-list .shesht-columns-block__header {
        border-bottom: 0;
    }

    .shesht-columns-block_sidebar__authors .shesht-columns-block_sidebar__link {
        margin: 0 -5px;
        width: auto;
    }

    .shesht-columns-block_sidebar__mobile{
        padding-bottom: 5px;
    }

    .shesht-columns-block_sidebar__mobile .sidebar-block.shesht-columns-block_sidebar__banner {
        height: 343px;
        margin: -11px -10px 0 -10px;
    }

    .shesht-columns-block__news.news-item.grid.block_without_bb:first-child {
        border-bottom: 0;
    }

    .shesht-columns-block_sidebar__banner .shesht-columns-block_sidebar__title h3 {
        font-size: 28px;
    }

    .page-template-page-columnists-list .shesht-columns-block__author.news-item {
        margin: 0 -10px 10px -10px;
    }

    .page-template-page-columnists-list .shesht-columns-block__author.news-item:last-child {
        display: flex;
        border: 1px solid #E5E5E5;
    }

    .shesht-columns__authors {
        overflow-x: hidden;
    }

    .page-template-page-columnists-new .sidebar.shesht-columns-block_sidebar {
        display: none !important;
    }

    .page-template-page-columnists-article #content,
    .page-template-page-columnists-list #content,
    .archive.author #content,
    .page-template-page-columnists-new #content {
        margin-bottom: 48px;
    }

    .archive.author .shesht-columns-block_sidebar.shesht-columns-block_sidebar__hide {
        display: none;
    }

    .field-group__label {
        font-family: 'Arial AMU Bold', sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .field-group__label.radio-label {
        margin-bottom: 29px;
    }

    .field-group br {
        display: none;
    }

    .field-group__textarea {
        font-size: 15px;
    }

    .field-group__input {
        font-size: 15px !important;
        font-family: 'Arial AMU Regular', sans-serif;
    }

    .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-social .social-links li a {
        height: 28px;
        width: 28px;
        font-size: 14px;
    }

    .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-social ul li {
        padding-right: 15px;
    }

    .shesht-author-block__header .shesht-columns-block__author.news-item .news-item-social ul li:last-child {
        padding-right: 0;
    }

    body.page-template-page-columnists-new form .field-group {
        margin-bottom: 20px;
    }

    .content.shesht-newcolumn__content .form__btn {
        width: 100%;
    }

}

@media screen and (min-width: 721px) {

  .shesht-columns-block__author.news-item .news-item-left .news-item-image-container .news-item-mobile_title {
    display: none;
  }

  .shesht-newcolumn__header-title.mobile_version,
  .shesht-newcolumn__header-subtitle.mobile_version {
    display: none;
  }

  .shesht-author-block__header {
    margin-bottom: 20px;
    }


}
@media screen and (min-width: 1201px) {

    .header-navigation-select {
    display: none;
}

}
/* columnists  */

/* CF-7 suctom modal notifications */
.wpcf7-response-output {
    display: none;
}

.cf7-custom__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(25, 24, 24, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cf7-custom__box {
    z-index: 1100;
    position: relative;
    background: #fff;
    max-width: 650px;
    padding: 52px; /* 20px */
    border-radius: 8px;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-sizing: border-box;
}

.cf7-custom__content img {
    width: 80px;
    margin-bottom: 22px;
}

.cf7-custom__content h3 {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
}

.cf7-custom__content p {
    font-size: 14px;
    margin-bottom: 24px;
}

.cf7-custom__close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: rgb(247, 247, 247);
    border: 1px solid rgb(229, 229, 229);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #999;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    font-family: 'Arial AMU', sans-serif;
    cursor: pointer;
    transition: color .15s ease-out 0s;
}

.cf7-custom__close:hover {
    color: #666;
}

.cf7-custom__btn.shesht-columns-block_sidebar__link {
    max-width: 340px;
    margin: 0 auto;
    color: #fff;
    background-color: #F55710;
    border: 0;
}

@media screen and (max-width: 720px) {
    .cf7-custom__box {
        margin: 0 15px;
        padding: 52px 20px;
    }

    .cf7-custom__close {
        top: 18px;
        right: 18px;
        background: transparent;
        border: 0;
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 21px;
    }
}

.shesht-columns-block__news .columnists-footer-news {
    display: none;
    width: 100%;
    position: relative;
    padding-right: 42px;
}

@media screen and (max-width: 720px) {
    .shesht-columns-block__news .news-item-left .mobile-one-line-tags {
        display: none;
    }

    .shesht-columns-block__news .columnists-footer-news {
        display: block;
    }

    .shesht-columns-block__news .columnists-footer-news .commnets-count {
        margin-right: 0;
        justify-content: flex-end;
        margin-bottom: 0;
        position: relative;
        padding-top: 1px;
        margin-right: 12px;
        top: 0;
        right: 0;
    }

    .shesht-columns-block__news .columnists-footer-news .commnets-count span {
        font-size: 14px;
        margin-left: 7px;
    }
}

@media screen and (min-width: 720px) {
    .wp-block-image:not(.is-style-rounded) img {
      border-radius: 8px !important;
    }
}

.columnist-about__title a,
.columnist-about__amount a {
    text-decoration: none;
    transition: all .15s ease-out 0s
}

.columnist-about__title a:hover,
.columnist-about__amount :hover {
    opacity: .8;
}

.post-image-container figcaption {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: left;
    margin: 0;
    padding: 10px 15px 0;
}
@media screen and (min-width: 1141px) {
    .post-image-container figcaption {
        padding: 10px 20px 0;
    }
}

/* Profile page */

.shesht-profile-header {
    border: 1px solid rgb(229, 229, 229);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.shesht-profile-header-top {
    height: 169px;
    background-image: url('../assets/images/shesht-author-block__header-cover.png');
    margin: -21px -21px 0 -21px;
    border-radius: 8px 8px 0 0;
    padding: 20px;
    text-align: right;
    background-position: center center;
background-size: cover;
}

.shesht-profile-header-top a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	height: 32px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 14px;
	text-decoration: none;
	line-height: 32px;
	padding: 0 15px;
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.shesht-profile-header-top a svg{
	margin-right: 5px;
}
.shesht-profile-header-top a.is_cover{
	background: rgba(255, 255, 255, 0.4);
}
.shesht-profile-header-top a:hover{
	background: #f55710;
	color: #fff;
}
.social-link-bf {
    padding-right: 0!important;
}
.shesht-profile-header-bottom {
    padding-top: 15px;
    display: grid;
    grid-template-columns: 100px 441px auto;
    grid-template-rows: auto;
    grid-column-gap: 20px;
}

.shesht-profile-header-bottom__avatar {
    text-align: center;
    grid-area: 1 / 1 / 3 / 2;
}

.shesht-profile-header-bottom__avatar-img {
    margin-bottom: 14px;
    margin-top: -65px;
    height: 100px;
    position: relative;
    flex-shrink: 0;
}

.shesht-profile-header-bottom__avatar-img img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.shesht-profile-header-bottom__avatar-img .del-avatar{
	position: absolute;
	bottom: -5px;
	right: -5px;
	background: rgb(255, 255, 255);
	border-radius: 12px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	height: 24px;
	width: 24px;
	transition: all .3s;
	opacity: 0;
	display: flex;
	cursor: pointer;
}
.shesht-profile-header-bottom__avatar-img .del-avatar svg{
	fill: #9999;
	margin: auto;
}
.shesht-profile-header-bottom__avatar-img .del-avatar:hover svg{
	fill: #F55710;
}
.shesht-profile-header-bottom__avatar-img .add-avatar{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	transition: all .3s;
	opacity: 0;
	display: flex;
	cursor: pointer;
}
.shesht-profile-header-bottom__avatar-img .add-avatar svg{
	margin: auto;
}
.shesht-profile-header-bottom__avatar-img:hover .del-avatar, .shesht-profile-header-bottom__avatar-img:hover .add-avatar{
	opacity: 1;
}
.shesht-profile-header-bottom__avatar span {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    color: rgb(26, 26, 26);
}

.shesht-profile-header-bottom__avatar strong {
    background: rgb(247, 247, 247);
    border-radius: 8px;
    display: inline-block;
    padding: 2px 16px;
    color: rgb(153, 153, 153);
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.shesht-profile-header-bottom__avatar strong.good {
    color: rgb(0, 180, 3);
}

.shesht-profile-header-bottom__avatar strong.bad {
    color: #f70000;
}

.shesht-profile-header-bottom__avatar .user-skill.mobile{
	display: none;
}
.shesht-profile-header-bottom__bio{
	grid-area: 1 / 2 / 3 / 3;
}
.shesht-profile-header-bottom__bio h2 {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
}

.shesht-profile-header-bottom__bio p, .shesht-profile-header-bottom__bio .desc-content {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px;
    min-height: 46px;
}
.shesht-profile-header-bottom__bio .desc-content{
	display: none;
}
.shesht-profile-header-bottom__bio .desc-content.active{
	display: block;
}
.shesht-profile-header-bottom__bio a.desc-content-more{
	color: rgb(153, 153, 153);
	font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
.shesht-profile-header-bottom__bio a.desc-content-more:hover{
	color: rgb(245, 87, 16);
}
.shesht-profile-header-bottom__bio p a{
	text-decoration: none;
	color: rgb(245, 87, 16);
}
.shesht-profile-header-bottom__bio p a:hover{
	text-decoration: underline;
}
.shesht-profile-header-bottom__bio span {
    color: rgb(153, 153, 153);
    font-size: 14px;
    cursor: pointer;
}

.shesht-profile-header-bottom__edit-profile-btn{
	grid-area: 1 / 3 / 2 / 4;
	text-align: right;
}
.shesht-profile-header-bottom__edit-profile-btn a{
	display: inline-block;
	border: 1px solid rgb(229, 229, 229);
	border-radius: 12px;
	height: 32px;
	width: 126px;
	color: rgb(153, 153, 153);
	font-family: 'Arial AMU Bold', sans-serif;;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}
.shesht-profile-header-bottom__edit-profile-btn a.btn_setting-profile{
	display: inline-flex;
	align-items: center;
	justify-content: center;

}
.shesht-profile-header-bottom__edit-profile-btn a.btn_setting-profile svg{
	margin-right: 5px;
	fill: #999999;
}
.shesht-profile-header-bottom__edit-profile-btn a.btn_setting-profile:hover svg{
	fill: #fff;
}
.shesht-profile-header-bottom__edit-profile-btn a[data-sub='add_subscription']{
	color: #000;
}
.shesht-profile-header-bottom__edit-profile-btn a:hover{
	background: #f55710;
	border: 1px solid #f55710;
	color: #fff;
}
.shesht-profile-header-bottom__social{
	grid-area: 2 / 3 / 3 / 4;
}
.shesht-profile-header .social-links {
    justify-content: right;
    height: 100%;
    align-items: end;
}

.shesht-profile-header .social-links li a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
}

.shesht-profile-wrap .empty-alerts {
    height: 600px;
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shesht-profile-wrap .empty-alerts .empty-alerts-box {
    text-align: center;
    max-width: 340px;
}

.shesht-profile-wrap .empty-alerts .empty-alerts-box svg {
    margin-bottom: 8px;
}

.shesht-profile-wrap .empty-alerts .empty-alerts-box p {
    font-weight: bold;
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 17px;
}

.shesht-columns-block_sidebar__subs .sidebar-block-title h2 span,
.shesht-columns-block_sidebar__subscribers .sidebar-block-title h2 span {
    font-weight: 400;
    font-family: 'Arial AMU Regular', sans-serif;
    color: #A4A4A4;
}
.shesht-columns-block_sidebar__subscribers p,
.shesht-columns-block_sidebar__subs p{
	font-size: 14px;
	line-height: 24px;
	color: rgb(101, 101, 101);
}
.shesht-profile-block_sidebar p{
	font-size: 14px;
	line-height: 24px;
	color: rgb(101, 101, 101);
}
.shesht-profile-block_sidebar p a{
	text-decoration: none;
	color: rgb(245, 87, 16);
}
.shesht-profile-block_sidebar p a:hover{
	text-decoration: underline;
}
.shesht-profile-wrap .alert-item-wrapp{
	padding: 10px 0;
}
.shesht-profile-wrap .shesht-comments-block__form-reply{
	margin-right: 20px;
}
/* подписчики в сайтбаре */
.subscribers-wrap{
	display: flex;
}
.subscribers-wrap .subscribers-item{
	margin-left: 12px;
}
.subscribers-wrap .subscribers-item:first-child{
	margin-left: 0;
}
.subscribers-wrap .subscribers-item img{
	height: 32px;
	width: 32px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
	line-height: 1;
}
.subscribers-wrap .subscribers-more{
	height: 32px;
	width: 32px;
	border-radius: 4px;
	background: #f7f7f7;
	margin-left: 12px;

	font-family: 'Arial AMU Bold', sans-serif;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
}
/* подписки в сайтбаре */
.subs-wrap .subs-item{
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.subs-wrap .subs-item img{
	height: 24px;
	width: 24px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
	line-height: 1;
	margin-right: 20px;
}
.subs-wrap .subs-item a.user-name{
	color: rgb(25, 24, 24);
	font-size: 17px;
	text-decoration: none;
}
/*иконки соцсетей двигаем вправо*/

.shesht-profile-header .social-links {
    justify-content: flex-end;
}
@media (max-width: 800px){
	.shesht-profile-header-bottom {
	    display: flex;
	    flex-direction: column;
	}
	.shesht-profile-header-bottom__avatar{
		order: 1;
		display: flex;
	}
	.shesht-profile-header-bottom__avatar .user-skill.desktop{
		display: none;
	}
	.shesht-profile-header-bottom__avatar .user-skill.mobile{
		display: block;
		text-align: left;
		margin-left: 20px;
	}
	.shesht-profile-header-bottom__avatar .user-skill.mobile strong{
		background: none;
		padding: 0;
		color: #000;
		font-size: 16px;
	}
    .shesht-profile-header-bottom__avatar .user-skill-rate.mobile strong.good{
        color: rgb(0, 180, 3);
    }
    .shesht-profile-header-bottom__avatar .user-skill-rate.mobile strong.bad{
        color: #f70000!important;
    }
	.shesht-profile-header-bottom__avatar .user-skill.mobile span{
		font-size: 14px;
		color: rgb(166, 166, 166);
	}
	.shesht-profile-header-bottom__bio{
		order: 2;
	}
	.shesht-profile-header-bottom__edit-profile-btn{
		order: 4;
	}
	.shesht-profile-header-bottom__edit-profile-btn a{
		display: inline-block;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.shesht-profile-header-bottom__social{
		order: 3;
	}

	.page-template-profile-new .shesht-author-block__nav {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
	}
    .page-template-profile-new .shesht-author-block__nav {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .page-template-profile-new .shesht-author-block__nav::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }

    .page-template-profile-new .shesht-author-block__nav__box {
        position: relative;
        margin: 0 -5px;
    }

	.page-template-profile-new .shesht-author-block__nav__box:after {
	    position: absolute;
	    content: '';
	    right: 0;
	    top: 0;
	    width: 20px;
	    height: 100%;
	    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        display: none;
	}
	.page-template-profile-new .shesht-author-block__nav a{
		white-space: nowrap;
	}

	.shesht-profile-header-top a{
		font-size: 0;
	}
	.shesht-profile-header-top a svg{
		margin: 0;
	}
	.shesht-profile-header .social-links{
		justify-content: flex-start;
	}
}
/* Страница настройки профиля */
.account-page h1{
	font-family: 'Arial AMU Bold', sans-serif;
	color: rgb(26, 26, 26);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.account-page h1 a{
	height: 24px;
	width: 24px;
	display: flex;
}
.account-page h1 a svg{
	margin: auto;
}
.account-page h1 .mob-coutn{
	display: none;
	font-size: 17px;
	color: #999;
	margin-left: 8px;
	font-family: 'Arial AMU Regular', sans-serif;
}
@media (max-width: 767px){
	.account-page h1{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.account-page h1 .mob-coutn{
		display: block;
	}
}
.page-template-profile-settings .account-page .account-form-group h2 {
    font-family: "Arial AMU Bold", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
    color: #1A1A1A;
    margin-bottom: 30px;
}
.page-template-profile-settings .box-container{
	padding: 0 20px 0 0;
}
.page-template-profile-settings .account-form-group{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}
.page-template-profile-settings .account-form-group .input-group, .page-template-profile-settings .account-form-group h2{
	width: 100%;
}
.page-template-profile-settings .account-form-group .input-group:nth-child(2){
	width: calc(50% - 10px);
	margin-right: 10px;
}
.page-template-profile-settings .account-form-group .input-group:nth-child(3){
	width: calc(50% - 10px);
	margin-left: 10px;
}
.page-template-profile-settings .account-form-group .input-group input, .page-template-profile-settings .account-form-group .input-group textarea{
	width: 100%;
	box-sizing: border-box;
	    font-family: "Arial AMU Regular", sans-serif;
}
.page-template-profile-settings .submit-account-button{
	margin-left: 0;
}

/*исправляем подчеркивание ссылок на профиль пользователя*/

.shesht-comment-template-author-desc__title > a {
    text-decoration-line: none;
}

/*исправляем размер аватарок*/

div.shesht-comment-template-head__img-wrapp img.shesht-comment-template-head__img {
    width: 24px;
    height: 24px;
}

.shesht-comment-template-rating__count.green-bg-count:hover .karma-modal-wrap,
.shesht-comment-template-rating__count.red-bg-count:hover .karma-modal-wrap {
    display: block;
}

/*исправляем поле описания пользователя*/

#user-desc {
    padding: 15px 20px;
    font-size: 17px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    border-radius: 8px;
    border-color: rgb(229, 229, 229);
    resize: vertical;
}

/*нижний отступ в профиле*/

/*.page-template-profile-new .shesht-columns-block__news-tab {
    margin-bottom: 20px;
}*/



/* кнопки подписки */
a.subscription{
	display: inline-block;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 12px;
    height: 32px;
    width: 126px;
    color: #000;
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    background: #f7f7f7;
}
a.subscription.success{
	color: #61bb47!important;
	border: 1px solid rgb(229, 229, 229)!important;
	background: #fff!important;
}
a.subscription[data-sub="add_subscription"]{
	width: 133px;
	letter-spacing: 0px;
}
a.subscription[data-sub="remove_subscription"]{
	background: #fee5e5;
	border-color: #fee5e5;
	color: #f70000;

}
.subscription-mobil{
	display: none;
}
@media (max-width: 800px){
	a.subscription{
		display: inline-block;
	    border: 1px solid rgb(229, 229, 229);
	    border-radius: 4px;
	    height: auto;
	    width: auto;
	    font-size: 14px;
	    font-weight: bold;
	    padding: 5px 10px;
	    line-height: 1;
	}
	a.subscription[data-sub="add_subscription"]{
		width: auto;
	}

	.shesht-profile-header-bottom a.subscription, .shesht-author-block__header a.subscription{
		display: block;
	    border: 1px solid rgb(229, 229, 229);
	    border-radius: 12px;
	    height: 38px;
	    width: auto;
	    font-size: 14px;
	    font-weight: bold;
	    padding: 0;
	    line-height: 40px;

	}
	.shesht-profile-header-bottom a.subscription[data-sub="remove_subscription"], .shesht-author-block__header a.subscription[data-sub="remove_subscription"]{
		background: #fee5e5;
		border-color: #fee5e5;
		color: #f70000;
		width: 100%;
	}
}

/* страницы мои подписки и подписчики  */
.followers-wrap{
	display: flex;
	flex-direction: column;
}
.followers-wrap .follower-item{
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.followers-wrap .follower-item img{
	height: 40px;
	width: 40px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	line-height: 1;
}
.followers-wrap .follower-item a.user-name{
	flex: 1;
	text-decoration: none;
	display: inline-block;
	margin-left: 20px;
	color: rgb(26, 26, 26);
	font-family: 'Arial AMU Bold', sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.page-template-profile-followers .sidebar, .page-template-profile-following .sidebar{
	margin-top: 47px;
}
@media (max-width: 767px){
	.followers-wrap .follower-item{
		border: none;
		border-radius: 0;
		padding: 10px 0;
		margin: 0;
	}
	.followers-wrap .follower-item img{
		height: 24px;
		width: 24px;
		border-radius: 4px;
	}
	.followers-wrap .follower-item a.user-name{
		font-size: 14px;
		margin-left: 8px;
	}
}

/* пагинация комментариев в профиле */
    .profile-comments{
        margin-top: 20px;
        height: 40px;
        text-align: center;
    }
    .profile-comment-page{
        display: inline-block;
        width: 39px;
        height: 39px;
        background: rgb(251, 251, 251);
        border: 1px solid rgb(229, 229, 229);
        border-radius: 27px;
        text-align: center;
        text-decoration: none;
        margin-right: 12px;
        cursor: pointer;
    }

    .profile-comment-page.active > .page-number{
        color: rgb(33, 33, 33);
    }

    .profile-comment-page.active {
        pointer-events: none;
    }

    .page-number{
        font-family: "Arial AMU Bold";
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        width: 23px;
        color: rgb(153, 153, 153);
    }
    .page-number-divider{
        color: rgb(33, 33, 33);
        font-family: "Arial AMU Bold";
        font-size: 14px;
        font-weight: bold;
        line-height: 39px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        width: 23px;
        margin-right: 12px;
    }
.shesht-profile-wrap .feedback-wrap{
	display: none;
}
.shesht-profile-wrap .feedback-wrap.active{
	display: block;
}
/* профиль моб.версия */
@media (max-width: 767px){
	.shesht-profile-header-bottom__avatar-img{
		width: 80px;
		height: 80px;
	}
	.shesht-profile-wrap .toggle-comment {
	    margin: 15px 0 0 0px;
	}
	.shesht-profile-wrap .alert-item-hidden .shesht-comments-list ul.children {
	    margin-left: 8px;
	}

}
/* колумнисты моб.версия */
@media (max-width: 767px){
	.shesht-author-block__header .shesht-author-block__header-cover{
		margin: 0 -20px;
	}
	.shesht-columns-block__author.news-item{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.shesht-columns-block__author.news-item .news-item-left{
		width: 40px;
		flex-basis: 40px;
	}
	.shesht-columns-block__author.news-item .news-item-right{
		flex: 1;
		flex-shrink: 0;
	}
	.shesht-columns-block__author.news-item .news-item-social{
		width: 100%;
		flex-basis: 100%;
		margin-left: 50px;
		margin-top: 10px;
	}
	.shesht-author-block__header .news-item-title.mobile-show{
		display: block;
	}
	.shesht-author-block__header .news-item-title.mobile-show h3{
		display: flex;
		align-items: center;
	}
	.shesht-author-block__header .news-item-title.mobile-show h3 a{
		margin: 0 5px 0 0;
		padding: 0;
	}
	.shesht-author-block__header .author-desc-wrap{
		flex-direction: column;
		padding: 0 0 15px 0;
		align-items: flex-start;
	}
	.shesht-author-block__header .author-desc-wrap .right{
		width: 100%;
	}
	.shesht-author-block__header .author-desc-wrap .right ul{
		margin: 0;
		justify-content: flex-start;
	}

	.author .shesht-columns-block__author.news-item{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin: 0;
		padding: 15px 0;
	}
	.author .shesht-columns-block__author.news-item .news-item-left{
		width: 80px;
		flex-basis: 80px;
	}
	.author .shesht-columns-block__author .news-item-image-inner {
	    padding-bottom: 0;
	    margin-top: -55px;
	    flex-shrink: 0;
	}
	.author .shesht-columns-block__author.news-item .news-item-left .news-item-mobile_title{
		display: none;
	}
	.author .shesht-columns-block__author.news-item .news-item-right{
		flex: 1;
		flex-shrink: 0;
	}
	.author .shesht-columns-block__author.news-item .news-item-social{
		width: 100%;
		flex-basis: 100%;
		margin-left: 0px;
		margin-top: 0px;
		align-items: flex-start;

		display: none;
	}
	.author .shesht-columns-block__author.news-item .news-item-right .news-item-title{
/* 		display: block!important; */
	}
	.author .shesht-columns-block__author.news-item .news-item-right > div:last-child,
	.author .shesht-columns-block__author.news-item .news-item-right .author-meta{
		display: flex!important;
		align-items: baseline;
		padding: 0;
		margin: 0;
		height: auto;
	}

	.subscription-mobil{
		display: block;
		margin-bottom: 20px;
	}
	.shesht-columns-block__author.news-item.grid .news-item-right .author-meta .meta-item{
		flex-direction: column;
		align-items: flex-start;
	}
	.shesht-columns-block__author.news-item.grid .news-item-right .author-meta .meta-item:after{
		display: none;

	}

  .news-item-title a {
    line-height: 30px;
  }
  .shesht-author-block__nav a{
	  display: flex;
  }
  .shesht-author-block__nav a span{
	  margin-left: 5px;
  }
}

/* Правки профиля */
.shesht-profile-header-bottom__avatar .user-skill.mobile.user-skill-rate strong {
  color: rgb(0, 180, 3);
}

/* Правки блока SoundCloud */
.wp-block-embed.wp-block-embed-soundcloud {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-embed.wp-block-embed-soundcloud > figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #999999;
    padding-top: 0;
}

body .wp-block-embed.wp-block-embed-soundcloud iframe {
    margin-bottom: 10px;
}

/* Header nav new style */

.header-navigation-top {display: flex;}

.HomoScience_logo img {
    max-width: 100px;
    height: 45px;
}

.header-navigation-top .main-menu {
    padding-left: 0;
}

.header-navigation-top .main-menu li:first-child a {
    padding-left: 0;
}

.header-navigation-top .main-menu li a {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgb(195, 195, 195);
}

.header-navigation-top .main-menu li.active a {
    color: #fff;
}

.header-navigation-top .main-menu li:not(.active) a:hover {
    color: #f55710;
}

.header-navigation-bottom-box {
    border-bottom: 1px solid #e5e5e5;
}

.header-navigation-bottom-box .main-menu li a {
    color: rgb(25, 24, 24);
    display: inline-block;
    padding: 19px 0 17px 0;
    margin: 0 10px;
    height: auto;
    line-height: 1;
    border-bottom: 3px solid transparent;
}

.header-navigation-bottom-box .main-menu li:first-child a {
    margin-left: 0;
}

.header-navigation-bottom-box .main-menu li.active a {
    border-bottom-color: #f55710;
}

.header-navigation-bottom-box .menu-osnovnoe-menyu-container li:last-child a {
    margin-right: 0;
}

.header-navigation-bottom-box .hide-navigation {
    /*top: -3px;*/
    background-color: transparent;
    height: 43px;
    padding-left: 20px;
}

.header-navigation-bottom-box .hide-navigation .hide-box {
    right: 0;
    top: 43px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.header-navigation-bottom-box .hide-navigation > a {
    top: -3px;
}

.header-navigation-bottom-box .hide-navigation .hide-box li a {
    color: rgb(25, 24, 24);
    font-family: 'Arial AMU Regular', sans-serif;
}

.header-navigation-bottom-box .hide-navigation .hide-box li:not(.active):hover a {
    background-color: #f7f7f7;
}

.header-navigation-bottom-box .hide-navigation .hide-box li.active a {
    color: #f55710;
    background-color: #e5e5e5;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .mobile-box_menu .hide-navigation {
        display: none;
    }
    .header-navigation-top {
        display: none;
    }

    .header-navigation-bottom-box .blog-menu {
        display: block !important;
    }

    .nav-link--live {
        position: relative;
    }

    .nav-link--live::before {
        position: absolute;
        margin-right: 0px;
        margin-left: -5px;
        margin-top: -8px;
    }
    .menu-osnovnoe-menyu-container .main-menu li:last-child {
        margin-left: 0px;
    }
}

/* Сообщество (добавление новых постов) */

body.page-template-new-post section#content {
    background-color: #F0F0F0;
    padding: 50px 0;
}

.new_post-wrapper {
    max-width: 775px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}

#new_post_form {

    min-height: 864px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.new_post-box-top {
    padding: 40px 40px 30px 40px;
    box-shadow: 0px 2px 20px -1px rgba(0, 0, 0, 0.06);
}

.new_post-author {
    color: rgb(153, 153, 153);
    font-size: 14px;
    margin-bottom: 15px;
}

.new_post-title input {
    border: 0;
    background-color: transparent;
    margin-bottom: 30px;
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 30px;
    /*font-weight: bold;*/
    width: 100%;
}

.new_post-title input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(229, 229, 229);
}

.new_post-intro {
    border-top: 1px solid rgb(229, 229, 229);
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(229, 229, 229);
    font-size: 17px;
}

.new_post-content {
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(229, 229, 229);
    font-size: 17px;
    padding-left: 40px;
    padding-right: 40px;
}

.new_post-footer {
    padding: 30px;
    display: flex;
    justify-content: right;
    align-items: baseline;
}

.new_post-footer > a {
    color: rgb(101, 101, 101);
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px dotted rgb(101, 101, 101);
    display: inline-block;
    margin-right: 20px;
}

/* закладки на странице профиля */
.profile-sub-tabs-nav{
    padding: 0 20px 20px 20px;
}
.profile-sub-tabs-nav .tab-item{
	display: flex;
}
.profile-sub-tabs-nav .tab-item a{
	text-decoration: none;
	color: rgb(153, 153, 153);
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}
.profile-sub-tabs-nav .tab-item a span{
	background: rgb(247, 247, 247);
    border-radius: 8px;
    display: inline-block;
    padding: 5px 10px;
}
.profile-sub-tabs-nav .tab-item a.active{
	color: #f55710;
}
.profile-sub-tabs-nav .tab-item a.active span{
    background: #fdeee7;
}
.profile-sub-tabs-contents{}
.profile-sub-tabs-contents > div{
	display: none;
}
.profile-sub-tabs-contents > div.active{
	display: block;
}

.new_post-close {
    transition: all .15s ease-out 0s;
}

.new_post-wrapper a.add-post-draft {
    transition: all .15s ease-out 0s;
    display: none;
    text-decoration: none;
    border-bottom: none;
    pointer-events: none;
}
.new_post-wrapper a.add-post-draft-saving {
    display: none;
    min-width: 105px;
    text-decoration: none;
    border-bottom: none;
    pointer-events: none;
}
.new_post-wrapper a.add-post-draft {
    pointer-events: unset;
}
.new_post-wrapper a.add-post-d-block {
    display: block!important;
}

.new_post-wrapper a.add-post-draft:hover {
    color: #222;
}

.new_post-footer button[type="submit"] {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    border: 1px solid rgb(229, 229, 229);
    cursor: pointer;
    font-family: 'Arial AMU Bold', sans-serif;
    color: rgb(229, 229, 229);
    font-size: 17px;
    /*font-weight: bold;*/
    background: rgb(247, 247, 247);
}

.new_post-footer button[type="submit"].active {
    background: #f55710;
    border-color: #f55710;
    color: #fff;
}

.new_post-close:hover {
    background: rgb(250, 250, 250);
}
#menu-header-bottom {
    padding: 0;
}

#shesht-sidebar-banner-block_top:after {
    content: 'Реклама';
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    font-size: 12px;
    color: #999999;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    box-sizing: border-box;
}
@media (max-width: 767px){
	#shesht-sidebar-banner-block_top{
		display: none;
	}
	.profile-sub-tabs-nav .tab-item{
		position: relative;
	    overflow-x: auto;
	    overflow-y: hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
	}
	.profile-sub-tabs-nav .tab-item::-webkit-scrollbar { /* chrome based */
	    width: 0px;  /* ширина scrollbar'a */
	    background: transparent;  /* опционально */
	}
	.profile-sub-tabs-nav .tab-item::-webkit-scrollbar { /* chrome based */
	    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
	}


	.profile-sub-tabs-nav .tab-item a{
		white-space: nowrap;
	}
	.profile-sub-tabs-nav:after {
        display: none;
	    position: absolute;
	    content: '';
	    right: 0;
	    top: 0;
	    width: 20px;
	    height: 100%;
	    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}
	.profile-sub-tabs-nav{
		position: relative;
		padding: 0 0 20px 0;
	}
	.shesht-profile-wrap #columns_tab-notify, .shesht-profile-wrap #columns_tab-notify .alert-items{
		padding: 0;
	}
	.shesht-profile-wrap .alert-items.bookmark-items .news-item,
	.shesht-profile-wrap .alert-items.bookmark-items .event-card{
	    border: 1px solid #E5E5E5;
		border-radius: 8px;
		padding: 10px;
		margin: 0 -15px 5px -15px;
	}
	.shesht-profile-wrap .alert-items.bookmark-items .news-item .news-item-image-container{
		margin-top: 0;
	}
	.shesht-profile-wrap .alert-items.bookmark-items .news-item .fvc-view,
	.shesht-profile-wrap .alert-items.bookmark-items .news-item .meta-item.meta-item_author:after{
		display: none;
	}
	.modal-add-post-ok p br{
		display: none;
	}
}
.shesht-profile-wrap #columns_tab-notify .shesht-comments-list > .shesht-comment-template{
	margin-top: 0;
}
.ads_single_bottom{
        overflow: hidden;
        border-radius: 8px !important;
        border: 2px solid #F7F7F7;
        box-sizing: border-box;
        padding: 20px 0px;
        margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .ads_single_bottom {
        overflow: hidden;
        border-radius: 8px !important;
        border: 2px solid #F7F7F7;
        box-sizing: border-box;
        padding: 30px;
        margin: 0 5px 20px 5px;
    }

}

.comment-focus{
	border-left: 1px solid #f55710;
	margin-left: -1px;
}
.comment-focus .shesht-comment-template__content{
	color: #f55710;
}


#menu-header-bottom li{display: none}
#menu-header-bottom li.blog{display: block !important;}

@media screen and (min-width: 1300px) {
	#menu-header-bottom li:nth-child(-n+11){display: block}
}
@media screen and (min-width: 1200px) {
	#menu-header-bottom li:nth-child(-n+10){display: block}
}
@media screen and (min-width: 1050px) {
	#menu-header-bottom li:nth-child(-n+8){display: block}
}
@media screen and (min-width: 950px) {
	#menu-header-bottom li:nth-child(-n+6){display: block}
}
@media screen and (min-width: 900px) {
	#menu-header-bottom li:nth-child(-n+5){display: block}
}
@media screen and (min-width: 750px) {
	#menu-header-bottom li:nth-child(-n+1){display: block}
}

.footer-app-block{
	background: rgb(255, 255, 255);
	border-radius: 8px;
	border: 1px solid rgb(229, 229, 229);
	padding: 20px 30px;
	display: flex;
	align-items: center;
    margin-right: 30px;
    width: 100%;
}
.footer-app-block .left{
	margin-right: 30px;
}
.footer-app-block .left img{
	height: 140px;
	margin-bottom: -24px;
}
.footer-app-block .left img.mob{
	display: none;
}
.footer-app-block .right h2{
	font-family: 'Arial AMU Bold', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.footer-app-block .right p{
	color: rgb(153, 153, 153);
	font-family: 'Arial AMU Regular', sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 14px;
	margin: 5px 0 10px 0;
}
.footer-app-block .right p br{display: none}
.footer-app-block .right .wrap-app_link{
	display: flex;
		gap: 10px;
}
.footer-app-block .right .wrap-app_link img{
	height: 32px;
}
footer-app-block+.footer-age-caption {
    flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
	.footer-top-inner .footer-navigation{
		order: 3;
		border-top: none;
	    padding-top: 0;
	    margin-bottom: 10px;
	    width: 100%;
	}
	.footer-top-inner .footer-navigation ul{
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 12px;
	}
	.footer-top-inner .footer-navigation ul li{
		flex: none;
	}
	.footer-top-inner .footer-navigation ul li a{
		padding: 0;
		font-size: 17px;
		line-height: 24px;
	}
	.footer-top-inner .footer-navigation ul li:nth-child(2) a{
		font-size: 0;
	}
	.footer-top-inner .footer-navigation ul li:nth-child(2) a:after{
		content: 'Контакты';
		display: inline;
		font-size: 17px;
	}
}

.HomoScienceLogoHeaderMob{display: none}
@media screen and (max-width: 1020px){
	.HomoScienceLogoHeader{display: none}
	.HomoScienceLogoHeaderMob{display: block}
}

/* кнопка в шапке */
.add-post-header{
  display: inline-block;
  background: rgb(33, 33, 33);
  border-radius: 12px;
  border: 1px solid rgb(68, 68, 68);
  height: 38px;
  width: 114px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: 'Arial AMU Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  margin: 0 15px;
}
.add-post-header:hover{
  background: rgb(245, 87, 16);
  border: 1px solid rgb(245, 87, 16);
}
@media screen and (max-width: 750px){
  .add-post-header{
    display: none;
  }
    .comment-focus {
        margin-left: -7px;
        padding-left: 16px!important;
    }
}

.meta-item.meta-item_author[onclick]:hover, .materials-slider__item-data a:hover{
  color: rgb(245, 87, 16);
  cursor: pointer;
}
.materials-slider__item-data a{
  text-decoration: none;
}

/* копируем код вынесенный со строчки 12119 с измененной одной строчкой (width: 100%;) */
  .search-container.close .result-ajax-search.active {
    display: block;
  }
  .result-ajax-search {
    position: absolute;
    background: #1a1a1a;
    border-radius: 0 0 8px 8px;
    width: 100%;
    z-index: 9999;
    top: 100%;
    left: 0;
    padding: 0 5px 6px 6px;
    box-sizing: border-box;
    display: none;
  }
  .result-ajax-search ul {
    background: #212121;
    border-radius: 8px;
  }
  .result-ajax-search ul li {
    padding: 10px 20px;
  }
  .result-ajax-search ul li .meta-wrap {
    display: flex;
    align-items: baseline;
    color: #999;
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 12px;
    height: 20px;
    letter-spacing: 0px;
    line-height: 20px;
  }
  .result-ajax-search ul li .meta-wrap .meta-item {
    display: flex;
    align-items: baseline;
  }
  .result-ajax-search ul li .meta-wrap .meta-item:after {
    background: #4d4d4d;
  }
  .result-ajax-search ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: 'Arial AMU Bold', sans-serif;
    text-decoration: none;
  }
/* конец перенесенного кода */

@media (max-width: 576px) {
  .commentBack {
    display: none;
  }
}

.shesht-info-block__item a:hover{
  will-change: color, opacity, transition;
}
@media screen and (max-width: 1052px) {
  #ss-floating-bar{
    margin-left: 38px;
  }
}
@media screen and (max-width: 1200px) {
  #shesht-sidebar-banner-block-container{
    display: none;
  }
}
.shesht-profile-wrap .shesht-author-block__nav{
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 460px){
  .shesht-profile-wrap .shesht-author-block__nav{
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-sub-tabs-nav{
    padding-left: 5px;
  }
  #bookmarks-events{
    padding: 0!important;
  }
}
#bookmarks-events{
  padding: 0 20px;
}

/* Доработка NS-192 Сделать карусель start */
.page-template-profile-new .shesht-author-block__nav a.profile_tab:last-child{
    margin-right: 0;
}
/* Доработка NS-192 Сделать карусель end */

/* Доработка NS-193 Кнопка подписаться и отписаться недоступна для анонимов start */
    .footer-social {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .shesht-profile-header-bottom__bio{
        margin-bottom: 10px;
    }

    .shesht-profile-header-bottom__edit-profile-btn{
        margin-top: 5px;
    }
/* Доработка NS-193 Кнопка подписаться и отписаться недоступна для анонимов end */

/* фикс отступов на всем сайте */
.menu-blog-menu-container {
    padding-left: 20px;
}
#ss-floating-bar.ss-circle-icons.ss-with-spacing.ss-left-sidebar {
    margin-left: 20px;
}
@media screen and (max-width: 1060px){
    .header-inner,
    .menu-osnovnoe-menyu-container {
        padding-left: 0;
    }
}

@media (max-width: 767px){
  .page-template-profile-new-php .news-items.shesht-columns-block__news-tab .profile-sub-tabs-nav {
      padding: 0 0 30px 0;
  }
}

.ads_single.mobile-extended {
    max-height: none !important;
}

.shesht-social-sharing-block.is_community .shesht-social-sharing-block__right{
  display: none;
}
.shesht-social-sharing-block.is_community .shesht-social-sharing-block__left {
    padding-bottom: 3px;
}
@media (max-width: 767px){
  .shesht-social-sharing-block.is_community .shesht-social-sharing-block__right{
    display: flex;
  }
  .shesht-social-sharing-block.is_community{
    flex-wrap: nowrap;
  }
  .shesht-social-sharing-block__item+.shesht-social-sharing-block__item-twitter {
      margin-left: 0px;
  }
  .shesht-social-sharing-block.is_community .shesht-social-sharing-block_icon_telegram:after {
      align-items: normal;
  }
}

.shesht-fancy-block-auth__item.shesht-fancy-block-auth-items__item_type_vk{

}
.shesht-fancy-block-auth__item.shesht-fancy-block-auth-items__item_type_facebook{
  display: none;
}
@media screen and (max-width: 750px) {
  .shesht-fancy-block-auth__item.shesht-fancy-block-auth-items__item_type_vk .shesht-fancy-block-auth__item-icon{
    position: absolute;
  }
}

/*  NS-208 Новый блок в конце статей start */

.single_subscribe{
    border-radius: 8px;
    border: 1px solid rgb(229, 229, 229);
    margin: 10px 0 40px 0;
    font-family: 'Arial AMU Bold', sans-serif;
    overflow: hidden;
    border-top: none;
}

.single_subscribe_main{
    padding: 20px;
}

.single_subscribe_title{
    color: rgb(26, 26, 26);
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.block_single_subscribe{
    display: flex;
    justify-content: space-between;
}

.lines_single_subscribe{
    display: flex;
}

a.botton_single_subscribe{
    background: rgb(240, 240, 240);
    border-radius: 12px;
    width: 32.2%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}

a.botton_single_subscribe:hover{
    background: #e9e7e7;
}

a.botton_single_subscribe.botton_single_subscribe--telegram {
    background: #27A5E7;
    box-shadow: 1px 1px 5px #27A5E7;
    color: #FFFFFF;
    animation: animationpulse 2s infinite;
    z-index: 1;
}


img.img_single_subscribe {
    position: absolute;
    left: 10px;
    top: 8px;
    height: 24px;
    width: 24px;
}
.lines_single_subscribe div{
    width: 33.6%;
    height: 4px;
}

@media screen and (max-width: 750px){

.single_subscribe {
    margin-left: 5px;
    margin-right: 5px;
}

}

@media screen and (max-width: 650px){

.single_subscribe_main {
    padding: 20px 10px 2px 10px;
}

a.botton_single_subscribe {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.block_single_subscribe {
    display: block;
}

}
/*  NS-208 Новый блок в конце статей end */

.gallery_items.owl-carousel.owl-loaded{
  padding-bottom: 30px;
}
.gallery_items.owl-carousel.owl-loaded figure{
  padding-bottom: 0px;
}

@media screen and (max-width: 750px) {
  .gallery_items.owl-carousel.owl-loaded{
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 750px){
.community-loop-bottom .left .commnets-count {
    margin: 5px 0 0 0!important;
}
}

.extended-post-caption{
  margin: -30px auto 25px auto;
  text-align: center;
}
.extended-post-caption figcaption{
    font-size: 16px!important;
    line-height: 24px;
    color: #999;
}
@media screen and (max-width: 750px){
  .extended-post-caption {
      margin: -10px auto 15px auto;
  }
  .extended-post-caption figcaption{
      font-size: 14px!important;
      line-height: 20px;
      text-align: center;
      padding: 0px 10px;
  }
}

@media screen and (max-width: 750px){
   a:hover { color: inherit!important; }
 }

 @media screen and (max-width: 750px) {
  .collapse-buttons{
      top: 0px;
  }
 }

 .shesht-comments-block-form-area__text{
   overflow-y: auto!important;
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 .shesht-comments-block-form-area__text::-webkit-scrollbar {
       width: 0;
       height: 0;
 }

.content_none strong{
    font-weight: bold;
}

.content_none{
    padding-left: 20px;
}

.show-pc{display: block}
.show-mobile{display: none}
@media (max-width: 767px){
  .show-pc{display: none}
  .show-mobile{display: block}
}

.rll-youtube-player{
  position: initial;
  padding-bottom: initial;
  height: initial;
}
#shesht-sidebar-banner-block-container-cards{
  position: relative;
  top: 0;
}

.skoltech_post_text-buttom{
  color: #989898;
  font-family: 'Arial AMU Bold', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  max-width: 648px;
  line-height: 1.5;
  margin: 20px auto 0px auto;
}

.mailing_link_btn {
    font-family: "Arial";
    line-height: 20px;
    transition: .2s ease-in-out all;
    text-transform: uppercase;
    color: #999999;
    transition: .2s ease-in-out all!important;
    background: rgba(229, 229, 229, 0.4);
    margin-right: 14px;
    border-radius: 8px;
    font-weight: 700;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    width: 80px;
    text-align: center;
    margin-top: -6px;
}
.meta-alert-notifi .mailing_link_btn:hover {
    color: rgb(245, 87, 16)!important;
    background: rgba(245, 87, 16, 0.1)!important;
}
.alert-item-small .meta-info .meta-alert a.mailing_link_btn_small {
    font-family: "Arial";
    font-size: 12px;
    line-height: 20px;
    transition: .2s ease-in-out all;
    text-transform: uppercase;
    color: #999999;
    transition: .2s ease-in-out all!important;
    background: rgba(229, 229, 229, 0.4);
    margin-right: 14px;
    border-radius: 8px;
    font-weight: 700;
    border-radius: 6px;
    padding: 6px 12px;
    width: 80px;
    text-align: center;
    margin-top: -6px;
}
.alert-item-small .meta-info .meta-alert a.mailing_link_btn_small:hover {
    color: rgb(245, 87, 16)!important;
    background: rgba(245, 87, 16, 0.1)!important;
}
.mailing_minor_img {
    background-position: center!important;
    background-size: contain!important;
}

.alert-item .meta-info .meta-alert-notifi a:hover {
    color: #f55710;
    transition: .2s ease-in-out all;
}
.alert-item .meta-info .meta-alert-notifi {
    display: flex;
    justify-content: unset;
}

.meta-alert-notifi .open-close .open {
    color: #f55710!important;
}
.alert-item-notifi {
    margin-bottom: 15px;
    border-radius: 8px;
}
.meta-alert-notifi .open-close {
    padding-left: 0px;
    padding: 6px 12px;
    cursor: pointer;
}
.profile_com_elem_text {
    border: none;
    background: #f0f0f0;
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    font-family: "Arial AMU Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1A1A1A;
    cursor: pointer;
}
.alert-item-notifi_new .js-alert-item {
    background: #f7f7f7;
}
.alert-item-notifi:hover .notifi_open_close {
    color: #f55710;
    background: rgba(245, 87, 16, 0.1);
}
.notifi_open_close_viewed {
    color: #999999!important;
    background: rgba(229, 229, 229, 0.4)!important;
    font-family: "Arial";
    line-height: 20px;
    transition: .2s ease-in-out all;
    text-transform: uppercase;
    color: #999999;
    margin-right: 14px;
    border-radius: 8px;
    font-weight: 700;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    text-align: center;
    margin-top: -6px;
}
.notifi_open_close_viewed .open {
    color: #999999!important;
    background: rgba(229, 229, 229, 0.4)!important;
}
.meta-alert .notifi_open_close_viewed .open {
    color: #999999!important;
}
.alert-item-notifi:hover .notifi_open_close_viewed {
    color: #999999;
    background: rgba(229, 229, 229, 0.4);
}
.notifi_readed_line_wrapper {
    width: 100%;
    position: relative;
}
.notifi_readed_line {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin-top: 27px;
    margin-bottom: 27px;
}
.notifi_readed_line_text {
    font-family: 'Arial AMU Bold';
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: fit-content;
    background-color: #dfdfdf;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: -38px;
    color: #818181;
}
.meta-info .meta-alert .open-close span:hover {
    color: rgb(245, 87, 16)!important;
    background: rgba(245, 87, 16, 0.1)!important;
}

.meta-info .meta-alert .open-close span:hover a {
    color: rgb(245, 87, 16)!important;
}

.notifi_open_close {
    color: rgb(245, 87, 16);
    background: rgba(245, 87, 16, 0.1);
    padding-right: 0px;
    padding-left: 8px;
    padding-top: 0px;
    border-radius: 8px;
}
.notifi_open_close:hover {
    background: #ffffff;
}

.karma-scrollbar-wrapper {
    top: 0;
    right: 0;
    position: absolute;
}
.karma-scrollbar {
    display: block;
    height: 100px;
    width: 3px;
    background-color: #dfdfdf;
}
.materials-slider .owl-item {
    right: 0px;
    transition: all 0.5s ease;
}
.materials-slider-owl-right .owl-item {
    right: -80px
}
@media screen and (max-width: 420px) {
    .materials-slider-owl-right .owl-item {
        right: -110px;
    }
}
@media screen and (max-width: 418px) {
    .materials-slider-owl-right .owl-item {
        right: -108px;
    }
}
@media screen and (max-width: 416px) {
    .materials-slider-owl-right .owl-item {
        right: -106px;
    }
}
@media screen and (max-width: 414px) {
    .materials-slider-owl-right .owl-item {
        right: -104px;
    }
}
@media screen and (max-width: 412px) {
    .materials-slider-owl-right .owl-item {
        right: -102px;
    }
}
@media screen and (max-width: 410px) {
    .materials-slider-owl-right .owl-item {
        right: -100px;
    }
    .footer-top-inner .footer-navigation ul {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 408px) {
    .materials-slider-owl-right .owl-item {
        right: -98px;
    }
}
@media screen and (max-width: 406px) {
    .materials-slider-owl-right .owl-item {
        right: -96px;
    }
}
@media screen and (max-width: 404px) {
    .materials-slider-owl-right .owl-item {
        right: -94px;
    }
}
@media screen and (max-width: 402px) {
    .materials-slider-owl-right .owl-item {
        right: -92px;
    }
}
@media screen and (max-width: 400px) {
    .materials-slider-owl-right .owl-item {
        right: -90px;
    }
}
@media screen and (max-width: 398px) {
    .materials-slider-owl-right .owl-item {
        right: -88px;
    }
}
@media screen and (max-width: 396px) {
    .materials-slider-owl-right .owl-item {
        right: -86px;
    }
}
@media screen and (max-width: 394px) {
    .materials-slider-owl-right .owl-item {
        right: -84px;
    }
}
@media screen and (max-width: 392px) {
    .materials-slider-owl-right .owl-item {
        right: -82px;
    }
}
@media screen and (max-width: 390px) {
    .materials-slider-owl-right .owl-item {
        right: -80px;
    }
}
@media screen and (max-width: 388px) {
    .materials-slider-owl-right .owl-item {
        right: -78px;
    }
}
@media screen and (max-width: 386px) {
    .materials-slider-owl-right .owl-item {
        right: -76px;
    }
}
@media screen and (max-width: 384px) {
    .materials-slider-owl-right .owl-item {
        right: -74px;
    }
}
@media screen and (max-width: 382px) {
    .materials-slider-owl-right .owl-item {
        right: -72px;
    }
}@media screen and (max-width: 380px) {
    .materials-slider-owl-right .owl-item {
        right: -70px;
    }
}
@media screen and (max-width: 778px) {
    .materials-slider-owl-right .owl-item {
        right: -68px;
    }
}
@media screen and (max-width: 376px) {
    .materials-slider-owl-right .owl-item {
        right: -66px;
    }
}
@media screen and (max-width: 374px) {
    .materials-slider-owl-right .owl-item {
        right: -64px;
    }
}
@media screen and (max-width: 372px) {
    .materials-slider-owl-right .owl-item {
        right: -62px;
    }
}
@media screen and (max-width: 370px) {
    .materials-slider-owl-right .owl-item {
        right: -60px;
    }
}
@media screen and (max-width: 368px) {
    .materials-slider-owl-right .owl-item {
        right: -58px;
    }
}
@media screen and (max-width: 366px) {
    .materials-slider-owl-right .owl-item {
        right: -56px;
    }
}
@media screen and (max-width: 364px) {
    .materials-slider-owl-right .owl-item {
        right: -54px;
    }
}
@media screen and (max-width: 362px) {
    .materials-slider-owl-right .owl-item {
        right: -52px;
    }
}
@media screen and (max-width: 360px) {
    .materials-slider-owl-right .owl-item {
        right: -50px;
    }
}
@media screen and (max-width: 358px) {
    .materials-slider-owl-right .owl-item {
        right: -48px;
    }
}
@media screen and (max-width: 356px) {
    .materials-slider-owl-right .owl-item {
        right: -46px;
    }
}
@media screen and (max-width: 354px) {
    .materials-slider-owl-right .owl-item {
        right: -44px;
    }
}
@media screen and (max-width: 352px) {
    .materials-slider-owl-right .owl-item {
        right: -42px;
    }
}
@media screen and (max-width: 350px) {
    .materials-slider-owl-right .owl-item {
        right: -40px;
    }
}
@media screen and (max-width: 348px) {
    .materials-slider-owl-right .owl-item {
        right: -38px;
    }
}
@media screen and (max-width: 346px) {
    .materials-slider-owl-right .owl-item {
        right: -36px;
    }
}
@media screen and (max-width: 344px) {
    .materials-slider-owl-right .owl-item {
        right: -34px;
    }
}
@media screen and (max-width: 342px) {
    .materials-slider-owl-right .owl-item {
        right: -32px;
    }
}
@media screen and (max-width: 340px) {
    .materials-slider-owl-right .owl-item {
        right: -30px;
    }
}
@media screen and (max-width: 348px) {
    .materials-slider-owl-right .owl-item {
        right: -38px;
    }
}
@media screen and (max-width: 346px) {
    .materials-slider-owl-right .owl-item {
        right: -36px;
    }
}
@media screen and (max-width: 344px) {
    .materials-slider-owl-right .owl-item {
        right: -34px;
    }
}
@media screen and (max-width: 342px) {
    .materials-slider-owl-right .owl-item {
        right: -32px;
    }
}
@media screen and (max-width: 340px) {
    .materials-slider-owl-right .owl-item {
        right: -30px;
    }
}
@media screen and (max-width: 338px) {
    .materials-slider-owl-right .owl-item {
        right: -28px;
    }
}
@media screen and (max-width: 336px) {
    .materials-slider-owl-right .owl-item {
        right: -26px;
    }
}
@media screen and (max-width: 334px) {
    .materials-slider-owl-right .owl-item {
        right: -24px;
    }
}
@media screen and (max-width: 332px) {
    .materials-slider-owl-right .owl-item {
        right: -22px;
    }
}
@media screen and (max-width: 328px) {
    .materials-slider-owl-right .owl-item {
        right: -18px;
    }
}
@media screen and (max-width: 326px) {
    .materials-slider-owl-right .owl-item {
        right: -16px;
    }
}
@media screen and (max-width: 324px) {
    .materials-slider-owl-right .owl-item {
        right: -14px;
    }
}
@media screen and (max-width: 322px) {
    .materials-slider-owl-right .owl-item {
        right: -12px;
    }
}
@media screen and (max-width: 320px) {
    .materials-slider-owl-right .owl-item {
        right: -10px;
    }
}


/* pagination styles */
.pagination-wrapper {
    margin-top: 20px;
    height: 40px;
    text-align: center;
}
@media screen and (max-width: 450px) {
    .pagination-wrapper {
        margin-bottom: 20px;
    }
}
.pagination-btn-page {
    display: inline-block;
    width: 39px;
    height: 39px;
    background: rgb(251, 251, 251);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 27px;
    text-align: center;
    text-decoration: none;
    margin-right: 12px;
    cursor: pointer;
}
.pagination-page-number {
    font-family: "Arial AMU Bold";
    font-size: 14px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 23px;
    color: rgb(153, 153, 153);
}
.pagination-btn-page.active {
    pointer-events: none;
}
.pagination-btn-page.active > .pagination-page-number {
    color: rgb(33, 33, 33);
}

#bookmarks-event .bookmark-items .news-item {
    display: none;
}

#bookmarks-blitz .alert-items .news-item {
    display: none;
}

@media screen and (max-width: 767px) {
    .shesht-profile-wrap .alert-items.bookmark-items .news-item {
        margin: 0;
        margin-bottom: 10px;
    }
    #bookmarks-blitz .alert-items {
        margin-left: -15px;
        margin-right: -15px;
    }
    #bookmarks-post .alert-items.bookmark-items {
        margin-left: -15px;
        margin-right: -15px;
    }
    #posts-publish .news-item {
        margin-bottom: 10px;
    }
}

.news-item .full-width {
    width: 100%;
    padding-right: 0px;
}
.news-item-left.full-width .add-bookmark-link.bookmark_to_corner {
    top: 0px;
    right: -10px;
}

@media screen and (max-width: 750px) {
    #bookmarks-post .news-item .news-item-right.with-bookmark .news-item-image-inner {
        margin-top: 25px;
    }
}

.notification-block .alert-item-wrapp .meta-info .shesht-comments-list {
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .page-news .content .terms-items {
        padding: 3px 15px 15px;
    }

    #feed-today .news-item-left .terms-items {
        padding: 0px 0px 0px;
    }
}

@media screen and (max-width: 600px) {
    #columns_tab-posts .profile-sub-tabs-nav .page_profile {
        margin-bottom: -15px;
    }
}

.qa_ads_single {
    margin-bottom: 90px;
}
#feed-today .news-items .news-item .news-item-image-inner {
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .qa_ads_single {
        margin-bottom: 55px;
    }

    #feed-today .news-item-full .news-item-left {
        padding-bottom: 5px;
    }
}

.notification-block_nologin {
    /* right: 219px; */
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
    .notification-block_nologin {
        top: 62px;
    }
}

@media (max-width: 750px) {
    .notification-block_nologin {
        right: -35px !important;
    }
}


.sidebar .exclusive-block .sidebar-block-title h2 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}

.news-similar-new .mobile-one-line-tags .terms-items {
    padding: 0;
}

.meta-items-r .fvc-view span {
    margin-top: 0.5px;
}

@media screen and (max-width: 750px) {
    .community-article figcaption {
        padding: 10px 15px 0;
    }
    .wp-block-image figcaption {
        padding: 0px 15px 0;
    }
    .wp-block-embed-youtube.wp-block-embed.is-type-video > figcaption {
        padding: 10px 15px 0;
    }
    .wp-block-embed-youtube.wp-block-embed.is-type-video .wp-block-embed__wrapper {
        margin-bottom: 0px
    }
}

.news-items .community-loop-item-mob-padding .community-item-head .news-item-right .news-item-image-container {
    /*margin-top: 40px;*/
}

.community-loop-item .community-item-head .news-item-right-community-mob {
    display: block;
    margin-left: auto;
}
@media screen and (min-width: 769px) {
    .community-loop-item .community-item-head .news-item-right-community-mob {
        display: none;
    }
}
.community-loop-item .community-item-head .news-item-right-community-pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .community-loop-item .community-item-head .news-item-right-community-pc {
        display: none;
    }
}

#content .content .pb-30 {
    padding-bottom: 0px;
}

#content .content figcaption a {
    text-decoration: none;
    color: #616161;
}

.new-alert-item .meta-info .meta-alert .open-close span {
    color: rgb(245, 87, 16)!important;
    background: rgba(245, 87, 16, 0.1)!important;
}
.new-alert-item .meta-info .meta-alert a.mailing_link_btn_small {
    color: rgb(245, 87, 16)!important;
    background: rgba(245, 87, 16, 0.1)!important;
}
.alert-item-mailing .meta-info .meta-alert .time {
    margin-top: 0px
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 53%;
}

@media only screen and (max-width: 1200px) {
    #header {
        height: 54px;
    }
    
    #logo {
        height: 54px;
        width: 100px;
    }

    .header-wrapp .box-container {
        width: 100%;
        padding-left: 58px !important;
        padding-right: 16px !important;
    }



}

.shesht-profile-header-top div.loadimgdtb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    height: 32px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    padding: 0 15px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    max-width: 198px;
    margin-left: auto;
}
.shesht-profile-header-top .loadimgdtb svg {
    margin-right: 5px;
}

.new_post-footer .add-post-draft-clk {
    border-bottom: dotted 1px rgb(101, 101, 101)!important;
    color: #6c757d9e;
}
.new_post-footer .add-post-draft-clk.active {
    color: #6c757d;
}

.new_post-footer > a.add-post-draft-saved {
    position: relative;
    margin-right: 45px;
}
.add-post-draft-saved img {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
}

.cdxcarousel-wrapper {
    margin-left: -25px;
    margin-right: -25px;
}

@media (max-width: 767px) {
    .cdxcarousel-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.cdxcarousel-leftBtn img {
    max-width: 20px;
    max-height: 20px;
}
.cdxcarousel-rightBtn img {
    max-width: 20px;
    max-height: 20px;
    transform: rotate(180deg);
}
.redactor_cross {
    max-width: 20px;
    max-height: 20px;
}

.redactor_progress_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 35%;
    background: #00b403;
    opacity: 0;
    transition: all .3s;
}

.content p i {
    font-style: italic;
}
.image-tool__caption[contentEditable="true"][data-placeholder]:empty::before {
    color: #BABABA;
}

@media screen and (max-width: 750px) {
    .main-menu li a {
        padding-left: 10px;
    }

    .blog-menu .main-menu li a {
        font-size: 14px !important;
        white-space: nowrap !important;
        color: #656565 !important;
    }

    .blog-menu .main-menu li.active a {
        font-weight: bold !important;
    }
}

/* EDITOR.JS */

input.cdxcarousel-caption,
input.cdxcarousel-caption::placeholder {
    color: #999;
}

/* Замена NAKED AWESOME от Руслана */
.fa-chevron-down {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/shesht/assets/images/icons/chevron-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-style: normal; /* убрать влияние шрифта */
}
.fa-chevron-down:before {
    content: none !important;
}

figure.wp-block-image img {
    width: 100%;
    height: auto;
    max-width: 100% !important;
    aspect-ratio: attr(width) / attr(height);
    object-fit: cover;
    display: block;
}
  .wp-block-video video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }

/* Центрируем подписи к картинкам только в шаблоне extended-post */
.extended-post .wp-block-image figcaption {
    text-align: center !important;
}

@media only screen and (min-width: 751px) {
section#content:has(> .extended-post) {
  padding: 40px 0 60px 0;
}
}

/* Добавил Руслан, патч скачка главного изображения Сообщества */
body.single-community .post-image-inner.image-long {
    height: auto !important;
    min-height: 1px;
}
body.single-community .post-image-inner.image-long img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}
body.single-community .post-image-inner.image-long a {
    background: none !important;
    max-height: none !important;
    padding-bottom: 0 !important;
}

/* растягиваем на 100% картинки в Extendet и делаем слайдер поверх остальных */

.extended-post figure.figure-width-full.wp-block-image > a,
.extended-post figure.figure-width-full.wp-block-image > figure > a {
  min-width: 100%;
}
.extended-post .wp-block-image>a, .wp-block-image>figure>a {
  min-width: 100%;
}

.sl-wrapper.simple-lightbox {
  z-index: 9999 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image>a, .wp-block-image>figure>a {
  min-width: 100%;
}

/* Кнопка наверх, только desktop */
/* База: кнопка фиксирована, но по умолчанию невидима (плавное появление) */
.to-top{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 100vh;             /* чтобы не зависеть от высоты родителя */
  display: flex;             /* базово включаем — видимость управляет opacity */
  align-items: center;
  justify-content: center;
  background: #f2f2f2e6;
  color: #000;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  z-index: 1000;

  /* скрытие по умолчанию, пока нет is-visible */
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease;
}

/* Появляется, когда JS добавляет класс */
.to-top.is-visible{
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Ховер */
.to-top:hover{
  background: #ebebeb;
  color: #000;
}

/* Показываем только на ≥1400px, на меньших — полностью убираем из потока */
@media (max-width: 1399.98px){
  .to-top{ display: none !important; }
}


/* Скрыть техн. textarea при редактировании/ответе */
.shesht-comments-block-form_area__text_hidden,
.shesht-comments-block-form_area__text__hidden,
.shesht-comments-block-form-area__text_hidden,
.shesht-comments-block-form-area__text__hidden{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important; height:1px !important;
  overflow:hidden !important; padding:0 !important; border:0 !important;
  pointer-events:none !important;
}

/****** Стили для нового футера от Alex, которые я поправил *******/

.footer-data-top,
.footer-data-middle-info,
.footer-data-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-data-bottom {
    padding-bottom: 40px;
    align-items: center;
}

.footer-data-middle {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* было 100vw → даёт горизонтальный скролл; делаем 100% */
.footer-data-middle hr {
    width: 100%;
    height: 1px;
    background: rgba(26, 26, 26, 0.08);
    margin-top: 24px;
    margin-bottom: 24px;
    border: none;
}

.footer-menu li a {
    font-family: 'Arial AMU Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 26, 26, 0.6);
    padding-left: 8px;
    padding-right: 8px;
}

/* Явный ховер, чтобы не конфликтовать с прежним — мягче и предсказуемо */
.footer-menu li a:hover {
    color: rgba(26, 26, 26, 0.8);
    text-decoration: none;
}

footer {
    padding-top: 60px;
    width: 100%;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
    background: rgba(242, 242, 242, 1);
}

.footer-menu li {
    padding-left: 0;
    padding-right: 0;
}

.footer-text {
    max-width: 533px;
    width: 100%;
}

.footer-text h4 {
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 24px;
    font-family: 'Arial AMU Bold', sans-serif;
}

.footer-text span {
    width: 100%;
    font-size: 16px;
    font-family: 'Arial AMU Regular', sans-serif;
    line-height: 24px;
    color: rgba(26, 26, 26, 0.4);
}

.footer-app-block {
    max-width: 500px;
    width: 100%;
    margin: 0;
}

.copyright {
    font-family: 'Arial AMU Regular', sans-serif;
    color: rgba(26, 26, 26, 0.6);
    font-size: 14px;
    line-height: 20px;
}

.footer-social .social-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
}
.footer-social .social-link a img,
.footer-social .social-link a svg { display: block; }

/* Мобильная раскладка футера до 768px включительно */
@media (max-width: 768px) {
  /* Ряды футера — в колонку и по центру */
  .footer-data-top,
  .footer-data-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-data-middle-info {
    flex-direction: column-reverse;
    align-items: center;
  }

  /* Дочерние блоки центрируем и растягиваем */
  .footer-data-top > *,
  .footer-data-middle-info > *,
  .footer-data-bottom > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* ЛОГОТИП */
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2px;      /* отступ снизу, чтобы не прилипал к меню */
    width: auto;              /* на всякий случай */
  }
  .footer-logo img,
  .footer-logo svg {
    display: block;
    max-width: 140px;         /* можно подправить под макет */
    height: auto;
  }

  /* МЕНЮ внутри .menu-menu-sidebar-container */
  .menu-menu-sidebar-container {
    width: 100%;
    margin-top: 8px;
  }
  /* ul#menu-menu-sidebar имеет класс .footer-menu grid — раскладываем в столбик */
  .menu-menu-sidebar-container .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 20px;
  }
  .menu-menu-sidebar-container .footer-menu li {
    width: 100%;
    text-align: center;
  }
  .copyright {
    text-align: center;
    margin-top: 26px;
  }
  .menu-menu-sidebar-container .footer-menu li a {
    display: block;
    height: auto;             /* убираем фикс. 40px из базовых стилей */
    line-height: 1.4;
    padding: 8px 0;
    margin: 0;
  }

  /* Косметика для остальных элементов */
  .footer-navigation { border: none; }
  footer { padding-top: 48px; }

  .footer-menu li { width: 120px; }               /* если используется старый блок меню */
  .footer-menu ul {
    display: flex; flex-direction: column; align-items: center;
    width: 120px; margin-left: auto; margin-right: auto;
  }
  .footer-menu li a { margin-right: 13px; }

  .footer-app-block {
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .footer-text,
  .footer-text h4,
  .footer-text span { text-align: center; }

  .footer-data-bottom {
    padding-top: 0;
    flex-direction: column-reverse;
  }

  .footer-data-top,
  .footer-data-middle-info,
  .footer-data-bottom {
    gap: 0px; /* поменяй число при необходимости */
  }

  /* Фоллбэк, если где-то flex-gap не сработает */
  .footer-data-top > * + *,
  .footer-data-middle-info > * + *,
  .footer-data-bottom > * + * {
    margin-top: 0px;
  }
}



/* ===== Лучшие материалы (обновлённый дизайн) ===== */
.materials-section{
  padding:60px 0;
  background:#F2F2F2;
}
.materials-section__header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 0 48px;
}
.materials-section__title{
  font-size:40px;
  line-height:48px;
  font-weight:400;
}
.materials-slider__btn{
  display:flex;
  align-items:center;
  gap:12px;
}

/* Карточка */
.materials-slider__item{ height:466px; }
.materials-slider__item-img{
  height:260px;
  width:100%;
  margin:0;
  border-radius:0;
  display:block;
  overflow:hidden;
}
.materials-slider .owl-item img{
  border-radius:0;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  width:100%;
  height:100%;
  object-fit:cover;
}
.materials-slider__item-full{
  height:206px;
  box-sizing:border-box;
  background:#fff;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  padding:16px;
}
.materials-slider__item-data{
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 0 16px;
  margin:0;
  flex-wrap:nowrap;
}
.materials-slider__item-data span{ white-space:nowrap; }
.materials-slider__item-data hr{
  width:100%;
  height:1px;
  border:0;
  background:rgba(26,26,26,.08);
  margin:0;
}
.materials-slider__date-time{
  background:#F1F1F1;
  border-radius:6px;
  padding:4px 7px;
  color:rgba(26,26,26,.6);
}
.materials-slider__item-title{
  font-size:20px;
  line-height:24px;
  color:#1A1A1A;
  padding:0;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  height:72px;
  overflow:hidden;
  font-weight:400;
}

/* мобильные правки только для слайдера */
@media (max-width:470px){
  .materials-section{ padding:32px 0; }
  .materials-section__header{ padding-bottom:26px; }
  .materials-slider__item{ height:410px; width:320px; margin-left:0; }
  .materials-slider__item-img{ height:200px; }
  .materials-slider__item-full{ height:210px; }
}

.materials-slider__btn-prev,
.materials-slider__btn-next{
  width: 48px;
  height: 48px;
  border-radius: 50%;   /* идеальный круг */
}

/* Резиновый заголовок */
.materials-section__title{
  font-size: clamp(22px, 2.2vw + 18px, 40px);
  line-height: 1.2; /* вместо фиксированных 48px */
  font-weight: 400; /* как было */
}

@media (max-width: 767px){

  .materials-slider .owl-stage-outer{ 
    padding-left:15px; 
  }

  .materials-section__title{
    flex: 1 1 auto;
    text-align: center;
    margin: 0;
  }

}

@media (min-width: 768px){               /* на десктопе у тебя ряд, на мобиле колонка */
  .footer-app-block{
    align-self: center;                  /* вертикальный центр относительно самой высокой колонки */
  }
}

/* бейджи стора не ломают строку: сжимаются, но не растягиваются больше половины контейнера */
.footer-app-block .right .wrap-app_link{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:nowrap;    /* держим рядом */
  min-width:0;         /* важно, чтобы контейнер мог ужаться */
}

.footer-app-block .right .wrap-app_link a{
  flex:0 0 auto;
  max-width:calc((100% - 12px)/2);   /* каждый линк не шире половины строки */
}

.footer-app-block .right .wrap-app_link img{
  display:block;
  height:auto;                       /* переопределяем height атрибут */
  max-width:100%;                    /* не шире ссылки-контейнера */
}

/* на совсем узких — разрешаем перенос (чтобы избежать скролла) и ещё чуть ужимаем */
@media (max-width:380px){
  .footer-app-block .right .wrap-app_link{ flex-wrap:wrap; }
  .footer-app-block .right .wrap-app_link a{ max-width:100%; }
  .footer-app-block .right .wrap-app_link img{ width:clamp(72px, 48vw, 108px); }
}

