

/* Start:/local/templates/rusat/components/bitrix/news.list/services/style.css?17841199186804*/
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;
}
.container.services-block{
  max-width: 1620px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  margin-bottom: 101px;
}
.container.services-block>.show-all{
  font-family: OnestSemiBold;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  background-color: var(--light-green-rusat-color);
  color: var(--dark-rusat-color);
  width: 183px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  margin: 0 auto;
}
.container.services-block>.show-all>span{
  margin-left: 5px;
}
.container.services-block .services-list__item>.show-all{
  color: #000;
  font-family: OnestSemiBold;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  background-color: var(--light-green-rusat-color);
  width: 314px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  position: relative;
  top: 44px;
  margin: 0;
}
.services-list{
	display: flex;
  margin-top: 23px;
  font-family: OnestBold;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 3%;
  gap: 32px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services-block .tag-title .tag{
  background-color: var(--light-green-rusat-color);
  width: 92px;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-family: OnestSemiBold;
  font-weight: 600;
  color: black;
  display: flex;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
.services-block .tag-title .title{
  font-family: OnestSemiBold;
  font-weight: 600;
  font-size: 50px;
  color: white;
  width: 100%;
  line-height: 107%;
  letter-spacing: 2%;
}
.services-block .services-list__item{
  display: flex;
  gap: 20px;
  width: 477px;
  flex-direction: column;
  padding: 32px;
}

.services-block  .services-list__item:last-child{
  padding: 0px 32px;
}
.services-block .services-list__item .text{
  font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;
}
.services-block .arrow-block .image-title{
  display: flex;
  align-items: center;
}
.services-block .arrow-block .image-title img{
  width: 100px;
  height: 100px;
}
.services-block .arrow-block .image-title .image-title__title{
  font-family: OnestBold;
  font-weight: 500;
  font-size: 21px;
  margin-left: 20px;
  line-height: 120%;
  width: 212px;
  letter-spacing: 3%;
  color: var(--light-y-rusat-color);
}
.services-block .arrow{
  display: none;
}
.services-list__item .list{
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.services-list__item .title{
  color: var(--light-y-rusat-color);
}
.services-list__item .list .solution{
  display: flex;
  align-items: center;
  gap: 24px;
  height: 42px;
}
.services-list__item .list .solution div{
      font-family: OnestRegular;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
}
.services-list__item .list .solution:hover{
color: var(--light-green-rusat-color);
}
.services-list__item .list .solution .img{
  width: 46px;
  height: 46px;
}
.services-list__item .list .solution:hover img>*{
  fill: var(--light-green-rusat-color);
}
.services-block .services-list__item:hover{
  cursor: pointer;
}
.services-block .services-list__item:hover:not(:last-child) .image-title__title{
  color: var(--light-green-rusat-color);
}
.services-block .services-list__item:hover:not(:last-child) .text{
  color: var(--light-green-rusat-color);
} 
.container.services-block .show-all:hover{
  background-color: #E4DE23;
}
@media (max-width:1620px) {
  .container.services-block{
    padding: 0 32px;
  }
}
@media (max-width:1280px) {
  .container.services-block>.show-all{
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 5%;
    background-color: var(--light-green-rusat-color);
    width: 183px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    margin: 4px auto 0 28px !important
  }
}
@media (max-width:1024px) {
  .services-list__item{
    height: 48px;
    overflow: hidden;
  }
  .services-list__item.opened{
    height: auto;
  }
  .services-list__item .arrow._mobile_open{
    display: block;
  }
  .services-list__item .arrow._mobile_close{
    display: none;
  }
  .services-list__item.opened .arrow._mobile_open{
    display: none;
  }
  .services-list__item.opened .arrow._mobile_close{
    display: block;
  }
  .services-list .text{
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 13px;
    color: var(--light-y-rusat-color);
    margin-top: 8px;
    line-height: 145%;
    letter-spacing: 0%;
    margin-left: 88px;
  }

  .services-list .arrow-block{
    display: flex;
    justify-content: space-between;
  }
  .services-list .image-title{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .services-list .image-title .image-title__title{
    width: 215px;
    
  }
  .services-block .arrow-block .image-title .image-title__title{
    font-size: 14px;
  }
 .services-block .arrow-block .image-title img{
    float: left;
    width: 48px;
    height: 48px;
  }
  .services-list svg.arrow{
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 2;
  }
  .services-block .tag-title .title{
    font-size: 21px;
    width: 100%;
    margin-bottom: 22px;
  }
  .services-block .tag-title .tag{
    width: 68px;
    height: 21px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .services-block .services-list__item{
    padding: 0px;
    width: 100%;
  }
  .services-list{
    gap: 16px 0px;
    margin-bottom: 20px;
  }
  .services-block .services-list__item:last-child{
    display: none;
  }
  .container.services-block {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .container.services-block>.show-all{
    width: 100%;
    height: 48px;
    font-size: 13px;
    margin: 0 !important;
  }
}

@media (max-width:767px){
  .services-block .arrow-block .image-title .image-title__title{
    margin-left: 0;
    width: 229px;
    letter-spacing: -1%;
  }
  .services-list{
    margin-top: 0px;
    gap: 12px 0px;
  }
  .services-block .services-list__item{
    gap: 10px ;
  }
  .services-block .services-list__item .text{
    margin-top: 0px;
    font-size: 13px;
  }
  .container.services-block>.show-all span{
    display: none;
  }
  
  .container.services-block{
    margin-bottom: 15px;
            display: flex;
        flex-direction: column;
  }
  
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/industry-solutions/style.css?17841199186186*/
.industry-solutions{
  background-color: white;
    padding-bottom: 50px;
}
.industry-solutions-block{
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 103px 170px 50px 170px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-direction: column;
  border-radius: 24px;

    background-image: url("/local/templates/rusat/imgs/bg-industry-solutions.png");
  height: 872px;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.servicespage-industry-solutions-block{
  background-image: url("/local/templates/rusat/components/bitrix/news.list/industry-solutions/imgs/bg-industry-solutions-servicespage.png");
}


.industry-solutions-block .tag-title{
    width: 57%;
}
.industry-solutions-block .tag-title .tag{
  background-color: var(--light-green-rusat-color);
  color: var(--dark-rusat-color);
  font-family: OnestSemiBold;
  font-weight: 500;
  font-size: 17px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 10px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.industry-solutions-block .tag-title .title{
  font-family: 'OnestSemiBold';
  font-weight: 500;
  font-size: 50px;
  line-height: 107%;
  letter-spacing: 2%;
  color: var(--dark-rusat-color);
  z-index: 1;
}
.industry-solutions-block>.text{
  color: var(--dark-rusat-color);
  font-family: OnestSemiBold;
  font-weight: 500;
  font-size: 18px;
  line-height: 115.99999999999999%;
  letter-spacing: 3%;
  position: absolute;
  right: 174px;
  top: 158px;
  width: 435px;
}
.industry-solutions__list{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
    height: auto;
    max-height: max-content;
    gap: 20px;
}
.industry-solutions__list .services-list__item{
    height: 214px;
    width: calc(50% - 10px);
    display: flex;
    gap: 9px;
    position: relative;
    color: white;
    overflow: hidden;
    background-color: var(--light-green-rusat-color);
    border-radius: 16px;
    padding: 26px 244px 36px 32px;
    flex-direction: column;
}
.industry-solutions__list .services-list__item:hover .info-block .title{
  color: var(--dark-rusat-color);
}
.industry-solutions__list .services-list__item:hover{
  background-color: var(--light-green-rusat-color);
  cursor: pointer;
  color: var(--dark-rusat-color);
}
.industry-solutions__list .services-list__item:hover .img{
  display: none;
}
.industry-solutions__list .services-list__item .img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.industry-solutions__list .services-list__item .img img{
  width: 100%;
  height: 100%;
}
.services-list__item .preview_picture{
  width: 62px;
  z-index: 1;
}
.industry-solutions-block .show-all{
  font-family: OnestSemiBold;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #141414;
  padding: 14px 0px;
  text-align: center;
  background-color: #E4FE7B;
  height: 44px;
  width: 315px;
  position: absolute;
  bottom: 0;
  border-radius: 27px;
  left: calc(50% - 157px);
  text-align: center;
}
.industry-solutions__list .text{
  z-index: 1;
  margin-top: 10px;
  font-family: OnestRegular;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
}
.services-list__item .title{
  z-index: 1;
  font-family: OnestSemiBold ;
  font-weight: 500;
  font-size: 22px;
  line-height: 116%;
  letter-spacing: 3%;
}
.services-list__item .info-block{
    z-index: 1;
}

@media (max-width: 1620px){
  .industry-solutions-block>.text{
    right: 50px;
  }
  .industry-solutions__list .services-list__item{
    height: 214px;
      display: flex;
      flex-direction: row;
      padding: 26px 32px;
  }
  .services-list__item .preview_picture{
    float: left;
    height: 62px;
  }
}

@media (max-width: 1280px){
    .industry-solutions-block{
    padding: 50px 32px;
  }
  .industry-solutions-block .tag-title .title {
    font-size: 40px;
  }
  .industry-solutions-block .tag-title {
    width: 100%;
  }
    .industry-solutions-block>.text {
    left: 35px;
  }
}

@media (max-width: 1024px){
  .industry-solutions-block {
        padding: 70px 32px 50px;
    }
  .industry-solutions-block .tag-title .tag{
    font-size: 12px;
    height: 21px;
  }
  .industry-solutions-block .tag-title {
    width: 100%;
  }
  .industry-solutions-block .tag-title .title{
      font-size: 34px;
      width: 100%;
  }
  .services-list__item .title {
    font-size: 18px;
  }

}

@media (max-width: 767px){
  .industry-solutions{
    background-color: white;
    padding: 0px 0px 14px 0px;
  }
  
   .industry-solutions-block{
    /* background-image: url("/local/templates/rusat/imgs/bg-industry-solutions-mob.png"); */
    background: #f0f5f5;
    padding: 37px 24px 100px;
    height: auto;
    gap: 16px;
    max-width: 367px;
    margin: 0 4px;
    align-content: flex-start;
  }

  .industry-solutions-block .tag-title .title {
    font-size: 25px;
  }

  .industry-solutions__list{
    display: flex;
    flex-direction: column;
  }
  .industry-solutions__list .services-list__item{
    height: auto;
    background-color: #fff0;
    width: 100%;
    gap: 26px;
    display: flex;
    flex-direction: row;
    padding: 0px;
  }
  .industry-solutions__list .services-list__item .img{
    display: none;
  }
  .services-list__item .info-block{
    color: var(--dark-rusat-color);
  }
  .industry-solutions-block .show-all{
    bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .industry-solutions-block .tag-title{
    width: auto;
    margin: 0 0px;
  }
  .industry-solutions-block .tag-title .tag{
    letter-spacing: 0px;
    margin-bottom: 9px;
  }
  .industry-solutions-block>.text{
    width: auto;
    position: relative;
    top: 0px;
    margin: 0px;
    font-size: 16px;
    left: 0px;
  }
  .industry-solutions__list{
    margin-top: 16px;
    gap: 28px;
  }
  .services-list__item .preview_picture{
    height: 48px;
    width: 48px;
  }
  .services-list__item .info-block .title{
    font-size: 18px;
    margin-top: 3px;
    color: #141414;
  }
  .industry-solutions__list .text{
      font-size: 14px;
        margin-top: 6px;
  }
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/catalog.section.list/main-catalog-sections/style.css?17840349317151*/
/* 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-size: contain;
	background-repeat: no-repeat;
	-webkit-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 { 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;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	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 { 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;
	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-size: contain;
	background-repeat: no-repeat;
	-webkit-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 { line-height: 10px; }

	.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(5n+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(5n+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 { 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;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.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 { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/main-news-updates/style.css?17840349318686*/
/*#region -----------------------------MAIN-NEWS--------------------------------*/
.news-updates{
    background-color: white;
}
.news-updates__block{
    padding: 100px 170px 0px 170px;
    background-size: cover;
    height: 679px;
    position: relative;
    background-position: center;
}
.news-updates__block .show-all{
      font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #141414;
    padding: 11px 30px;
    background-color: #E4FE7B;
    width: 195;
    height: 44px;
    position: absolute;
    bottom: 0;
    border-radius: 27px;
    left: calc(50% - 97.5px);
}
.news-updates__block__text{
  margin-bottom: 31px;
}
.news-updates__block__text .tag{
  background-color: var(--light-green-rusat-color);
    color: var(--dark-rusat-color);
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 10px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.news-updates__block__text .title{
  font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 50px;
    line-height: 107%;
    letter-spacing: 2%;
    color: var(--dark-rusat-color);
}
.news-updates__block .elements{
   overflow: hidden;
}
.news-updates__block .elements>.swiper-wrapper{
      display: flex;
}
.news-updates__block .elements .element{
    position: relative;
    min-width: 390px;
    height: 334px;
    padding: 0 50px 0 34px;
}
.news-updates__block .elements .element .bg-block{
      position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
      display: flex;
    flex-direction: column;
}
.news-updates__block .elements .element .bg-block .top-bg{
      width: 100%;
    position: relative;
    height: 34px;
    display: flex;
}
.news-updates__block .elements .element .bg-block .top-bg>div:nth-child(1){
  flex: 1;
  background-color: white;
  border-radius: 15px 15px 0 0;
}
.news-updates__block .elements .element .bg-block .top-bg>div:nth-child(2){
  display: flex;
  padding: 0 6px 8px 8px;
  border-radius: 15px;
  z-index: 2;
  background-color: #F0F5F5;
}
.news-updates__block .elements .element .bg-block .top-bg>div:nth-child(3){
  width: 100%;
  background: white;
  position: absolute;
  height: 56px;
  z-index: 1;
  bottom: -40px;
}

.news-updates__block .elements .element .bg-block .bottom-bg{
width: 100%;
    position: relative;
    height: 50px;
    display: flex;
}
.news-updates__block .elements .element .bg-block .bottom-bg>div:nth-child(1){
      flex: 1;
    background-color: white;
    border-radius: 0 0 15px 15px;
}
.news-updates__block .elements .element .bg-block .bottom-bg>div:nth-child(2){
      display: flex;
    padding: 11px 0px 0px 11px;
    border-radius: 15px;
    z-index: 2;
    background-color: #F0F5F5;
}
.news-updates__block .elements .element .bg-block .bottom-bg>div:nth-child(3){
      width: 100%;
    background: white;
    position: absolute;
    height: 56px;
    z-index: 1;
    top: -40px;
}
.news-updates__block .elements .element .bg-block .bg{
  background-color: white;
    flex: 1;
    border-radius: 15px;
}
.news-updates__block .elements .element .bg-block .top-bg>div:nth-child(2) .tag{
  position: relative;
  height: 26px;
}
.news-updates__block .elements .element:hover svg{
  color: var(--light-green-rusat-color);
}
.news-updates__block .elements .element:hover .bg-block .top-bg>div:nth-child(1){
  background-color: var(--dark-rusat-color);
}
.news-updates__block .elements .element:hover .bg-block .top-bg>div:nth-child(3){
  background-color: var(--dark-rusat-color);
}
.news-updates__block .elements .element:hover .bg-block .bottom-bg>div:nth-child(1){
  background-color: var(--dark-rusat-color);
}
.news-updates__block .elements .element:hover .bg-block .bottom-bg>div:nth-child(3){
  background-color: var(--dark-rusat-color);
}
.news-updates__block .elements .element:hover .bg-block .bg{
  background-color: var(--dark-rusat-color);
}
.news-updates__block .elements .element:hover .time .icon use{
  fill: var(--dark-rusat-color);
}
.news-updates__block .elements .element:hover .time .icon use path{
stroke: var(--light-y-rusat-color);
}
.news-updates__block .elements .element:hover .time {
  color: var(--light-y-rusat-color);
}
.news-updates__block .elements .element:hover .info .title{
    color: var(--light-green-rusat-color);
}
.news-updates__block .elements .element:hover .info .text{
  color: white;
}
.news-updates__block .elements .element img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.news-updates__block .elements .element .time{
  position: relative;
  z-index: 2;
  height: 51px;
  margin-bottom: 18px;
  display: flex;
  gap: 10px;
  width: 55%;
  align-items: center;
  font-family: OnestRegular;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
}
.news-updates__block .elements .element .time .icon use{
  fill: white;
}
.news-updates__block .elements .element .tag{
      position: absolute;
    right: 0px;
    background-color: #060813;
    top: 0px;
    z-index: 2;
    padding: 4px 12px;
    border-radius: 6px;
    font-family: OnestMedium;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 5%;
}
.news-updates__block .elements .element .info{
      position: relative;
    display: flex;
    z-index: 2;
    gap: 20px;
    flex-direction: column;
}
.news-updates__block .elements .element .img{
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  margin-top: 30px;
}
.news-updates__block .elements .element .info .title{
color: var(--dark-rusat-color);
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 22px;
    line-height: 115.99999999999999%;
    letter-spacing: 3%;
}
.news-updates__block .elements .element .info .text{
      font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-rusat-color);
    line-height: 145%;
    letter-spacing: 0%;
}
.news-updates__block .elements .element button{
  position: relative;
  display: flex;
  bottom: 0px;
  padding: 8px 21px;
  right: 0px;
  z-index: 2;
  border-radius: 27px;
  border: 1px solid var(--y-rusat-color);
  color: var(--dark-rusat-color);
  font-family: OnestRegular;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  flex-direction: row;
  gap: 10px;
}
.news-updates__block .elements .element:hover{
  cursor: pointer;
}
.news-updates__block .elements .element:hover  button{
  background-color: var(--light-green-rusat-color);
  border: 1px solid var(--light-green-rusat-color);
}
@media (max-width:1620px){
  .news-updates__block{
    padding: 32px 32px 90px 32px !important;
    height: auto;
  }
}
@media (max-width:1240px){
  .news-updates__block{
    padding: 100px 32px;
  }
}
@media (max-width: 1024px) {
  .news-updates__block__text .tag{
    font-size: 15px;
    height: 23px;
  }
  .news-updates__block__text .title{
      font-size: 31px;
  }
  .news-updates__block .elements .element .img{
    width: 65px;
  }
  .news-updates__block .elements .element button{
    font-size: 14px;
  }
}
@media (max-width: 757px){
  .news-updates{
    padding: 0px 0px 20px 0px;
  }
  .news-updates__block{
    padding: 39px 12px 0px !important;
    background-size: cover;
    background-image: url("/local/templates/rusat/components/bitrix/news.list/main-news-updates/imgs/bg-main-news-mob.png");
    height: 475px;
    margin: 0 4px;
  }
  .news-updates__block__text{
    margin:0 20px;
  }
  .news-updates__block__text .tag{
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0px 10px;
    letter-spacing: 0px;
    margin-bottom: 9px;
  }
  .news-updates__block__text{
    margin-bottom: 18px;
  }
  .news-updates__block .elements .element{
    width: 323px;
    min-width: 323px;
    height: 255px;
    padding: 0 20px;
  }
  .news-updates__block .elements .element .time{
    font-size: 13px;
    height: 34px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .news-updates__block .elements .element .info{
    gap:13px;
  }
  .news-updates__block .elements .element .info .title{
    font-size: 16px;
    line-height: 22px;
  }
  .news-updates__block .elements .element .info .text{
    font-size: 13px;
  }
  .news-updates__block .elements .element .bg-block .top-bg>div:nth-child(2) .tag{
    font-size: 13px;
  }
  .news-updates__block .show-all{
    width: calc(100% - 26px);
    left: 13px;
    bottom: 39px;
    height: 49px;
    font-size: 13px;
    letter-spacing: 0.4px;
  }
}
/* #endregion -------------------------MAIN-NEWS-----------------------------*/
/* End */
/* /local/templates/rusat/components/bitrix/news.list/services/style.css?17841199186804 */
/* /local/templates/rusat/components/bitrix/news.list/industry-solutions/style.css?17841199186186 */
/* /local/templates/rusat/components/bitrix/catalog.section.list/main-catalog-sections/style.css?17840349317151 */
/* /local/templates/rusat/components/bitrix/news.list/main-news-updates/style.css?17840349318686 */
