

/* Start:/local/templates/gianit/components/bitrix/catalog/gianit/style.css?1788269401499*/
.section.catalog {
	display: flex;
	gap: 2.4rem;
}

.catalog_content {
	width: 100%;
	max-width: 131.4rem;
}

@media(max-width: 1024px) {
	.section.catalog {
		flex-wrap: wrap;
	}

	.catalog_content .product-grid.four-colums {
		flex-wrap: wrap;
		justify-content: center;
	}

	.product-grid-item {
		width: calc(50% - 1.6rem);
	}

	.product {
		width: 100% !important;
	}
}

@media(max-width: 697px) {
	.catalog-sort-block:last-child {
		display: none;
	}

	.product-grid-item {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/catalog.section.list/gianit_section/style.css?178273678039*/
.cat-card {
	height: auto !important;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/catalog.smart.filter/gianit/style.css?17858394574483*/
/* filter */
.catalog_filter {
	width: 100%;
	max-width: 42.2rem;
}

.catalog_filter__content {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	padding: 2.4rem;
	background-color: hsla(210, 40%, 96%, 1);
	border-radius: 2.4rem;
}

.catalog_filter__content form {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

.catalog_filter__block {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

.catalog_filter__title {
	font-size: 1.8rem;
	line-height: 140%;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
}

.catalog_filter__group {
	display: flex;
	gap: 1.6rem;
}

.catalog_filter__group-part {
	width: calc(50% - .8rem);
}

.catalog_filter__group-part label {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.2rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -5%;
	line-height: 120%;
	color: hsla(215, 18%, 47%, 1);
}

.catalog_filter__group-part input {
	padding: 1.2rem 1.5rem;
	border-radius: 1.2rem;
	border: none;
	background-color: hsla(0, 0%, 100%, 1);
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -5%;
	line-height: 120%;
	color: hsla(217, 36%, 18%, 1);
}

.catalog_filter__group-part input:focus-visible {
	outline: none;
}

.range-slider {
	position: relative;
	width: 100%;
}

.range-slider__input {
	position: absolute;
	width: 100%;
	height: .6rem;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	margin: 0;
}

.range-slider__input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: hsla(227, 76%, 41%, 1);
	cursor: pointer;
	pointer-events: all;
	border: .2rem solid #fff;
	box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
	transition: transform 0.2s;
}

.range-slider__input::-webkit-slider-thumb:hover {
	transform: scale(1.1);
}

.range-slider__input::-moz-range-thumb {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: hsla(227, 76%, 41%, 1);
	cursor: pointer;
	pointer-events: all;
	border: .2rem solid #fff;
	box-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.2);
}

/* Трек слайдера */
.range-slider__track {
	position: absolute;
	width: 100%;
	height: .6rem;
	background: hsla(213, 29%, 84%, 1);
	border-radius: .3rem;
	top: .1rem;
	z-index: 1;
}

/* Отображение значений */
.range-slider__values {
	display: flex;
	justify-content: space-between;
}

.slider-value {
	font-size: 1.6rem;
	font-weight: 400;
	color: hsla(215, 18%, 47%, 1);
	letter-spacing: -5%;
	margin-top: 2.4rem
}

.catalog_filter__checkbox,
.catalog_filter__radio {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.catalog_filter__checkbox label,
.catalog_filter__radio label {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	font-size: 1.6rem;
	line-height: 120%;
	letter-spacing: -5%;
	color: hsla(215, 18%, 47%, 1);
}

.catalog_filter__radio input {
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	border: 1px solid hsla(213, 29%, 84%, 1);
}

.catalog_filter__btn {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

/* ========================
   CHECKBOX COLLAPSE (>5)
   ======================== */

/* Скрытые по умолчанию элементы (6+) */
.catalog_filter__checkbox .checkbox__item--hidden {
	display: none;
}

/* При раскрытии показываем */
.catalog_filter__checkbox.is-expanded .checkbox__item--hidden {
	display: flex;
}

/* Кнопка «Показать все» / «Скрыть» */
.catalog_filter__checkbox-toggle {
	display: none;
	align-items: center;
	gap: .8rem;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 120%;
	color: hsla(227, 76%, 41%, 1);
	cursor: pointer;
	transition: color 0.2s;
}

.catalog_filter__checkbox.has-collapse .catalog_filter__checkbox-toggle {
	display: flex;
}

.catalog_filter__checkbox-toggle:hover {
	color: hsla(227, 76%, 51%, 1);
}

/* Текст «Скрыть» скрыт по умолчанию */
.catalog_filter__checkbox-toggle .toggle-text.is-active {
	display: none;
}

/* В раскрытом состоянии — «Показать все» скрыт, «Скрыть» показан */
.catalog_filter__checkbox.is-expanded .catalog_filter__checkbox-toggle .toggle-text:not(.is-active) {
	display: none;
}

.catalog_filter__checkbox.is-expanded .catalog_filter__checkbox-toggle .toggle-text.is-active {
	display: inline;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624*/
.navigation {
	display: flex;
	gap: .8rem;
	align-items: center;
}

.navigation a:first-child svg {
	transform: rotate(180deg);
}

.navigation a {
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: hsla(215, 23%, 65%, 1);
	line-height: 120%;
	letter-spacing: -5%;
	border-radius: .8rem;
	transition: .3s linear;
}

.navigation svg {
	width: 1.6rem;
	height: 1.6rem;
}

.navigation a:hover {
	background-color: hsla(213, 29%, 84%, 1);
	color: hsla(217, 36%, 18%, 1);
}

.navigation a.active {
	background-color: hsla(227, 76%, 41%, 1);
	color: #fff;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/catalog.section/gianit/style.css?17858435295337*/
@media (min-width: 1200px) {

	/*lg*/
	/*6*/
	.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n) {
		clear: both
	}
}

@media (min-width: 992px) and (max-width:1199px) {

	/*md*/
	/*6*/
	.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n) {
		clear: both
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	/*sm*/
	/*6*/
	.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n) {
		clear: both
	}
}

@media (max-width: 767px) {

	/*xs*/
	/*6*/
	.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n) {
		clear: both
	}
}

.catalog-section-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

/* Панель сортировки */
.catalog-sort-panel {
	margin-bottom: 2.4rem;
}

.catalog-sort-selects {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
}

.catalog-sort-block {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.catalog-sort-block span {
	font-size: 1.4rem;
	letter-spacing: -0.05em;
	color: hsla(215, 18%, 47%, 1);
	white-space: nowrap;
}

.catalog-sort-select {
	padding: 1.2rem 4.5rem 1.2rem 1.5rem;
	border-radius: 1.2rem;
	background-color: hsla(0, 0%, 100%, 1);
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 1.4rem;
	letter-spacing: -0.05em;
	color: hsla(217, 36%, 18%, 1);
	transition: border-color 0.2s, box-shadow 0.2s;
	min-width: 220px;
	outline: none;
}

/* Стрелка-шеврон */
.catalog-sort-block::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 0.9rem;
	height: 0.9rem;
	border-right: 2px solid hsla(217, 36%, 18%, 0.45);
	border-bottom: 2px solid hsla(217, 36%, 18%, 0.45);
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
	transition: transform 0.2s, border-color 0.2s;
}

.catalog-sort-block:focus-within::after {
	transform: translateY(-30%) rotate(-135deg);
}

/* Стилизация option */
.catalog-sort-select option {
	padding: 1rem 1.5rem;
	font-size: 1.4rem;
	color: hsla(217, 36%, 18%, 1);
	background: #fff;
}

.catalog-sort-select option:hover,
.catalog-sort-select option:checked {
	background: hsla(217, 36%, 18%, 0.06);
}

@media (max-width: 576px) {
	.catalog-sort-selects {
		flex-direction: column;
		gap: 0.75rem;
		align-items: stretch;
	}

	.catalog-sort-select {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/catalog.item/gianit/style.css?1785845617396*/
.product-item-image-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
}

.product-item-image-wrapper span {
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.product-item-title a {
	font-size: 1.8rem;
	font-weight: 500;
	color: hsla(217, 36%, 18%, 1);
	transition: .3s;
}

.product-item-title a:hover {
	color: var(--btn-primary-bg);
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17797083341816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/gianit/components/bitrix/form/main/bitrix/form.result.new/.default/style.css?1781856324796*/
input[type="submit"] {
	border: none;
}

.errortext {
	font-size: 1.4rem;
	line-height: 0;
	letter-spacing: 0;
}

br {
	display: block;
	height: .5rem;
}

.checkbox {
	background: #fff !important;
	border: 1px solid var(--color-brand-600);
	transition: .2s ease;
}

.checkbox__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* скрываем галочку */
.checkbox .icon {
	opacity: 0;
	transition: opacity .2s ease;
}

/* показываем при checked */
.checkbox__input:checked+.checkbox {
	background: var(--color-brand-600) !important;
}

.checkbox__input:checked+.checkbox .icon {
	opacity: 1;
}

.form__consent a {
	color: var(--color-brand-600);
}

.contact__top a:hover {
	color: var(--color-brand-500);
}
/* End */
/* /local/templates/gianit/components/bitrix/catalog/gianit/style.css?1788269401499 */
/* /local/templates/gianit/components/bitrix/catalog.section.list/gianit_section/style.css?178273678039 */
/* /local/templates/gianit/components/bitrix/catalog.smart.filter/gianit/style.css?17858394574483 */
/* /local/templates/gianit/components/bitrix/system.pagenavigation/.default/style.css?1785325142624 */
/* /local/templates/gianit/components/bitrix/catalog.section/gianit/style.css?17858435295337 */
/* /local/templates/gianit/components/bitrix/catalog.item/gianit/style.css?1785845617396 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17797083341816 */
/* /local/templates/gianit/components/bitrix/form/main/bitrix/form.result.new/.default/style.css?1781856324796 */
