

/* Start:/local/templates/.default/components/bitrix/catalog/od_catalog-alfa/style.css?17237261401993*/
:root{
	--color-fg: #000;
	--fz-base: 16px;
	--lh-base: 24px;
	--fw-medium: 500;
	--trs-base: .2s;
	--color-primary: #ef3124;
	--color-red: #ef3124;
}

.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
.conteiner-alfa-top{
	padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}
.icon-link__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
	z-index: 999;
}
.icon-link {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    color: var(--color-fg);
    font-size: var(--fz-base);
    line-height: var(--lh-base);
    font-weight: var(--fw-medium);
    cursor: pointer;
    word-break: break-word;
    text-decoration: none;
    transition: var(--trs-base);
}
.icon-link__icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
}
.nav-back {
    margin: 10px 0 32px 0;
}
.a-catalog__title {
	display: flex;
	justify-content: center;
    font: 700 32px / 40px "Open Sans", Arial, sans-serif;
    margin: 0 0 36px;
}
.cat-element__price{
	font: 700 24px / 32px "Open Sans", Arial, sans-serif;
}
.a-price__unit {
    color: #6d7986;
}

/* End */


/* Start:/local/templates/trendylight_main/components/bitrix/catalog.section.list/od_section_list_catalog/style.css?172372368044*/
.catalog_sections a.active{
opacity: .5;
}
/* End */


/* Start:/local/templates/trendylight_main/components/bitrix/system.pagenavigation/my/style.css?17237236801194*/
div.modern-page-navigation { 
	padding: 22px 0;
	font-size: 16px;
}

div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	/*border-left-style: solid;*/
	text-decoration: none;
	padding: 5px 8px;
	color: #5B5B5B;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	/*border-right-style: solid; */
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }

span.modern-page-current { 
	/*font-weight: bold;*/
    background: #BEBEBE;
    border-color: #BEBEBE;
    padding: 2px 8px;
    border-radius: 50%;
    color: white;
    font-weight: bold;

}

.pagination {

    margin-top: 15px !important;
    margin-right: 5px !important;

}

.pagination>li>a {
color: black !important;
color: #5B5B5B !important;
}


.pagination>li.active>a {
color: #9B9B9B !important;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    background: none !important;
    border-color: transparent;
}

/*i.fa {font-size: 14px; margin-top; 3px}*/
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/odegda-alfa/style.css?17343463807569*/
:root{
	--fw-base: 400;
	--color-fg-3: var(--color-grey-dark);
	--color-grey-dark: #6d7986;
}

.item-catalog a:hover {
	opacity: 1;
}

.a-tag--lite {
    padding: 0!important;
    background: none;
    font-weight: var(--fw-base)!important;
    color: var(--color-fg-3)!important;
}

.item-catalog {
	background: white;
	padding-bottom: 20px;
	min-height: 470px;
}

.item-catalog.list {
	min-height: auto;
	background: none;

}

.item-catalog .brend {
	font-size: 11px;
	opacity: .8;

}

.item-catalog img.color{
	height: 20px;
	width: 20px;
	border: 1px rgba(0,0,0, .15) solid;

}

.item-catalog.list:hover{
	box-shadow:none;
}

.item-catalog .h4{
	font-size: 1.2em;
	font-weight: bold;
	min-height: 40px;
}

.item-catalog.list .h4{
	min-height: auto;
}

.item-catalog.list img{
	border-radius: 10px;
}
.item-catalog .btn.modal_w {
	position: absolute;
	bottom: 0;
	border-radius: 0 0 20px 20px !important;
	width: calc(100% - 30px);
	margin-right: 30px;
	border-top: #dee2e6 1px solid;
	padding-top: 8px;
	padding-bottom: 10px;
}

.item-catalog .adress {
	min-height: 70px;
}

.item-catalog .h3 {
	font-weight: bold;
	font-size: 22px;
}

.bi-diamond-fill {
	opacity: .5;
	font-size: 11px;
}

[class^="bi bi-chevron"].item_catalog {
	font-size: 15px;
	width: 20px;
	text-align: center;
	background: rgba(0,0,0, .2);
}


[id^="carusel_catalog_item"] .carousel-control-next,
[id^="carusel_catalog_item"] .carousel-control-prev {
	opacity: .5;
}
.item-catalog img {
	/*cursor: zoom-in;*/
}


.catalog_fav {
	position: absolute;
	top: 22px;
	right: 15px;
	font-size: 18px;
	z-index: 10;
}

.catalog_fav .btn {
	font-size: 22px;
}

.catalog_fav .bi {
	color: white;
	text-shadow: black 0 0 1px;
}


.sticky-top.map {
	top: 30px;
	padding: 3px;
}

.shildiki {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	text-align: center;
	z-index: 10;
}

.shildiki div {padding: 3px 7px 3px; margin-bottom: 3px; font-size: 11px; color: white;}

.shildiki .new { background: #00AD58;}
.shildiki .hit { background: #FF8300;}
.shildiki .skidka { background: #ff5656;}
.shildiki .recom { background: #007FFF;}

.new_scroll { overflow-y: auto; }
.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
	width: 5px;
	height: 16px;
	background: #eeeeee90;
}

.new_scroll::-webkit-scrollbar-thumb,.new_scroll_index::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .1);
}

.new_scroll::-webkit-scrollbar-track, .new_scroll_index::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .1);
}

.see.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
	width: 2px !important;
}


.new_scroll_index::-webkit-scrollbar-button:end:horizontal:increment,
.new_scroll::-webkit-scrollbar-button:end:horizontal:increment
 {
	background: url(/local/templates/.default/components/bitrix/catalog.section/odegda-alfa/img/scroll_arrow_right.png) center;
	width:25px;
	cursor: pointer;
}

.new_scroll_index::-webkit-scrollbar-button:start:horizontal:decrement,
.new_scroll::-webkit-scrollbar-button:start:horizontal:decrement
 {
	background: url(/local/templates/.default/components/bitrix/catalog.section/odegda-alfa/img/scroll_arrow_left.png)  center;
	cursor: pointer;
	width:25px;
}



.col_my {
	min-width: 200px;
	display: inline-block;
}

.col_my.see {
	width: 175px;
	display: inline-block;
}
.new_scroll .item-catalog{
	padding-bottom: 0 !important;
	min-height: auto !important;
}
.new_scroll  .catalog_fav {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 18px;
	z-index: 10;
}

.item-catalog  .carousel-control-prev, .item-catalog .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: end;
    -ms-flex-pack: center;
    justify-content: center;
     width: auto; 
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: inherit !important;
}

/* 
.main-conteiner-catalog{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 8px;
} */
.item-conteiner-alfa{
	width: 100%!important;
    max-width: 100%!important;
	padding: 0!important;
	margin: 0!important;
	margin-bottom: 0!important;
	/* gap: 10px;
    display: flex; */
}
.img-fluid{
	width: 100%;
}
.font-weight-bolder1{
	font: 700 16px / 24px "SF Pro", Arial, sans-serif;
	padding-top: 20px;
}
.base-price{
	font: 700 16px / 24px "SF Pro", Arial, sans-serif;
}
.price-byn{
	color: #6d7986;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.main-conteiner-catalog {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Автоматически подбирает количество колонок */
	gap: 8px; /* Отступ между элементами */
  }

  @media (max-width: 998px) {
	.main-conteiner-catalog {
	  grid-template-columns: repeat(2, 1fr); /* 2 колонки */
	}
  }
  
  @media (min-width: 999px) and (max-width: 1920px) {
	.main-conteiner-catalog {
	  grid-template-columns: repeat(3, 1fr); /* 3 колонки */
	}
  }
  
  @media (min-width: 1921px) {
	.main-conteiner-catalog {
	  grid-template-columns: repeat(4, 1fr); /* 4 колонки */
	}
  }

  /*Карусель*/
  .owl-theme{

  }
  .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 0px!important;
    position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
	bottom: 20px;
  }
  .a-img-item:hover{
	opacity: 1;
  }
  .max-owl-container {
	display: grid;
	gap: 5px;
	/* Отступы между элементами */
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
	/* Колонки автоматически подстраиваются */
}

@media (min-width: 2430px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(615px, 1fr));
	}
}

@media (min-width: 1921px) and (max-width: 2430px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(485px, 1fr));
	}
}

@media (min-width: 1520px) and (max-width: 1920px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
	}
}

@media (min-width: 1220px) and (max-width: 1520px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	}
}

@media (min-width: 1000px) and (max-width: 1220px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	}
}

@media (min-width: 680px) and (max-width: 1000px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
	}
}

@media (min-width: 470px) and (max-width: 680px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	}
}

@media (max-width: 470px) {
	.max-owl-container {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
}

.owl-container {
	width: 100%;
}

.pre-owl-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* Чтобы дочерний элемент занял всю высоту */
	width: 100%;
}

.name-price-container {
	margin: 10px 0px 15px 10px;
}

.mb-4,
.my-4 {
	margin-bottom: 0rem !important;
}

.font-weight-bolder1 {
	font: 700 16px / 24px "SF Pro", Arial, sans-serif;
	/* padding-top: 20px; */
}
@media (max-width: 470px) {
	.owl-theme .owl-dots .owl-dot{
		width: 18px;
		opacity: 0.5;
	}
}
/*Конец карусель*/

.item-catalog-container.disabled {
	opacity: 0.65;
}

.item-price.disabled {
	text-decoration: line-through;
}

.item-soldout {
	color: #f00;
	text-wrap: nowrap;
}

.item-preorder {
	color: #f00;
	text-wrap: nowrap;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/od_catalog-alfa/style.css?17237261401993 */
/* /local/templates/trendylight_main/components/bitrix/catalog.section.list/od_section_list_catalog/style.css?172372368044 */
/* /local/templates/trendylight_main/components/bitrix/system.pagenavigation/my/style.css?17237236801194 */
/* /local/templates/.default/components/bitrix/catalog.section/odegda-alfa/style.css?17343463807569 */
