

/* Start:/local/templates/rusat/components/bitrix/news/news/style.css?17840349316449*/
/*#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%;
}
.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{
	font-family: OnestRegular;
    font-weight: 400;
    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: 44%;
    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;
}
.services-infrastructure-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: max-content;
     border-radius: 16px;
    background-color: #FFFEE6;
    padding: 42px 42px 32px 32px;
    margin-bottom: 80px;
}

.services-infrastructure-line .element{
    width: 123px;
    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 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:1024px) {
    .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: 32px;
    }
    .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 .tags{
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .services-list-block__list .tags .tags-item{
        font-size: 13px;
        padding: 4px 12px;
    }
    .services-list-block__list .title{
        font-size: 21px;
    }
    .services-list-block__list .subtitle{
        font-size: 15px;
        width: 100%;
    }
    .services-list-block__list .button{
        width: 100%;
        height: 48px;
        font-size: 13px;
    }
    .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: 21px;
        width: 100%;
    }
    .services-list-block__list{
        width: 100%;
    }
    .services-list-block__img{
        display: none;
    }
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178403493110402*/
.breadcrumb .bx-breadcrumb-item>span{
    display: none;
}
.breadcrumb .slash:last-of-type{
    display: none;
}
.news-detail-container{
	margin-top: 32px;
}
.news-detail{
	max-width: 800px;
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--dark-rusat-color);
    flex-direction: column;
}
/* .news-detail br{
	display: none;
} */
.container>.title{
	display: none;
}
.news-detail h3{
	width: 100%;
	margin-bottom: 40px;
    font-family: OnestBold;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
	margin-top: 38px;
}
.news-detail h1.title{
	width: 100%;
	font-family: OnestBold;
	font-weight: 700;
	font-size: 42px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 40px;
}
.news-detail  .info-block .post-description{
	display: flex;
}
.news-detail  .info-block{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-detail  .info-block .news-date-time{
	font-family: OnestRegular;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
	color:#828282;
}
.news-detail .post-description .photo{
	width: 62px;
    height: 62px;
    border-radius: 16px;
    background-color: #EBEBEB;
	overflow: hidden;
}
.news-detail .post-description .photo img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-detail .post-description{
	display: flex;
    flex-direction: row;
    align-items: center;
	gap: 16px;
}
.news-detail .post-description .name{
	    font-family: OnestBold;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #182435;
}
.news-detail .post-description .company{
	font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #828282;
}
.news-detail-container{
	display: flex;
    justify-content: center;
}

.news-detail .info-block{
	margin-bottom: 40px;
	width: 100%;
}

.news-detail b{
	margin-bottom: 32px;
	display: block;
}

.news-detail p{
	margin-bottom: 32px;
}
.news-detail ul{
	display: flex;
    flex-direction: column;
    gap: 4px;
	padding-left: 19px;
	margin-bottom: 32px;
}
.news-detail ol{
	display: flex;
    flex-direction: column;
    gap: 12px;
padding-left: 19px;
}
.news-detail ol li::marker{
    display: block;
    position: relative;
	font-family: OnestBold;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;

}
.news-detail ul li::marker{
	color: #D5C815;
    display: block;
    position: relative;
}

.news-detail table{
	border: 0px;
    border-collapse: collapse;
	width: 1240px;
}
.news-detail tbody{
	border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}
.news-detail tbody tr{
	height: 48px;
    border: 0px;
    border-color: #E0E0E0;
    border-collapse: collapse;
}

.news-detail tbody tr:nth-child(odd){
	background-color: #FAFBFD;
}
.news-detail tbody tr:first-child{
	background-color: #EDEBBE;
	font-family: OnestBold;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0%;
	text-align: center;
}
.news-detail tbody tr td:first-child, .news-detail tbody tr td:last-child{
	font-family: OnestBold;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0%;
	text-align: center;
}
.news-detail tbody tr:first-child td:first-child{
	border-right: 0px #FFF;
}
.news-detail tbody tr:first-child td:last-child{
	border-left: 0px #FFF;
	text-align: center;
}
.news-detail tbody tr:first-child td:not(:first-child):not(:last-child){
	border-right: 1px #FFF;
	border-left: 1px #FFF;
	text-align: left;
}
.news-detail tbody tr td:last-child{
	text-align: center;
}
.news-detail tbody tr:not(:first-child):not(:last-child){
	padding: 12px 20px;
    border-right: 1px #E0E0E0;
	border-left: 1px #E0E0E0;
}

.news-detail tbody tr td{
	padding: 12px 20px;
    border-color: #E0E0E0;
}

.news-detail .socials{
	width: 100%;
    display: flex;
    justify-content: space-between;
	padding-top: 24px;
	border-top: 3px solid #D5C815;
}

.news-detail .socials .resent-block{
	    display: flex;
    flex-direction: row;
    gap: 16px;
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #182435;
    align-items: center;
}
.news-detail .socials .resent-block .tg, .news-detail .socials .resent-block .vk, .news-detail .socials .resent-block .copy{
	    width: 35px;
    height: 35px;
    background-color: #F0F3FA;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.news-detail .socials .resent-block .ya-share2__list.ya-share2__list_direction_horizontal {
    flex-direction: row;
    margin-bottom: 0;
    padding-left: 0;
}

.news-detail .socials .back-button{
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 22px;
    gap: 10px;
    box-sizing: content-box;
    padding: 10.5px 10.5px 10.5px 22.5px;
    border-radius: 26px;
    border: 1px solid #12131D;
}
.news-detail .narrow-image {
	margin-bottom: 40px;
}
.news-detail .narrow-image img{
	margin-bottom: 16px;
}
.news-detail .narrow-image .text{
	font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
}

.news-detail .wide-image {
	max-width: 1024px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
	margin-bottom: 32px;
}
.news-detail .wide-image .img{
	margin-bottom: 16px;
	    width: 1024px;
    height: 464px;
    overflow: hidden;
}
.news-detail .wide-image .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-detail .wide-image .text{
	font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
}
.news-detail .special-block-container .special-block{
	padding: 40px;
    background-color: #D5C815;
    position: relative;
    z-index: 1;
    --nb-w: 6px;
    --nb-h: 6px;
    border-radius: 24px;
    margin-bottom: 40px;
}
.news-detail .special-block-container .special-block .name{
	position: relative;
	z-index: 2;
	font-family: OnestBold;
	font-weight: 700;
	font-size: 24px;
	line-height: 138%;
	letter-spacing: 0%;
}
.news-detail .special-block-container .special-block .name{
	margin-bottom: 13px;
}
.news-detail .special-block-container .special-block .text *:last-child{
	margin-bottom: 0px;
}

.news-detail .special-block-container .special-block .special-block-pseudo{
	background-color: #FFFEE6;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    border-radius: 24px;
    --nb-w: 6px;
    --nb-h: 6px;
    left: 1px;
    top: 1px;
    z-index: -1;
}
.news-detail .special-block-container{
	position: relative;
}
.news-detail .special-block-container .special-block-icon{
	    position: absolute;
    top: 0px;
    left: 0px;
}
 .news-detail .table{
    margin-bottom: 40px;
 }
.quote-block-container {
	position: relative;
	margin-bottom: 70px;
}
.quote-block-container .quote-block{
	display: flex;
    background-color: #DAF5D4;
    padding: 65px 40px 40px 40px;
    border-radius: 24px;
    --nb-w: 37px;
    --nb-h: -2px;
    flex-direction: column;
    gap: 24px;
}
.quote-block-container .quote-block .text{
	font-family: OnestRegular;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}
.quote-block-container .quote-block-icon{
	position: absolute;
    top: 0px;
    left: 0px;
}
.quote-block-container .quote-block .author{
	display: flex;
	gap:16px;
}
.quote-block-container .quote-block .photo{
	width: 62px;
    height: 62px;
}
.quote-block-container .quote-block .photo img{
	object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 16px;
}

.quote-block-container .quote-block .author-info{
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
}
.quote-block-container .quote-block .author-info .author-fio{
    font-family: OnestBold;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
}
.quote-block-container .quote-block .author-info .author-job{
	font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
@media (max-width: 1280px){
    .news-detail .table{
        max-width: 800px;
        overflow: scroll;
    }
    .news-detail .wide-image{
        max-width: 1024px;
        width: 100%;
    }
    .news-detail .wide-image .img {
        max-width: 1024px;
        width: 100%;
    }
}
@media (max-width: 1024px){
    .news-detail h1.title{
        font-size: 30px;
    }
    .news-detail{
        font-size: 18px;
    }
    .news-detail h3{
        font-size: 26px;
    }
}
@media (max-width: 800px){
    .news-detail{
        width: 100%;
    }
    .news-detail .table{
        width: 100%;
    }
}

@media (max-width: 767px){
    .news-detail h1.title{
        font-size: 24px;
    }
    .news-detail{
        font-size: 14px;
    }
    .news-detail h3{
        font-size: 18px;
    }
    .news-detail .info-block .post-description{
        flex-direction: column;
    }
    .news-detail .info-block{
        flex-direction: column;  
        gap: 10px;  
    }
    .news-detail .post-description .photo{
        min-width: 62px;
        min-height: 62px;
        width: 62px;
        height: 62px;
    }
    .quote-block-container .quote-block .text{
        font-size: 14px;
    }
    .quote-block-container .quote-block{
        padding: 30px 15px 15px 15px;
        --nb-w: 17px;
        --nb-h: -12px;
    }
    .quote-block-container .quote-block-icon{
        width: 40px;
    }
    .quote-block-container{
        width: 100%;
    }
    .quote-block-container .quote-block .photo{
        min-width: 62px;
        height: 62px;
    }
    .quote-block-container .quote-block .author-info .author-fio{
        font-size: 14px;
    }
    .quote-block-container .quote-block .author-info .author-job{
        font-size: 14px;
    }
    .news-detail .socials{
        flex-direction: column;
        display: flex;
        gap: 20px;
    }
    .news-detail .socials .back-button{
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news.list/read-also/style.css?17840349314976*/
.news-list-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.news-list-block .title{
    width: 800px;
    margin: 75px 0 42px;
    font-family: OnestBold;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
}
.news-list-block .news-blocks{
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px;
    max-width: 800px;
    row-gap: 39px;
    margin-bottom: 60px;
    justify-content: space-between;
}
.news-list-block  .news-blocks .news-block{
    width: 48%;
    height: 280px;
    background-color: #F0F3FA;
    padding: 24px;
    border-radius: 16px;
}
.news-list-block .news-blocks .news-block:hover{
    transition: 0.5s;
    cursor: pointer;
    background-color: #FFF;
    box-shadow: 0px 28px 64px -20px #DED9E1;

}
.news-list-block .news-blocks .news-block .name{
    font-family: OnestBold;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    max-height: 72px;
    overflow: hidden;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.news-list-block .news-blocks .news-block .text{
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    height: 75px;
    overflow: hidden;
}

.news-list-block .news-blocks .news-block .text *{
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    height: 75px;
    overflow: hidden;
}
.news-list-block .tags-list{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 5px 0px 32px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.news-list-block .tags-list .tags{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.news-list-block .tags-list .tag{
    padding: 8px 16px;
    display: inline-block;
    border-radius: 20px;
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    letter-spacing: 0%;
    vertical-align: middle;
    background-color: var(--dark-rusat-color);
    color: #FFFFFF;
}
.news-list-block .tags-list .tag.active{
    background-color: #E2FC7A;
    color: var(--dark-rusat-color);
}
.news-list-block .tags-list .tag:hover{
    cursor: pointer;
    background-color: var(--y-rusat-color);
    color: var(--dark-rusat-color);
}

.news-list-block .news-blocks .news-block .news-block__top{
    display: flex;
    gap: 19px;
    align-items: center;
    margin-bottom: 20px;
}
.news-list-block .news-blocks .news-block .news-block__top .date{
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#828282;
}
.news-list-block .news-blocks .news-block .news-block__top .tag{
    font-family: OnestRegular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--dark-rusat-color);
    padding: 8px 14px;
    position: relative;
    z-index: 10;
    border-radius: 917px;
    border: 1px solid #828282;
}
.news-list-block .news-blocks .news-block:hover .news-block__top .tag{
    transition: 0.5s;
    background-color: var(--dark-rusat-color);
    color: white;
}
.news-list-block .news-pagenavigation{
    display: flex;
    justify-content: center;
}
.news-list-block .news-blocks .pseudo-news-block{
    width: 23%;
    min-width: 375px;
}

@media (max-width: 1620px){
    .news-list-block .news-blocks{
        column-gap: 10px;
        justify-content: space-between;
    }
    .news-list-block .news-blocks .news-block{
        width: 49%;
        min-width: 310px;
    }
    .news-list-block .news-blocks .pseudo-news-block{
        width: 30%;
        min-width: 310px;
    }
}

@media (max-width: 1024px){
    .news-list-block .title{
        width: 100%;
        max-width: 800px ;
        font-size: 30px;
    }
    .news-list-block .news-blocks .news-block {
        width: 49%;
        column-gap: 15px;
        min-width: 345px;
        padding: 15px;
    }
    .news-list-block .news-blocks .news-block .name{
        font-size: 18px;
    }
    .news-list-block .news-blocks .news-block .text{
        font-size: 14px;    
    }
    .news-list-block .news-blocks .news-block .news-block__top .date{
        font-size: 12px; 
    }
    .news-list-block .news-blocks .news-block .news-block__top .tag{
        font-size: 12px; 
        padding: 4px 7px;    
    }
}
@media (max-width: 767px){
    .news-list-block .title{
        font-size: 24px;
    }
    .news-list-block .news-blocks .news-block{
        width: 100%;
        min-width: unset;
        height: auto;
    }
    .news-list-block .news-blocks{
        row-gap: 10px;
    }
    .news-list-block .news-blocks .pseudo-news-block{
        display: none;
    }
}
/* End */
/* /local/templates/rusat/components/bitrix/news/news/style.css?17840349316449 */
/* /local/templates/rusat/components/bitrix/news/news/bitrix/news.detail/.default/style.css?178403493110402 */
/* /local/templates/rusat/components/bitrix/news.list/read-also/style.css?17840349314976 */
