

/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?1726263886735*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
	height: 22px;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu 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-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}
/* End */


/* Start:/bitrix/components/dresscode/simple.offers/templates/.default/style.css?17262638871834*/
#catalogLine{
	border: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	line-height: 55px;
	padding: 0 12px;
	height: 55px;
}

#catalogLine .column{
	display: inline-block;
	margin-left: 12px;
}

#catalogLine .column:first-child{
	margin-left: 0;
}

#catalogLine .column:last-child{
	float: right;
}

#catalogLine .label{
	display: inline-block;
	margin-right: 12px;
}

#catalogLine select{
	border: 1px solid #e7e8ea;
	border-radius: 4px;
	padding: 0 12px;
	color: #888888;
	height: 30px;
}

#catalogLine .viewList{
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

#catalogLine .viewList .element{
	margin-left: 12px;
	float: left;
}

#catalogLine .viewList .element:first-child{
	margin-left: 0px;
}

#catalogLine .viewList .element a{
	background: url(/bitrix/components/dresscode/simple.offers/templates/.default/images/catalogView.png) 0 0 no-repeat transparent;
	vertical-align: middle;	
	display: inline-block;
	height: 55px;
	width: 30px;
}

#catalogLine .viewList .element .squares{
	background-position: 0 0;
}

#catalogLine .viewList .element .squares:hover{
	background-position: -30px 0;	
}

#catalogLine .viewList .element .squares.selected{
	background-position: -60px 0;	
}

#catalogLine .viewList .element .line{
	background-position: 0 -55px;
}

#catalogLine .viewList .element .line:hover{
	background-position: -30px -55px;	
}

#catalogLine .viewList .element .line.selected{
	background-position: -60px -55px;	
}

#catalogLine .viewList .element .table{
	background-position: 0 -110px;
}

#catalogLine .viewList .element .table:hover{
	background-position: -30px -110px;
}

#catalogLine .viewList .element .table.selected{
	background-position: -60px -110px;	
}


#catalogLine .viewList .element .squares:active,
#catalogLine .viewList .element .table:active,
#catalogLine .viewList .element .line:active{
	position: relative;
	top: 1px;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?17262638862357*/
.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 */


/* Start:/bitrix/templates/dresscode/components/bitrix/form.result.new/small-form/style.css?17262638862135*/
.rounded-box {
	margin-top: 30px;
	margin-right: 0 !important;
}

.title-h3--second-color {
	color: var(--second-bordered-color);
	margin-top: 5px;
	margin-bottom: 5px;
}

.modalFormDiv:not(#need-help-form__footer) {
	color: var(--second-bordered-color);
}

.modalFormDiv:not(#need-help-form__footer) .span--gray-color {
	color: #777;
}

.need-help-form {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.need-help-form input {
	margin-bottom: 0 !important;
}

.second-type-btn {
	background-color: var(--second-bordered-color);
	color: #fff;
	border-radius: 4px;
	padding: 5px 11px;
	flex: 0 0 auto;
}

.modalFormDiv .webFormMessage {
	-webkit-transition: .1s all ease-in-out;
	-o-transition: .1s all ease-in-out;
	transition: .1s all ease-in-out;
	background: rgba(0, 0, 0, 0.4);
	line-height: 250px;
	position: fixed;
	overflow: auto;
	color: #000;
	display: none;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0
}

.modalFormDiv .webFormMessageContainer {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%
}

.modalFormDiv .webFormMessageMiddle {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px
}

.modalFormDiv .webFormMessageHeading {
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px
}

.modalFormDiv .webFormMessageDescription {
	text-align: center
}

.modalFormDiv .webFormMessageExit {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #fff;
	height: 40px
}

.modalFormDiv .webFormMessageExit:hover {
	opacity: .8
}

.modalFormDiv .webFormMessageExit:active {
	position: relative;
	top: 1px
}

.webFormError {
	margin-top: 10px;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/catalog.section/squares_catalog/style.css?17262638862643*/
.add_btns {
	display: none;
	position: absolute;
	left: 0;
	bottom: -154px;
	background-color: #f9fafc;
	z-index: 4;
	padding: 7px;
	width: calc(100% - 14px);
}

#catalog .product:hover .add_btns {
	display: block;
}

#catalog .product {
	width: 100%;
	height: 100% !important;
}

#catalog .product:nth-child(1),
#catalog .product:nth-child(2),
#catalog .product:nth-child(3),
#catalog .product:nth-child(4),
#catalog .product:nth-child(5) {
	height: 100% !important
}

#catalog .product {
	float: none;
	height: 100%;
	width: 100%
}

#catalog .product .tabloid {
	height: 100%;
	overflow: hidden;
}

#catalog .product:hover .tabloid {
	height: 100%;
	position: static;
}

#catalog .product:hover {
	background-color: #f9fafc;
}

#catalog .items.productList {

	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(100px, auto);

	margin-bottom: 24px;
}

.someResultsHeader {
	text-align: center;
	color: #666;
	font-family: robotoregular;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

.removeFromWishlist {
	display: none;
}

#catalog .cart_btn {
	width: 24px;
	height: 24px;
}

@media all and (max-width:350px) {
	#catalog .product .row .addCompare {
		width: 50%;
	}
}

@media all and (max-width:1800px) {
	#catalog .items.productList {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media all and (max-width:1300px) {
	#catalog .items.productList {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media all and (max-width:1100px) {
	#catalog .items.productList {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width:1024px) {
	#catalog .items.productList {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media all and (max-width:870px) {
	#catalog .items.productList {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width:350px) {
	#catalog .items.productList {
		grid-template-columns: repeat(1, 1fr);
	}
}

.top-card-info {
	margin-bottom: 27px;
}

.rating-info {
	top: 15px;
	position: absolute;
	font-size: 12px;
}

.rating-info a {
	text-decoration: none;
	color: #000;
}

.catalog__tag {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 4px;
}

.catalog__tag.bordered {
	padding: 2px 5px;
}

.tags-container {
	margin-bottom: 12px;
}

.tags-container-string {
	display: none;
	color: #868686;
}

@media all and (max-width: 480px) {
	.tags-container-string {
		display: block;
		font-size: 12px;
		margin-bottom: 4px;
	}

	.tags-container {
		display: none;
	}
}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?1726263886735 */
/* /bitrix/components/dresscode/simple.offers/templates/.default/style.css?17262638871834 */
/* /bitrix/templates/dresscode/components/bitrix/system.pagenavigation/round/style.css?17262638862357 */
/* /bitrix/templates/dresscode/components/bitrix/form.result.new/small-form/style.css?17262638862135 */
/* /bitrix/templates/dresscode/components/bitrix/catalog.section/squares_catalog/style.css?17262638862643 */
