

/* 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.css?17296234001357*/
.catalogTagItems{
	margin-bottom: 12px;
}

.catalogTagItems .catalogTagItem{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 12px;
}

.catalogTagItems .catalogTagItem:last-child{
	margin-right: 0px;
}

.catalogTagItems .catalogTagLink{
	transition: all 0.2s ease-in-out;
	display: block;
	background-color: #f4f4f4;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	color: #000000;
}

.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: #ffffff;
	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.css?17296236842357*/
.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-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next 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-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next 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-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */
/* /bitrix/templates/dresscode/components/dresscode/catalog/.default/style.css?1737049224997 */
/* /bitrix/components/dresscode/catalog.tags/templates/.default/style.css?17296234001357 */
/* /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.css?17296236842357 */
