

/* Start:/bitrix/components/bitrix/menu/templates/about_left/style.css?1766552823760*/
.about-left-menu {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding-right: 20px;
    border-right: 1px solid var(--site-input-border-color);
}

.about-left-menu_item {
    display: flex;
    min-width: 110px;
    padding: 20px 0;
    border-bottom: 1px solid var(--site-input-border-color);

    @media (min-width: 1200px) {
        min-width: 240px;
    }
}

.about-left-menu_item:last-of-type {
    border-bottom: none;
}

.about-left-menu_item a {
    width: 100%;
    height: 100%;
    color: var(--site-text3-color);
    font-size: 14px;
}

.about-left-menu_item a:visited {
    color: var(--site-text3-color);
}

.about-left-menu_item.active a {
    color: var(--site-accent-color);
}
/* End */


/* Start:/local/templates/tiros/components/bitrix/system.pagenavigation/modern/style.css?17664645292848*/
.modern-page-navigation-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

div.modern-page-navigation {
	padding: 20px 0;
	display: flex;
	gap: 5px;
}
div.modern-page-navigation a,
.page-holder div.modern-page-navigation a{
	border: none;
}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	display: inline-block;
	min-width: 42px;
	padding: 9px;
	font-size: 16px;
	line-height: 24px;
	background-color: transparent;
	border-radius: 8px;
	text-align: center;
}
div.modern-page-navigation a.modern-page-previous,
div.modern-page-navigation a.modern-page-next {
	background-color: var(--site-accent-light-color);
	position: relative;
	font-size: 0;
	min-height: 42px;
	transition: background .2s ease;
}
div.modern-page-navigation a.modern-page-previous:hover,
div.modern-page-navigation a.modern-page-next:hover{
	background-color: var(--site-accent-color);
}
div.modern-page-navigation a.modern-page-previous::before,
div.modern-page-navigation a.modern-page-next::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23323233' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transition: background .2s ease;

}
div.modern-page-navigation a.modern-page-previous:hover::before,
div.modern-page-navigation a.modern-page-next:hover::before{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}
div.modern-page-navigation a.modern-page-previous::before{
	transform: rotate(180deg);
}
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {

}

span.modern-page-current {
	background-color: var(--site-accent-color);
	color: var(--site-light-color);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {

}

.catalog__elements + div.modern-page-navigation{
	margin-top: 32px;
}


@media(max-width: 440px){
	.catalog__elements + div.modern-page-navigation{
		margin-top: 12px;
	}
	div.modern-page-navigation {
		gap: 3px;
	}
	div.modern-page-navigation a, span.modern-page-current, span.modern-page-dots {
		min-width: 35px;
		line-height: 16px;
	}
	div.modern-page-navigation a.modern-page-previous, div.modern-page-navigation a.modern-page-next {
		min-height: 35px;
	}
}

/* End */


/* Start:/local/templates/tiros/components/ma/news.list/pdf_catalogs/style.css?17872193942214*/
.pdf-catalogs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;

}

.pdf-card {
   /* text-align: center;*/
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.pdf-card-image {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}



.pdf-card-name {
    position: relative;
    z-index: 2;
    padding: 8px 16px;
background: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    color: #393fd9;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}
/*.pdf-card-name::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 30px solid white;
    border-right: 30px solid transparent;
}*/
.pdf-card-name span {
	z-index:10;
}



.pdf-card-image-placeholder {
    width: 100%;
    height: 100%;
    background: #EEF2F9;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.pdf-card-btn {
    width: 100%;

}



.pdf-card-btn.disabled {
    background: #e0e0e0;
    color: #999 !important;
    cursor: not-allowed;
    box-shadow: none;
}

.pdf-catalogs-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}


@media (max-width: 1200px) {
    .pdf-catalogs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
 
}

@media (max-width: 768px) {
    .pdf-catalogs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
 
    
    .pdf-card-name {
 
        min-height: 48px;
    }
    
    .pdf-card-btn {
        padding: 10px 20px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .pdf-catalogs-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .pdf-card {
        gap: 16px;
		
    }
    
    .pdf-card-image {
       height: 230px;
        border-radius: 8px;
    }
    
    .pdf-card-name {
font-size: 12px;
        min-height: 40px;
    }
    

}
/* End */
/* /bitrix/components/bitrix/menu/templates/about_left/style.css?1766552823760 */
/* /local/templates/tiros/components/bitrix/system.pagenavigation/modern/style.css?17664645292848 */
/* /local/templates/tiros/components/ma/news.list/pdf_catalogs/style.css?17872193942214 */
