/*!
Theme Name: Minprom
Theme URI: https://minprom.ua/
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nbn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
  font-size: 16px;
  margin: 0;
  padding: 0; }
  @media (min-width: 1940px) {
    html {
      font-size: 20px; } }
  @media (min-width: 2200px) {
    html {
      font-size: 22px; } }
  @media (min-width: 2500px) {
    html {
      font-size: 24px; } }
  @media (max-width: 1440px) {
    html {
      font-size: 14px; } }
  @media (max-width: 1160px) {
    html {
      font-size: 12px; } }
  @media (max-width: 1020px) {
    html {
      font-size: 10px; } }
  @media (max-width: 850px) {
    html {
      font-size: 9px; } }
  @media (max-width: 767px) {
    html {
      font-size: 16px; } }


@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('fonts/SourceSansPro-Regular.woff') format('woff'),
        url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('fonts/SourceSansPro-Regular.woff') format('woff'),
        url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #1e212f;
  background: #ffffff; }

*::selection {
  	background-color: #ef545573;
   }

.wrapper {
  overflow: hidden;
  width: 100%; }

.main {
  display: block;
  padding-top: 6.5rem; }
.admin-bar .main {
  padding-top: 4.5rem; }
  .main.padtop {
    padding-top: 8.9375rem; }
    @media (max-width: 767px) {
      .main.padtop {
        padding-top: 6.25rem; } }


.container {
  box-sizing: border-box;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 0.625rem; }
  @media (max-width: 767px) {
    .container {
      padding: 0 0.9375rem; } }

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.1875rem solid #6c66a4;
  box-shadow: 0 0rem 2.1875rem -0.625rem #a3a8b7;
  background: #ffffff; }
  .header .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .header .custom-logo-link {
   /* position: absolute;
    top: 50%;
    left: 68%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */}

.mob-header .container {
  height: 3.75rem; }

.menu-btn {
  display: block;
  width: 1.875rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
  transition: all .3s ease;
  border: none;
  outline: none;
  background: none; }
  .menu-btn.close-menu .line {
    position: relative; }
    .menu-btn.close-menu .line:nth-child(2) {
      opacity: 0; }
    .menu-btn.close-menu .line:nth-child(1) {
      top: 0.5625rem;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .menu-btn.close-menu .line:nth-child(3) {
      bottom: 0.5625rem;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .menu-btn:hover .line {
    width: 100% !important; }
  .menu-btn .lines {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .menu-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    transition: all .2s ease;
    background: #000000; }
    .menu-btn .line:nth-child(2) {
      width: 75%; }

.mob-menu {
  position: fixed;
  z-index: 40;
  top: 3.75rem;
  display: none;
  padding: 0.9375rem 0.9375rem;
  padding-top: 1.5625rem;
  box-shadow: 0 0 1.875rem -0.9375rem #a3a8b7;
  background: #ffffff; }
  @media (min-width: 768px) {
    .mob-menu {
      display: none !important; } }
  @media (max-width: 767px) {
    .mob-menu {
      font-size: 2.25rem; } }
  .mob-menu.open {
    display: block; }
  .mob-menu .menu {
    -ms-flex-flow: column;
        flex-flow: column; }
  .mob-menu .menu-item > a {
    font-size: 1.125rem;
    padding: 0.625rem 0; }
  .mob-menu .sub-menu {
    padding: 0;
    box-shadow: none;
    background: none;
    -ms-flex-flow: column;
        flex-flow: column; }
  .mob-menu .sub-menu-item {
    margin: 0.1875rem 0; }
    .mob-menu .sub-menu-item a {
      font-size: 1.125rem; }
  .mob-menu .social-links {
    margin: 0.625rem 0;
    padding: 0 1.25rem;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

.search-btn {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .search-btn .search-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .search-btn .lines {
    display: -ms-flexbox;
    display: flex;
    display: none;
    width: 100%;
    height: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .search-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    transition: all .2s ease;
    background: #000000; }
    .search-btn .line:nth-child(2) {
      width: 75%; }
  .search-btn.close-menu .lines {
    display: -ms-flexbox;
    display: flex; }
  .search-btn.close-menu .line {
    position: relative; }
    .search-btn.close-menu .line:nth-child(2) {
      opacity: 0; }
    .search-btn.close-menu .line:nth-child(1) {
      top: 0.5625rem;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .search-btn.close-menu .line:nth-child(3) {
      bottom: 0.5625rem;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .search-btn.close-menu .search-ico {
    display: none; }

.search-menu {
  position: fixed;
  z-index: 40;
  top: 3.75rem;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0.9375rem 0rem;
  padding-top: 1.5625rem;
  background: rgba(142, 147, 169, 0.95); }
  .search-menu.open {
    display: block; }

.input-search {
/*  font-family: "Montserrat", sans-serif;*/
  font-size: 1.125rem;
  box-sizing: border-box;
  width: 100%;
  height: 2.8125rem;
  margin: 0 auto;
  /*padding: 0 1.875rem;*/
  color: #ffffff;
  border: none;
  border-bottom: 0.0625rem solid #6b66a4;
  outline: none;
  background: none;
  /*background: url("./img/icons/search-blue.png") no-repeat 0 50%;*/
  background-size: 1.25rem; }
  .input-search::-webkit-input-placeholder {
 /*   font-family: "Montserrat", sans-serif;*/
    font-size: 1.125rem;
    /* Chrome/Opera/Safari */
    color: #ffffff; }
  .input-search::-moz-placeholder {
/*    font-family: "Montserrat", sans-serif;*/
    font-size: 1.125rem;
    /* Firefox 19+ */
    opacity: 1;
    color: #ffffff; }
  .input-search:-ms-input-placeholder {
/*    font-family: "Montserrat", sans-serif;*/
    font-size: 1.125rem;
    /* IE 10+ */
    color: #ffffff; }
  .input-search:-moz-placeholder {
/*    font-family: "Montserrat", sans-serif;*/
    font-size: 1.125rem;
    /* Firefox 18- */
    color: #ffffff; }

@media (min-width: 768px) {
  .mob-visible {
    display: none; } }

@media (max-width: 767px) {
  .desk-visible {
    display: none; } }

.menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9375rem;
  padding: 0;
  list-style: none; }

.menu-item {
  position: relative;
  margin: 0 0.9375rem; }
  .menu-item:hover {
    text-decoration: none; }
    .menu-item:hover > a {
      text-decoration: none;
      color: #6b66a4; }
    .menu-item:hover .arrow-down {
      background: url("./img/icons/arrow-up-blue.png") no-repeat 50%/contain; }
    .menu-item:hover .sub-menu-wrap {
      display: block; }
  .menu-item a {
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #1e212f;
    -ms-flex-align: center;
        align-items: center; }
    .menu-item a .arrow-down {
      margin-left: 0.3125rem; }

.sub-menu-wrap {
  position: absolute;
  z-index: 2;
  top: 1.0625rem;
  left: 0;
  display: none;
  padding-top: 2.1875rem; }

.sub-menu {
  min-width: 18.75rem;
  padding: 0.9375rem 0;
  list-style: none;
  box-shadow: 0 0.625rem 1.875rem -0.9375rem #a3a8b7;
  background: #ffffff; }

.sub-menu-item {
  margin: 0.625rem 0; }
  .sub-menu-item a {
    display: -ms-flexbox;
    display: flex;
    padding: 0.4375rem 1.875rem;
    -ms-flex-align: center;
        align-items: center; }
    .sub-menu-item a:hover {
      text-decoration: none;
      color: #6787f7; }

.social-links {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.9375rem;
  padding: 0;
  list-style: none; }
  .social-links li {
    margin: 0 0.5625rem; }
  .social-links a {
    display: -ms-flexbox;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
	  background-color: #f1f4fd;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: background-color .2s ease; }
    .social-links a:hover {
      background-color: #1e212f; }
    .social-links a.search-btn.close-menu .search-ico {
      display: block; }

.arrow-down {
  display: inline-block;
  width: 0.6875rem;
  height: 0.4375rem;
  background: url("./img/icons/arrow-down.png") no-repeat 50%/contain; }

.custom-logo-link {
  font-size: 2.5rem;
  font-weight: 900;
  text-decoration: none;
  color: #1e212f; 
    width: 20%;
  /*  margin-top: 10px;*/
}

.footer__bottom .custom-logo-link img {
	width: 20% !important;
	
}

.header .custom-logo-link img {
	width: 80%;
}

  @media (max-width: 767px) {
	  .custom-logo-link {
      	font-size: 2.25rem; 
		width: 62%;
    	/*margin-top: -12px;  */
	  }
	  
	  .footer__bottom .custom-logo-link img {
		  width: 30% !important;
	  }
	  
	  .burger__list.active-js {
		left: 0px !important;  
	  }
}

.search-ico {
  width: 1.25rem;
  height: 1.25rem;
  background: url("./img/icons/search.png") no-repeat 50%/cover; }

.fb-ico {
  width: 0.625rem;
  height: 1.25rem;
  background: url("./img/icons/fb-ico.png") no-repeat 50%/cover; }

.tw-ico {
  width: 1.4375rem;
  height: 1.25rem;
  background: url("./img/icons/tw-ico.png") no-repeat 50%/cover; }

.yt-ico {
  width: 1.6875rem;
  height: 1.1875rem;
  background: url("./img/icons/yt-ico.png") no-repeat 50%/cover; }

.tg-ico {
  width: 1.4375rem;
  height: 1.25rem;
	margin-right:3px;
  background: url("./img/icons/tg-ico.png") no-repeat 50%/cover; }

.topic-tags {
  margin: 2.1875rem 0; }
  .topic-tags .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.topic-label {
  font-size: 0.83125rem;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  color: #6787f7;
  border: 0.125rem solid #6787f7;
  border-radius: 1.25rem;
  -ms-flex-align: center;
      align-items: center; }
  .topic-label .fire-ico {
    display: block;
    width: 1rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    background: url("./img/icons/fire-blue-ico.png") no-repeat 50%/cover; }

.tags-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0.3125rem 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tags-list li {
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.1875rem;
    padding: 0.3125rem 0;
    -ms-flex-align: center;
        align-items: center; }
  .tags-list a {
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #1e212f; }
    .tags-list a:hover {
      text-decoration: underline; }

.main-row {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 -0.625rem; }
  @media (max-width: 767px) {
    .main-row {
      margin: 0;
      -ms-flex-flow: column;
          flex-flow: column; } }

.main-col {
  box-sizing: border-box;
  margin: 0 0.625rem; }
  @media (max-width: 767px) {
    .main-col {
      width: 100% !important;
      margin: 0; } }
  .main-col:first-child {
    width: 25.75rem; }
  .main-col:nth-child(2) {
    width: calc(100% - 41.25rem); }
  .main-col:last-child {
    width: 18.75rem; }

.widget {
  margin-bottom: 2.1875rem; }
  @media (max-width: 480px) {
    .widget {
      margin-bottom: 1.5625rem; } }
  .widget__title {
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.375rem;
    position: relative;
    display: inline-block;
    margin-top: 0.625rem;
    margin-bottom: 1.5625rem;
    text-transform: uppercase; }
    .widget__title:after {
      position: absolute;
      top: 50%;
      right: -0.9375rem;
      display: block;
      width: 4.1875rem;
      height: 0.275rem;
      content: "";
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
		/*background-color: #2b3252;*/
       }

.time {
  font-size: 0.8125rem;
 /* text-transform: uppercase;*/
  color: #5f6a88; }

.info {
  font-size: 0.6875rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  text-transform: uppercase;
  color: #e22a2b;
  border: 0.0625rem solid #e22a2b;
  border-radius: 0.9375rem; }

.time-news-info {
  margin-bottom: 1.75rem; }

.time-news {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6875rem;
  text-decoration: none;
  color: #1e212f; }
  .time-news:hover .time-news__text {
    text-decoration: underline; }
  .time-news b {
    font-weight: 600; }
  .time-news__time {
    font-size: 0.775rem;
    line-height: 1.5rem;
    display: block;
    height: 100%;
    min-width: 3.75rem;
    color: #e22a2b; }
  .time-news__text {
    font-size: 1.0rem;
    line-height: 1.5rem;
    margin: 0; }
  .time-news__icon {
    position: relative;
    top: 0.1875rem;
    margin-right: 0.1125rem; }
  .time-news .info {
    line-height: 1.2;
    position: relative;
    top: -0.125rem;
    margin-right: 0.25rem;
    padding: 0.1875rem 0.3125rem; }
  .time-news.large {
    margin-bottom: 1.75rem; }
    .time-news.large .time-news__text {
      font-size: 1.25rem;
      line-height: 1.875rem; }
    .time-news.large .time-news__time {
      line-height: 1.875rem; }

.extra-icon {
  display: inline-block;
  width: 1.0rem;
  height: 1.0rem;
  background: url("./img/icons/lightning.png") no-repeat 50%/cover; }

.photo-icon {
  display: inline-block;
  width: 1.1875rem;
  height: 1rem;
  background: url("./img/icons/photo-icon.png") no-repeat 50%/cover; }

.video-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
	margin-left:2px;
  background: url("./img/icons/video-icon.png") no-repeat 50%/cover; }

.more {
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 3.75rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #687084;
  border: none;
  background: none;
  -ms-flex-align: center;
      align-items: center; }
  .more:hover {
    text-decoration: underline; }
  .more .arrow-right {
    margin-left: 0.625rem; }

.more-btn {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.5625rem;
  color: #878fa3;
  border: 0.0rem solid #d1d5e2;
  outline: none;
  background: none;
  -ms-flex-align: center;
      align-items: center; }
  .more-btn:hover {
    color: #1e212f;
    border: 0.0rem solid #1e212f; }
  .more-btn .upload-ico {
    margin: 0 0.625rem; }

.arrow-right {
  display: inline-block;
  width: 1.5rem;
  height: 0.625rem;
  background: url("./img/icons/arrow-right.png") no-repeat 50%/contain; }

.upload-ico {
  display: inline-block;
  width: 1.375rem;
  height: 1.5rem;
  background: url("./img/icons/upload.png") no-repeat 50%/cover; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -1.4375rem;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background: #d1d5e2; }

.slick-dots li button {
  display: none; }

.slick-dots li.slick-active {
  background: #ef5455; }

.topic-day {
  position: relative;
  display: block;
  overflow: hidden;
  width: 36.25rem;
  height: 23rem;
  text-decoration: none;
  color: #1e212f; }
  @media (max-width: 767px) {
    .topic-day {
      width: 100%; } }
  @media (max-width: 480px) {
    .topic-day {
      height: 10rem; } }

  .topic-day__img {
    position: absolute;
  /* top: 50%;
    left: 50%;*/
    min-width: 100%;
    max-width: 43.75rem;
    min-height: 100%;
   /* -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
	/*width: 100%;
    height: 100%;*/

}
    @media (max-width: 480px) {
      .topic-day__img {
        width: 100%;
        height: 130%; } }
  .topic-day__desc {
  	width: 100%;
  	box-sizing: border-box;
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1.5625rem 3.125rem;
    text-align: center;
    color: #ffffff;
    z-index: 2; }
	.topic-day__desc::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to top, #2b3252 95%, #1f253e);
		opacity: 0.7;
		z-index: -1;}
    @media (max-width: 480px) {
      .topic-day__desc {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 0.9375rem 0.625rem; } 
	
		.publications {
			flex-direction: column;
		}
		
		.publications__img {
			width: 100% !important;
			/*max-height: 11rem !important;*/
			margin-bottom: 10px !important;
		}
		
		.publications .time {
			margin-top: 10px;
		}

}

.topic-day-widget {
  padding: 0 1.25rem;
  padding-bottom: 1.75rem;
  background: linear-gradient(to bottom, #ffffff 30%, #f7f8fb); }
  @media (max-width: 480px) {
    .topic-day-widget {
      padding: 0 0.0rem;
      padding-bottom: 1.75rem; } }

.publications-widget {
  padding: 0 1.25rem;
  background: linear-gradient(to bottom, #ffffff 30%, #f7f8fb, #ffffff 95%); }
  @media (max-width: 480px) {
    .publications-widget {
      padding: 0 0.75rem; } }

.publications .time {
 /* padding: 0 0.1875rem;*/}

.publications__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.625rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.publications__desc {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0.9375rem 0; }

.publications__img {
  	display: block;
 	/* max-width: 100%;*/
	width: 15rem;
  	/*max-height: 9rem;*/
  	margin: auto; 
 	/* margin-top: 1.875rem;*/
	margin-right: 20px;
}

.publications {
	/*display: flex;
    justify-content: space-between;*/
}

.publications-cards {
  margin-bottom: 0; }
  @media (max-width: 480px) {
    .publications-cards {
      margin-top: 2.8125rem; } }
  .publications-cards .widget__title-wrap {
    padding: 0 1.25rem; }
    @media (max-width: 767px) {
      .publications-cards .widget__title-wrap {
        padding: 0 0.9375rem; } }
  .publications-cards .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 480px) {
      .publications-cards .row {
        -ms-flex-flow: column;
            flex-flow: column; } }
  .publications-cards .col {
    box-sizing: border-box;
    padding: 0 0.625rem; }
    @media (max-width: 767px) {
      .publications-cards .col {
        width: 50%; } }
    @media (max-width: 480px) {
      .publications-cards .col {
        width: 100%; } }

.publications-card {
  display: block;
  box-sizing: border-box;
  width: 18.75rem;
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
  text-decoration: none;
  color: #1e212f;
  background: linear-gradient(to bottom, #ffffff, #f7f8fb, #ffffff 85%); }
  @media (max-width: 767px) {
    .publications-card {
      width: 100%; } }
  @media (max-width: 480px) {
    .publications-card {
      margin-bottom: 2.1875rem;
      padding: 0 0.75rem; } }
  .publications-card:hover {
    background: linear-gradient(to bottom, #ffffff, #f7f8fb 10%, #f7f8fb 90%, #ffffff); }
  .publications-card__img-wrap {
    position: relative;
    overflow: hidden;
    height: 12.5625rem; }
  .publications-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: 25rem;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .publications-card__title {
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    /*height: 4.5rem;*/
    margin: 1.25rem 0;
    margin-bottom: 0.625rem; }
  .publications-card .time {
    padding: 0 0.3125rem; }

.widget-border {
  padding: 2rem 1.5625rem;
  border: 0.1875rem solid #f6f7fa; }
  @media (max-width: 480px) {
    .widget-border {
      margin-top: 2.5rem;
      padding: 2rem 0.75rem; } }
  .widget-border .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.9375rem;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 480px) {
      .widget-border .row {
        margin: 0;
        -ms-flex-flow: column;
            flex-flow: column; } }
  .widget-border .col {
    width: 50%;
    max-width: 16.25rem;
    margin: 0 0.9375rem; }
    @media (max-width: 480px) {
      .widget-border .col {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 2.1875rem; } }
    .widget-border .col:last-child {
      margin-bottom: 0rem; }

.media-card {
  display: block;
  margin-bottom: 0.625rem;
  text-decoration: none;
  color: #1e212f; }
  .media-card:hover .media-card__title {
    text-decoration: underline; }
  .media-card:last-child {
    margin-bottom: 0; }
  .media-card__poster {
    position: relative;
    overflow: hidden;
    height: 12.625rem; }
  .media-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: 18.75rem;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .media-card__title {
    font-size: 1.075rem;
    font-weight: bold;
    line-height: 1.375rem;
    margin: 0.9375rem 0;
    margin-bottom: 0.625rem; }
  .media-card .photo-ico,
  .media-card .video-ico {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }

.photo-ico {
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  background: url("./img/icons/photo-ico.png") no-repeat 50%/cover; }

.video-ico {
  display: block;
  width: 1.525rem;
  height: 1.525rem;
  background: url("./img/icons/video-ico.svg") no-repeat 50%/cover; }

.opinion {
  display: block;
  padding: 1.125rem 0.5rem;
  text-decoration: none;
  color: #1e212f;
  background: #f1f4fd; 
margin-bottom: -15px;}
  .opinion + .opinion {
    margin-top: 1.25rem; }
  
.opinion__img-wrap {
    position: relative;
    margin-bottom: 0.5rem;
    padding: 0.65rem;
    padding-bottom: 0.5625rem; 
	height: 9rem;
    overflow: hidden;
}
  
.opinion__img {
 /*   display: none;*/
    width: 100%;
	/*height: 9rem;*/
    margin: 0 auto;
    box-shadow: 0.25rem 0.375rem 0.5rem 0.125rem rgba(0, 0, 0, 0.1); }
  
.opinion .quote-ico {
	/*display:none;*/
    position: absolute;
    top: 10%;
    right: 5%;
	width: 20px;
    height: 20px;
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
  
.opinion__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    padding: 0 1.25rem;
    text-align: left; }
 
.opinion .time {
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
	padding-left: 1.25rem; }






.opinion2 {
  display: block;
  padding: 1.125rem 0.5rem;
  text-decoration: none;
  color: #1e212f;
  background: #f1f4fd; 
	margin-bottom: 20px;
}

  
.opinion2__img-wrap {
    position: relative;
    margin-bottom: 0.5rem;
    /*padding: 1.25rem;*/
    padding-bottom: 0.5625rem; }
  
.opinion2__img {
    display: none;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0.25rem 0.375rem 0.5rem 0.125rem rgba(0, 0, 0, 0.1); }
  
.opinion2 .quote-ico {
	display:none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
  
.opinion2__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
    padding: 0 1.25rem;
    text-align: left; }
 
.opinion2 .time {
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
	padding-left: 1.25rem; }










.quote-ico {
  width: 3.125rem;
  height: 3.125rem;
	fill:white;
  background: url("./img/icons/quote.svg") no-repeat 50%/cover; }

.video-widget__cover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  @media (max-width: 767px) {
    .video-widget__cover {
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 480px) {
    .video-widget__cover {
      margin: 0;
      -ms-flex-flow: column;
          flex-flow: column; } }

@media (max-width: 767px) {
  .video-widget .media-card {
    width: 48%; } }

@media (max-width: 480px) {
  .video-widget .media-card {
    width: 100%; } }

.video-card .media-card__poster {
  height: 11.875rem; }

.footer-navbar {
  background-color: #f6f7fa; }
  .footer-navbar .container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 767px) {
      .footer-navbar .container {
        -ms-flex-flow: column;
            flex-flow: column; } }

.footer-links {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.3125rem;
  padding: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .footer-links {
      margin: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .footer-links li {
    margin: 0 0.3125rem; }
    @media (max-width: 767px) {
      .footer-links li {
       /* width: 50%;*/
        margin: 0.3125rem 0; } }
    @media (max-width: 767px) {
      .footer-links li:nth-child(1) {
        -ms-flex-order: 1;
            order: 1; }
      .footer-links li:nth-child(2) {
        -ms-flex-order: 3;
            order: 3; }
      .footer-links li:nth-child(3) {
        -ms-flex-order: 2;
            order: 2; }
      .footer-links li:nth-child(4) {
        -ms-flex-order: 4;
            order: 4; } }
  .footer-links a {
    font-size: 0.75rem;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    color: #687084; }
    @media (max-width: 480px) {
      .footer-links a {
        font-size: 0.825rem;
		margin-right: 15px;
		} }
    .footer-links a:hover {
      text-decoration: underline; }

.footer {
  margin-top: 1.5625rem; }
  .footer__desc {
    font-size: 0.8875rem;
   /* line-height: 1.25rem;*/
    margin-bottom: 1.2rem; }
  .footer__bottom {
    padding-top: 1.4375rem; }
    @media (max-width: 480px) {
      .footer__bottom {
        padding-top: 1.5625rem; } }
    .footer__bottom .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 767px) {
        .footer__bottom .row {
          -ms-flex-flow: column;
              flex-flow: column; } }
    .footer__bottom .col:first-child {
      width: 61%; }
      @media (max-width: 767px) {
        .footer__bottom .col:first-child {
          width: 100%; } }
    .footer__bottom .col:last-child {
      display: -ms-flexbox;
      display: flex;
      width: 18.75rem;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-align: end;
          align-items: flex-end; }
      @media (max-width: 767px) {
        .footer__bottom .col:last-child {
          width: 100%;
          -ms-flex-align: center;
              align-items: center; } }

.copyring {
  font-size: 0.7875rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #687084; }
  @media (max-width: 767px) {
    .copyring {
      margin-top: 1.25rem; } }

.subscribe {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media (max-width: 767px) {
    .subscribe {
      -ms-flex-align: start;
          align-items: flex-start; } }
  .subscribe__title {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0.625rem 0;
    text-align: right; }
    @media (max-width: 480px) {
      .subscribe__title {
        margin: 0;
        text-align: left; } }

.send-ico {
  display: block;
  width: 1.25rem;
  height: 1.3125rem;
  background: url("./img/icons/send-ico.png") no-repeat 50%/cover; }

.subscribe-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 18.75rem;
  height: 2.5rem;
  margin-top: 0.9375rem; }
  @media (max-width: 480px) {
    .subscribe-form {
      max-width: 100%; } }
  .subscribe-form__input {
 /*   font-family: "Montserrat", sans-serif;*/
    font-size: 0.8125rem;
    box-sizing: border-box;
    width: calc(100% - 3.75rem);
    padding: 0 0.9375rem;
    border: 0.125rem solid #6787f7;
    outline: none; }
    .subscribe-form__input::-webkit-input-placeholder {
 /*     font-family: "Montserrat", sans-serif;*/
      font-size: 0.8125rem;
      /* Chrome/Opera/Safari */
      color: #888fa4; }
    .subscribe-form__input::-moz-placeholder {
  /*    font-family: "Montserrat", sans-serif;*/
      font-size: 0.8125rem;
      /* Firefox 19+ */
      opacity: 1;
      color: #888fa4; }
    .subscribe-form__input:-ms-input-placeholder {
    /*  font-family: "Montserrat", sans-serif;*/
      font-size: 0.8125rem;
      /* IE 10+ */
      color: #888fa4; }
    .subscribe-form__input:-moz-placeholder {
   /*   font-family: "Montserrat", sans-serif;*/
      font-size: 0.8125rem;
      /* Firefox 18- */
      color: #888fa4; }
  .subscribe-form__submit {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 3.75rem;
    border: none;
    background: none;
    background-color: #6787f7;
    outline: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.news-page-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 767px) {
    .news-page-row {
      margin: 0;
      -ms-flex-flow: column;
          flex-flow: column; } }
  .news-page-row .more-btn {
    margin-top: 2.3125rem; }

.news-page-col {
  margin: 0 0.625rem; }
  @media (max-width: 767px) {
    .news-page-col {
      margin: 0; } }
  .news-page-col:first-child {
    width: calc(100% - 23.75rem); }
    @media (max-width: 767px) {
      .news-page-col:first-child {
        width: 100%; } }
  .news-page-col:last-child {
    width: 18.75rem; }
    @media (max-width: 767px) {
      .news-page-col:last-child {
        width: 100%; } }

.article__head {
  margin-bottom: 2.5rem;
  text-align: center; }
  .article__head .time {
    padding: 0 0.3125rem; }

.article h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding: 0 2.5rem;
  text-align: center; }
  @media (max-width: 767px) {
    .article h1 {
      font-size: 2rem;
      line-height: 2.375rem;
      padding: 0; } }
  @media (max-width: 480px) {
    .article h1 {
      font-size: 1.375rem;
      line-height: 1.75rem; } 
	  
	  .article .article__title-img {
		  float:none !important;
		  padding: 0px !important;
		  max-width: 100% !important;
		  height: auto !important;
	  }
}

.article .article__title-img {
	display: block;
    max-width: 40%;
    margin: 0 auto;
    float: left;
    padding: 0px 20px 10px 0px;
}

.article__title-img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.article__title-img-desc {
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin: 0.5rem 0;
  text-align: center;
  color: #878fa3; }

.article p.article__title-img-desc {
  font-size: 0.8125rem;
  line-height: 1.53846;
  margin: 0.5rem 0;
  text-align: center;
  color: #878fa3; }

.article__link,
.article a {
  text-decoration: none;
  color: #ef5455; 
  font-weight: bold;

}

.article > p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 1.5625rem 0;
  color: #1e212f; }
  .article > p b {
    font-weight: 600; }

.article blockquote {
  margin: 2.5rem 0; }
  .article blockquote h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .article blockquote p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 1.5625rem 0;
    color: #1e212f; }
    .article blockquote p b {
      font-weight: 600; }
  .article blockquote a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase; }

.article__quote {
  margin: 2.5rem 0; }
  .article__quote h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    margin-top: 0;
    margin-bottom: 1.25rem; }
  .article__quote a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase; }

.article p.article__p-conclusion {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin: 2.5rem 0;
  padding-left: 1.5625rem;
  color: #1e212f;
  border-left: 0.1875rem solid #6787f7; }

.article__img {
  display: block;
  max-width: 100%;
  margin: 3.75rem auto; }

.article img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 3.75rem auto; }
.article .wp-block-image img {
  margin: 0 auto;
}
.article iframe {
  display: block; }
  @media (max-width: 767px) {
    .article iframe {
      width: 100%;
      max-width: 37.5rem;
      margin: 0 auto; } }

.img-22 {
  width: 100%;
  max-width: 40rem; }

p.article-author {
  margin: 1.875rem 0;
  text-transform: uppercase;
  font-weight: 400; }

.article-share {
  margin: 3.125rem 0; }
  .article-share__title {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #878fa3; }

.socials-share {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .socials-share li {
    margin: 0 0.3125rem; }
    @media (max-width: 480px) {
      .socials-share li {
        margin: 0.3125rem 0.9375rem; } }

.share-ico {
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #f6f7fa;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: background-color .2s ease; }
  .share-ico:hover {
    background-color: #1e212f; }

.share-fb {
  display: block;
  width: 0.625rem;
  height: 1.25rem;
  background: url("./img/icons/share-fb.png") no-repeat 50%/cover; }

.share-tw {
  display: block;
  width: 1.1875rem;
  height: 1rem;
  background: url("./img/icons/share-tw.png") no-repeat 50%/cover; }

.share-tg {
  display: block;
  width: 1.1875rem;
  height: 1rem;
  background: url("./img/icons/share-tg.png") no-repeat 50%/cover; }

.share-mg {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("./img/icons/share-mg.png") no-repeat 50%/contain; }

.share-vb {
  display: block;
  width: 1rem;
  height: 1.1875rem;
  background: url("./img/icons/share-vb.png") no-repeat 50%/contain; }

.share-wp {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("./img/icons/share-wp.png") no-repeat 50%/contain; }

.share-ml {
  display: block;
  width: 1rem;
  height: 0.625rem;
  background: url("./img/icons/share-ml.png") no-repeat 50%/cover; }

.article-tags {
  margin: 2.5rem 0; }
  .article-tags .row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
  .article-tags__title {
    font-size: 0.8125rem;
    width: 4.375rem;
    padding-right: 1.25rem;
    text-transform: uppercase;
    color: #878fa3; }
    @media (max-width: 480px) {
      .article-tags__title {
        width: 100%;
        padding-right: 0; } }
  .article-tags .article-tag {
    margin-right: 0.9375rem; }

.article-tag {
  font-size: 0.9375rem;
  margin: 0.3125rem 0;
  padding: 0.45rem 0.85rem;
  text-decoration: none;
  color: #2B3253;
 /* border: 0.0625rem solid #d1d5e2;*/
  border-radius: 1.25rem; 
  background: #f6f7fa;
}
  
.article-tag:hover {
    border-color: #1e212f; }
  .article-tag span {
    color: #6787f7; }

.bdb {
  margin-bottom: 3.125rem;
  border-bottom: 0.1875rem solid #f6f7fa; }

.breadcrumbs {
  /*padding-top: 1.125rem;*/
  margin-bottom: 1rem; }
  .breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      position: relative; }
      .breadcrumbs ul li::after {
        content: ">";
        margin: 0 0.625rem;
        color: #878fa3;
        font-size: 0.75rem;
        line-height: 1.66667; }
      .breadcrumbs ul li:last-child a {
        color: #2b3252; }
      .breadcrumbs ul li:last-child::after {
        display: none; }
    .breadcrumbs ul a {
      color: #878fa3;
      font-size: 0.75rem;
      line-height: 1.66667;
      text-decoration: none; }
      .breadcrumbs ul a:hover {
        color: #2b3252; }


/*-------*/


.header .menu-item-has-children > a:after,
.footer .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    margin-left: 0.6875rem;
    width: 0.6875rem;
    height: 0.4375rem;
    background: url(./img/icons/arrow-down.png) no-repeat 50%/contain;
}

.sub-menu .menu-item {
    margin: 0.625rem 0;
}

.sub-menu  .menu-item a {
    display: -ms-flexbox;
    display: flex;
    padding: 0.4375rem 1.875rem;
    -ms-flex-align: center;
    align-items: center;
}

#main .input-search {
    color: #6787f7;
}

.article-share .socials-share .addtoany_list a,
.widget .addtoany_list a {

    padding: 0 0.3125rem;
}

.article-share .socials-share .addtoany_list a .a2a_svg {
    border-radius: 50%!important;
}

.article-share .socials-share .addtoany_list a .a2a_svg svg {
    top: 10%!important;
    width: 80%!important;
}

.subscribe-form {
    position: relative;
}

.subscribe .your-email {
    width: calc(100% - 3.75rem);
    display: block;
}

.subscribe input[type="email"] {
  /*  font-family: "Montserrat", sans-serif;*/
    font-size: 0.8125rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0.9375rem;
    border: 0.125rem solid #6787f7;
    outline: none;
}

.subscribe .wpcf7-submit {
    background: url(./img/icons/send-ico.png) no-repeat 50%/cover;
    display: block;
    background-size: auto;
    box-sizing: border-box;
    width: 3.75rem;
    height: 100%;
    border: none;
    background-color: #6787f7;
    outline: none;
    color: transparent;
}

.subscribe div.wpcf7 .ajax-loader {
    position: absolute;
    right: -20px;
    bottom: 24px;
}

span.wpcf7-not-valid-tip {
    color: #f76767;
    font-size: 0.9em;
    margin-top: 6px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e567;
}

div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 10px;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 0rem;}
        .breadcrumbs ul {
          display: none; } }

.publications .article__link .publications__title {
    text-decoration: none;
    color: #1e212f;
}

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


/* article__content*/

.article__content p b {
    font-weight: 600;
}

.article__content p,
.article__content li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1e212f;
}

.article__content p {
    margin: 1.5625rem 0;
}

.article__content ul,
.article__content ol {
    padding-left: 46px;
}

.article__content li {
   /* list-style: none;*/
    position: relative;
}

.article__content li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
   /* background: #6787f7;*/
    top: calc(50% - 4px);
    left: -18px;
}

.article__content a,
.article__content p a {
    text-decoration: none;
    color: #ef5455;
    border-bottom: 2px solid;
    padding-bottom: 1px;
}

.article__content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.article__content blockquote,
.article__content pre {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin: 2.5rem 0;
    padding-left: 1.5625rem;
    color: #1e212f;
    border-left: 0.1875rem solid #ef5455;
}

.article__content pre {
    white-space: normal;
}

.article__content > iframe,
.article__content p > iframe,
.article__content > .fb_iframe_widget,
.article__content > .fb_iframe_widget > span {
    display: block;
}

.article__content > iframe,
.article__content p > iframe,
.article__content > .fb_iframe_widget > span,
.article__content > twitter-widget {
    margin: auto;
}

    /* gutenberg article__content */
    
    .article__content .wp-block-embed .wp-block-embed__wrapper > iframe, 
    .article__content .wp-block-embed .wp-block-embed__wrapper > .fb_iframe_widget {
        display: block;
    }
    
    .article__content .wp-block-embed .wp-block-embed__wrapper > iframe,
    .article__content .wp-block-embed twitter-widget {
        margin: auto;
    }
    
    .article__content .wp-block-embed .wp-block-embed__wrapper > .fb_iframe_widget {
        text-align: center;
    }

	.article__content .wp-block-embed .wp-block-embed__wrapper > .fb-post {
		text-align: center;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
    
    /* end gutenberg article__content */

/* end article__content */

.quote-ico {
  background: url("./img/icons/quote.svg") no-repeat 50%/cover;
	fill: white;
}
.video-widget .media-card__img {
    max-width: 24.45rem;
}

.topic-slider:not(.slick-slider) {
  height: 21.25rem;
  overflow: hidden;
}
@media (max-width: 480px) {
  .topic-slider:not(.slick-slider) {
    height: 10rem;
  }
}
.article .blocks-gallery-item img {
  margin: auto;
}
.article__content .wp-block-gallery {
  overflow: hidden;
  padding-left: 0;
}

.admin-bar .search-menu {
  padding-top: 3.5625rem;
}

@media (max-width: 480px) {
  .fb_iframe_widget span,
  .fb_iframe_widget iframe {
    width: 100% !important;
  }
  
  figure.wp-block-embed {
    margin-left: 0;
    margin-right: 0; 
  }
}
.section-form__form-radio-wrap.error .section-form__form-radio--fake{
  border: 1px solid red;
}
/* heading on the main page */
.main-content__bottom-title * {
  box-sizing: border-box;
}
.main-content__bottom-title {
  border-top: 2px solid #f6f7fa;
  padding-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.main-content__bottom-title h1 {
  width: 100%;
  font-size: 2.25rem;
    font-weight: bold;
    line-height: 3rem;
  color: #cccccc;
    margin: 0;
    text-align: center;
  padding: 0 2.5rem;
}
@media (max-width: 767px){
  .main-content__bottom-title h1 {
    font-size: 2rem;
    line-height: 2.375rem;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .main-content__bottom-title h1 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
/* heading on the main page */

/* news description */
.news-page__category-desc {
  margin: 0;
  margin-bottom: 1rem;
}

.news-page__category-desc { 
  margin: 0;
  line-height: 1.4rem;
  color: #1e212f;
}

.news-page__category-desc .expanded {
  display: none;
}
/* news description */



/* burger */
.menu-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.burger {
  display: inline-block;
  position: relative;
  font-size: 0;
  margin-right: 2rem;
}

.burger * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.burger__link {
  display: inline-block;
  font-size: 0;
  width: 2.5rem;
}

.burger__link div {
  width: 100%;
  height: 0.1875rem;
  background-color: #000000;
  margin-bottom: 0.3125rem;
}
.burger__link div:last-child {
  margin-bottom: 0;
}

.burger__list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 18rem;
  position: absolute;
 /* left: 0;*/
  top: -99999px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.625rem 1.875rem -0.9375rem #a3a8b7;
  box-shadow: 0 0.625rem 1.875rem -0.9375rem #a3a8b7;
  padding: 1rem 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.burger__list.active-js {
  top: auto;
  bottom: -2.12rem;
  opacity: 1;
	right: 0px;
}

.burger__list li {
  position: relative;
}

/*
.burger__list li:last-child {
  margin-bottom: 0;
}
*/
.burger__list li:hover > ul {
  top: 0;
  opacity: 1;
}

.burger__list li > div {
  position: relative;
}
.burger__list li > div::after {
  content: '\25BA';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.7rem;
  line-height: 1rem;
  display: inline-block;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.burger__item a,
.burger__item div,
.burger__item ul > li a {
  font-size: 1rem;
  color: #1e212f;
  display: block;
  padding: 0.4375rem 1.875rem;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.burger__item a:hover,
.burger__item div:hover,
.burger__item ul > li a:hover {
  color: #6787f7;
}

.burger__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: -99999px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #ffffff;
  -webkit-box-shadow: 0.5rem 0.1rem 1.875rem -0.9375rem #a3a8b7;
  box-shadow: 0.5rem 0.1rem 1.875rem -0.9375rem #a3a8b7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}

@media (max-width: 767px) {
  .burger__item ul {
    display: none;
    position: static;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: none;
    padding-left: 1rem;
  }
}


/**/

.burger__list:not(.burger__list--not-burger) > li a,
.burger__list:not(.burger__list--not-burger) > li  div,
.burger__list:not(.burger__list--not-burger) > li  ul > li a {
  font-size: 1.2rem;
  color: #1e212f;
  display: block;
  padding: 0.4375rem 1.875rem;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.burger__list:not(.burger__list--not-burger) > li  a:hover,
.burger__list:not(.burger__list--not-burger) > li  div:hover,
.burger__list:not(.burger__list--not-burger) > li  ul > li a:hover {
  color: #2b3252;
	font-weight:500;
}

.burger__list:not(.burger__list--not-burger) > li  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: -99999px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #ffffff;
  -webkit-box-shadow: 0.5rem 0.1rem 1.875rem -0.9375rem #a3a8b7;
  box-shadow: 0.5rem 0.1rem 1.875rem -0.9375rem #a3a8b7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}

@media (max-width: 767px) {
  .burger__list:not(.burger__list--not-burger) > li  ul {
    display: none;
    position: static;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: none;
    padding-left: 1rem;
  }
}

/* description more text */
.category-desc__btn {
  position: relative;
}
.category-desc__btn span{
  font-size: 0.6875rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.5rem;
  text-transform: uppercase;
  color: #6787f7;
  border: 0.0625rem solid #6787f7;
  background: #fff;
  border-radius: 0.9375rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 2.5rem);
  width: 5rem;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px){
  .category-desc__btn span {
    left: calc(50% - 3rem);
  }
}
.category-desc__btn hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: none;
  border-top: 1px solid rgba(73,125,241,0.19);
}

.news-page__category-desc .wp-caption .wp-caption-text {
  font-size: 0.7em;
  line-height: normal;
  margin-top: 0;
}
.news-page__category-desc .wp-caption.alignleft {
  float: left;
}
.news-page__category-desc .category-desc__btn {
  clear: both;
}
.news-page__category-desc .wp-caption {
  max-width: 100% !important;
}
.news-page__category-desc .wp-caption img {
  widows: 100%;
}

.news-page__category-desc img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 3.75rem auto;
}

.telegram-subscribe {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	
	background-color: #f6f7fa;
	padding: 1.5rem 2rem;
	margin: 2rem auto;
}

.telegram-subscribe img {
	width: 8rem;
	margin: 0;
}

.telegram-subscribe p {
	margin: 0 2.25rem;
	color: #2b3252;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 700;
}

.telegram-subscribe a {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	
	padding: .85rem 1.25rem;
	border-radius: .75rem;
	color: #fff;
	background-color: #2b3252;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all .3s;
	text-align:center;
}

.telegram-subscribe a:hover {
	background-color: #ef5455;
}

@media (max-width: 767px) {
	.telegram-subscribe {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		
		padding: 1.5rem 1rem;
	}
	
	.telegram-subscribe img {
		min-width: 7rem;
		min-height: 7rem;
		max-width: 7rem;
		max-height: 7rem;
	}
	
	.telegram-subscribe p {
		margin: 2.25rem 0 1.5rem;
		text-align: center;
		max-width: 26rem; 
	}
	
	.pub-image {
		width:100% !important;
	}
	.mob-logo {
		position: absolute;
    	left: 29%;
	}
	.mob-logo img {
		width: 75%;
	}
	
	.footer-links ul, .menu ul {
		justify-content: center;
    	width: 100%;
    	padding: 0px;
	}
	
	.archive-newscard {
		flex-direction: column;
	}
	
	.archive-posts img {
		width: 100% !important;
		
		/*height: 230px !important;*/
	}
	
	.archive-newscard-title {
		margin-left: 0px !important;
		margin-top: 20px;
	}
	
	.wp-pagenavi .pages, .wp-pagenavi .last {
		display: none;
	}
}

.footer-links ul, .menu ul {
	list-style:none;
	display: flex;
}

.publications_card {
	/*margin-top:-21px; publ */
	/*width: 70%; publ */
	margin-bottom: 25px;
}

.category-plate {
	border-left: 3px solid #6b66a4;
    padding-left: 10px;
    background: #f6f8ff;
    height: 42px;
    margin-bottom: 20px;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	margin-top: 10px !important;
}

.widget-polls a {
	color: #6b66a4;
	font-size: 0.8rem;
}

.publications img, .slide img {/*
	-moz-transition: all 0.5s ease-out;
 	-o-transition: all 0.5s ease-out;
 	-webkit-transition: all 0.5s ease-out;*/
}

.publications img, .slide img {
	-moz-transition: all 0.5s ease-out;
 	-o-transition: all 0.5s ease-out;
 	-webkit-transition: all 0.5s ease-out;
}

.publications img:hover, .slide img:hover {
	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
 	-o-transform: scale(1.1);
}

.pub-image {
	overflow:hidden;
	width: 15rem;
  /*  max-height: 9rem;*/
	display: block;
    float:left;
    margin-right: 20px;
	margin-bottom: 5px;
}

.archive-posts img {
	width:200px;
	max-width: 200px;
	/*height: 150px;*/
	
}

.archive-newscard {
	display: flex;
	justify-content: left;
	margin-bottom: 20px;
}

.archive-newscard-title {
	margin-left: 20px;
	
}

.archive-newscard time {
	margin-top: 5px;
	font-size: 12px;
    color: #ef5455;
}

.archive-newscard .time-news, .archive-newscard .time-news.large {
	margin-bottom: 0px !important;
}

h3.widget__title a {
	text-decoration: none;
	color: #1e212f;
}

.author-name {
	font-size: 12px;
}

.techlink, .techlink a {
	color: #fff;
	text-decoration: none;
}

.wp-pagenavi a {
	color: #e22a62 !important;
}

.tech .time,
.postid-312636 .time {
	display: none !important;
}