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

a:hover {
    text-decoration: none;
}

::selection {
    background: black;
    color: white;
}

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

::-moz-selection {
    background: black;
    color: white;
}

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

::-webkit-selection {
    background: black;
    color: white;
}

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

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

.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-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 Bold', 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: 20px;
}

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

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

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

.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 {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 56.25%;
    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;
    }
}

/***********************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-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%;
}

.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: 15px 20px;
    border-radius: 8px;
    margin-bottom: 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 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;
    }

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

.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: 30px;
    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 {
        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-position: center center;
    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: 23px !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: 31px;
    height: 29px;
    width: 30px;
    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: 1px;
    top: 1px;

}

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

    .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 {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.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 {
    margin-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__images-preview > img {
    max-width: 100px;
    max-height: 52px;
}

.shesht-comments-block-form__images-previews {
    display: flex;
    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;
}

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

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


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

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

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

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

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

}

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


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

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

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

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

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

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

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

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

li.hide-navigation li {
    display: block;
}

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

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

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

.mobile-menu {
    display: none;
}

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

.ads_single {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}

@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: 13px;
        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 {
        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-instagram.wp-block-embed > figcaption {
    max-width: 500px;
    box-sizing: border-box;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding-top: 0;
    font-size: 14px;
    color: #999999;
    margin-top: -2px;
}

.wp-block-embed-twitter.wp-block-embed > figcaption {
    max-width: 500px;
    box-sizing: border-box;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding-top: 0;
    font-size: 14px;
    color: #999999;
    margin-top: -2px;
}

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

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

.news-item-image-container {
    margin-top: 30px;
}

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

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

    .other-news-block.sidebar-block {
        margin-left: 5px;
        margin-right: 5px;
    }

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

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

.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 {
    border-color: #E5E5E5;
    background: #F7F7F7;
    border-bottom: none;
    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-hidden {
    display: none;
}

.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-right: 10px;
    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-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: block;
        margin-left: 5px;
    }

    #header.closed .user-image-mobile {
        display: none;
    }

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

    .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: 20px;
        margin: 0 5px;
    }

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

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

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

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

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

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

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

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

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

}

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

.archive-section__nav-item.active {
    color: rgb(33, 33, 33);
    border: 1px solid rgb(229, 229, 229);
}

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

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

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

.fiedl-group__textarea::placeholder {
    color: #999999;
}

.radio-btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*border-radius: 8px;*/
    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;
}

.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; 
}
.ads_single_header img{
    max-width: 100%;
}

@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__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: 21px;
    color: #999999;

    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.notification-settings__wrap-check {
    width: 65px;
}

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

@media screen and (max-width: 750px){
    .sidebar-block-item:nth-child(n+5) {
      display:none;
    }
}