/* 404 */



html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "PFDinTextCompPro","PFD-fallback"; 
    background: #E6E6E6; 
    padding: 0px 0px 0px !important;
}

.wrapper {
    width: 1180px;
    min-width: 1180px;
    min-height: 500px;
    background: #FFF;
    margin: auto;
/*    color: #666; */
    color: #333;    
    position: relative;
    z-index: 9998;
}

.page-content-404 {
    color: #000;
    font-size: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.page-content-404 img {
    width: initial;

}

/*   Языковый Свитчер   */
.ht-lang-switcher-desktop {
  margin-left: 20px;
}
.ht-lang-switcher-mobile {
 display: none;
}


.current-lang {
    box-shadow: 0 0 0 1px #ef2607, 0 0 13px #85150a;
    border-radius: 2px;
}
.ht-lang-switcher-desktop {
  margin-left: 20px;
}
.ht-lang-switcher-desktop li a{
    font-family: Arial !important;
    font-size: 14px !important;
}
.ht-lang-switcher-desktop ul {
  overflow: visible !important;
}
li.current-lang {
    padding: 5px !important;
    margin-right: 0px !important;
}



/* Mobile */                             

/*выключение кнопки и формы "Подписаться"*/
.header-desktop {
 display: none;
}
/* Header elements style start */

.main-header {
    width: 1200px;
    min-width: 1200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    margin: auto;
    clear: both;
}

.top-header-div {
    padding-top: 3px;
}

.main-logo {
 float: left;
}
.main-header li a {
    color: #333;
    font-family: "PFDinTextCompPro-menu","PFD-fallback";
    font-size: 22px;

}

.main-header ul {
    text-align: left;
    display: inline-block;
    margin: 0;
    list-style: none;
    max-height: 50px; 
    overflow:hidden;
}

.menu-menu-container,
.menu-menu-uk-container,
.menu-menu-en-container,
 {
  height: 34px;
  overflow: hidden;
}



#menu-menu,
#menu-menu-uk,
#menu-menu-en {
  float: right;
  text-align: right; 
}
.main-header ul li {
    padding: 7px 10px 7px 13px;
}

ul#menu-vtoroe-menyu li,
ul#menu-vtoroe-menyu-uk li,
ul#menu-vtoroe-menyu-en li {
    text-transform: none;
    display: inline-block;
    padding: 7px 10px 7px 0px;
    cursor: pointer;
    margin-right: -3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/*
ul#menu-vtoroe-menyu li:first-child {
    padding-left: 0px;
}

*/
/* Второе меню - кнопки */ 
ul#menu-vtoroe-menyu a,
ul#menu-vtoroe-menyu-uk a,
ul#menu-vtoroe-menyu-en a {
    color: white;
    font-family: "PFDinTextCompPro-menu","PFD-fallback";
    font-size: 18px;
    padding: 2px 10px;
    background: #595959;
}

ul#menu-vtoroe-menyu a:hover,
ul#menu-vtoroe-menyu-uk a:hover,
ul#menu-vtoroe-menyu-en a:hover {
    background: #E61400;
    font-weight: bold;
    color: white !important;
}


/*
ul#menu-vtoroe-menyu a {
    color: #333;
    font-family: "PFDinTextCompPro-menu","PFD-fallback";
    font-size: 16px;
}
*/

.mobile-menu {                           
    display: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51,51,51,.4);
    height: 42px;
    overflow: hidden;
    padding: 0px;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    color: #000;
    font-size: 1.3em;
}

.first-top-header {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   align-items: flex-end;
   height: 34px;
}

.second-top-header {
    display: inline-flex;
    justify-content: right;
    width: 100%;
/*    background: lightgrey; */
    height: 32px;
    margin-top: 5px;
}



.header-login {
    cursor: pointer;
    float: right;
    background: #666;
    width: 115px;
    height: 22px;
    color: #FFF;
    font-family: "PFDinTextCompPro";
    text-transform: uppercase;
    margin: 0px 0 0 10px;
    padding: 5px 8px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#searchform {
    margin-top: 0px;
}

/* Search form start */
#s {
    background: #FFF;
    background-position: right;
    border: 1px solid #999;
    height: 30px;
    outline: 0 none;
    padding: 0px 10px 0px 10px;
    width: 170px;
/*    color: #999; */
    color: black;

}



/* Main block start */

.main-news-articles {
    display: flex;
    flex-wrap: wrap;
}

#primary {
    clear: both; 

}

.site-content {
    max-width:1180px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px 0px 0px 20px;
    box-sizing: border-box;                      
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content {
    padding-top: 10px;
}
.single-content {
    padding: 15px 0px 0px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
/* Main block end */

/* Single content */
/*.content-single-part h1  */

.content-single-part h1{
  font-family: "PFDinTextCompPro";
}

.content-single-part h2,
.content-single-part h3,
.content-single-part h4 {
  /*font-family: "PFDinTextCompPro"; */
  font-stretch: semi-condensed;
}
.content-single-part h2 {
  font-size: 1.6em;
}
.content-single-part h3 {
  font-size: 1.4em;
}
.content-single-part h4 {
  font-size: 1.2em;

}

.content-single-title {
    width: 100%;
    max-width: 840px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
.content-single-title h1 {
    line-height: 1em;
    margin-bottom: 10px;
    color: #333;
    font-stretch: condensed;
}

.content-single-part {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 20px );
    float: left;
}
.content-single-part img, .entry-content img {
    max-width: 835px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;

}

.content-single-part h2 {
   line-height: 1.3em;
}

.content-single-right {
    width: 300px;
    float: left;
}



a[rel=tag] {
    background: #595959;
    color: #FFF;
    padding: 3px 10px;
    font-size: 14px;
    margin-bottom: 3px;
    display: inline-block;
    font-stretch: condensed;
    font-family: Arial;
}

.small-arial-text a {
    font-family: Arial;
    font-size: 14px;
    color: #E61400;
    line-height: 12px;
}

.small-right-arial-text a {
    font-family: Arial;
    font-size: 14px;
    color: #333;
    line-height: 10px;
}

.catalog-archive-two {
    padding: 6px 18px;
    font-size: 16px;
    float: none;
}
.catalog-link {
    float: left;
    font-size: 16px;
}
.catalog-header {
    border: 3px solid #E61400;
    background: #fff;
    padding: 20px;
    width: 180px;
    color: #333;
    font-size: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: -90px;
    margin-top: 20px;
    margin-bottom: -90px;
    position: relative;
}
.catalog-content {
    font-size: 28px;
    color: #202020;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    width: 600px;
    margin-left: -90px;
    padding-left: 90px;
}
.main-wrapper .wrapper {
  width: 1200px;
}

.single-post {
    width: 370px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
.single-post-single-page {
    width: 290px;
}

.main-articles .single-post {
    width: 370px;

}

.main-articles .single-post .arial-text {
    font-size: 18px;

}

.single-post>.arial-text {
    width: 297px;
    word-wrap: break-word;
    white-space: pre-line;
}
.single-post-news-page h1,
.single-post h1,
.small-single-post-news h1  {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  font-stretch: semi-condensed;
}

.single-post-news-page h2,
.single-post h2,
.small-single-post-news h2, 
.single-post b,
.small-single-post-news b 
 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  font-stretch: semi-condensed;
  color: #333;
}
.single-post-news-small h2, .single-post-news-small h3{
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    font-stretch: semi-condensed;
    font-family: "Arial";
}
.single-post-news-small a{
    font-size: 18px;
    line-height: 20px;
}
.single-post-news h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}


.single-post-news-advanced {
   display: none;
}
.attachment-post-thumbnail,
.single-post>.arial-text,
.hr-line-small{
    width: calc(100% - 10px);
}
.attachment-post-thumbnail {
 height: 100%;
}

.index-title, .home-index-title, .readmore-title {
    font-size: 20px;
    color: #E61F00;
    padding: 8px 16px;
    border: 2px solid #E61400;
    text-transform: uppercase;
    font-family: "PFDinTextCompPro";
    margin-left: 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
}
.index-title img, .home-index-title img, .readmore-title img {
    position: absolute;
    bottom: -12px;
    left: 0px;
}



@media (max-width: 1000px) {
.ht-lang-switcher-mobile {
 display: block;
 margin-left: 10px;
}
.ht-lang-switcher-desktop {
 display: none;
}
.ht-lang-switcher-mobile select {
    padding: 12px 0px 11px;
/*    border: 1px solid rgba(51,51,51,.4); */
    background: white;
    border: none;
    font-size: 20px;
    margin-top: 2px;
    margin-left: auto;
}

.ht-lang-switcher-mobile select:focus,
.ht-lang-switcher-mobile select:hover {
  outline:none;
}
.main-logo {
  margin-right: auto;
}

/* Общие */
.content-single-part h2 {
  font-size: 1.5em;
}
.content-single-part h3 {
  font-size: 1.2em;
}
.content-single-part h4 {
  font-size: 1em;

}

body { 
 background: white;
}
.wrapper,
.hr-line,
.main-footer 
{
    width: calc(100% - 18.3818%) !important;
    min-width: auto;
    font-stretch: semi-condensed;
    padding: 0 9.0909% 0;
    height: auto !important;      /* Google Adsence overlay*/
    min-height: 0px !important;   /* Google Adsence overlay*/

}

.slider, .slider-pro  {
/* display: none; */
}
#ind-slider {
 display: none;
}


/*Хедер*/
.main-header {
    width: 100%;
    min-width: 100%;
}
/*  .main-logo {
   margin-left: 40px;
 }
*/
  .second-top-header,
  .first-top-header{
    display: none;
    z-index: 99999999999;
  }

  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    position: relative;

  }

.top-header-div {
  display: flex; 
 /* display: none; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 52px;
  border-bottom: 1px solid rgba(51,51,51,.1);
  padding: 0 9.0909% 0;
}

/*
.top-fixed {
   z-index: 9999;
    position: fixed;   

  align-items: center;
  background: white;
  opacity: 0.95;
  width: calc(100% - 18.1818%);

}
*/

.main-news-articles {
  flex-direction: column-reverse;
}

/* Single page*/
.single-content {
 padding: 10px 0 0;
}

a[rel=tag] {
    font-size: 15px;
}

.content-single-title {
    max-width: none;
    margin: 10px 0 0;
}

.site-content h1 {
    text-align: center;
    margin-bottom: 10px;
}

.single-post-news h1  {
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  font-stretch: semi-condensed;
}


.site-content,
.content-single-part,
.content-single-part div,
.type-page  {
    font-size: 19px;
    line-height: 27px;
    width: 100% !important;

}

div.subscriptions {
    width: calc(100% - 45px) !important;
}


.blog-item-right,
.single-post-news {
  width: 100%;
   margin-left: 0;
}
.single-post-news-advanced {
   display: block;
}


#SinoptikInformer,
#SinoptikInformer div {
  width: auto !important;
}
.tag-cloud,
.content-single-right,
.main-content-single {
 width: 100%;
 margin-right: 0;

}

.single-post-news-page {
 width: 100%;
}

.single-post-news-page-text {
    font-size: 18px;
    width: calc(100% - 210px);
}


.hr-line-archive, .hr-line-archive-video,
.hr-line-search {
    width: 100%;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
}

p.wp-caption-text {
  margin-top: 0px;
}

.small-single-post-news a[rel=tag] {
 display: none;
}


.single-catalog-big {
 /*   width: 100px;  */
    margin-bottom: 15px;
    margin-right: 15px;
}
.single-catalog-big-img img{
  width: 100px !important;
}
.big-catalog {
   display: flex;
   justify-content: center;
}

.big-catalog-mag {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}


.sortbycatalog {
 display: none;
}

.magaz-text {
    width: auto;
    font-size: 20px;
    font-stretch: semi-condensed;
    margin-bottom:20px;
    padding-right: 0;
    float: none;
}
.index-title-link {
 margin-top: 0 !important;
}

.main-content-single-catalog {
    width: auto;
    margin: 0;
    float: none;
    padding-left: 0;
}
.content-single-right:has(.catalog-img) {
 display:none;
} 
.catalog-header {
    margin-left: 0px;
}

.single-catalog-verybig-img {
 text-align: center;
}
.main-content-single-catalog img {
    width: 100% ;
}

.single-catalog-verybig-img img {
    width: 430px !important;
    height: auto;
}
.catalog-content {
    width: 100% !important;
}
.issuu-isrendered {
    width: auto !important;
   /* height: auto !important; */
}
.attachment-thumbnail,
.attachment-post-thumbnail {
   width: 30%;
   float: left; 
   margin-right: 10px;
}

.all-catalog:has(.single-catalog-big-img) {
 width:100%;
}

.single-catalog-big-img img {
    width: 200px !important;

}

.single-catalog-big-img  .attachment-post-thumbnail,
.all-catalog-img .attachment-thumbnail{
  float: none;
}
.single-post-news>.arial-text,
.single-post>.arial-text,
.hr-line-small {
    width: 100%;
}
.single-post {
  width: 100% !important;
  margin-left: 0;
}


.spn-img {
    max-height: none;
    overflow: visible;
}
.post-readmore {
 float: right;
}

.home-index-title{
 margin-left:0;
}

.single-post-video-img {
  display: none;
}

.search-content {
 padding:0;
 margin: 10px 0;
}


.single-post-news-small h1 {
    font-size: 18px;
    line-height: 20px;
}
}
@media (max-width: 940px) {
.single-catalog:nth-child(5n) {
  display: none;
}

}

@media (max-width: 790px) {
.single-catalog:nth-child(4n) {
  display: none;
}

/*.single-catalog:nth-child(3), .single-catalog:nth-child(11) {
  display: block;
}
  */
}

@media (max-width: 630px) {
.single-catalog:nth-child(2n+1) {
  display: none;
}
}

@media (max-width: 680px) {

.page-content-404 {
    flex-wrap: wrap;
}
.page-content-404 img {
    width:100%;
    height: auto;
}
}



@media (max-width: 520px) {
.main-logo {
  width:55%;
}

.main-logo img{
  width:100%;
  max-width: 204px;

}

.main-articles,
.main-news,
.single-post-news-page-img,
.single-post-news-page-img img {
    width: 100% !important;
    height: auto;
}

.single-post img,
.single-post-news img {
  margin-bottom: 10px;
}

.single-post-news-page-text {
    width: 100%;
}

.single-catalog {
 display: none;
}
.catalog-list-title-main {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-catalog-big {
    margin-left: 0;
    width: 100%;
}


.all-catalog {
 width: 50%;
 margin-left: 0;
}



.all-catalog-img img{
 width: auto;
 max-height: none;
}

.single-catalog-verybig-img img {
 width: 100% !important;
}
.single-post-news img,
.attachment-thumbnail,
.attachment-post-thumbnail,
.single-post>.arial-text,
.hr-line-small {
    width: 100%;
    max-width: initial;
}


}

@media screen and (min-width: 1000px) and (max-width: 1180px) {

.main-header, .top-fixed {
    width: 100%;
    min-width: 100%;
}

.wrapper {
    width: calc(100% - 316px);
     min-width: 100%;
}
.main-wrapper .wrapper {
  width: 100%;
}
.main-wrapper .wrapper .main-articles {
  width: 100%;
}

.main-articles .single-post {
    width: calc(100% / 3 - 30px);

}

.main-content-single,
 {
       width: calc(100% - 316px);
}

.main-content-single{ width: calc(100% - 326px);}

.content-single-part,
.hr-line-archive, 
.hr-line-archive-video  {
    width: 100%;
}

.single-post-news-page {
    width: calc(100% - 316px);
     min-width: 100%;
}
.single-post-news-page-text {
    width: calc( 100% - 213px);
}

.magaz-text {

   width: calc(100% - 266px);

}

.content-single-right {
 display: none;
}
}
