

/* 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/system.pagenavigation/monoplan/style.css?17840349311980*/
.pagenavigation.text{
    display: flex;
    align-items: center;
    gap: 16px;
}   

.pagenavigation.text svg:hover{
    cursor: pointer;
}
.pagenavigation.text svg .svg-inner-circle{
    fill: white;
    stroke:#D5C815;
}
.pagenavigation.text svg .svg-inner-circle-border{
    stroke:var(--dark-rusat-color);
}
.pagenavigation.text svg:hover .svg-inner-circle-border{
    stroke:var(--light-green-rusat-color);
}
.pagenavigation.text svg:hover .svg-inner-circle{
    fill: var(--light-green-rusat-color);
    stroke:var(--light-green-rusat-color);
}
.pagenavigation.text div.dots{
    font-family: 'OnestMedium';
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    margin: 0 28px;
    letter-spacing: 21%;
    text-align: center;
    vertical-align: middle;
    color: #12131D;
    align-items: center;
}
.pagenavigation.text div.num{
    width: 50px;
    height: 50px;
    background-color: #12131D;
    box-shadow: 0px 2px 0px 0px #6E6A6A1A;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-family: OnestMedium;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
}
.pagenavigation.text a.num{
    box-shadow: 0px 2px 0px 0px #6E6A6A1A;
    width: 50px;
    height: 50px;
    background-color: white;
    color: var(--dark-rusat-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-family: OnestMedium;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.pagenavigation.text a.num:hover{
    background-color:#DDDDDD;
}
.pagenavigation.text .num-block{
    display: flex;
    flex-direction: row;
    gap: 4px;
}
/* End */


/* Start:/local/templates/rusat/components/bitrix/news/news/bitrix/news.list/.default/style.css?17840349314471*/
.news-list-block{

}
.news-list-block .news-blocks{
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px;
    row-gap: 39px;
    margin-bottom: 60px;
    justify-content: space-between;
}
.news-list-block  .news-blocks .news-block{
    width: 23%;
    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: 500;
    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: 9;
    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: 30%;
        min-width: 310px;
    }
    .news-list-block .news-blocks .pseudo-news-block{
        width: 30%;
        min-width: 310px;
    }
}
@media (max-width: 1024px){
    .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 .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/system.pagenavigation/monoplan/style.css?17840349311980 */
/* /local/templates/rusat/components/bitrix/news/news/bitrix/news.list/.default/style.css?17840349314471 */
