

/* Start:/local/components/sibirix/material/templates/temp2025/style.css?177737037411151*/
/* temp2025 for sibirix:material */

.gt-materials-page {
    padding-bottom: 72px;
}

.gt-materials-page__head {
    position: relative;
    margin-bottom: 32px;
}

.gt-materials-page__hero {
    position: relative;
    margin-bottom: 28px;
}

.gt-materials-page__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #333333;
}

.gt-materials-page__watermark {
    position: absolute;
    right: 0;
    top: -18px;
    z-index: 1;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 112px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(51, 51, 51, 0.05);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.gt-materials-filter {
    margin-bottom: 18px;
}

.gt-materials-filter__row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.gt-materials-filter__row > div {
    width: 387px;
    max-width: 100%;
}

.gt-materials-page .input-wrap {
    position: relative;
}

.gt-materials-page .input-label {
    padding: 0 4px;
    background: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #838486;
    position: absolute;
    z-index: 11;
    margin: 0;
    top: -8px;
    left: 18px;
}

.gt-materials-page .js-select .select2 {
    box-sizing: border-box;
    padding: 0 16px;
    height: 49px;
    border: 1px solid #ADAEB1;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}

.gt-materials-page .select2-container .select2-selection--single {
    height: 100%;
    border: none;
}

.gt-materials-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 47px;
    padding-left: 0;
    color: #333333;
}

.gt-materials-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(/local/images/select-arrow-right.svg) no-repeat center center;
    margin-right: 16.5px;
    margin-top: 16.5px;
}

.gt-materials-page .select2-dropdown {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 2px 4px 8px rgba(38, 38, 38, 0.1);
    border-radius: 8px;
    border: none !important;
}

.gt-materials-page .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 12px 12px 36px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: none;
    background: url(/local/images/icon-search.svg) no-repeat 12px center;
}

.gt-materials-page .select2-results__option {
    min-height: 41px;
    padding: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.gt-materials-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom:20px;
}

.gt-materials-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

.gt-materials-chip.is-green {
    background: #DFF7E4;
    color: #248541;
}

.gt-materials-chip.is-sale {
    background: #FDE8E8;
    color: #B53232;
}

.gt-materials-chip.is-active {
    box-shadow: inset 0 0 0 1px currentColor;
}

.gt-materials-list {
    margin-left: -12px;
    margin-right: -12px;
	
    margin-bottom: -22px;
}

.gt-materials-list > div {
	margin-bottom:50px;
}

.gt-materials-list__col {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 22px;
    display: flex;
}

.gt-material-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 2px 8px 24px rgba(38, 38, 38, 0.1);
    border-radius: 20px;
}

.gt-material-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 212px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 14px;
    background: #F7F7F7;
    text-decoration: none;
}

.gt-material-card__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gt-material-card__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    border-radius: 14px;
}

.gt-material-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.gt-material-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.gt-material-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

.gt-material-card__badge.is-branch {
    background: #F6E3E0;
    color: #C27F71;
}

.gt-material-card__badge.is-green {
    background: #DFF7E4;
    color: #248541;
}

.gt-material-card__badge.is-sale {
    background: #FDE8E8;
    color: #B53232;
}

.gt-material-card__title {
    margin-bottom: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #333333;
}

.gt-material-card__subtitle {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #838486;
}

.gt-material-card__extra-files {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gt-material-card__extra-files a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #5C5293;
    text-decoration: none;
}

.gt-material-card__footer {
    margin-top: auto;
    padding-top: 16px;
}

.gt-material-card__button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    width: fit-content;
    border-radius: 6px;
    background: #DEDCE9;
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5C5293;
    transition: background .2s ease, color .2s ease;
}

.gt-material-card__button:hover {
    background: #D6D1EB;
    color: #4F4685;
}

.gt-materials-empty {
    padding: 40px 0;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.gt-materials-page .pagination,
.gt-materials-page .pagination-wrap {
    margin-top: 8px;
}

@media (max-width: 1279px) {
    .gt-materials-page__title {
        font-size: 52px;
    }

    .gt-materials-page__watermark {
        font-size: 92px;
    }
}

@media (max-width: 1023px) {
    .gt-materials-page {
        padding-bottom: 56px;
    }

    .gt-materials-page__hero {
        margin-bottom: 22px;
    }

    .gt-materials-page__title {
        font-size: 40px;
    }

    .gt-materials-page__watermark {
        display: none;
    }

    .gt-materials-filter__row {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .gt-materials-filter__row > div {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gt-materials-page {
        padding-bottom: 42px;
    }

    .gt-materials-page__hero {
        display: none;
    }

    .gt-materials-page__head {
        margin-bottom: 20px;
    }

    .gt-materials-list__col {
        margin-bottom: 14px;
    }

    .gt-material-card {
        padding: 14px;
        border-radius: 20px;
    }

    .gt-material-card__image {
        height: 180px;
        margin-bottom: 14px;
    }

    .gt-material-card__title {
        font-size: 17px;
        line-height: 21px;
    }

    .gt-materials-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .gt-materials-chips::-webkit-scrollbar {
        display: none;
    }

	.gt-materials-chip {
		flex: 0 0 auto;
		min-height: 28px;
		padding: 6px 11px;
		font-size: 12px;
	}
}


.gt-materials-applied-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.gt-materials-chip span {
    display: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-left: 2px;
}

.gt-materials-chip.is-active span {
    display: inline-block;
}

.gt-material-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.gt-material-card__footer {
    margin-top: auto;
    padding-top: 16px;
}

.gt-materials-list {
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: -22px;
}

.gt-materials-list__col {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 22px;
    display: flex;
}

.gt-material-card {
    width: 100%;
    height: 100%;
}

.gt-material-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 212px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 14px;
    background: #F7F7F7;
}

.gt-materials-filters__row {
	display:flex;
	gap:40px;
}
.gt-materials-filters__row > div {
	flex:1;
	max-width:360px;
}

.gt-material-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .gt-materials-list {
        margin-bottom: -14px;
    }

    .gt-materials-list__col {
        padding-bottom: 14px;
    }
}
.select2-container--default .select2-results__option--selected {
	background:#fff !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background:#fff !important;
	color:#000 !important;
}


/*******************/

	.grid-container.narrow.h1 {
		text-transform: none;	
		margin-bottom:40px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 50px;
		line-height: 74px;
		color: #333333;

		
	}
	
@media (max-width: 1023px) {
	
	.js-materials-filter .input-wrap {
		margin:0;
	}
	
	.js-materials-filter {
		margin-bottom:20px;
	}
	
	.gt-materials-chips {
		margin-bottom:40px;
	}
	
	.grid-container.narrow.h1 {
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 32px;
		line-height: 100%;
		color: #333333;
		letter-spacing: normal;
		text-transform: none;	
		margin-bottom:40px;
	}
	
	
}

@media (max-width: 600px) {

	.gt-materials-filters__row {
		flex-direction:column;
		gap:20px;
	}
	
	.gt-materials-filters__row > div {
		max-width:100%;
	}

}























/* End */
/* /local/components/sibirix/material/templates/temp2025/style.css?177737037411151 */
