

/* Start:/local/templates/almaval/components/bitrix/system.pagenavigation/round/style.css?17284791672577*/
.bx-pagination {margin: 40px 0;}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
    display: inline-flex;
    gap: 30px;
    height: 60px;
    align-items: center;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-flex;
}
.bx-pagination .bx-pagination-container ul li span {
	font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #7F8A9B;
    display: block;
    height: 60px;
    padding: 2.3px;
}
.bx-pagination .bx-pagination-container ul li a {
    display: block;
    height: 60px;
    min-width: 60px;
    line-height: 60px;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #E7F5FC;
    border-radius: 10px;
    font-family: 'Onest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #27A8E0;
    padding: 20px;
    height: 60px;
    width: 60px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #E7F5FC;
    border-radius: 10px;
    font-family: 'Onest-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #27A8E0;
    padding: 20px;
    height: 60px;
    width: 60px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
    padding: 18px;
    border: 1px solid #27A8E0;
    border-radius: 10px;
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #27A8E0;
	width: 100%;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	background: #fff;
    padding: 18px;
    border: 1px solid #7f8a9b;
    border-radius: 10px;
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #7f8a9b;
	height: 60px;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	display: block;
    padding: 17px;
    background: #E7F5FC;
    border-radius: 10px;
}

/* End */


/* Start:/local/templates/almaval/components/bitrix/news.list/template_3dmodeli/style.css?17284791672961*/
.portfolio-tabs-wrap {
    display: flex;
    gap: 55px;
    margin: 30px 0 0 0;
    flex-flow: row wrap;
}
#navTab {
    width: 250px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    flex-direction: column;
}
#navTab > .title{
    font-family: 'Onest-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #1A1E24;
}

#navTab > .categorys > a {
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #1A1E24;
    padding: 15px 0 0 0;
}
#navTab > .categorys > a.active,
#navTab > .categorys > a:hover{
    color: #27A8E0;
}
#navTab > .categorys{
    display: flex;
    align-items: flex-start;
    padding: 0;
    flex-direction: column;
}
.tabContainer {
    width: 100%;
    max-width: 910px;
    min-width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.section-our-cases-wrapper > .content > .title {
    font-family: 'Onest-Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #1A1E24;
    margin: 0 0 20px 0;
    display: block;
}
.files {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
}
.section-our-cases-wrapper > .content {
    background: #F7F7F9;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
}
.section-our-cases-wrapper > .content > .files > a {
    font-family: 'Onest-Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #27A8E0;
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 7px;
}
.section-our-cases-wrapper > .content > .files > a::before {
    content: url("/local/templates/almaval/components/bitrix/catalog.item/item/down.svg");
    width: 24px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.section-our-cases-wrapper > .content > .files > a > .size {
    font-family: 'Onest-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7F8A9B;
}
@media screen and (max-width: 820px){
    #navTab {
        width: 100%;
        display: block;
    }
    #navTab > .title{margin: 0 0 15px 0;}
    #navTab > .categorys{
        flex-direction: row;
        justify-content: flex-start;
        scrollbar-width: none;
        overflow-x: auto;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: x mandatory;
        padding: 0;
        align-items: center;
        gap: 15px;
    }
    #navTab > .categorys > a{
        white-space: nowrap;
        scroll-snap-align: start;
        border: 1px solid #27A8E0;
        border-radius: 10px;
        line-height: 1.4;
        padding: 15px;
    }
    .portfolio-tabs-wrap {gap: 20px;}
    
}
/* End */
/* /local/templates/almaval/components/bitrix/system.pagenavigation/round/style.css?17284791672577 */
/* /local/templates/almaval/components/bitrix/news.list/template_3dmodeli/style.css?17284791672961 */
