

/* Start:/bitrix/templates/dresscode/components/dresscode/catalog/.default/style.css?1737049224997*/
.btn.btn-available {
    padding: 6px 15px 5px 15px;
    margin: 0 0 5px 0;
    line-height: 18px;
    color: #0061b2;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #0061b2;
    border-radius: 5px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.btn.btn-available:hover {
    background: #0061b2; /* Более темный оттенок */
    color: #ffffff; /* Цвет текста остается белым */
    cursor: pointer; /* Указатель мыши меняется на "указатель" */
}
.btn.btn-available.active {
    font-weight: bold;
    background: #0061b2;
    color: #ffffff;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.btn.btn-available.active:hover {
    background: #0079d6;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 884px) {
    #catalogLine {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
		gap: 15px;
    }
}
/* End */


/* Start:/bitrix/components/dresscode/catalog.tags/templates/.default/style.min.css?17296234001131*/
.catalogTagItems{margin-bottom:12px}.catalogTagItems .catalogTagItem{vertical-align:middle;display:inline-block;margin-bottom:12px;margin-right:12px}.catalogTagItems .catalogTagItem:last-child{margin-right:0}.catalogTagItems .catalogTagLink{transition:all .2s ease-in-out;display:block;background-color:#f4f4f4;text-decoration:none;padding:6px 12px;border-radius:4px;color:#000}.catalogTagItems .catalogTagLink.selected{font-family:robotomedium}.catalogTagItems .catalogTagLink.selected .reset{vertical-align:middle;display:inline-block;margin-left:6px;font-size:13px}.catalogTagItems .catalogTagLink:hover{background-color:#f0f0f0}.catalogTagItems .catalogTagLink:active{position:relative;top:1px}.catalogTagItems .moreButton .catalogTagLink{background-color:#fff;border:1px solid #e7e8ea}.catalogTagItems .moreButton .catalogTagLink:hover{background-color:#fbfbfb}.catalogTagItems .catalogTagItem.showAll{display:inline-block!important}@media screen and (min-width:600px){.catalogTagItems .desktopHidden{display:none}}@media screen and (max-width:600px){.catalogTagItems .mobileHidden,.catalogTagItems.mobileHidden{display:none}}
/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/catalog/.default/bitrix/catalog.section.list/level2/style.css?1739204581994*/
#nextSection{
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	font-family: 'robotobold';
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	cursor: pointer;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
	background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	display: block;
}

#nextSection li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
}

#nextSection li .cnt{
	float: right;
}

#nextSection .sectionLine{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#nextSection .sectionColumn{
	display: table-cell;
	vertical-align: middle;
}

#nextSection .sectionColumn.last{
	width: 60px;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17386844333127*/
.catalog-section-list-pictures{
	margin-bottom: 24px;
	/*border-left: 1px solid #f3f3f3;*/
}

.catalog-section-list-pictures .catalog-section-list-item{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    /* border-bottom: 1px solid #f3f3f3; */
    line-height: 206px;
    text-align: center;
    padding: 0px 24px;
    height: 206px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: white;
    box-shadow: 1px 1px 5px rgb(167, 167, 167);
    width: 19%;
}

.catalog-section-list-pictures .catalog-section-list-item:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
	background: #f3f3f3;
}

.catalog-section-list-pictures .catalog-section-list-item-wp{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 44px;
	overflow: hidden;
	color: #000000;
	display: block;
	height: 64px;
}

.catalog-section-list-pictures .catalog-section-list-link span{
	vertical-align: bottom;
	display: inline-block;
	line-height: 21px;
}

.catalog-section-list-pictures .catalog-section-list-link:hover{
	opacity: 0.7;
}

.catalog-section-list-pictures .catalog-section-list-link:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture{
	margin-bottom: 12px;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}

.catalog-section-list-pictures .catalog-section-list-picture:hover img{
	opacity: 0.8;
}

.catalog-section-list-pictures .catalog-section-list-picture:active{
	position: relative;
	top: 1px;
}

.catalog-section-list-pictures .catalog-section-list-picture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	width: 100px;
}

.catalog-section-list-pictures .catalog-section-list-picture img:hover{
	 transition: transform 0.3s ease;
	 transform: scale(1.1);
}

@media all and (max-width: 1800px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 23.5%;
	}

}

@media all and (max-width: 1300px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 31%;
	}

}

@media all and (max-width: 1024px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 23.5%;
	}

}

@media all and (max-width: 1000px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 31.3%;
	}

}

@media all and (max-width: 700px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 47%;
	}
}

@media all and (max-width: 400px){

	.catalog-section-list-pictures .catalog-section-list-item{
		width: 100%;
	}
}

/*@media all and (max-width: 1100px){
	.catalog-section-list-pictures .catalog-section-list-item{
		width: 50%; //
	}
}*/
/* End */


/* Start:/local/components/startmedia/simple/templates/section.description/style.css?17327180641904*/
#catalog .section-description a{color: #0061b2}
#catalog .section-description a>span{color: #0061b2 !important;}
.section-description {
  position: relative;
  margin: 50px 0 40px 0;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: white;
  box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3); }
  .section-description:before {
    content: '';
    display: block;
    position: absolute;
    top: -44px;
    right: 20px;
    padding: 29px 45px;
    color: #FFFFFF;
    font-weight: bold;
    background: url("/local/components/startmedia/simple/templates/section.description/images/pic.png") 0 0 no-repeat; }
  .section-description:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 44px;
    background: url("/local/components/startmedia/simple/templates/section.description/images/white.png") 0 100% repeat-x;
    z-index: 1; }
  .section-description .title {
	position: absolute;
    top: -19px;
    left: 20px;
    padding: 7px 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0061b2;
    border-radius: 5px; }
  .section-description .text {
    padding: 20px 10px 10px 20px;
    max-height: 90px;
    transition: max-height 0.15s ease-out;
    overflow: hidden; }
  .section-description > a.cover {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .section-description > a.slide {
    display: block;
    position: absolute;
    margin: 0 0 0 -75px;
    left: 50%;
    bottom: -36px;
    width: 150px;
    height: 50px;
    background: url("/local/components/startmedia/simple/templates/section.description/images/Развернуть.svg") 0 0 no-repeat;
    z-index: 3; }
  .section-description.opened .text {
    max-height: 100000px;
    transition: max-height 2s ease-in; }
  .section-description.opened > a.cover {
    display: none; }
  .section-description.opened > a.slide {
    bottom: -21px;
    background: url("/local/components/startmedia/simple/templates/section.description/images/Свернуть.svg") 0 0 no-repeat; }

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.min.css?17296236842055*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span{background:#fff;border-color:#dadada;color:#000}
/* End */


/* Start:/bitrix/components/dresscode/catalog.item/templates/line/style.css?175085552111565*/
.datepb{
	display: inline-block;
    background-color: green;
    border-radius: 5px;
    text-align: center;
    margin-top: 5%;
    width: 97%;
    padding: 2%;
    color: white;
}
.datepbs{
	display: inline-block;
    background-color: green;
    border-radius: 5px;
    text-align: center;
    margin-top: 5%;
    width: 180px;
    padding: 2%;
    color: white;
}

.mobile-properties {
	display: none !important;
}

@media (max-width: 880px) {
	.mobile-properties {
		display: block !important;
		margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
		margin-top: -5px;
		font-size: 14px;
		color: #444;
		word-wrap: break-word;
		line-height: 1.4;
	}
}

.priceBlock.old-price {
  display: block;
  font-size: 15px;
  color: #888;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.3;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.priceBlock.old-price:hover {
  transform: translateX(5px);
  color: #666;
}

.priceBlock.old-price .oldPriceLabel {
  font-weight: 600;
  color: #a0a0a0;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Изначально зачеркнуто */
.priceBlock.old-price .oldPriceLabel::before {
  content: "";
  position: absolute;
  width: 41%;
  height: 1px;
  bottom: 50%;
  left: 0;
  background-color: #a7a4a4;
  transform: translateY(-50%);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* При наведении убираем зачеркивание */
.priceBlock.old-price:hover .oldPriceLabel::before {
   width: 0;
  left: 50%;
  transform: translate(-100%);
}

.priceBlock.old-price .oldPriceLabel::after {
  content: "Старая цена";
  font-size: 13px;
   background-color: rgba(255, 61, 61, 0.1);
  color: #ff3d3d;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 10px;
  background-color: rgba(160, 160, 160, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  transform: scale(0.95);
  opacity: 0.8;
}

.priceBlock.old-price:hover .oldPriceLabel::after {
 background-color: rgba(160, 160, 160, 0.1);
  color: #a0a0a0;
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 880px) {
  .priceBlock.old-price {
    text-align: center !important;
    padding-top: 14px !important;
    margin-bottom: -10px !important;
  }
}
/* Общий контейнер для бренда и метки */
.item-labels {
    display: flex;
    flex-direction: row; /* Горизонтальное расположение */
    align-items: center; /* Вертикальное выравнивание */
    gap: 10px; /* Расстояние между элементами */
    position: relative;
    height: 50px;
}

/* Контейнер для изображения бренда */
.brandImageWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto; /* Ширина зависит от содержимого */
    height: auto;
}

/* Внутренний контейнер для картинки бренда */
.brandImageContainer {
    display: flex;
    justify-content: center; /* Центрирование картинки бренда */
    width: 125px; /* Фиксированная ширина под картинку */
}

/* Стили для изображения бренда */
.brandImage img {
    width: 115px;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

/* Стили для иконки свойства */
.propertyIcon img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

/* Стили для метки свойства */
.propertyText {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

/* Базовые цвета для разных классов */
.property-novinka {
    background-color: #28a745; /* Зелёный для "Новинка" */
}
.property-rasprodaga {
    background-color: #dc3545; /* Красный для "Распродажа" */
}
.property-popular {
    background-color: #007bff; /* Синий для "Хит продаж" */
}
.property-recommend {
    background-color: #ffc107; /* Жёлтый для "Рекомендуем" */
}
.property-discount {
    background-color: #6c757d; /* Серый для "Уценка" */
}

/* Анимация блеска */
.propertyText::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* Медиа-запросы */
@media (max-width: 945px) {
    .brandImage img {
        display: none; /* Скрываем изображение бренда */
    }
    .propertyIcon img {
        display: none; /* Скрываем иконку свойства */
    }
	.item-labels {
        display: none;
    }
}
		
.oldprice{
	display: inline-block;
	background-color: #d24a43;
	border-radius: 5px;
	text-align: center;
	margin-top: 5%;
	width: 180px;
	padding: 2%;
	font-size: initial;
	text-decoration: line-through;
	color: white;
	margin-bottom: 10px;
}
.oldprices{
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	text-decoration: line-through;
	color:#717171;
	height: 20px;
	line-height: 25px;
}
.brimage{
	display: none;
}
.row2 {
    display: flex;
    flex-direction: column;
	width: 100% !important;
}
.store_item.inStock.label.changeAvailable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
    font-family: "roboto_condensedlight";
    text-decoration: none;
    line-height: 21px;
    font-size: 15px;
    color: #717171;
    width: 100% !important;
    float: none;
}
.store_item {
    position: relative; /* Родительский контейнер для управления дочерними элементами */
    display: flex; /* Для корректной базовой структуры */
    align-items: center; /* Вертикальное выравнивание элементов */
    justify-content: flex-start; /* Оставляем элементы выровненными слева */
    width: 100%; /* Гарантируем, что контейнер занимает всю ширину */
}

.store_item span:first-child {
    position: absolute;
    right: 0;
    white-space: nowrap;
	padding-right: 10px;
    text-align: left;
    font-weight: bold;
    max-width: calc(100% - 50px);
    overflow: hidden;
}

.store_item span:last-child {
    white-space: nowrap;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    max-width: calc(100% - 50px);
    overflow: hidden;
}

.store_group_title {
    color: #717171;
    line-height: 18px;
    font-family: 'roboto_condensedlight';
}
.store_all_total {
	margin-bottom: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    padding: 0 12px;
    color: #888888;
    font-weight: bold;
    margin-top: 10px;
}
.label2 {
    display: none;
}
#catalogLineList .article2 {
	display: none;
}

#est-analog {
    background-color: #ca3030;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 0px;
	margin-bottom: 10px;
    text-align: center;
    display: flex; /* Делаем блок flex-контейнером */
    justify-content: center; /* Центрируем текст */
    align-items: center;
}

#est-analog a {
    color: #fff !important; /* Делаем текст белым */
    text-decoration: none; /* Убираем подчёркивание */
    width: 100%; /* Растягиваем ссылку на весь блок */
    height: 100%;
    display: flex; /* Делаем ссылку блочной */
    align-items: center;
    justify-content: center;
}

#est-analog:hover {
    background-color: #a82828; /* Затемнение при наведении */
}

@media (min-width: 880px) {
    #catalogLineList .column:nth-child(4)  {
        display: none !important;
    }
	.row3 {
        display: none; /* Скрываем элемент */
    }
}

@media (max-width: 880px) {
	#est-analog {
    height: 20px;
	margin-left: 10px;
	}
	#catalogLineList .column:nth-child(2) .description {
        display: none; /* Скрываем элемент */
    }
	#catalogLineList .column:nth-child(4)  {
        display: block !important;
        clear: both;
        padding: 10px 10px 10px 10px;
        font-size: 12px;
		width: 98%;
    }
	#catalogLineList .picture {
		max-width: 90%;
        height: 160px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;}
		
	#catalogLineList .picture img {
	width: 95%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
	margin-left: 5px;
    margin-right: 5px;
	}
	
	.row3 {
    display: flex;
    flex-direction: column;
    width: 58%;
    }
	.row3 .store_all_total {
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    padding: 0 12px;
    color: #888888;
	background: #e7e8ea;
	}
	
    .row2 {
    display: none;
}
	.row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 96%;
	border-radius: 5px;
	margin-top: 2%;
}
	.label2 {
	display: block;
    width: 100%;
    max-height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
    font-weight: bold;
	text-decoration: none;
	color: #717171;
	font-size: 12px;
}

#catalogLineList .column:last-child .optional .row{display: none;}
.store_group_title{text-align: left;font-size: 12px;}
#catalogLineList .row .icon{padding-right: 10px !important;padding-bottom: 2px;}
#catalogLineList .column:last-child .optional .label{font-size: 12px !important;font-weight: 100;}
#catalogLineList .prop {font-size: smaller;}
#catalogLineList .article2 {
	    display: block;
		white-space: nowrap;
        overflow: hidden;
        border-radius: 5px;
        text-align: center;
        line-height: 32px;
        padding: 0 12px;
        color: #888888;
        font-weight: bold;
        margin-top: -17px;
		background-color: #f3f3f3;
}
#catalogLineList .column:last-child {
        background-color: #f7f7f7;
        line-height: normal;
        padding: 0 12px;
        border: 0px;
        width: 100%;
        clear: both;
        min-height: auto;
    }
.dropDownList .dropDownSelected {background: white;}
.btn-simple.btn-micro {padding: 7px;}
.datepb {
        width: 93%;
        line-height: 25px;
        margin: 13px 0 19px 5px;
}
.changeArticle {padding-top: 5px;}
}
/* End */
/* /bitrix/templates/dresscode/components/dresscode/catalog/.default/style.css?1737049224997 */
/* /bitrix/components/dresscode/catalog.tags/templates/.default/style.min.css?17296234001131 */
/* /bitrix/templates/dresscode/components/dresscode/catalog/.default/bitrix/catalog.section.list/level2/style.css?1739204581994 */
/* /bitrix/templates/dresscode/components/dresscode/catalog/.default/bitrix/catalog.section.list/catalog-pictures/style.css?17386844333127 */
/* /local/components/startmedia/simple/templates/section.description/style.css?17327180641904 */
/* /bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.min.css?17296236842055 */
/* /bitrix/components/dresscode/catalog.item/templates/line/style.css?175085552111565 */
