/*
Theme Name:   nedra
Theme URI:    https://flamingodesign.ru
Author:       Flamingo Design
Author URI:   https://flamingodesign.ru
Version:      1.0.0
Text Domain:  nedra
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Source+Serif+4&display=swap');
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #444;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #ddd;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #000;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 8px;
  background-color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #444;
}

img {
  vertical-align: middle;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Source Sans 3', sans-serif;
  color: #19191C;
  position: relative;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: none;
  font: inherit;
  line-height: inherit;
}

.container {
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row_5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row_10 {
  margin-left: -10px;
  margin-right: -10px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.row_5:before,
.row_5:after,
.row_10:before,
.row_10:after {
  content: " ";
  display: table;
  clear: both;
}

.clr {
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.wpcf7-validation-errors {
  border: none;
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #ad0808;
  font-weight: 700;
}

.wpcf7-mail-sent-ok {
  border: none;
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #7fd353;
  font-weight: 700;
}

.wpcf7-not-valid-tip {
  border: none;
  float: left;
  width: 100%;
  margin: 20px 0px 0px 0px;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #7b7272;
  font-weight: 700;
}

.wpcf7 .ajax-loader {
  display: none;
}

.screen-reader-response {
  display: none;
}

.owl-carousel {
  float: left;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

.owl-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  margin-top: -22px;
}

.owl-nav button {
  background: transparent;
  border: none;
}

.owl-dots button {
  border: none;
}

.owl-prev {
  cursor: pointer;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover {
  color: rgba(0, 0, 0, 0.3);
}

.owl-next {
  cursor: pointer;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.2);
  float: right;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-next:hover {
  color: rgba(0, 0, 0, 0.3);
}

.owl-dots {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  cursor: pointer;
  background: #000;
  margin-right: 10px;
  border-radius: 50%;
}

.owl-dot:last-child {
  margin-right: 0px;
}

.owl-dots .active {
  background: #fff;
}

.sidebar {
  width: 350px;
  background-color: #F5F4F2;
  padding: 28px 25px 25px 25px;
  position: fixed;
  overflow-y: auto;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.sidebar::-webkit-scrollbar-thumb:vertical {
  background-color: #e3e3e2;
}

.sidebar::-webkit-scrollbar {
  width: 1px;
}

.sidebar_date {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 15px;
}

.sidebar_box {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.sidebar_box:last-child {
  margin-bottom: 0px;
}

.no_bg {
  background-color: transparent;
}

.sidebar_title {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
}

.currency_block {
  float: left;
  width: 100%;
}

.currency_box {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 28, 0.05);
}

.currency_box:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.currency_box_title {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

.currency_box_title span {
  color: #828282;
  display: inline-block;
  font-size: 14px;
}

.currency_box_text {
  float: right;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.currency_box_text span {
  display: inline-block;
  font-size: 14px;
}

.sidebar_popular {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
}

.sidebar_popular a {
  color: #F5183F;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.sidebar_popular a:last-child {
  margin-bottom: 0px;
}

.sidebar_lastnews {
  float: left;
  width: 100%;
}

.sidebar_lastnews_box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.sidebar_lastnews_box:last-child {
  margin-bottom: 0px;
}

.sidebar_lastnews_box a {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #19191C;
  margin-bottom: 10px;
}

.sidebar_lastnews_box span {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #828282;
}

.sidebar_lastnews_box span a {
  color: #828282;
  width: auto;
  float: none;
}

.main_content {
  margin-left: 350px;
  position: relative;
  overflow: hidden;
  padding-top: 125px;
}

.sidebar_related {
  float: left;
  width: 100%;
  /*background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);*/
  border-radius: 20px;
  padding-bottom: 0px;
  min-height: 312px;
}


.sidebar_related .container-99259 {
    margin: 0px 0 !important;
}

.sidebar_related_title {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  padding: 20px 20px;
}

.sidebar_related_list {
  float: left;
  width: 100%;
}

.sidebar_related_box {
  float: left;
  width: 100%;
  padding: 0px 20px 20px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(25, 25, 28, 0.05);
}

.sidebar_related_box:last-child {
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
  border-bottom: none;
}

.short_news_text {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  font-size: 22px;
}

.short_news_img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.short_news_img img {
  max-width: 100%;
  height: auto;
}

.short_news_img_info {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Source Sans 3', sans-serif;
}

.short_news_img_info span {
  float: left;
  width: 100%;
  margin-top: 4px;
  color: #828282;
  font-size: 13px;
  line-height: 1.2;
}

.sidebar_related_cat {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #F5183F;
  line-height: 1.3;
}

.sidebar_related_cat a {
  color: #F5183F;
}

.sidebar_related_text {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #19191C;
  line-height: 1.3;
}

.sidebar_related_text a {
  color: #19191C;
}

.sticky-header .header {
  background-color: #F5F4F2;
}

.header_sticky {
  position: fixed;
  top: 10px;
  padding-left: 375px;
  padding-right: 25px;
  left: 0px;
  right: 0px;
  z-index: 999;
  height: 0px;
}

.logo_black {
  display: none;
}

.sticky-header .menu_icon span {
  background-color: #000;
}

.sticky-header .menu_icon span:after,
.sticky-header .menu_icon span:before {
  background-color: #000;
}

.sticky-header .logo_white {
  display: none;
}

.sticky-header .logo_black {
  display: block;
}

.sticky-header .menu li a {
  color: #19191C;
}

.sticky-header .all_category_nav:before {
  filter: invert(100%);
}

.sticky-header .header_search {
  filter: invert(100%);
}

.sticky-header .all_category_nav {
  border-right: 1px solid #19191C;
  border-left: 1px solid #19191C;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 30px 10px 70px;
  background-color: #000;
  border-radius: 24px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.16);
  height: 64px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  position: absolute;
  left: 20px;
  top: 16px;
}

.logo img {
  float: left;
  max-width: 100%;
}

.author_desc{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.header_content {
  float: right;
}

.header_search {
  margin-top: 12px;
  float: right;
  width: 18px;
  height: 18px;
  background-image: url('img/search.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav {
  float: left;
}

.menu ul {
  position: absolute;
  top: 50px;
  min-width: 180px;
  background-color: #F5F4F2;
  display: none;
  padding: 20px 30px 20px 30px;
  list-style: none;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
  z-index: 99;
  left: 0px;
  border-radius: 20px;
  margin-left: -30px;
}

.menu ul:before {
  position: absolute;
  content: '';
  top: -30px;
  height: 30px;
  width: 100%;
  left: 0px;
  background-color: transparent;
}

.menu ul li {
  float: left;
  width: 100%;
  color: #19191C;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: none;
  font-size: 15px;
  padding: 0px;
}

.menu ul li a {
  color: #19191C;
}

.menu ul li a:hover {
  color: #F5183F;
}

.menu ul li:last-child {
  margin: 0px;
}

.current-menu-item a {
  color: #F5183F !important;
}

.menu {
  float: left;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1px;
  padding-top: 10px;
}

.menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.menu li a {
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu li a:hover {
  color: #F5183F;
}

.all_category_nav a {
  padding-right: 50px;
}

.all_category_nav {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.all_category_nav:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url('img/all_cat.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 25px;
  padding: 0px 30px 30px 30px;
}

.footer_block {
  float: left;
  width: 100%;
  background-color: #242429;
  border-radius: 40px;
  padding: 45px 0px 40px 0px;
}

.footer_inner {
  float: left;
  width: 100%;
}

.footer_nav {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.footer_nav ul {
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.footer_nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.footer_nav ul li:last-child {
  margin-right: 0px;
}

.footer_nav ul li a {
  color: #fff;
}

.footer_text {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #828282;
  line-height: 1.3;
  margin-bottom: 25px;
}

.footer_copyright {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #828282;
  line-height: 1.3;
}

.footer_soc {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.footer_soc a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer_soc a img {
  max-width: 100%;
}

.category_page_block {
  float: left;
  width: 100%;
  padding: 0px 30px;
}

.category_page_block .title {
  margin-bottom: 20px;
}
.wp-caption{
  width: 100% !important;
  display: inline-block;
}
.single_news_smi2 {
  float: left;
  width: 100%;
  padding: 0px 30px 0px 50px;
  margin-top: 30px;
  min-height: 390px;
}
.wp-caption-text{
float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Source Sans 3', sans-serif;
}
.single_news_block {
  float: left;
  width: 100%;
  padding: 0px 30px;
}

.single_sidebar_block {
  float: right;
  width: 320px;
  position: relative;
}

.single_sidebar {
  width: 320px;
  position: absolute;
}

.single_sidebar.fixed {
  position: fixed;
  top: 100px;
}

.single_box_1 {
  float: left;
  width: 100%;
  padding: 20px 10px 20px 10px;
  background-color: #F5F4F2;
  border-radius: 20px;
  margin-bottom: 20px;
  min-height: 660px;
}

.single_box_title {
  float: left;
  width: 100%;
}

.single_box_1_content {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.single_box_1_content img {
  float: left;
  width: 100%;
}

.single_box_1_title {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 1.0;
  color: #828282;
}

.single_news_content {
  padding-right: 360px;
  padding-left: 20px;
}

.single_list_persons {
float: left;
width: 100%;
}

.text_style {
  font-size: 18px;
  color: #19191C;
  line-height: 1.5;
  font-family: 'Source Serif 4', sans-serif;
}

.text_style iframe{
	max-width: 100%;
}

.text_style img {
  max-width: 100%;
  height: auto;
}

.text_style p {
  margin-bottom: 20px;
}

.text_style p:last-child {
  margin-bottom: 0px;
}

.cat_info_text{
float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
}
.cat_info_text img{
max-width: 100%;
height: auto;
}
.footer_li{
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  position: relative;
}

.flamingo_copyright{
  position: absolute;
  right: 0px;
  top: 7px;
  color: #b3b3b3;
  line-height: 1.2;
  font-size: 13px;
}

.flamingo_copyright a{
    text-decoration: underline;
    color: #b3b3b3;
    font-weight: 700;
    -webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.flamingo_copyright a:hover{
    color: #F5183F;
}

.cat_info_text_bottom{
float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    padding: 0px 10px;
}

.text_style h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Source Sans 3', sans-serif;
}

.text_style ul {
  list-style-position: inside;
  margin-bottom: 20px;
}

.text_style ol {
  list-style-position: inside;
  margin-bottom: 20px;
}

.text_style a {
text-decoration: underline;
}

.single_news_cat {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #F5183F;
  font-weight: 600;
}

.single_news_cat a {
  color: #F5183F;
}

.title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.title h1 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.single_news_info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #828282;
}

.single_news_info a {
  color: #19191C;
}

.date_news {
  color: #828282;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
}

.date_news:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 7px;
  width: 2px;
  height: 2px;
  background-color: #828282;
}

.author_news {
  display: inline-block;
  vertical-align: middle;
  color: #19191C;
}

.author_news a {
  color: #19191C;
}

.main_content_inner {
  float: left;
  width: 100%;
  padding: 0px 30px;
}

.bg_black_block_cat {
  float: left;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.bg_black_block {
  float: left;
  width: 66.66%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.bg_black_news_cat {
  float: left;
  width: 100%;
  min-height: 220px;
  background-color: #19191C;
  border-radius: 20px;
  position: relative;
}

.bg_black_news_cat .black_news_title {
  padding: 0px 40px;
}

.bg_black_news {
  float: left;
  width: 100%;
  min-height: 360px;
  background-color: #19191C;
  border-radius: 16px;
  position: relative;
}

.black_news_content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.black_news_cat {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.black_news_cat a {
  color: #fff;
}

.black_news_title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.3;
}

.black_news_title a {
  color: #fff;
}

.black_news_time {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #828282;
}

.news_block {
  float: left;
  width: 33.33%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.news_block_cat {
  float: left;
  width: 33.33%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.news_box {
  float: left;
  width: 100%;
  background-color: #F5F4F2;
  border-radius: 16px;
  position: relative;
  padding-bottom: 45px;
  min-height: 360px;
}

.news_box_img {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.news_box_img img {
  float: left;
  width: 100%;
}

.news_box_cat {
  float: left;
  width: 100%;
  padding: 15px 20px 0px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #19191C;
  margin-bottom: 5px;
}

.news_box_cat a {
  color: #19191C;
}

.news_box_title {
  float: left;
  width: 100%;
  padding: 0px 20px 0px 20px;
  font-size: 21px;
  font-weight: 700;
  color: #19191C;
  line-height: 1.3;
}

.news_box_title a {
  color: #19191C;
}

.news_box_text {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #3A3B46;
  padding: 0px 20px 0px 20px;
  font-family: 'Source Serif 4', sans-serif;
}

.news_box_time {
  position: absolute;
  bottom: 18px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.0;
  color: #828282;
}

.news_box_bg1 {
  background-color: #E3E5FC;
  padding-bottom: 160px;
}

.news_box_author {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 48px;
}

.prouprav_box{
  display: flex;
  align-items: center;
}

.news_box_author img {
  float: left;
  width: 100%;
  border-radius: 50%;
  max-width: 60px;
  margin-bottom: 5px;
}

.news_box_author span {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #19191C;
}

.prouprav_box span{
  display: inline-block;
  float: none;
  width: auto;
  font-size: 16px;
  margin-left: 10px;
  max-width: 70%;
}

.box_1 {
  float: left;
  width: 100%;
  background-color: #F5F4F2;
  border-radius: 16px;
  position: relative;
  min-height: 360px;
}

.box_bg1 {
  background-color: #3C674D;
}

.box_1_content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.box_1_content img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 15px;
}

.box_1_title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.box_1_title a {
  color: #fff;
}

.cat_box {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 20px 20px 70px 20px;
  min-height: 490px;
}

.cat_box_title {
  float: left;
  width: 100%;
  color: #19191C;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #242429;
  ;
  line-height: 1.2;
}

.cat_box_list {
  float: left;
  width: 100%;
}

.cat_box_news_img {
  float: right;
  margin-left: 15px;
  max-width: 78px;
}

.cat_box_news_img img {
  float: left;
  width: 100%;
  border-radius: 12px;
}

.cat_box_news {
  float: left;
  width: 100%;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(25, 25, 28, 0.05);
  padding-bottom: 12px;
}

.cat_box_news:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}

.cat_box_news_title {
  overflow: hidden;
}

.cat_box_news_title a {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #19191C;
  margin-bottom: 10px;
}

.cat_box_news_title span {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #828282;
}

.cat_box_news_title span a {
  color: #828282;
}

.cat_box_more {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.cat_box_more a {
  float: left;
  position: relative;
  line-height: 1.1;
  color: #242429;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}

.cat_box_more a:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 3px;
  width: 7px;
  height: 12px;
  background-image: url('img/right.svg');
  background-repeat: no-repeat;
}

.related_news_block {
  float: left;
  width: 100%;
  background-color: #19191C;
  border-radius: 40px 40px 40px 40px;
  padding: 25px 50px 80px 50px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  margin-top: 65px;
}

.related_news_inner {
  float: left;
  width: 100%;
  padding: 0px 0px;
}

.related_news_title {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.related_news_list {
  float: left;
  width: 100%;
}

.related_news {
  float: left;
  width: 33.33%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.related_news_box {
  float: left;
  width: 100%;
  background-color: #1F2023;
  border-radius: 16px;
  position: relative;
  padding-bottom: 45px;
  min-height: 360px;
}

.related_news_box_img {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.related_news_box_img img {
  float: left;
  width: 100%;
}

.related_news_box_cat {
  float: left;
  width: 100%;
  padding: 15px 20px 0px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.related_news_box_cat a {
  color: #fff;
}

.related_news_box_title {
  float: left;
  width: 100%;
  padding: 0px 20px 0px 20px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.related_news_box_title a {
  color: #fff;
}

.related_news_box_text {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #F5F4F2;
  padding: 0px 20px 0px 20px;
  font-family: 'Source Serif 4', sans-serif;
}

.related_news_box_time {
  position: absolute;
  bottom: 18px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.0;
  color: #828282;
}

.related_news_more {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0px 20px;
}

.related_news_more a {
  float: left;
  width: 100%;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  line-height: 1.1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.child_cat_block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.child_cat_block a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 18px;
  border: 1px solid #828282;
  padding: 9px 15px;
  line-height: 1.0;
  color: #19191C;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.child_cat_block a:last-child {
  margin-right: 0px;
}

.clr8{
  clear: both;
}

.resp_m2{
  padding: 0px 30px;
}

.top_news_cat_block {
  float: left;
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.top_news_cat_inner {
  float: left;
  width: 100%;
  background-color: #EDDFDF;
  border-radius: 20px;
  padding: 20px 0px 15px 20px;
}

.top_news_cat_name {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.0;
}

.top_news_cat_list {
  float: left;
  width: 100%;
}

.top_news_cat_box {
  float: left;
  width: 33.33%;
  padding-right: 40px;
  margin-top: 25px;
  min-height: 122px;
}

.top_news_cat_box a {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #19191C;
  line-height: 1.5;
  min-height: 96px;
}

.top_news_cat_box span {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  color: #828282;
}

.clr1 {
  clear: both;
}

.navigation_block_more {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.0;
  display: none;
}

.navigation_block_more span {
  color: #F5183F;
}

.navigation_block_more .page-numbers {
  display: inline-block;
  margin-right: 5px;
}

.navigation_block_more .page-numbers:last-child {
  margin-right: 0px;
}

.more_cat {
  float: left;
  width: 100%;
  padding: 0px 35px;
  margin: 20px 0px;
}

.more_cat a {
  float: left;
  width: 100%;
  border-radius: 18px;
  border: 1px solid #828282;
  padding: 9px 20px;
  line-height: 1.1;
  color: #19191C;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.persons_list{
  display: flex;
  flex-wrap: wrap;
}

.navigation_block{
  float: left;
    width: 100%;
    padding: 0px 10px;
    margin-top: 20px;
    text-align: center;
}

.navigation_links span{
display: inline-block;
border: 1px solid #eee;
padding: 2px 10px;
margin: 0px 2px;
}

.navigation_links a{
display: inline-block;
border: 1px solid #eee;
padding: 2px 10px;
margin: 0px 2px;
}

.person_box{
  display: inline-block;
  max-width: 20%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.person_box_inner{
float: left;
width: 100%;
padding: 20px;
border: 1px solid #eee;
border-radius: 5px;
}

.person_box_photo{
  float: left;
  width: 100%;
      margin-bottom: 15px;
}

.person_box_photo img{
  float: left;
  width: 100%;
}

.person_box_title{
float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.person_box_title a{
color: #000;
text-decoration: none;
}

.alphabetical_sort {
float: left;
width: 100%;
margin-bottom: 15px;
overflow: hidden;
border-radius: 3px;
display: flex;
justify-content: space-between;
}

.alphabetical_sort a {
display: inline-block;
padding: 9px 10px 9px 10px;
font-size: 13px;
color: #2d2d2d;
margin-right: 1px;
position: relative;
background-color: #f1f1f1;
text-transform: uppercase;
line-height: 1.0;
border: none;
cursor: pointer;
width: 100%;
text-align: center;
}

.alphabetical_sort a:last-child {
margin-right: 1px;
}

.video_block{
  float: left;
  width: 100%;
  margin-top: 35px;
}

.fullstory_block2{
  margin-bottom: 1em;
  display: inline-block;
}

.single_news_person {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.single_news_person .person_box {
    max-width: 25%;
    margin-bottom: 0px;
}

.single_news_tags {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.single_news_tags a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 18px;
  border: 1px solid #828282;
  padding: 9px 15px;
  line-height: 1.0;
  color: #19191C;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.single_news_tags a:last-child {
  margin-right: 0px;
}

.single_news_soc {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding-top: 35px;
  border-top: 2px solid #19191C;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 32px !important;
  width: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px !important;
}

.ya-share2__badge {
  border-radius: 16px !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  margin: 2px 10px 0 0 !important;
}

.single_news_soc_title {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
  background-color: #19191C !important;
}


.comments_block{
float: left;
width: 100%;
margin-top: 40px;
padding-top: 35px;
border-top: 2px solid #19191C;
}

.comments_list_block{
float: left;
width: 100%;
}

.comments_list_title{
float: left;
width: 100%;
font-size: 16px;
line-height: 1.0;
color: #19191C;
font-weight: 700;
margin-bottom: 30px;
}
.comments_list_title span{
color: #909090;
}

.comments_list{
float: left;
width: 100%;
}

.comment_box{
float: left;
width: 100%;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #f1f1f1;
}

.comment_box:last-child{
margin-bottom: 40px;
}

.comment_box_img{
float: left;
margin-right: 15px;
}

.comment_box_img img{
float: left;
max-width: 100%;
border-radius: 50%;
}

.comment_box_content{
overflow: hidden;
}

.comment_name_box{
float: left;
width: 100%;
font-size: 13px;
font-weight: 700;
color: #19191C;
line-height: 1.2;
margin-bottom: 10px;
}

.comment_name_box span{
display: inline-block;
font-weight: 400;
color: #b1b1b1;
}

.comment_text{
float: left;
width: 100%;
line-height: 1.3;
font-size: 15px;
color: #19191C;
}

.comment_form_block{
float: left;
width: 100%;
}


.comment_form_title{
float: left;
width: 100%;
font-size: 16px;
line-height: 1.0;
color: #19191C;
font-weight: 700;
margin-bottom: 20px;
}

.comment_form_input{
float: left;
width: 100%;
margin-bottom: 15px;
}

.comment_form_textarea{
float: left;
width: 100%;
margin-bottom: 10px;
}

.comment_form_textarea textarea{
height: 120px;
width: 100%;
padding: 15px 15px 15px 15px;
}

.comment_input{
display: inline-block;
width: 50%;
position: relative;
background-color: #F5F4F2;
border-radius: 3px;
color: #19191C;
font-size: 14px;
padding: 10px 15px 10px 15px;
line-height: 1.0;
z-index: 1;
border: none;
}

.comment_button{
display: inline-block;
padding: 10px 15px 10px 15px;
font-size: 13px;
color: #fff;
position: relative;
background-color: #F5183F;
border-radius: 5px;
text-transform: uppercase;
line-height: 1.0;
border: none;
text-align: center;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-appearance: none;
cursor: pointer;
margin-bottom: 10px;
}

.comment_button:hover {
background-color: #19191C;
}

.comment-notes{
display: none !important;
}

.crypto_block{
float: left;
width: 100%;
margin-top: 30px;
background-color: #F5F4F2;
border-radius: 5px;
border: 1px solid #eee;
padding: 10px 20px;
}

.crypto_block_left{
float: left;
margin-right: 10px;
}

.crypto_block_img{
float: left;
width: 40px;
height: 40px;
margin-right: 10px;
}

.crypto_block_img img{
float: left;
max-width: 100%;
}

.crypto_block_name{
float: left;
font-size: 16px;
line-height: 1.0;
color: #000;
padding-top: 12px;
font-weight: 700;
}

.crypto_block_name span{
font-weight: 400;
margin-left: 5px;
display: inline-block;
color: #818181;
}

.crypto_block_info{
float: right;
}

.crypto_block_price{
float: left;
color: #000;
font-size: 16px;
line-height: 1.0;
margin-right: 15px;
font-weight: 700;
padding-top: 12px;
}

.crypto_block_pct{
float: left;
font-size: 16px;
line-height: 1.0;
margin-right: 15px;
padding-top: 12px;
font-weight: 700;
}

.crypto_block_pct .greeen_pct{
color: #03c524;
}

.crypto_block_pct .red_pct{
color: #f12929;
}

.crypto_block_button{
float: left;
padding-top: 4px;
}
.crypto_block_button a{
float: left;
padding: 8px 15px;
line-height: 1.0;
color: #fff;
background-color: #000;
font-size: 14px;
text-transform: uppercase;
border-radius: 3px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

.crypto_block_button a:hover{
background-color: #F5183F;
}

.logged-in-as{
float: left;
width: 100%;
margin-bottom: 10px;
font-size: 13px;
color: #ccc;
}
.logged-in-as a{
color: #e5004d;
}


.related_link_block {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #F5F4F2;
  border-radius: 20px;
  padding: 20px 20px 15px 20px;
  width: 210px;
  font-family: 'Source Sans 3', sans-serif;
}

.related_link_block span {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.related_link_block a {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
}

.text_style blockquote {
  padding-left: 20px;
  border-left: 4px solid #19191C;
  font-style: italic;
  margin-bottom: 20px;
}

.author_blockquote {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.author_img {
  float: left;
  margin-right: 15px;
  max-width: 40px;
}

.author_img img {
  float: left;
  width: 100%;
}

.author_blockquote_content {
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.2;
  font-style: normal;
}

.author_blockquote_content span {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #19191C;
}

.author_blockquote_content span a {
  color: #19191C;
}

.news_list_cat {
  float: left;
  width: 100%;
}

.clr2 {
  clear: both;
}

.modalsearch_box {
  position: fixed;
  top: 10%;
  width: 100%;
  max-width: 600px;
  margin-left: -300px;
  left: 50%;
  display: none;
  opacity: 0;
  z-index: 99998;
}

.modalsearch_box_logo {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.modalsearch_box_logo img {
  display: inline-block;
  vertical-align: middle;
}

.sidebar_mobile_bg {
  z-index: 1002;
  position: fixed;
  background-color: #919191;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: none;
}

.active_sidebar .sidebar_mobile_bg {
  display: block;
}

.modalsearch_overlay {
  z-index: 9998;
  position: fixed;
  background-color: #919191;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: none;
}

.modalsearch_box_content {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 16px;
  background-color: #fff;
}

.modalsearch_input {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding-right: 10px;
}

.modalsearch_input .search_input {
  float: left;
  width: 100%;
  height: 50px;
  background-color: #fff;
  color: #242429;
  padding: 0px 110px 0px 30px;
  position: relative;
  -webkit-text-fill-color: #242429;
  border: none;
}

.modalsearch_input .search_button {
  position: absolute;
  right: 0px;
  height: 50px;
  background-color: #242429;
  font-weight: 600;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  padding: 0px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.active_sidebar {
  overflow: hidden;
}

.active_mobile_nav {
  overflow: hidden;
}

.active_sidebar_icon {
  left: 245px !important;
  background-color: #F5183F !important;
  z-index: 1003 !important;
}

.sidebar_show {
  display: block !important;
  z-index: 10001;
}

.sidebar_mobile_open {
  display: none;
  width: 72px;
  height: 64px;
  background-image: url('img/sidebar_icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5F4F2;
  border-radius: 0px 24px 24px 0px;
  position: fixed;
  left: 0px;
  top: 10px;
  z-index: 1000;
}

.menu_icon {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 100;
  display: none;
  height: 18px;
  width: 25px;
}

.menu_icon span {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
}

.menu_icon span:after,
.menu_icon span:before {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
}

.menu_icon span:before {
  bottom: -8px;
}

.menu_icon span:after {
  top: -8px;
}

.menu_icon.menu_click span {
  background-color: transparent !important;
}

.menu_icon.menu_click span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0px;
}

.menu_icon.menu_click span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

.menu_icon.menu_click span:before,
.menu_icon.menu_click span:after {
  background-color: #fff;
}

.menu_icon:hover {
  cursor: pointer;
}

.mobile_menu {
  background-color: #242429;
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0px;
  height: 100%;
  max-width: 300px;
  width: 100%;
  padding: 80px 0px 30px 0px;
  overflow-y: auto;
  display: none;
  box-shadow: -webkit-box-shadow: -30px 0px 50px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -30px 0px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -30px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.mobile_menu_inner {
  position: relative;
  z-index: 2;
}

.mobile_show {
  display: block !important;
}

.menu_mob {
  width: 100%;
  float: left;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
}

.menu_mob li {
  width: 100%;
  position: relative;
  float: left;
}

.sticky-header .menu_mob .all_category_nav {
  border-right: none;
  border-left: none;
}

.menu_mob .all_category_nav {
  border-right: none;
  border-left: none;
}

.menu_mob .all_category_nav {
  padding-left: 0px;
}

.menu_mob .all_category_nav a {
  padding-right: 0px;
}

.menu_mob li a {
  color: #fff;
  float: left;
  width: 100%;
  padding: 0px 25px 15px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 4%);
}

.menu_mob ul {
  display: none;
  font-size: 14px;
  font-weight: 400;
}

.menu_mob ul li a {
  color: #fff;
  float: left;
  width: 100%;
  padding: 0px 15px 10px 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 4%);
}

.menu_mob ul li:last-child a {
  border-bottom: 1px solid rgb(255 255 255 / 4%);
}

.menu_mob .menu-item-has-children:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 10px;
  height: 10px;
  width: 10px;
  color: #fff;
  vertical-align: middle;
  margin: -3px 10px 0px 0px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  background-image: none;
  filter: invert(0%);
}

.menu_mob .active:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 12px;
}

@media (min-width:1800px) {
  .container {
    max-width: 1290px;
}
}

@media (max-width:1440px) {
  .sidebar {
    width: 245px;
    padding: 28px 20px 20px 20px;
  }
  .main_content {
    margin-left: 245px;
  }
  .sidebar_date {
    font-size: 16px;
    font-weight: 600;
  }
  .header_sticky {
    padding-left: 270px;
  }
}

@media (max-width:1310px) {
  .menu li {
    margin-right: 15px;
  }
  .all_category_nav {
    padding-left: 15px;
  }
  .sidebar {
    display: none;
  }
  .sidebar_mobile_open {
    display: block;
    cursor: pointer;
  }
  .main_content {
    margin-left: 0px;
    float: left;
    width: 100%;
    overflow: visible;
    padding-top: 125px;
  }
  .header_sticky {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width:1200px) {
  .sidebar_mobile_open {
    top: 125px
  }
  .sidebar_mobile_open {
    width: 35px;
    height: 50px;
    border-radius: 0px 12px 12px 0px;
    background-size: 18px;
  }
  .header_sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu li {
    margin-right: 10px;
  }
  .all_category_nav {
    padding-left: 10px;
  }
  .all_category_nav a {
    padding-right: 40px;
  }
  .all_category_nav:before {
    right: 10px;
  }
}

@media (max-width:990px) {
.alphabetical_sort {
    overflow-x: auto;
}
.person_box{
  max-width: 25%;
}

.single_news_smi2 {
    padding: 0px 30px 0px 30px;
}

  .related_news_block {
    padding: 25px 30px 80px 30px;
  }
  .title h1 {
    font-size: 30px;
  }
  .short_news_text {
    font-size: 20px;
  }
  .text_style {
    font-size: 16px;
  }
  .single_sidebar_block {
    width: 200px;
  }
  .text_style h2 {
    font-size: 25px;
  }
  .short_news_img img {
    margin-left: 0px;
    margin-right: 0px;
  }
  .single_news_content {
    padding-right: 220px;
    padding-left: 0px;
  }
  .sidebar_related_box {
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
  }
  .sidebar_related_box:last-child {
    padding: 0px 10px 0px 10px;
  }
  .sidebar_related_text {
    font-size: 14px;
  }
  .sidebar_related_cat {
    font-size: 12px;
  }
  .single_sidebar {
    width: 200px;
  }
  .footer {
    padding: 0px 20px 20px 20px;
  }
  .menu_icon {
    display: block;
  }
  .nav {
    display: none;
  }
  .header {
    padding: 10px 65px 10px 70px;
    height: 50px;
    border-radius: 16px;
  }
  .header_search {
    margin-top: 7px;
  }
  .logo {
    top: 9px;
  }
  .main_content {
    padding-top: 80px;
  }
  .news_box_title {
    font-size: 16px;
    line-height: 1.2;
  }
  .related_news_box_title {
    font-size: 16px;
    line-height: 1.2;
  }
  .news_box_text {
    font-size: 14px;
  }
  .related_news_box_text {
    font-size: 14px;
  }
  .black_news_title {
    font-size: 22px;
  }
  .news_box_author img {
    max-width: 40px;
  }
  .news_box_author span {
    font-size: 15px;
  }
  .news_box {
    min-height: 340px;
  }
  .bg_black_news {
    min-height: 340px;
  }
  .cat_box_title {
    font-size: 18px;
  }
  .cat_box_news_title a {
    font-size: 15px;
    line-height: 1.3;
  }
  .footer_nav ul {
    font-size: 16px;
  }
  .footer_nav ul li {
    margin-right: 20px;
  }
}

@media (max-width:860px) {

.resp_m2{
  padding: 0px 10px;
}

  .cat_box {
    padding: 20px 0px 70px 0px;
  }
  .cat_box_more {
    left: 0px;
    right: 0px;
  }
  .cat_box_news_img {
    float: left;
    width: 100%;
    margin-left: 0px;
    max-width: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .cat_box_news_img img {
    float: none;
    width: 100%;
    border-radius: 12px;
    max-width: 80px;
    display: inline-block;
}
  .cat_box_news_title {
    overflow: visible;
    float: left;
    width: 100%;
  }

.crypto_block_left {
width: 100%;
    margin-right: 0px;
}
.crypto_block_info {
    float: left;
}
}

@media (max-width:760px) {

.single_news_person .person_box {
    max-width: 50%;
    margin-bottom: 0px;
}

.person_box_title {
    font-size: 14px;
    line-height: 1.1;
}

  .person_box {
    max-width: 33.33%;
}
  .clr7 {
    clear: both;
  }
  .clr2 {
    clear: none;
  }
  .clr_2 .news_block:last-child {
    display: none;
  }
  .clr6 {
    clear: both;
  }
  .bg_black_news_cat .black_news_title {
    padding: 0px 0px;
  }
  .top_news_cat_name {
    font-size: 22px;
  }
  .top_news_cat_box {
    float: left;
    width: 100%;
    padding-right: 0px;
    min-height: auto;
  }
  .top_news_cat_box a {
    min-height: auto;
  }
  .top_news_cat_inner {
    padding: 20px 20px 15px 20px;
  }
  .modalsearch_box {
    max-width: 300px;
    margin-left: -150px;
  }
  .related_news {
    float: left;
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .bg_black_block {
    width: 100%;
  }
  .news_block {
    width: 50%;
  }
  .news_block_cat {
    width: 50%;
  }
  .clr_main .clr {
    clear: none;
  }
  .clr3 {
    clear: both;
  }
  .clr4 {
    clear: both;
  }
  .clr5 {
    clear: both;
  }
}

@media (max-width:700px) {
  .single_sidebar_block {
    display: none;
  }
  .single_news_content {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    width: 100%;
  }
  .flamingo_copyright {
    position: relative;
    right: auto;
    top: auto;
    float: left;
    width: 100%;
    margin-top: 20px;
}
}

@media (max-width:560px) {
  .person_box {
    max-width: 50%;
}


  .comment_input {
    width: 100%;
}
  .clr_2 .news_block:last-child {
    display: block;
  }
  .related_news {
    width: 100%;
  }
  .related_news_title {
    font-size: 20px;
  }
  .related_news_block {
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -65px;
  }
  .cat_box_more {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .related_news_box {
    min-height: auto;
  }
  .cat_box {
    padding: 20px 0px 40px 0px;
    min-height: auto;
  }
  .bg_black_news {
    min-height: 200px;
  }
  .news_block {
    width: 100%;
  }
  .news_box {
    min-height: auto;
  }
  .news_block_cat {
    width: 100%;
  }
  .black_news_title {
    font-size: 18px;
  }
  .footer {
    padding: 0px 0px 0px 0px;
  }
  .footer_block {
    border-radius: 20px 20px 0px 0px;
    padding: 45px 0px 40px 0px;
  }
  .footer_nav {
    margin-bottom: 30px;
  }
  .footer_nav ul {
    font-size: 14px;
    font-weight: 400;
  }
  .footer_soc {
    margin-bottom: 30px;
  }
  .header_sticky {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title h1 {
    font-size: 25px;
  }
  .short_news_text {
    font-size: 18px;
  }

.cat_box_news_img {
    float: left;
    margin-right: 15px;
    max-width: 78px;
    text-align: left;
}
.cat_box_news_img img{
    float: left;
    width: 100%;
}
.cat_box_news_title {
    overflow: hidden;
    float: none;
    width: auto;
}
}