

/* Start:/local/templates/stmegi/css/index.css?17409244873206*/
@media (max-width: 1400px) {
  .row .container {
    max-width: 767px;
    max-width: 991px !important; } }

@media (max-width: 767px) {
  .row .container {
    max-width: 430px; } }

.cf__bannerNews {
  padding: 3rem 0; }
  .cf__bannerNews .main {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start; }
  .cf__bannerNews .news__list {
    min-width: 900px; }
  .cf__bannerNews .news__feed {
    padding-left: 40px; }
  @media (max-width: 1400px) {
    .cf__bannerNews .main {
      flex-wrap: wrap; }
    .cf__bannerNews .news__list {
      min-width: 100%;
      margin-bottom: 30px; }
    .cf__bannerNews .news__feed {
      padding: 0;
      width: 100%; } }

.cf__actualWeek {
  background-color: #fff; }

.cf__subscribe {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .cf__subscribe .container {
    min-height: 200px; }
  .cf__subscribe .main {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .cf__subscribe .main .title {
      width: 45%;
      font-size: 2.5rem;
      font-weight: 500;
      color: #fff;
      padding-right: 30px; }
    .cf__subscribe .main .content {
      width: 100%;
      max-width: 470px; }
      .cf__subscribe .main .content input {
        width: 100%;
        max-width: 470px;
        height: 36px;
        font-size: 1.4rem;
        font-weight: 500;
        border: none;
        border-radius: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        padding: 6px 20px; }
      .cf__subscribe .main .content .msg {
        font-size: 0;
        margin-bottom: 10px;
        display: block; }
        .cf__subscribe .main .content .msg.error {
          font-size: 14px;
          color: #fd7e7e; }
        .cf__subscribe .main .content .msg.success {
          font-size: 14px;
          color: #71ff58; }
    .cf__subscribe .main .buttons {
      position: relative;
      width: calc(100% + 10px);
      left: -5px;
      display: flex; }
      .cf__subscribe .main .buttons .btn {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0 20px; }
  @media (max-width: 1400px) {
    .cf__subscribe .main {
      flex-direction: column; }
      .cf__subscribe .main .title {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px; }
      .cf__subscribe .main .buttons {
        text-align: center; } }
  @media (max-width: 767px) {
    .cf__subscribe .main .buttons {
      width: 100%;
      left: 0;
      flex-direction: column; }
      .cf__subscribe .main .buttons .btn {
        margin: 10px 0 0; } }

.cf__bestMonth .widget_opinions {
  margin-bottom: 54px; }

.cf__questions .top {
  margin-bottom: 20px; }
  .cf__questions .top .icon__rabbi {
    width: 36px;
    height: 36px;
    fill: #ABB0BD;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }


@media (max-width: 767px) {
.banner-right {
        display: none;
    }
.banner-left  {
     display:block!important;
   }
.contFluid .banner-left.is-hidden {
        display: block !important;
    }
}
/* End */


/* Start:/local/templates/stmegi/css/widget/widget_calendar.css?1631885112784*/
.widget_calendar {
  margin-bottom: 40px; }
  .widget_calendar > .title {
    font-size: 14px;
    font-weight: 600;
    color: #2b3245;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block; }
    .widget_calendar > .title svg {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .widget_calendar .wrapper li {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0; }
    .widget_calendar .wrapper li .time {
      width: 50%; }
    .widget_calendar .wrapper li .name {
      flex: 1 0 auto;
      display: flex;
      align-items: center; }
      .widget_calendar .wrapper li .name svg {
        margin-right: 7px; }

/* End */


/* Start:/local/templates/stmegi/css/widget/widget_best_month_news.css?1615132078164*/
.widget_best_month_news > .title {
  font-size: 14px;
  font-weight: 600;
  color: #2b3245;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block; }

/* End */


/* Start:/local/templates/stmegi/css/widget/widget_news_feed.css?16318851121880*/
.widget_news_feed .wrapper:hover::-webkit-scrollbar-thumb {
  background-color: rgba(189, 191, 193, 0.9); }

.widget_news_feed .wrapper:hover::-webkit-scrollbar-track {
  background-color: #ebebeb; }

.widget_news_feed .wrapper::-webkit-scrollbar {
  width: 2px;
  height: 0;
  -webkit-appearance: none;
  cursor: pointer; }

.widget_news_feed .wrapper::-webkit-scrollbar-thumb {
  background-color: transparent; }

.widget_news_feed .wrapper::-webkit-scrollbar-track {
  background-color: transparent; }

.widget_news_feed .wrapper::-webkit-scrollbar-button {
  background-color: transparent; }

.widget_news_feed {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px; }
  .widget_news_feed .title {
    font-size: 16px;
    font-weight: 500;
    color: #2b3245;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block; }
  .widget_news_feed .wrapper {
    width: calc(100% + 10px);
    height: 100%;
    max-height: 573px;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow-y: scroll; }
    .widget_news_feed .wrapper li {
      border-bottom: 1px solid #ebebeb;
      padding: 18px 0; }
      .widget_news_feed .wrapper li:first-child {
        padding-top: 0; }
      .widget_news_feed .wrapper li .time {
        font-size: 13px;
        font-weight: 400;
        color: #abb0bd;
        margin-bottom: 5px;
        display: block; }
      .widget_news_feed .wrapper li a {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        display: block;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .widget_news_feed .wrapper li a:hover {
          color: #004ee6; }

/* End */


/* Start:/local/templates/stmegi/css/widget/widget_opinions.css?16172067441488*/
.widget_opinions .wrapper li {
  display: flex;
  margin-bottom: 20px; }
  .widget_opinions .wrapper li .pic {
    position: relative;
    font-size: 0;
    border-radius: 50px;
    flex: 1 0 auto;
    max-width: 100px;
    overflow: hidden; }
    .widget_opinions .wrapper li .pic .imageCover {
      position: relative;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .widget_opinions .wrapper li .pic .imageCover.ratio-1-1:before {
        content: '';
        width: 100%;
        padding-top: 100%;
        background-color: #ebebeb;
        float: left;
        display: block; }
      .widget_opinions .wrapper li .pic .imageCover img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .widget_opinions .wrapper li .content {
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: column; }
    .widget_opinions .wrapper li .content .name {
      font-size: 1.6rem;
      font-weight: 600;
      color: #242424;
      margin-bottom: 10px;
      display: block;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .widget_opinions .wrapper li .content .name:hover {
        color: #004ee6; }
    .widget_opinions .wrapper li .content .opinion {
      font-size: 14px;
      font-weight: 400; }

/* End */


/* Start:/local/templates/stmegi/css/plugin/carousel.css?16318851123115*/
.carousel {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .carousel.hidden {
    visibility: hidden; }
  .carousel:hover .glider-buttons.inner {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
  display: flex; }
  .glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab; }
    .glider.draggable .glider-slide img {
      user-select: none;
      pointer-events: none; }
  .glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .glider::-webkit-scrollbar {
    opacity: 0;
    height: 0; }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%; }

.glider-buttons {
  position: relative;
  padding: 0 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px; }
  .glider-buttons.inner {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .glider-buttons.inner .prev,
    .glider-buttons.inner .next {
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.2);
      border-color: #fff;
      fill: #fff;
      z-index: 9; }
  .glider-buttons.inner-top {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 2; }
    .glider-buttons.inner-top .prev,
    .glider-buttons.inner-top .next {
      background-color: rgba(0, 0, 0, 0.2);
      border-color: #fff;
      fill: #fff;
      z-index: 9; }
  .glider-buttons .prev,
  .glider-buttons .next {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 2px solid #3689e7;
    background-color: transparent;
    fill: #3689e7;
    text-align: center;
    margin: 0 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

.glider-slide {
  min-width: 150px; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 5px; }

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 50px;
  background: #ccc;
  width: 1.2rem;
  height: 1.2rem;
  margin: 7px; }
  .glider-dot:hover, .glider-dot:focus, .glider-dot.active {
    background: #3589e7; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/custom_articles_v2/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/article_v3/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/stmegi/news.list/templates/article/style.css?1683722584150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/opinion/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/article_v2/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/video/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/article/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/news.list/quotation/style.css?1481804907150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stmegi/components/bitrix/catalog.section.list/index_library_sections/style.css?14818049207305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/stmegi/css/cards/cards.css?16318851125750*/
@media (max-width: 1400px) {
  .row .container {
    max-width: 767px;
    max-width: 991px !important; } }

@media (max-width: 767px) {
  .row .container {
    max-width: 430px; } }

.cards__collection {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 30px);
  left: -15px; }
  .cards__collection .item {
    position: relative;
    width: 25%;
    padding: 15px;
    display: inline-block;
    vertical-align: top; }
    .cards__collection .item .wrapper {
      border-radius: 3px;
      border: 1px solid #ddd;
      background-color: #fff;
      box-shadow: -2px 2px 0 #fff, -3px 3px 0 #ddd, -5px 5px 0 #fff, -6px 6px 0 #ddd, -8px 8px 0 #fff, -9px 9px 0 #ddd;
      -webkit-transition: box-shadow 0.3s ease;
      -moz-transition: box-shadow 0.3s ease;
      -ms-transition: box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease;
      display: flex; }
      .cards__collection .item .wrapper:hover {
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); }
    .cards__collection .item .pic {
      width: 40%;
      text-align: right;
      padding: 4px; }
      .cards__collection .item .pic img {
        position: relative !important;
        max-width: 143px;
        width: 100%;
        height: auto;
        border-radius: 3px;
        overflow: hidden; }
    .cards__collection .item .content {
      width: 60%;
      padding: 14px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .cards__collection .item .content .title a {
        font-size: 15px;
        font-weight: 600;
        display: block;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .cards__collection .item .content .title a:hover {
          color: #004ee6; }
      .cards__collection .item .content .stat {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .cards__collection .item .content .stat .cell {
          font-size: 14px;
          font-weight: 400;
          color: #999;
          display: flex;
          align-items: center; }
          .cards__collection .item .content .stat .cell svg {
            margin-right: 4px; }
  @media (max-width: 1400px) {
    .cards__collection .item {
      width: 33.3333336%; } }
  @media (max-width: 991px) {
    .cards__collection .item {
      width: 50%; } }
  @media (max-width: 767px) {
    .cards__collection .item {
      width: 100%; } }

.cards__library {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 30px);
  left: -15px; }
  .cards__library .item {
    position: relative;
    width: 25%;
    padding: 10px;
    display: inline-block;
    vertical-align: top; }
    .cards__library .item .wrapper {
      border-radius: 3px;
      border: 1px solid #ddd;
      overflow: hidden;
      transition: box-shadow 0.3s ease; }
    .cards__library .item .pic {
      width: 123px;
      height: 184px;
      background-color: #f5f5f5;
      display: table-cell;
      overflow: hidden; }
      .cards__library .item .pic .coverImage {
        height: 110%;
        left: -5%;
        position: relative;
        top: -5%;
        width: 110%; }
        .cards__library .item .pic .coverImage .coverOuterAlign {
          display: table;
          height: 100%;
          width: 100%; }
          .cards__library .item .pic .coverImage .coverOuterAlign .coverInnerAlign {
            display: table-cell;
            text-align: center;
            vertical-align: middle; }
            .cards__library .item .pic .coverImage .coverOuterAlign .coverInnerAlign img {
              max-height: 184px;
              vertical-align: middle; }
    .cards__library .item .content {
      position: relative;
      width: 100%;
      padding: 10px;
      display: table-cell;
      vertical-align: top; }
      .cards__library .item .content .tags {
        font-size: 11px;
        font-weight: 400;
        color: #6b7289;
        text-transform: uppercase;
        margin: 0 0 5px;
        display: inline-block; }
      .cards__library .item .content .title a {
        position: relative;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 5px;
        text-align: left;
        overflow: hidden;
        display: block;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .cards__library .item .content .title a:hover {
          color: #3689e7; }
      .cards__library .item .content .bottom {
        position: absolute;
        left: 5px;
        bottom: 10px; }
        .cards__library .item .content .bottom .icon {
          border-radius: 5px;
          background-color: #f7f7f7;
          margin: 0 5px;
          padding: 2px 5px;
          display: inline-block;
          -webkit-transition: background-color 0.3s ease;
          -moz-transition: background-color 0.3s ease;
          -ms-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
          .cards__library .item .content .bottom .icon:hover {
            background-color: #ebebeb; }
          .cards__library .item .content .bottom .icon svg {
            width: 20px;
            height: 20px;
            display: block; }
  @media (max-width: 991px) {
    .cards__library .item {
      width: 33.3333336%; } }
  @media (max-width: 767px) {
    .cards__library .item {
      width: 100%; } }

/* End */
/* /local/templates/stmegi/css/index.css?17409244873206 */
/* /local/templates/stmegi/css/widget/widget_calendar.css?1631885112784 */
/* /local/templates/stmegi/css/widget/widget_best_month_news.css?1615132078164 */
/* /local/templates/stmegi/css/widget/widget_news_feed.css?16318851121880 */
/* /local/templates/stmegi/css/widget/widget_opinions.css?16172067441488 */
/* /local/templates/stmegi/css/plugin/carousel.css?16318851123115 */
/* /local/templates/stmegi/components/bitrix/news.list/custom_articles_v2/style.css?1481804907150 */
/* /local/templates/stmegi/components/bitrix/news.list/article_v3/style.css?1481804907150 */
/* /local/components/stmegi/news.list/templates/article/style.css?1683722584150 */
/* /local/templates/stmegi/components/bitrix/news.list/opinion/style.css?1481804907150 */
/* /local/templates/stmegi/components/bitrix/news.list/article_v2/style.css?1481804907150 */
/* /local/templates/stmegi/components/bitrix/news.list/video/style.css?1481804907150 */
/* /local/templates/stmegi/components/bitrix/news.list/article/style.css?1481804907150 */
/* /local/templates/stmegi/components/bitrix/news.list/quotation/style.css?1481804907150 */
/* /local/templates/stmegi/components/bitrix/catalog.section.list/index_library_sections/style.css?14818049207305 */
/* /local/templates/stmegi/css/cards/cards.css?16318851125750 */
