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

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

#scrollup-master {
    -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;
}

.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;
}

.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;
}

/*
.wp-block-pullquote blockquote p:after,
.wp-block-pullquote blockquote p:before {
     font-size: initial;
    line-height: initial;
    display: inline !important;
    vertical-align: top;
}
.wp-block-pullquote blockquote p:before {
    content: '\00ab';
}
.wp-block-pullquote blockquote p:after {
    content: '\00bb';
    clear: none;
    opacity: 1;
}*/


.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;
}

.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;
}

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

a {
    color: inherit;
}

.body p a,
.body ul a,
.body ol a {
    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;
}

/**************************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;
    padding: 40px;
    margin-bottom: 30px;
}

.body blockquote p {
    font-family: 'Arial AMU Bold', sans-serif;
    font-size: 22px;
    line-height: 32px;
    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 p:after {
    display: none;
} */

.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;
    line-height: 20px;
    color: #999;
    text-align: left;
    margin: 0;
    padding: 10px 20px 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: 60px;
    background: #1A1A1A;
    float: none !important;
}

@media (max-width: 750px) {

}

.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: 750px) {
    .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;
}

#language-switcher {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 1px solid #444444;
    background: #212121;
    border-radius: 12px;
    margin: 0 10px;
}

#language-switcher:hover {
    background-color: #f55710;
}

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

.main-menu {
    padding: 0 10px;
    font-family: 'Arial AMU Regular', sans-serif;
}


.main-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;
}

.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;
}

/**********************************************************/
/*************************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 {
    /*    overflow: hidden;*/
    min-height: 100%;
    /*padding-top: 60px;*/
    box-sizing: border-box;
}

/* section#main-content:after {
    display: block;
    content: "";
    clear: both;
    height: 145px;
} */

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

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

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

.page-news #ss-floating-bar {
    /*display: block !important;*/
}

.sidebar {
    width: 380px;
}

.title {
    height: 35px;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    line-height: 20px;
    padding-bottom: 15px;
    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: 10px 20px 20px;
}

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

.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;
}

.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 15px;
    height: auto;
    padding: 20px 10px !important;
}
}

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

.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%;

    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;
}

@media (max-width: 767px) {
    .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;
}

.video-wrap {
    position: relative;
    padding-bottom: calc(55% + 40px);
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.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;
    margin-bottom: 20px;
    position: relative;
}

.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 12px;
    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-family: 'Arial AMU Bold', sans-serif;
}

/***********************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;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    transition: .4s ease-in-out all;
}

.sidebar-block-title .collapse-button {
    justify-content: flex-end;
    text-align: right;
}

.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: 80px;
}

.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% - 80px);
    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 {
    /* height: 60px; */
    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;
}

.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;
}

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

@media (max-width: 1430px) {
    .footer-age-caption {
        width: auto;
        flex-grow: 3;
        flex-shrink: 1;
        padding-left: 30px;
    }
}

@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;
    }
    .nav-link {
        padding: 5px;
    }
}

@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-navigation {
        display: none;
    }

    .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;
}

#scrollup-master {
    background: white;
    width: 50px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    justify-content: center;
    display: flex;
    align-items: center !important;
    top: 90%;
    transform: translateX(-2px);
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

#scrollup-master > svg {
    position: absolute;
}

#scrollup-master:hover {
    background: #f55710;
}

#scrollup-master:hover > svg > path {
    fill: white;
}

.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: 1000px) {
    .footer-social {
        margin-top: 10px;
        width: 100%;
    }

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

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

    .box-container {
        width: 100%;
    }

    .body iframe {
        /* max-width: 100%!important;
        min-width: 0!important; */
        /*width: 100%!important;*/
        /*width: calc(100% - 100px)!important;*/
    }

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

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

    #scrollup-master {
        display: none !important;
    }

    #scrollup-master:hover > svg > path {
        fill: black;
    }

    #scrollup-master:hover {
        background: white
    }

    .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;
    }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
    #scrollup-master {
        top: initial;
        left: initial;
        right: 30px;
        bottom: 30px;
        transform: initial;
        -webkit-tap-highlight-color: transparent;
    }

    #scrollup-master:hover > svg > path {
        fill: black;
    }

    #scrollup-master:hover {
        background: white
    }
}

/* 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: 90%;
    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-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: 750px) {
    #ss-floating-bar {
        display: none !important;
    }
}

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


#ss-floating-bar .ss-facebook-color {
    background-color: transparent;
}

span.wr-wthr-wdt-widget-exchange-rate-text__correction {
    font-size: 14px;
}

span.wr-wthr-wdt-widget-exchange-rate-text__current {
    font-size: 17px;
}

.wr-wthr-wdt-widget-exchange-rate__currency-symbol {
    font-family: "Arial AMU Bold", sans-serif;
    font-size: 22px !important;
    width: 44px !important;
    height: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 1px grey;
    margin-right: 7px;
}

#ss-floating-bar .ss-facebook-color,
#ss-floating-bar .ss-twitter-color,
#ss-floating-bar .ss-telegram-color,
#ss-floating-bar .ss-bookmark-color,
#ss-floating-bar .ss-shareall-color,
#ss-floating-bar .ss-vk-color {
    border-radius: 50% !important;
    border: 2px solid #F7F7F7 !important;
    box-sizing: border-box;
    background-color: white !important;
    transition: none !important;
}

#ss-floating-bar .ss-facebook-color:hover {
    background: #3B5998 !important;
}

#ss-floating-bar .ss-vk-color:hover {
    background: #42648b !important;
    transition: none;
}

#ss-floating-bar .ss-facebook-color:hover i {
    color: white !important;;
}

#ss-floating-bar .ss-vk-color:hover i {
    color: white !important;
    transition: none;
}

#ss-floating-bar .ss-facebook-color i {
    color: #3B5998 !important;
}

#ss-floating-bar .ss-vk-color i {
    color: #42648b !important;
    transition: none;
}

#ss-floating-bar .ss-facebook-color:hover i {
    color: white !important;
}

#ss-floating-bar .ss-vk-color:hover i {
    color: white !important;
    transition: none;
}

#ss-floating-bar .ss-vk-color:hover .ss.ss-vk:after {
    background-color: transparent !important;
    transition: none;
}

#ss-floating-bar .ss-vk-color:hover .ss.ss-vk:before {
    color: #FFFFFF;
    transition: none;
}

.ss-twitter {
    color: #55acee;
}

#ss-floating-bar .ss-twitter-color {
    color: #55ACEE !important;
    background-color: transparent;
}

#ss-floating-bar .ss-twitter-color:hover {
    background: #55ACEE !important;
}

#ss-floating-bar .ss-twitter-color:hover i {
    color: #ffffff;
}

#ss-floating-bar .ss.ss-telegram:before {
    content: "\f3fe";
    font-size: 20px;
    font-family: "Font Awesome 5 Brands"!important;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    color: #31A8DC;
}

#ss-floating-bar .ss.ss-telegram:hover:before {
    color: white !important;
}

#ss-floating-bar .ss.ss-telegram:after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: white;
    z-index: 1;
    border-radius: 25px;
}

#ss-floating-bar .ss.ss-telegram:hover:after {
    background: #31A8DC !important;
}

#ss-floating-bar .ss.ss-vk:before {
    content: '\f189';
    font-size: 20px;
    font-family: "Font Awesome 5 Brands"!important;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    color: #42648b;
    transition: none;
}

#ss-floating-bar .ss.ss-vk:after {
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: white;
    z-index: 1;
    transition: none;
}

#ss-floating-bar .ss-bookmark-color + .ss-share-network-tooltip {
    top: calc(50% - 18px);
}

#ss-floating-bar .ss.ss-bookmark:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://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://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;
}

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

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

/*social bottom block*/
.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: block;
    background: white;
    /* border-radius: 50%; */
    border: 1px solid #E5E5E5;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}

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

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

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

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

.shesht-social-sharing-block_icon_twitter:after {
    content: '\e08d';
    font-size: 16px;
    color: #55ACEE;
    font-family: socialsnap;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shesht-social-sharing-block_icon_twitter:hover {
    background: #55ACEE;
}

.shesht-social-sharing-block_icon_twitter:hover:after {
    color: white;
}

.shesht-social-sharing-block_icon_bookmark:hover:after, .shesht-social-sharing-block_icon_bookmark.active:after {
    background-image: url(https://naked-science.ru/wp-content/themes/shesht/assets/images/icons/bookmark-filled-red.svg);
}

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

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

.shesht-social-sharing-block_icon_facebook:after {
    content: '\e028';
    font-size: 16px;
    color: #3B5998;
    font-family: socialsnap;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shesht-social-sharing-block_icon_facebook:hover {
    background: #3B5998;
}

.shesht-social-sharing-block_icon_facebook:hover:after {
    color: white;
}

.shesht-social-sharing-block_icon_vk:after {
    content: '\f189';
    font-size: 16px;
    color: #42648b;
    font-family: "Font Awesome 5 Brands" !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shesht-social-sharing-block_icon_vk:hover {
    background: #42648b;
}

.shesht-social-sharing-block_icon_vk:hover:after {
    color: white;
}

.shesht-social-sharing-block_icon_print:after {
    content: '\f02f';
    font-size: 16px;
    color: #323b43;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
}

.shesht-social-sharing-block_icon_print:hover {
    background: #323b43;
    color: #ffffff;
}

.shesht-social-sharing-block_icon_print:hover:after {
    background: #323b43;
    color: #ffffff;
}

.shesht-social-sharing-block_icon_envelope:after {
    content: '\f0e0';
    font-size: 16px;
    color: #323b43;
    font-family: "Font Awesome 5 Free"  !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
}

.shesht-social-sharing-block_icon_envelope:hover {
    background: #323b43;
    color: #ffffff;
}

.shesht-social-sharing-block_icon_envelope:hover:after {
    background: #323b43;
    color: #ffffff;
}

.shesht-social-sharing-block_icon_share:after {
    content: '\e900';
    font-size: 16px;
    color: #323b43;
    font-family: socialsnap !important;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
}

.shesht-social-sharing-block_icon_share:hover {
    background: #323b43;
    color: #FFFFFF;
}

.shesht-social-sharing-block_icon_share:hover:after {
    color: white;
    background: #323b43;
}

.shesht-social-sharing-block_icon_plus:after {
    content: '\e90b';
    font-size: 16px;
    color: #323b43;
    font-family: socialsnap;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shesht-social-sharing-block_icon_close:after {
    content: '\e90f';
    font-size: 16px;
    color: #323b43;
    font-family: socialsnap;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shesht-social-sharing-block_icon_plus:hover {
    background: #F7F7F7;
}

.shesht-social-sharing-block_icon_close:hover {
    background: #F7F7F7;
}

.shesht-social-sharing-block_icon_facebook:hover:after {
    color: white;
}

.shesht-social-sharing-block_icon_telegram:after {
    content: '\f2c6';
    font-size: 32px;
    height: 32px;
    width: 32px;
    font-family: "Font Awesome 5 Brands" !important;
    position: absolute;
    color: white;
    font-family: socialsnap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 0px;
    top: 0px;

}

.shesht-social-sharing-block_icon_telegram:hover:after {
    color: #31A8DC;
}

.shesht-social-sharing-block_icon_telegram:hover:before {
    background: white;
}

.shesht-social-sharing-block_icon_telegram:before {
    content: '';
    width: 19px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #31A8DC;
    z-index: 1;
}

.shesht-social-sharing-block_icon_plus:hover {
    background: #F7F7F7;
}

.shesht-social-sharing-block_icon_facebook:hover:after {
    color: white;
}


/* .shesht-social-sharing-block-item__icon:hover {
    background:#fff;
} */

.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: flex;
    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;
}

.ss-popup-overlay .ss-telegram-color {
    background: #31A8DC;
}

.ss-popup-overlay .ss-telegram {
    position: relative;
    font-family: FontAwesome !important;
}

.ss-popup-overlay .ss-telegram:after {
    content: '\f2c6';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: white;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .shesht-social-sharing-block {
        padding-top: 0;
        padding-bottom: 20px;
        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_facebook:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_twitter:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_plus:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_close:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_vk:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_print:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_envelope:after {
        width: 30px;
        height: 30px;
    }

    .shesht-social-sharing-block_icon_share:after {
        width: 30px;
        height: 30px;
    }

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

    .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;
}

/*language switcher*/

#language-switcher {
    position: relative;
}

#language-switcher:before {
    position: absolute;
    content: 'Ա';
    font-size: 14px;
    left: 8px;
    top: -3px;
}

#language-switcher:after {
    position: absolute;
    content: 'A';
    font-size: 14px;
    bottom: -4px;
    right: 10px;
}

/*page correction*/
section#content {
    padding: 40px 0 60px 0;
}

.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: center;
    align-items: center;
    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: 1px;
        height: 22px;
    }
}

@media screen and (max-width: 750px) {
    .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;
    }

    #logo {
        height: 54px;
        width: 100px;
    }

    #header {
        height: 54px;
    }

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

    .title {
        /* padding-bottoM: 5px !important; */
        /*width: calc(100% - 36px) !important;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        box-sizing: border-box;
        padding-bottom: 0 !important;
        /* height: 30px; */
        margin-right: 15px;
        margin-left: 15px;
    }

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

    #ss-floating-bar {
        display: none;
    }

    .title .meta-items {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px;
        font-size: 12px;
    }

    .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 13px;
    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: 750px) {
    .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;
        border-radius: 0 0 8px 8px;
        border: 1px solid #E5E5E5;
        border-top: none;
    }

    .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: 17px;
        line-height: 24px;
    }

    .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;
    }
}

@media screen and (max-width: 600px) {
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top {
        height: auto;
    }

    .footer-navigation {
        border-top: 1px solid #e6e6e6;
        padding-top: 20px;
        width: 100%;
    }

    .footer-menu li {
        padding: 0;
        margin-bottom: 5px;
        flex: 0 0 100%;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .sidebar {
        display: none;
    }

    .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;
    }

    /*div#shesht-other-news-block {*/
    /*width: calc(100% - 30px);*/
    /*box-sizing: border-box;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*}*/
    .title {
        /*padding-left: 35px;*/
        /*padding-bottoM: 5px !important;*/
        /*width: calc(100% + 40px) !important;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        box-sizing: border-box;
        padding-bottom: 0 !important;
        height: auto;
        /*margin-left: -20px;*/
        margin-bottom: 20px;
    }

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

.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: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));*/
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /*background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
    /*background: -ms-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-image: url(/wp-content/themes/shesht/assets/images/all-articles-icon.svg);*/

    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: center left 20px;

    /*padding-left: 40px !important;*/
}

.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: 8px;
    height: 8px;
    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;
}


.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: 1300px) {
    #content .page-inner.grid {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .sidebar {
        min-width: 380px;
    }

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

    .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;
}

.home #scrollup-master {
    left: 20px !important;
}

.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: 140px;
}

.page-inner {
    width: 100%;
}

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

    .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;
        width: 100%;
    }

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

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

    .header-navigation {
        display: none;
    }

    .mobile-click {
        background-image: url(/wp-content/themes/shesht/assets/images/icons/baseline-menu.png);
        width: 24px;
        height: 24px;
        top: 15px;
        left: 15px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 5;
    }

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

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

    .mobile-box_menu {
	    margin: 0 10px;
/*
        background: #212121;
        box-sizing: border-box;
        padding-left: 7px;
        border-radius: 8px;
        padding-right: 7px;
*/
    }

    .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;
    }

    .post-template-default .content {
        box-sizing: border-box;
        padding-left: 0;
    }

    .open-hide {
        display: none;
    }

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

    #header .social-links {
        justify-content: flex-end;
        margin-right: 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: -6px;
}

.shesht-front-page-news-block-main .collapse-button i {
}

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

.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 .collapse-button > span {
        display: none;
    }

    .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;
    padding-top: 3px;
    flex-shrink: 0;
}

.commnets-count-single span {
    margin-left: 5px;
    line-height: 1;
}

.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;
    color: #999999;
    margin-left: 5px;
}

.fvc-view span {
    margin-left: 0;
    margin-right: 6px;
}


.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 {
        /*        position: fixed;*/
        /*        top: 20px;*/
        /*        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;
    }

    .sidebar {
        width: 100%;
        margin: 40px auto 0;
        box-sizing: border-box;
    }

    .content {
        padding-right: 0;
    }

    .content, .sidebar {
        max-width: 100%;
        width: 100%;
    }

    .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: 12px;
    }
}

.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 {
    color: #f55710;
}

.other-news-block-per .title-block .tabs .tab-item a:hover {
    text-decoration: underline;
}

.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;
}

#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;
    margin-left: 10px;
    display: none;
}
*/
.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-image-container {
    margin-top: 30px;
}

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

    body.page-template-page-columnists-article .commnets-count,
    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: 0;
    }

    .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;*/
        padding: 15px 10px;
        justify-content: space-between;
        margin-bottom: 10px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #E5E5E5;
        /*margin-bottom: 0;*/
        /*border-top: none;*/
        /*border-left: none;*/
        /*border-right: none;*/
        /*border-radius: 0;*/
    }

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

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

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

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

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

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

    .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: 15px;
    }

    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;
    }

    .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;
        padding-right: 15px;
    }

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

    .shesht-front-page-news-block-main .collapse-button {

    }


    .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;
    }

    /* .mobile-one-line-tags {
        max-height: 20px;
        overflow: hidden;
    }     */
    .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;*/
    }
}

/* @media screen and (max-width: 480px) {
    .news-item .terms-item:nth-child(3) {
        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 {
    /*border-radius: 50%;*/
    /*width: 90px;*/
    /*height: 90px;*/

    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: #ffffff;
    padding: 222px 48px 256px 48px;
    text-align: center;
}

.alerts .empty-alerts .bee {
    margin-bottom: 8px;
}

.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: 10px 20px;
}

.alert-item {
    text-decoration: none;
    display: flex;
    padding: 20px;
    border: 1px solid transparent;
    transition: .2s ease-in-out all;
    border-radius: 8px;
    background: #ffffff;
}

.alert-item:hover {
    cursor: pointer;
    transition: .2s ease-in-out all;
    border-color: #E5E5E5;
}

.alert-item.open,
.alert-item.active {
    border-color: #E5E5E5;
    background: #F7F7F7;
    /*border-bottom: none;*/
    border-bottom-color: transparent;
    border-radius: 8px 8px 0 0;
}

/*.alert-item-wrapp:last-child {*/
/*margin-bottom: 0;*/
/*}*/

.alert-item .img {
    margin-right: 10px;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 44px;
}

.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;
}

.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: #1A1A1A;
}

.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;
}

.alert-item .meta-info .meta-alert .open-close {
    display: flex;
    align-items: center;
}

.alert-item .meta-info .meta-alert .open-close 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;
}

.alert-item .meta-info .meta-alert .open-close .open {
    display: block;
}

.alert-item .meta-info .meta-alert .open-close .close {
    display: none;
}

.alert-item.open .meta-info .meta-alert .open-close .open {
    display: none;
}

.alert-item.open .meta-info .meta-alert .open-close .close {
    display: block;
}

.alert-item:hover .meta-info .meta-alert .open-close span {
    color: #1A1A1A;
}

.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:hover {
    cursor: pointer;
/*     transition: .2s ease-in-out all; */
/*     border-color: #E5E5E5; */
}

.alert-item-small.open {
/*     border-color: #E5E5E5;
    background: #F7F7F7;
    border-bottom: none;
    border-radius: 8px 8px 0 0; */
}

/*.alert-item-small-wrapp:last-child {*/
/*margin-bottom: 0;*/
/*}*/

.alert-item-small .img {
    margin-right: 20px;
    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: 17px;
    line-height: 24px;
    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;
}

.alert-item-small .meta-info a.disabled:hover {
    color: #1A1A1A;
}

.alert-item-small .meta-info .meta-alert {
    display: flex;
    justify-content: space-between;
}

.alert-item-small .meta-info .meta-alert .time {
    font-family: "Arial AMU Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.alert-item-small .meta-info .meta-alert .open-close {
    display: flex;
    align-items: center;
}

.alert-item-small .meta-info .meta-alert .open-close 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;
}

.alert-item .meta-info .meta-alert .open-close .open { display: block; }
.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;
}

.alert-item-small .meta-info .meta-alert .open-close .close {
    display: none;
}

.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;
}

.alert-item-small:hover .meta-info .meta-alert .open-close span {
    color: #1A1A1A;
}

.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-comments-list .shesht-comment-template:first-child {
    margin-top: 0;
} */

.alert-item-hidden .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;
}

.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: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 {
    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;
}

.delete-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: 12px 10px 9px 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: 767px) {
    .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;
    }

    .header-inner .user-header-meta-wrapp {
        display: none !important;
    }

    #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 {
        /* padding-right: 40px; */
        margin-bottom: 10px;
    }

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

    .mobile-box_menu {
/*
        margin-left: 5px;
        margin-right: 5px;
*/
    }

    .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;
    }

    .search-container.close.not-close {
        /*        right: auto;*/
    }

    .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;
    }
}

@media screen and (max-width: 750px) {
    .account-page {
        margin-top: -15px;
    }

    .meta-items {
        font-size: 12px;
    }

    .single-post .meta-items-l .meta-item:last-child {
        display: none;
    }

    .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;
    }

    .meta-item_author:after {
        display: none;
    }

    .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;
    }

    .alert-item-hidden .shesht-comments-list {
        margin-top: 0 !important;
        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;
    }

    /* .footer-menu {
        margin-bottom: 15px;
    } */
    .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;
    }
}


/* //////////////////////////// */
.journal-promo {
    background-color: #191818;
    margin-top: -40px;
    padding-top: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.journal-promo__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.journal-promo__content {
    margin-bottom: 135px;
    box-sizing: border-box;
}

.journal-promo__data {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.5)
}

.journal-promo__title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
    font-family: 'Arial AMU Bold', sans-serif;
    max-width: 200px;
}

.journal-promo__btns-wrap {
    display: flex;
    align-items: center;
}

.market-btn {
    width: 270px;
    height: 70px;
    border: 1px solid rgb(68, 68, 68);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
}

.market-btn:last-child {
    margin-right: 0;
}

.market-btn__icon {
    fill: #A8A8A8;
    transition: 0.4s ease;
    margin-right: 10px;
}

.market-btn:hover .market-btn__icon {
    fill: #F15A29;
}

.market-btn__title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Arial AMU Bold', sans-serif;
}

.market-btn__price {
    color: rgb(164, 164, 164);
    font-size: 16px;
}

.journal-promo__img-mobile {
    display: none;
}

.journal-promo__img-desktop {
    display: block;
    position: relative;
    max-width: 540px;
    width: 100%;
    height: 510px;
    margin-bottom: -25px;
    right: 51px;
}

.journal-promo__img-desktop-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 183px;
    width: 100%;
    z-index: 1;
}

.journal-promo__img-desktop-mobile-bg {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.journal-promo__img-desktop-mobile-img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    height: auto;
    object-fit: cover;
}

.journal-promo__img-desktop-tablet {
    position: absolute;
    bottom: 0;
    left: 155px;
    width: 390px;
}

.journal-promo__img-desktop-tablet-img {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: auto;
    object-fit: cover;
}

.journal-promo__img-desktop-tablet-bg {
    display: block;
    width: 100%;

}

/* //////////////////////////////// */

.journal-promo__img-mobile {
    display: none;
    position: relative;
    max-width: 328px;
    width: 100%;
    height: 346px;
}

.journal-promo__img-mobile-mobile {
    position: absolute;
    bottom: -20px;
    left: 0;
    max-width: 111px;
    width: 100%;
    z-index: 1;
}

.journal-promo__img-mobile-mobile-bg {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.journal-promo__img-mobile-mobile-img {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.journal-promo__img-mobile-tablet {
    position: absolute;
    bottom: 0;
    left: 55px;
    width: 236px;
}

.journal-promo__img-mobile-tablet-img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    object-fit: cover;
    object-position: 50% 0;
}

.journal-promo__img-mobile-tablet-bg {
    display: block;
    width: 100%;
}


@media screen and (max-width: 1370px) {
    .journal-promo__content {
        margin-bottom: 95px;
        margin-right: 30px;
    }

    .journal-promo__btns-wrap {
        /*display: block;*/
        display: flex;
    }

    .market-btn {
        /*margin-right: 0;*/
        /*margin-bottom: 10px;*/
        margin-right: 20px;
    }

    .market-btn:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 991px) {
    .journal-promo__img-desktop-tablet {
        left: 80px;
    }
}

@media screen and (max-width: 767px) {
    .journal-promo {
        margin-bottom: 24px;
    }

    .journal-promo__data {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .journal-promo__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
        text-align: center;
        max-width: 100%;
    }

    .journal-promo__btns-wrap {
        display: block !important;
    }

    .journal-promo__img-mobile-tablet {
        left: 75px !important;
    }
    .journal-promo__img-mobile {
        width: 310px !important;
    }
    .journal-promo__img-mobile-mobile-img {
        height: 98% !important;
        border-radius: 0 0 9px 9px !important;
    }

    .journal-promo__img-desktop {
        display: none;
    }


    .journal-promo__img-mobile {
        display: block;
        /* max-width: 100%; */
        margin: 0 auto 50px;
    }

    .journal-promo__content {
        margin-bottom: 40px;
        margin-right: 0;
        width: 100%;
        padding: 0 16px;
    }

    .market-btn {
        margin: 0 auto 10px;
    }

    .market-btn:last-child {
        margin: 0 auto 0;
    }

}

.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-data span:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #e5e5e5;
    margin: 0 8px;
    display: block;
    border-radius: 50%;
}

.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: 0 10px;
}

.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: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .materials-slider__item {
        width: 300px;
        min-height: 0;
    }

    .materials-slider__item:first-child {
        margin-left: 5px;
    }

    .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;

        display: none;
    }

    .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;
    }

}

@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;
    }

    .materials-section__title {
        font-size: 22px;
        line-height: 26px;
    }
}

.archive-menu li {
    margin-right: 20px;
}

.archive-menu li.active a {
    font-weight: 700;
}

.archive-menu li.active a:after {
    opacity: 1;
}

/* .archive-menu li:last-child{
    margin-right: 0;
} */

.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: 12px;
    border: 1px solid rgb(229, 229, 229);
    display: block;
    width: 100%;
    height: 54px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: rgb(153, 153, 153);
    text-decoration: none;
}

.all_articles_btn {
    margin-top: 20px;
}

.more_comments_button {
    width: 350px;
    margin: 20px auto 0;
}

.columnist-btn:hover, .all_articles_btn:hover, .more_comments_button:hover, .more_comments_btn_sidebar:hover {
    background-color: rgb(245, 87, 16);
    color: #fff;
    border-color: rgb(245, 87, 16);
}

.more_comments_btn_sidebar:focus{
    color: rgb(153, 153, 153);
    background-color: transparent;
    border-top: 1px solid rgb(229, 229, 229);
}

.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, .all_articles_btn {
        display: block;
        width: calc(100% - 20px);
        margin: 20px auto;
    }

    .all_articles_btn {
        width: calc(100% - 10px);
    }


    .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;
}

.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;
}

/* important */
/*.radio-btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px solid rgb(229, 229, 229);
}

.radio {
    width: 50%;
    min-height: 52px;
    cursor: pointer;
    display: block;
    position: relative;
}

.radio:first-child .wpcf7-list-item-label {
    border-radius: 8px 0 0 8px;
}


.radio:last-child .wpcf7-list-item-label {
    border-radius: 0 8px 8px 0;
}

.radio__bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.radio input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.radio span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    color: rgb(153, 153, 153);
    z-index: 1;
}

.radio input ~ span {
    border: 1px solid rgb(229, 229, 229);
    height: 50px;
    background-color: #fff;
}

.radio input:checked ~ span {
    color: #fff;
    background-color: #f55710;
    border-color: #f55710;
}

.radio-btns input[type="radio"] {
    display: none;
}

.modal-content .wpcf7 span {
    margin: 0;
}

.modal-content .wpcf7 label {
    padding: 0 !important;
}

.radio input:checked ~ .radio__bg {
    background-color: #f55710;
}*/

.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://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://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;
    }

    .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;
    }

    .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-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: 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: calc((100% - 12px) / 3);
    margin: 0 0 6px;
}

.events-filter__item:nth-child(3n-1) {
    margin-left: 6px;
    margin-right: 6px;
}

.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;
}

.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://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://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://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://naked-science.ru/wp-content/themes/shesht/assets/images/icons/date_range-mobile.svg);
}

.events-filter__wrap-date.changed:before {
    background-image: url(https://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://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;
}

.events-filter__date + .datepicker-inline {
    /*
        visibility: hidden;
        transform: scaleY(0);
        opacity: 0;
        transition: all .4s;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
    */
}

@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;
	}
	.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: 0px;
}

.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-comment-block {
    padding-bottom: 74px;
    position: relative;
}

.more_comments_btn_sidebar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid rgb(229, 229, 229);
    border-radius: 0 0 8px 8px;
}

.user-meta-arrow{
    background-image: url(https://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://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{
    background-image: url(https://naked-science.ru/wp-content/themes/shesht/assets/images/icons/icon-comment.svg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.user-logout-svg{
    background-image: url(https://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;
    }
}
/*
@media screen and (max-width: 750px){
    .sidebar-block-item:nth-child(n+5) {
      display:none;
    }
}*/

    .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;
}
.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: 16px;
    z-index: 9999;
    border-radius: 4px;
    line-height: 16px;
    top: 16px;
    margin-left: 18px;
}
  .notification-block{
    z-index: 100;
    position: absolute;
    top: 60px;
    right: 30px;
    display:none;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.1);
    width: 430px;
    
}

.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%;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
}
.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;
}

.nf-auth-text-hrefs{
    padding-bottom: 20px;
}

.nf-auth-text-hrefs p{
    margin-top: 24px;
    text-align: center;
    font-size: 12px;
    padding: 0px 30px;
}
.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: 50px;
    justify-content: center;
    text-align: center;
}
.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: 50px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 17px;
    font-family: "Arial AMU Bold";
    cursor: pointer;
}
.nf-footer-button a{
    color:black;
    text-decoration:none;
    cursor:pointer;
}
.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;
}
.nf-soc{
    width:40px;
    height:40px;
    border-radius: 12px;
    border: 1px solid rgb(229, 229, 229);
    background-color:white;
    position:relative;
    cursor:pointer;
}

.nf-vk:before{
    font-family: "Font Awesome 5 Brands" !important;
content: '\f189';
    color: #4680c2;
    font-size:20px;
    position: absolute;
    top: 25%;
    left: 20%;
}
.nf-fb::before{
    font-family: "Font Awesome 5 Brands" !important;
    content: '\f082';
    color: #4367b2;
    font-size:20px;
    position: absolute;
    top: 25%;
    left: 25%;
}
.nf-tw:before{
    font-family: "Font Awesome 5 Brands" !important;
    content: '\f099';
    color: #1da1f2;
    font-size:20px;
    position: absolute;
    top: 25%;
    left: 20%;
}
.nf-gg:before{
    font-family: "Font Awesome 5 Brands" !important;
content: '\f1A0';
    color: #db453a;
    font-size:20px;
    position: absolute;
    top: 25%;
    left: 25%;
}


.nf-vk:hover{
    background-color: #4680c2;
}
.nf-fb:hover{
    background-color: #4367b2;
}
.nf-tw:hover{
    background-color: #1da1f2;
}
.nf-gg:hover{
    background-color: #db453a;
}

.nf-vk:hover:before{
    color: white;
}
.nf-fb:hover:before{
    color:white;
}
.nf-tw:hover:before{
    color: white;
}
.nf-gg:hover:before{
    color: white;
}
.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;
}

.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;
}

.nf-line{
    /*width:100%;
    height:1px;*/
    /*background-color:rgb(232, 232, 232);*/
    /*background-color: #e8e8e8;*/
    width: 95%;
    height: 1px;
    background-color: #f8f8f8;
    margin: 0 0 0 auto;
}
.nf-body .alert-item{
border: 1px solid transparent;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 10px;
}

@media (max-width: 750px){
    .notification-counter{
        top: 14px;
    }
      .notification-block{
        width: 100%;
        position: absolute;
        top: 60px;
        right: 0;
        display:none;
    }
}

.toggle-comment{
    background: #fff !important;
    padding: 10px 0 0 0;
    margin-top: 5px;
    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;
}
/* 
.first-level-comment{
    padding-left: 0 !important;
}

.second-level{
    margin-left: 9px !important;
}

.second-level-button{
    margin-left: 0px !important;
} */

.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: 14px;
    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);
}

/*.shesht-comments-option {
    margin: 26px 0 16px 0;
    display: flex;
    justify-content: right;
    align-items: center;
}

#comments_by_option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f7f7f7;
  background-image: none;
}

#comments_by_option::-ms-expand {
  display: none;
}

.shesht-comments-option-select {
    position: relative;
    display: flex;
    width: 11em;
    height: 2em;
    line-height: 2.4;
    background: #f7f7f7;
    overflow: hidden;
}
#comments_by_option {
  flex: 1;
  padding: 0 .5em;
  color: #444;
  cursor: pointer;
}
.shesht-comments-option-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #f7f7f7;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: #ccc;
  font-size: 14px;
}
.shesht-comments-option-select:hover::after {
  color: #f39c12;
}*/


/*  Comment Karma-list styles */

.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: 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; 

    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.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;
    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{
    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 {
    /*background-color: #fff !important;*/
    /*border-radius: 6px !important;*/
    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;
    }
}

/*.ays-poll-id-5feb4c9deffd7.ays-minimal-theme .apm-choosing input[type="checkbox"]:checked + label, .ays-poll-id-5feb4c9deffd7.ays-minimal-theme .apm-choosing input[type="radio"]:checked + label, .ays-poll-id-5feb4c9deffd7.ays-minimal-theme .apm-choosing label.ays_enable_hover:hover {
    margin: 3px -11px !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: 750px) {
  #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;
  }
  .header-navigation-select.active .select-options a {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
  }
  .search-container.close .result-ajax-search.active {
    display: block;
  }
  .result-ajax-search {
    position: absolute;
    background: #1a1a1a;
    border-radius: 0 0 8px 8px;
    width: 100vw;
    z-index: 999;
    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;
  }
  .user-menu-select {
    position: absolute;
    background: #1a1a1a;
    border-radius: 0 0 8px 8px;
    min-width: 216px;
    z-index: 999;
    right: 0;
    top: 100%;
    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: 10px;
  margin-bottom: 10px;
  z-index: 99999;
  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: 750px) {
    .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: 12px;
    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: 90px 560px auto;*/
    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;
    border-bottom: 1px solid #E5E5E5;
    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: 20px;
    padding-bottom: 15px;
    position: relative;
    /*font-family: "Arial AMU Bold", sans-serif;*/
}

.shesht-author-block__nav a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

.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;
}

.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: #A4A4A4;
}

.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;
    }
}

.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: 40px 40px;
  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;

    height: 148px;
}

.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.2em;
  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: 720px) {

    .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;
  }

  body.page-template-profile-new .shesht-columns-block__news-tab {
    margin-bottom: 20px;
  }

  .comment-pager-wrapper{
    margin-bottom: 20px;
}

  #columns_tab-comments.shesht-columns-block__news-tab {
    margin: 0 -10px;
  }

  .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 {
    padding-left: 10px;
    margin-top: 20px;
  }

  .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: grid;
        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: 14px;
        margin-bottom: 10px;
    }

    .field-group__label.radio-label {
        margin-bottom: 29px;
    }

    .field-group br {
        display: none;
    }

    .field-group__input {
        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;
    }

    .header-navigation-select {
    display: none;
}

}

/* columnists  */

body.page-template-page-columnists-article .scrollup-button,
body.page-template-page-columnists-new .scrollup-button,
body.page-template-page-columnists-list .scrollup-button,
body.author .scrollup-button {
    /*left: 20px !important;*/
}

body.post-type-archive-magazine .scrollup-button#scrollup-master,
body.single-magazine .scrollup-button#scrollup-master {
    left: 55px !important;
}

@media screen and (max-width: 1400px) {
    body.page-template-page-columnists-article .scrollup-button,
    body.page-template-page-columnists-new .scrollup-button,
    body.page-template-page-columnists-list .scrollup-button,
    body.author .scrollup-button {
        left: 5px !important;
    }
}

/* 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: absolute;
        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 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;
}
.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: 460px){
	.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.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;
    }

	.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));
	}
	.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;
}
.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;
}

/*исправляем поле описания пользователя*/

#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);
}

/*нижний отступ в профиле*/

/*.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: 767px){
	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 -7px;
	}
	
}
/* колумнисты моб.версия */
@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 .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,
.header-navigation-bottom-box .hide-navigation {
    display: inline-block;
}

.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: 720px) {
    .header-navigation-bottom-box,
    .header-navigation-top {
        display: none;
    }

    .nav-link--live::before {
        margin-right: 5px;
    }
}

/* Сообщество (добавление новых постов) */

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-close {
    position: absolute;
    top: 0;
    right: -61px;
    border: 1px solid rgb(229, 229, 229);
    height: 40px;
    width: 40px;
    background: rgb(247, 247, 247);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    color: rgb(153, 153, 153);
    font-size: 32px;
}

.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-tags input {
    width: 100%;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    background: rgb(255, 255, 255);
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
}

.new_post-tags input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(153, 153, 153);
}

.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-wrapper a.add-post-draft,
.new_post-close {
    transition: all .15s ease-out 0s;
}

.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;
}