

/* Start:/local/templates/rusat/components/bitrix/news/services/style.css?17840349317313*/
/*#region -----------------------------SERVICES_LIST-----------------------------------*/
.services-list-block{
	display: flex;
}
.services-list-block__img{
    width: 605px;
    height: 0px;
    position: relative;
    top: -76px;
    left: 87px;
}
.services-list-block__list .title{
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 50px;
    line-height: 107%;
    letter-spacing: 0%;
    color: var(--dark-rusat-color);
}
.services-list-block__list {
    display: flex;
    gap: 24px;
    flex-direction: row;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.services-list-block__list .services-info{
    width: 60%;
    gap: 27px;
    display: inline-flex;
    flex-direction: column;
}

.services-list-block__list .subtitle{
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0A0A0AB2;
    width: 70%;
}

.services-list-block__list .button{
    width: 288px;
    height: 56px;
    background-color: #E2FC7A;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: var(--dark-rusat-color);
    letter-spacing: 2%;
    transition: 0.2s;
}
.services-list-block__list .button:hover{
    background-color: var(--y-rusat-color);
    color: #000;
    cursor: pointer;
}
.services-list-block__list title{
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 50px;
    line-height: 107%;
    letter-spacing: 0%;
    color: var(--dark-rusat-color);
}


.services-list-block__list .tags
{
    flex-wrap: wrap;
    word-wrap: break-word;
    display: flex;
    gap: 13px;
    margin-top: 88px;
    margin-bottom: 0px;
}
.services-list-block__list .tags .tags-item,
.services-list-block__list .tags .tags-item-detail {
	font-family: OnestSemiBold;
    font-weight: 500;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    background-color: var(--dark-rusat-color);
    padding: 10px 17px;
    border-radius: 20px / 20px;
}
.services-list-block__list .tags .tags-item:hover{
    color: #0A0A0A;
    background-color: #E2FC7A;
    cursor: pointer;
}

.services-list-block .infrastructure{
    width: 60%;
    margin-top: 88px;
}
.services-list-block .infrastructure .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-flex;
    margin-bottom: 17px;
    gap: 10px;
    width: auto;
    padding: 4px 10px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    align-items: center;
}
.services-list-block .infrastructure .title{
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 42px;
    line-height: 107%;
    margin-bottom: 27px;
    letter-spacing: 0%;
    color: var(--dark-rusat-color);
}
.services-list-block .infrastructure .text{
    font-family: OnestRegular;
    font-weight: font weight/400;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0A0A0AB2;
}
.infrastructure-line{
    overflow: hidden;
    background-color: #FFFEE6;
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 42px 42px 32px 32px;
}
.services-infrastructure-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.services-infrastructure-line .element{
    min-width: 123px;
    width: 123px;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--dark-rusat-color);
}
.services-infrastructure-line .arrow{
    min-height: 24px;
    min-width: max-content;
}
.services-infrastructure-line .element .logo-text__logo{
    width: 100px;
    height: 100px;
}
.services-infrastructure-line span{
    height: 60px;
    display: flex;
    align-items: center;
}
@media (max-width:1740px) {
    .services-list-block__img{
        left: 0px;
    }
}
@media (max-width:1620px) {
    .services-list-block__img{
        width: 37%;
    }
}
@media (max-width:1320px) {
    .services-list-block .infrastructure{
        width: 100%;
    }
}
@media (max-width:1280px) {
    .services-list-block__list .title{
        font-size: 40px;
    }
    .services-list-block .infrastructure .title{
        font-size: 34px;
    }
}
@media (max-width:1024px) {
    .services-list-block__list {
        margin-bottom: 30px;
    }
    .services-list-block__list .tags{
        margin-top: 20px;
    }
    .services-list-block__img{
        display: none;
        left: 0px;
        width: auto;
    }
    .services-list-block .infrastructure .tag{
        font-size: 15px;
    }
    .services-list-block .infrastructure .title{
        font-size: 31px;
        margin-bottom: 20px;
    }
    .services-list-block .infrastructure .text{
        /* font-size: 18px; */
    }
    .services-list-block__list .services-info{
        width: 100%;
        gap: 20px;
    }
    .services-infrastructure-line .element{
        width: 75px;
        height: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        font-family: OnestSemiBold;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: var(--dark-rusat-color);
    }
}

@media (max-width:767px) {
    .services-list-block__list {
        margin-bottom: 25px;
    }
    .services-list-block__list .tags{
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .services-list-block__list .tags .tags-item,
    .services-list-block__list .tags .tags-item-detail{
        font-size: 13px;
        padding: 4px 12px;
    }
    .services-list-block__list .title{
        font-size: 30px;
    }
    .services-list-block__list .subtitle{
        font-size: 16px;
        width: 100%;
    }
    .services-list-block__list .button{
        width: 100%;
        height: 48px;
        font-size: 14px;
    }
    .services-list-block .infrastructure{
        width: 100%;
        margin-top: 20px;
    }
    .services-list-block .infrastructure .tag{
        height: 21px;
        font-size: 12px;
    }
    .services-list-block .infrastructure .title{
        font-size: 25px;
        width: 100%;
    }
    .services-list-block .infrastructure .text {
        font-size: 16px;
    }
    .services-list-block__list{
        width: 100%;
    }
    .services-list-block__img{
        display: none;
    }

    .infrastructure-line {
        margin-bottom: 50px;
    }
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/services-catalog/style.css?17840349317633*/
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-catalog-block{
  max-width: 1800px;
  padding: 100px 90px;
  border-radius: 24px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  margin-bottom: 32px;
  background-color: var(--dark-rusat-color);
}
.container.services-catalog-block>.show-all{
  font-family: OnestSemiBold;
  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: 0 auto;
}
.container.services-catalog-block .services-list__item>.show-all{
  font-family: OnestSemiBold;
  font-weight: 600;
  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: 48px;
  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-catalog-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-catalog-block .tag-title .title{
  font-family: OnestSemiBold;
  font-weight: 600;
  font-size: 50px;
  color: white;
  width: 100%;
  line-height: 107%;
  letter-spacing: 0%;
}
.services-catalog-block .services-list__item{
  display: flex;
  gap: 20px;
  width: 477px;
  flex-direction: column;
  padding: 32px;
}

.services-catalog-block .services-list__item .text{
  font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFEE6;
    line-height: 145%;
    letter-spacing: 0%;
}
.services-catalog-block .services-list__item .text .list>div{
      display: flex;
    flex-direction: row;
    height: 34px;
    color: #FFFEE6;
    margin-left: 9px;
    gap: 11px;
    align-items: center;
}
.services-catalog-block .services-list__item .text .list>div::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 1px #10FF00;
  background-color: #D4EB73;
}
.services-catalog-block .arrow-block .image-title{
  display: flex;
  align-items: center;
}
.services-catalog-block .arrow-block .image-title img{
  width: 100px;
  height: 100px;
}
.services-catalog-block .arrow-block .image-title .image-title__title{
  font-family: OnestBold;
  font-weight: 700;
  font-size: 21px;
  margin-left: 20px;
  line-height: 120%;
  width: 220px;
  letter-spacing: 3%;
  color: var(--light-y-rusat-color);
}
.services-catalog-block .arrow{
  display: none;
}
.services-catalog-block .services-list__item .title{
  font-family: OnestBold;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 3%;
}
.services-catalog-block .services-list__item .list{
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.services-catalog-block .services-list__item .list .element{
  display: flex;
  align-items: center;
  gap: 24px;
  height: 42px;
}
.services-catalog-block .services-list__item .list .element a{
      font-family: OnestRegular;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
}
.services-catalog-block .services-list__item .list .element:hover{
color: var(--light-green-rusat-color);
}
.services-catalog-block .services-list__item .list .element:hover svg>*{
  fill: var(--light-green-rusat-color);
}
.services-catalog-block .services-list__item:hover{
  cursor: pointer;
}
.services-catalog-block .services-list__item:hover .image-title__title{
  color: var(--light-green-rusat-color);
}
.services-catalog-block .services-list__item:hover .text{
  color: var(--light-green-rusat-color);
}
.container.services-catalog-block .show-all:hover{
  background-color: #E4DE23;
}
@media (max-width:1620px) {
  .container.services-catalog-block{
    padding: 32px;
  }
  .services-catalog-block .services-list{
    justify-content: space-around;
  }
}
@media (max-width:1080px) {
  .services-catalog-block .services-list__item {
    width: 50%;
  }
}
@media (max-width:1280px) {
  .services-catalog-block .tag-title .title {
    font-size: 40px;
  }
}

@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-catalog-block .arrow-block .image-title .image-title__title{
    font-size: 15px;
  }
 .services-catalog-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-catalog-block .tag-title .title{
    font-size: 31px;
    width: 100%;
    margin-bottom: 22px;
  }
  .services-catalog-block .tag-title .tag{
    width: auto;
    height: 23px;
    display: inline-flex;
    font-size: 15px;
    padding: 4px 10px;
    margin-bottom: 8px;
  }
  .services-catalog-block .services-list__item{
    padding: 0px;
    width: 100%;
  }
  .services-list{
    gap: 16px 0px;
    margin-bottom: 20px;
  }
  .services-catalog-block .services-list__item:last-child{
    display: none;
  }
  .container.services-catalog-block {
    padding: 32px;
    width: 100%;
    box-sizing: border-box;
  }
  .container.services-catalog-block>.show-all{
    width: 100%;
    height: 48px;
    font-size: 13px;
  }
  .services-catalog-block .services-list__item .text {
    font-size: 14px;
  }
}

@media (max-width:767px){
  .services-catalog-block .tag-title .title {
    font-size: 25px;
  }
  .services-catalog-block .arrow-block .image-title .image-title__title{
    margin-left: 0;
  }
  .services-list{
    margin-top: 0px;
    gap: 12px 0;
  }
  .services-catalog-block .services-list__item{
    gap: 10px ;
  }
  .services-catalog-block .services-list__item .text{
    margin-top: 0px;
    margin-left: 70px;
  }
  .container.services-catalog-block>.show-all span{
    display: none;
  }
  .container.services-catalog-block{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding: 40px 16px 20px;
  }
  .services-catalog-block .tag-title .tag{
    width: 68px;
    height: 21px;
    font-size: 12px;
    margin-bottom: 8px;
  } 
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/services-industry-solutions/style.css?17840349316992*/
/* .industry-solutions{
  background-color: white;
    padding-bottom: 50px;
} */

.industry-solutions-block{
  
}
.servicespage-industry-solutions-block{
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 170px 0px 170px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  gap:24px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 100px 190px 152px 170px;
  margin-bottom: 80px;
  height: 872px;
  background-image: url("/local/templates/rusat/imgs/bg-industry-solutions.png");
}

.servicespage-industry-solutions-block .tag-title{
  width: 46%;
  margin-right: 113px;
}
.servicespage-industry-solutions-block .tag-title .text{
  font-family: OnestRegular;
    font-size: 22px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0A0A0AB2;
    margin-top: 24px;
}
.servicespage-industry-solutions-block .tag-title .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: 15px;
  padding: 6px 10px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.servicespage-industry-solutions-block .tag-title .title{
  font-family: OnestSemiBold;
  font-weight: 600;
  font-size: 50px;
  line-height: 107%;
  letter-spacing: 0%;
  color: var(--dark-rusat-color);
  z-index: 1;
}
.servicespage-industry-solutions-block>.text{
  color: var(--dark-rusat-color);
  font-family: OnestSemiBold;
  font-weight: 600;
  font-size: 18px;
  line-height: 115.99999999999999%;
  letter-spacing: 3%;
  position: absolute;
  right: 174px;
  top: 158px;
  width: 403px;
}
.servicespage-industry-solutions-block .services-list__item{
    height: 296px;
    width: 266px;
    min-width: 266px;
    gap: 12px;
    display: flex;
    position: relative;
    color: #0A0A0A;
    overflow: hidden;
    background-color: white;
    border-radius: 16px;
    padding: 25px;
    flex-direction: column;
}
.servicespage-industry-solutions-block .services-list__item:hover{
  background-color: var(--light-green-rusat-color);
  cursor: pointer;
  color: var(--dark-rusat-color);
}
.servicespage-industry-solutions-block .services-list__item:hover .img{
  display: none;
}
.servicespage-industry-solutions-block .services-list__item .img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.servicespage-industry-solutions-block .services-list__item .img img{
  width: 100%;
  height: 100%;
}
.services-list__item .preview_picture{
  width: 62px;
  z-index: 1;
}
.servicespage-industry-solutions-block .show-all{
  font-family: OnestSemiBold;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #141414;
  padding: 11px 32px;
  background-color: #E4FE7B;
  width: 315px;
  position: absolute;
  bottom: 0;
  border-radius: 27px;
  left: calc(50% - 157px);
}
.industry-solutions{
  display: contents;
}
.servicespage-industry-solutions .industry-solutions-swiper{
  display: contents;  
}
.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{
  font-family: OnestSemiBold;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;

  z-index: 1;
}
.services-list__item .text{
  font-family: OnestRegular;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #0A0A0A99;
  letter-spacing: 0%;
  vertical-align: middle;
}
.services-list__item .info-block{
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
@media (max-width: 1620px){
  .servicespage-industry-solutions-block{
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 32px !important;
    background: #f0f5f5;
    border-radius: 24px;
  }
  
  .servicespage-industry-solutions .industry-solutions-swiper{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .industry-solutions{
    display: flex;
    flex-direction: row;
  }
  .servicespage-industry-solutions-block .tag-title{
    width: 100%;
  }
  
}
@media (max-width: 1280px){
  .servicespage-industry-solutions-block {
    gap: 30px
  }
  .servicespage-industry-solutions-block .tag-title .title {
    font-size: 40px;
  }
  .servicespage-industry-solutions-block .tag-title .text {
    margin-top: 20px;
  }
}


@media (max-width: 1024px){
  .industry-solutions-block .tag-title .tag{
    font-size: 12px;
    height: 21px;
  }
  .industry-solutions-block .tag-title .title{
      font-size: 21px;
  }
  .servicespage-industry-solutions-block .tag-title .tag{
    width: auto;
    height: 23px;
    display: inline-flex;
    font-size: 15px;
    padding: 4px 10px;
    margin-bottom: 8px;
  }
  .servicespage-industry-solutions-block .tag-title .title{
    font-size: 31px;
    width: 100%;
    margin-bottom: 22px;
  }
  .servicespage-industry-solutions-block .tag-title .text{
    font-size: 18px;
  }
}

@media (max-width: 767px){
  .industry-solutions{
    display: flex;
    flex-direction: row;
  }
  
  .servicespage-industry-solutions-block{
    height: auto !important;
    padding: 40px 16px 12px !important;
    max-height: unset;
  }
  .industry-solutions__list{
    display: flex;
    flex-direction: column;
  }
  .industry-solutions__list .services-list__item{
    height: 80px;
    background-color: #fff0;
    width: 100%;
    gap: 12px;
    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: 13px;
    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: 20px 0px;
    font-size: 15px;
    left: 0px;
  }
  .industry-solutions__list{
    margin-top: 16px;
    gap: 16px;
  }
  .services-list__item .preview_picture{
    height: 48px;
    width: 48px;
  }
  .services-list__item .info-block .title{
    font-size: 16px;
    margin-top: 3px;
  }
  .industry-solutions__list .text{
    font-size: 13px;
    margin-top: 6px;
  }
  
  .servicespage-industry-solutions-block .tag-title .tag{
    font-size: 12px;
    height: 21px;
  }
  .servicespage-industry-solutions-block .tag-title .title{
    font-size: 25px;
    width: 100%;
  }
  .servicespage-industry-solutions-block .tag-title .text{
    font-size: 15px;
  }
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/advantages/style.css?17840349313027*/
.container.services-advantages-block{
  padding: 79px 0 57px 170px;
  margin-bottom: 80px !important;
}
.services-advantages-block .services-advantages-block__text{
  
}
.services-advantages-block .services-advantages-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: 4px 10px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.services-advantages-block .services-advantages-block__text .title{
      font-family: OnestSemiBold;
    font-weight: 600;
    font-size: 50px;
    line-height: 107%;
    letter-spacing: 2%;
    color: var(--dark-rusat-color);
}
.advantages-swiper{
  overflow:hidden;
}
.services-advantages-block .services-advantages-block__text .advantages-list{
  display: flex;
  margin-top: 47px;
  
}

.services-advantages-block .services-advantages-block__text .advantages-list .element {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #D5C815;
    padding-left: 24px;
    min-width: 252.8px;
    gap: 14px;
}
.services-advantages-block .services-advantages-block__text .advantages-list .element img{
  width: 64px;
  height: 64px;
}
.services-advantages-block .services-advantages-block__text .advantages-list .element .title{
  font-family: OnestRegular;
  font-weight: 400;
  letter-spacing: 0%;
  line-height: 30px;
  font-size: 24px;
  vertical-align: middle;
  color:var(--dark-rusat-color)
}
.services-advantages-block .services-advantages-block__text .advantages-list .element .text{
  font-family: OnestRegular;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  line-height: 23px;
  vertical-align: middle;
  color:#0A0A0A99;
}
@media (max-width: 1620px){
  .container.services-advantages-block{
    padding: 32px 32px 0px 32px 
  }
}
@media (max-width: 1280px){
  .services-advantages-block .services-advantages-block__text .title {
    font-size: 40px;
  }
}
@media (max-width: 1024px){
  .services-advantages-block .services-advantages-block__text .tag{
    font-size: 15px;
    height: 23px;
  }
  .services-advantages-block .services-advantages-block__text .title{
    font-size: 31px;
  }
  .container.services-advantages-block{
    margin-top: 40px !important;
    padding-bottom: 0;
  }
  .services-advantages-block .services-advantages-block__text .advantages-list .element .title {
    line-height: 120%;
    font-size: 21px;
  }
}
@media (max-width: 767px){
  .container.services-advantages-block {
    padding: 0 16px;
    margin-bottom: 50px !important;
  }
  .services-advantages-block .services-advantages-block__text .advantages-list {
    margin-top: 28px;
  }
  .services-advantages-block .services-advantages-block__text .tag{
    font-size: 12px;
    height: 21px;
  }
  .services-advantages-block .services-advantages-block__text .title{
    font-size: 25px;
    width: 100%;
  }
  
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/services-news-updates/style.css?17840349318895*/
/*#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;
        background: #f0f5f5;
    border-radius: 24px;
  }
}
@media (max-width:1280px){
  .news-updates__block__text .title {
    font-size: 40px;
  }
}
@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: 767px){
  .news-updates{
    padding: 0px 0px 20px 0px;
  }
  .news-updates__block{
    padding: 39px 16px 40px !important;
    background-size: cover;
    background-image: url("/local/templates/rusat/components/bitrix/news.list/services-news-updates/imgs/bg-main-news-mob.png");
    height: auto;
    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 .title {
    font-size: 25px;
  }
  .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/services/style.css?17840349317313 */
/* /local/templates/rusat/components/bitrix/news.list/services-catalog/style.css?17840349317633 */
/* /local/templates/rusat/components/bitrix/news.list/services-industry-solutions/style.css?17840349316992 */
/* /local/templates/rusat/components/bitrix/news.list/advantages/style.css?17840349313027 */
/* /local/templates/rusat/components/bitrix/news.list/services-news-updates/style.css?17840349318895 */
