

/* Start:/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?172563030710074*/
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    /* background: #F1F1F1; */
}
:root {
    --border: 1px solid #DDDDDD;
}
.container{
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}
.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
}
.news-card {
    display: flex;
    flex-direction: column;
    padding: 48px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-bottom: var(--border);
    transition: all 0.3s linear;
}
.news-card:not(:nth-child(4n)) {
    border-right: var(--border);
}
.news-card:not(:nth-last-child(-n + 4)) {
    border-bottom: var(--border);
}
.news-card-img {
    aspect-ratio: 1.9/1;
}
.news-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-card-content {
    flex-grow: 1;
    padding-top: 28px;
}
.news-card-date {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    margin-bottom: 16px;
}
.news-card-text {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 32px;
}
.news-card-link {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1241CE;
    transition: all 0.3s linear;
}
.news-card-link svg{
    margin-left: 8px;
    fill: #1241CE;
    transition: all 0.3s linear;
}
.pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
}
.pagination-page {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
	font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: center;
    padding: 0;
}
.page__numbers, .page__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.page__numbers {
    width: 34px;
    height: 40px;
    min-width: 34px;
    border: 1px solid #E5E5E5;
    border-right: none;
	transition: all 0.3s linear;
}
.page__numbers:hover {
    color: #1241CE;
	transition: all 0.3s linear;
}
.page__numbers.active {
    color: #1241CE;
	transition: all 0.3s linear;
}
.page__btn svg{
	fill: black;
	transition: all 0.3s linear;
}
.page__btn:hover svg{
	fill: #1241CE;
	transition: all 0.3s linear;
}
.page__btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page__btn:first-child{
    margin-right: 40px;
}
.page__btn:last-child{
    margin-left: 40px;
}
.pagination-page li:nth-child(2){
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-page li:nth-last-child(2){
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #E5E5E5;
}
.page__btn span{
    display: flex;
}
.news-slider-wrap,
.news-single {
    padding: 50px 0;
}
.news-single-content {
    max-width: 953px;
}
.news-single-date {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 24px;
}
.news-single-title {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
}
.news-single-content img{
    margin: 56px 0;
    max-width: 100%;
}
.news-single-content h1{
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
}
.news-single-content h2{
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    margin-top: 40px;
}
.news-single-content p{
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin: 20px 0px 0px 0px;
}
.news-single-content blockquote{
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding-left: 32px;
    border-radius: 2px;
    border-left: 4px solid #1241CE; 
    margin: 40px 0;
}
.news-single-content ul{
    padding: 0;
}
.news-single-content li{
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    position: relative;
    padding-left: 40px;
    list-style: none;
}
.news-single-content li:not(:last-child){
    margin-bottom: 18px;
}
.news-single-content li::before{
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #1241CE;
}
.news-slider-title{
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: left;
    
}
.news-single-content a{
    border: 1px solid #1241CE;
    padding: 24px;
    border-radius: 4px;
    display: block;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
    color: #000;
}
.news-slider{
    padding: 36px 1px 0;
}
.news-slider-card{
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: all 0.3s linear;
}
.news-button-next,
.news-button-prev{
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 32px;
    height: 24px;
    min-width: 32px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 54px;
    top: 0;
}
.news-button-next, .swiper-rtl .three-button-prev {
    left: auto;
    right: 0px;
}
.news-slider .swiper-slide {
    height: unset;
    border-bottom: var(--border);
    border-top: var(--border);
    border-right: var(--border);
    transition: all 0.3s linear;
}
.news-slider .swiper-slide:first-child{
    border-left: var(--border);
}
.news-slider > .swiper-wrapper {
    padding: 20px 0;
}
.news-button-next::after, .news-button-prev::after {
    content: "";
    font-size: 0px;
    width: 32px;
    height: 24px;
}
.news-button-next::after {
    background: url("/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/../img/swiper-button-next.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.news-button-prev::after {
    background: url("/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/../img/swiper-button-prev.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.page__btn.active:hover {
    color: #1241CE;
    transition: all 0.3s linear;
}
.news-slider-card:hover,
.news-card:hover{
    background: #F0C750;
    color: #fff;
    transition: all 0.3s linear;
}
.news-slider-card:hover .news-card-link,
.news-card:hover .news-card-link {
    color: #fff;
    transition: all 0.3s linear;
}
.news-slider-card:hover .news-card-link svg,
.news-card:hover .news-card-link svg{
    fill: #fff;
}
@media (max-width: 1170px) {
    .news-list {
        grid-template-columns: 1fr 1fr;
    }
    .news-card{
        padding: 32px;
    }
    .news-card-date{
        font-size: 14px;
        line-height: 18.2px;
    }
    .news-card-text{
        font-size: 18px;
        line-height: 23.4px;
    }
    .news-single-date{
        font-size: 16px;
        line-height: 20.8px;
        margin-bottom: 16px;
    }
    .news-single-content h1,
    .news-single-title{
        font-size: 28px;
        line-height: 36.4px;
    }
    .news-single-content img{
        margin: 40px 0;
    }
    .news-single-content p{
        margin-top: 16px;
        font-size: 16px;
        line-height: 28px;
    }
    .news-single-content h2{
        font-size: 22px;
        line-height: 28.6px;
    }
    .news-single-content blockquote{
        font-size: 16px;
        line-height: 28px;
        margin: 24px 0;
    }
    .news-single-content li{
        font-size: 16px;
        line-height: 28px;
        padding-left: 28px;
    }
    .news-single-content li:not(:last-child) {
        margin-bottom: 12px;
    }
    .news-single-content a{
        font-size: 16px;
        line-height: 28px;
        padding: 16px 20px;
    }
    .news-slider-title{
        font-size: 28px;
        line-height: 33.6px;
    }
    .news-slider{
        padding-top: 32px;
    }
    .news-slider-wrap, .news-single{
        padding: 40px 0;
    }
    .news-button-next, 
    .news-button-prev{
        display: none;
    }
}
@media (max-width: 767px){
    .news-slider{
        margin-right: -20px;
    }
    .news-slider-title {
        font-size: 20px;
        line-height: 24px;
    }
    .news-single-content li:not(:last-child) {
        margin-bottom: 8px;
    }
    .news-single-content blockquote {
        padding-left: 20px;
    }
    .news-single-content h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .news-single-content p{
        margin-top: 12px;
    }
    .news-single-content img {
        margin: 28px 0;
    }
    .news-single-content h1,
    .news-single-title {
        font-size: 22px;
        line-height: 28px;
    }
    .news-slider-wrap, .news-single{
        padding: 28px 0;
    }
    .news-card,
    .news-card:not(:nth-last-child(-n+4)),
    .news-card:not(:nth-child(4n)) {
        border: var(--border);
    }
    .news-list {
        grid-template-columns: 1fr;
        grid-gap: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .news-card{
        padding: 24px;
    }
    .news-card-content{
        padding-top: 16px;
    }
    .news-card-date {
        font-size: 12px;
        line-height: 15.6px;
        margin-bottom: 12px;
    }
    .news-card-text {
        font-size: 16px;
        line-height: 20.8px;
    }
    .news-card-link{
        font-size: 12px;
        line-height: 16px;
    }
    .news-card-link svg{
        max-width: 16px;
        height: auto;
    }
    .page__btn {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .page__btn:first-child {
        margin-right: 18px;
    }
    .page__btn:last-child {
        margin-left: 12px;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?172563030710074 */
